Commit Graph

20 Commits

Author SHA1 Message Date
Antonio Scandurra
284f2c62e5 Start fixing tests 2017-03-11 19:05:28 +01:00
Damien Guard
cf0bae0301 Skip autoupdater tests on Win32, we don't use electron autoUpdate there 2016-11-29 16:55:14 -08:00
Leonard Lamprecht
3a1ad3fd40 Replace OS X and Mac OS with macOS 2016-06-18 15:33:08 +02:00
Antonio Scandurra
fa469121d8 Ensure getErrorMessage() works properly 2016-04-01 09:09:25 +02:00
Antonio Scandurra
4d4ee6bf3b Add applicationDelegate.getAutoUpdateManagerErrorMessage()
Sometimes, the error event gets emitted before the renderer process has
the chance to subscribe. Therefore, we expose an
`autoUpdateManager.getErrorMessage()` in the browser process, so that we
don’t lose that information.
2016-03-31 10:16:11 +02:00
Antonio Scandurra
2d5e697016 Add AutoUpdateManager.prototype.onUpdateError 2016-03-30 15:05:57 +02:00
Ben Ogle
4d11ff25d0 Use atom.getReleaseChannel() 2016-03-01 15:09:05 -08:00
Ben Ogle
81c07a2af9 🎨 Cleanup spec desc 2016-03-01 15:09:04 -08:00
Ben Ogle
58bf090724 Rename dispose -> destroy 2016-03-01 15:09:04 -08:00
Ben Ogle
d831ec73ed Fix platformSupportsUpdates() specs 2016-03-01 15:09:04 -08:00
Ben Ogle
68951494d2 isEnabled -> platformSupportsUpdates 2016-03-01 15:09:03 -08:00
Ben Ogle
418b1bd8f1 Get rid of the initialize method 2016-03-01 15:09:03 -08:00
Ben Ogle
c19296efb7 Add isEnabled function to AutoUpdateManager 2016-03-01 15:08:46 -08:00
Ben Ogle
e477751c19 Make the autoupdater functions consistently names 2016-03-01 15:08:46 -08:00
Ben Ogle
e9e372b69e Dispose emitter 2016-03-01 15:08:46 -08:00
Ben Ogle
341abbfc26 Nof. Nope. 2016-03-01 15:08:46 -08:00
Ben Ogle
c9293e7733 Pass the version info through the event 2016-03-01 15:08:45 -08:00
Ben Ogle
3a5c827162 Add dispose spec 2016-03-01 15:08:45 -08:00
Ben Ogle
b481a06cbf Pass the app delegate into AutoUpdateManager 2016-03-01 15:08:25 -08:00
Ben Ogle
342f72b6a1 Rename Update AutoUpdateManager 2016-03-01 15:07:56 -08:00