Juan Cruz Viotti
bd009a75b0
Expose shell.openExternal in NavigationController
...
`.open()` was previously exposed in the `AppController`, however after
the router refactoring, this controller is no longer instantiated on the
footer, and therefore the links that live there stopped working.
2016-03-02 12:28:42 -04:00
Juan Cruz Viotti
9f4b793c8d
Add a setting to disable auto-unmount on success
2016-03-02 12:06:33 -04:00
Juan Cruz Viotti
64c27235bf
Make use of UI Router
2016-03-01 19:50:25 -04:00
Juan Cruz Viotti
61a1527c7e
Implement settings screen
2016-03-01 12:22:03 -04:00
Juan Cruz Viotti
75f22c0209
Implement AnalyticsService.logEvent()
2016-03-01 09:38:43 -04:00
Juan Cruz Viotti
1d75ec02aa
Include TrackJS Angular module in Analytics module
2016-02-29 15:54:21 -04:00
Juan Cruz Viotti
1c6675ab4f
Integrate Mixpanel
2016-02-29 15:52:00 -04:00
Juan Cruz Viotti
9aac1cd4be
Show progress bar in dock/taskbar
2016-02-29 14:00:55 -04:00
Juan Cruz Viotti
7949853086
Refer to Etcher instead of Resin Etcher
2016-02-08 13:04:54 -04:00
Juan Cruz Viotti
fd86807f86
Move TrackJS integration to a separate Angular module
2016-01-26 10:21:47 -04:00
Juan Cruz Viotti
84d87e5a10
Move burn state log to app controller
...
This change required re-architecting the way we store the burn state.
2016-01-22 12:30:42 -04:00
Juan Cruz Viotti
122f136ff8
Refactor Etcher using ES6 features
2016-01-22 11:38:46 -04:00
Juan Cruz Viotti
34b7bdb59f
Move LoggerService timestamp to $log decorator
2016-01-22 10:17:18 -04:00
Juan Cruz Viotti
efb055eb89
Upgrade Electron to v0.36.4
2016-01-22 09:37:57 -04:00
Juan Cruz Viotti
96bf7f3624
Get rid of Browserify
...
Electron already exposes `require()` in the renderer process.
2016-01-21 23:57:04 -04:00
Juan Cruz Viotti
a50a07a233
Merge pull request #104 from resin-io/feat/trackjs
...
Integrate Etcher with TrackJS
2016-01-20 16:38:45 -04:00
Federico Martín Alconada Verzini
6331ee4aa1
Add button to burn the same image again. Fixes #74
2016-01-20 12:28:15 -04:00
Juan Cruz Viotti
9a125c2a36
Integrate Etcher with TrackJS
2016-01-19 14:00:20 -04:00
Juan Cruz Viotti
4ab2dc1948
Merge pull request #102 from resin-io/fix/use-logger-service
...
Make use of LoggerService in reselection routines
2016-01-19 10:31:35 -04:00
Juan Cruz Viotti
26f2104163
Merge pull request #101 from resin-io/doc/ng-cloak
...
Explain why we toggle body's display manually instead of using ngCloak
2016-01-19 10:27:45 -04:00
Juan Cruz Viotti
7d6a43e091
Make use of LoggerService in reselection routines
2016-01-19 10:25:13 -04:00
Juan Cruz Viotti
f20fb36328
Merge pull request #100 from resin-io/feat/logger
...
Implement a decent debug logger service
2016-01-19 10:16:33 -04:00
Juan Cruz Viotti
817a6f591b
Explain why we toggle body's display manually instead of using ngCloak
2016-01-19 10:14:37 -04:00
Juan Cruz Viotti
6478982896
Implement a decent debug logger service
...
This service prints the exact date and time of the messages.
2016-01-19 10:07:59 -04:00
Juan Cruz Viotti
8026cef1df
Allow to re-select the first two step selections
...
You can click on the selected image/drive label to select them again.
The re-selection is disabled if there is a burning in process.
Fixes: https://github.com/resin-io/resin-etcher/issues/90
2016-01-19 09:47:58 -04:00
Juan Cruz Viotti
e30de45707
Implement ImageWriterService.reset()
...
This function allows the client to easily reset the progress state
without breaking encapsulation.
2016-01-18 14:55:13 -04:00
Juan Cruz Viotti
9ffc642784
Autoselect a single drive by using DriveScanner scan
event
...
- The autoselection only happens once the user has selected an image to
prevent weird behaviour.
- The autoselection happens only if the current selected drive is
different from the new drive in order to avoid selecting the same driver
over and over again if it still is the only one.
2016-01-18 13:46:52 -04:00
Juan Cruz Viotti
b7da4dfeda
Autoselect the drive if only one drive is present
2016-01-18 13:46:29 -04:00
Juan Cruz Viotti
5af3cf3fb9
Simplify drive letter / device conditional
...
The `drivelist` module includes a new property called `name` in `2.0.7`
that resolves to the drive letter (mount point) on Windows, and to the
drive otherwise.
2016-01-11 01:24:52 -04:00
Juan Cruz Viotti
35c3351533
Change license to Apache 2.0
2016-01-03 22:42:44 -04:00
Juan Cruz Viotti
408a3096fc
Rename Herostratus to Resin Etcher
2016-01-01 18:07:45 -04:00
Juan Cruz Viotti
2cb79090d1
Implement poor man's ngCloak based on app controller
...
ngCloak is removed by angular when parsing the template, however this
doesn't seem to be enough to keep the content hidden until the
application is completely ready.
We accomplish this by setting `display: none` to the `body` element and
maing it display again when our main controller starts, at which point
we know everything is up and running.
2015-12-15 09:54:24 -04:00
Juan Cruz Viotti
739a191e66
Merge branch 'master' into jviotti/feat/41/burn-again
2015-12-01 10:41:12 -04:00
Juan Cruz Viotti
c63755205b
Implement burn complete screen
...
This screen informs the user that the burn has completed and that the
drive can be ejected directly.
It also provides a button to burn another image without exitting the
application.
Fixes: https://github.com/resin-io/herostratus/issues/41
2015-12-01 08:21:17 -04:00
Juan Cruz Viotti
133f927234
Show error dialogs on JavaScript exceptions
...
Fixes: https://github.com/resin-io/herostratus/issues/50
2015-11-30 11:51:51 -04:00
Juan Cruz Viotti
a6ec66d0b3
Pass the whole drive object to the writer
...
Currently we only pass the drive device. By passing all the object
(containing the mountpoint, size, etc) we allow more control to the
writer in how to treat the device before/during/after the burning
process.
2015-11-23 13:28:15 -04:00
Juan Cruz Viotti
32a00a0d9a
win32: Show drive letter instead of device in dropdown
...
Physical drive names are long and cause the dropdowns to overflow.
Fixes: https://github.com/resin-io/herostratus/issues/23
2015-11-19 14:22:50 -04:00
Juan Cruz Viotti
18b0bb38e9
Fix EPERM issue when burning in Windows
...
The issue is fixed by stopping the drive scanner interval before
burning.
2015-10-29 10:29:50 -04:00
Juan Cruz Viotti
4bfb161e5c
Initial commit
2015-10-29 09:36:21 -04:00