3117 Commits

Author SHA1 Message Date
Juan Cruz Viotti
61a1527c7e Implement settings screen 2016-03-01 12:22:03 -04:00
Juan Cruz Viotti
ff2a375179 Fix slighly checkbox vertical alignment issue 2016-03-01 11:33:21 -04:00
Juan Cruz Viotti
a871d19ef7 Only apply necessary margins in spacing module 2016-03-01 11:23:41 -04:00
Juan Cruz Viotti
37a69d5e33 Merge pull request #167 from resin-io/misc/reformat-package-json
Reformat package.json
2016-03-01 10:53:49 -04:00
Juan Cruz Viotti
f59b7ecc04 Reformat package.json
We made some manual changes to `package.json` that were not formatted
correctly.

This PR lets `npm` itself reorganize and format the manifest.
2016-03-01 10:45:50 -04:00
Juan Cruz Viotti
e095664c38 Merge pull request #166 from resin-io/upgrade/ui-bootstrap
Upgrade angular-ui-bootstrap to v1.2.1
2016-03-01 10:45:24 -04:00
Juan Cruz Viotti
4945ba5ef9 Upgrade angular-ui-bootstrap to v1.2.1
There are no breaking changes in the only widget we're using from this
library, `uib-dropdown.`
2016-03-01 10:37:43 -04:00
Juan Cruz Viotti
52c81a5afc Merge pull request #164 from resin-io/upgrade/gulp-jshint
Upgrade gulp-jshint to v2.0.0
2016-03-01 10:31:35 -04:00
Juan Cruz Viotti
1652db3645 Merge pull request #165 from resin-io/upgrade/lodash
Upgrade Lodash to v4.5.1
2016-03-01 10:31:27 -04:00
Juan Cruz Viotti
98d1c57f61 Upgrade Lodash to v4.5.1
None of the functions we were using suffered from breaking changes.
2016-03-01 10:23:34 -04:00
Juan Cruz Viotti
55e1c33eb1 Upgrade gulp-jshint to v2.0.0
This new version includes `jshint` as a `peerDependency`, meaning we
must manually install it as well.

See https://github.com/spalger/gulp-jshint/blob/master/CHANGELOG.md#20
2016-03-01 10:20:40 -04:00
Juan Cruz Viotti
d418dd925f Merge pull request #162 from resin-io/feat/mixpanel-analytics
Integrate with Mixpanel
2016-03-01 10:03:55 -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
fb0ec6d322 Merge pull request #160 from resin-io/feat/taskbar-progress
Show progress bar in dock/taskbar
2016-02-29 14:50:59 -04:00
Juan Cruz Viotti
2d621ae216 Merge pull request #161 from resin-io/misc/display-name-package-json
Move display name setting from Makefile to package.json
2016-02-29 14:50:47 -04:00
Juan Cruz Viotti
1f85fab840 Move display name setting from Makefile to package.json 2016-02-29 14:20:54 -04:00
Juan Cruz Viotti
9aac1cd4be Show progress bar in dock/taskbar 2016-02-29 14:00:55 -04:00
Juan Cruz Viotti
adef5a5f7b Merge pull request #159 from resin-io/app-data
Extend package metadata information, mainly in OS X
2016-02-29 10:48:28 -04:00
Juan Cruz Viotti
669383712e Extend package metadata information, mainly in OS X 2016-02-29 10:36:04 -04:00
Juan Cruz Viotti
f2cea72ca1 Merge pull request #157 from resin-io/misc/rm-beta-notice
Remove early state notice
2016-02-19 12:40:59 -04:00
Juan Cruz Viotti
7188353b5a Remove early state notice 2016-02-19 11:58:55 -04:00
Juan Cruz Viotti
abf3eb903a Merge pull request #156 from resin-io/upgrade/electron
Upgrade Electron to v0.36.8
2016-02-19 11:57:54 -04:00
Juan Cruz Viotti
f4067bacb0 Upgrade Electron to v0.36.8
This version contains a fix to prevent dropping capabilities in renderer
threads.

See https://github.com/atom/electron/issues/3666
Fixes https://github.com/resin-io/etcher/issues/52
2016-02-19 11:01:16 -04:00
Juan Cruz Viotti
ae16aba64a Merge pull request #155 from resin-io/build/release
Rename release/ to etcher-release/
2016-02-18 17:12:10 -04:00
Juan Cruz Viotti
53aadb527d Rename release/ to etcher-release/
The `bluebird` module contains a directory called "release", which gets
omitted by `electron-packager`.

After some experimentation, there doesn't seems to be a way to make
`electron-packager` ignore a pattern only on the current directory,
therefore we change the name of our output directory to something that
can't possibly collide with something else.
2016-02-18 16:39:52 -04:00
Juan Cruz Viotti
8d233a952a Merge pull request #154 from resin-io/feat/track-js-apps
Configure TrackJS application property
2016-02-16 14:40:52 -04:00
Juan Cruz Viotti
8a88f27015 Configure TrackJS application property 2016-02-16 09:37:53 -04:00
Juan Cruz Viotti
59a62edc50 Merge pull request #153 from resin-io/misc/makefile-release
Improve Makefile build process
2016-02-09 12:01:07 -04:00
Juan Cruz Viotti
eebe900be2 Implement release make rule 2016-02-09 10:42:08 -04:00
Juan Cruz Viotti
614293b0c2 Remove Makefile redundancy with functions 2016-02-09 10:34:41 -04:00
Juan Cruz Viotti
a306cf4461 Package Etcher for Linux for release 2016-02-09 10:28:49 -04:00
Juan Cruz Viotti
34150ddbbb Remove unused installers.json from package.ignore 2016-02-09 10:28:27 -04:00
Juan Cruz Viotti
83afb01f8c Ignore release directory while packaging 2016-02-09 10:26:47 -04:00
Juan Cruz Viotti
0273a167b5 Merge pull request #152 from resin-io/feat/windows-installers
Implement Windows installers
2016-02-09 09:17:28 -04:00
Juan Cruz Viotti
fa970a73d0 Merge pull request #151 from resin-io/upgrade/sudo-prompt
Upgrade sudo-prompt to v2.2.0
2016-02-09 09:14:55 -04:00
Juan Cruz Viotti
44ce11b338 Implement Windows installers
Partially Fixes: https://github.com/resin-io/etcher/issues/88
2016-02-09 09:12:35 -04:00
Juan Cruz Viotti
c0e8618813 Upgrade sudo-prompt to v2.2.0
This version contains a fix to allow the module to run on `asar`
packages.
2016-02-09 08:55:16 -04:00
Juan Cruz Viotti
efb2c4c911 Merge pull request #150 from resin-io/refactor/unify-elevation-error-handling
Unify handling of elevation errors in etcher.js
2016-02-08 14:39:43 -04:00
Juan Cruz Viotti
1400d125cf Merge pull request #149 from resin-io/fix/downgrade-sudo-prompt
Downgrade sudo-prompt to v1.1.8
2016-02-08 14:34:39 -04:00
Juan Cruz Viotti
611be46177 Unify handling of elevation errors in etcher.js 2016-02-08 14:31:45 -04:00
Juan Cruz Viotti
feb04f8773 Downgrade sudo-prompt to v1.1.8
Later versions make use of shell commands over the internal contents of
the module causing errors when the application is packaged as an
`asar`.

This issue is being fixed here: https://github.com/jorangreef/sudo-prompt/issues/10
2016-02-08 14:28:49 -04:00
Juan Cruz Viotti
96b9bfd249 Merge pull request #148 from resin-io/misc/refer-to-etcher
Refer to Etcher instead of Resin Etcher
2016-02-08 13:41:09 -04:00
Juan Cruz Viotti
7949853086 Refer to Etcher instead of Resin Etcher 2016-02-08 13:04:54 -04:00
Juan Cruz Viotti
8529e7fac5 Merge pull request #79 from resin-io/feat/osx-installer
Implement OS X installer
2016-02-08 12:55:10 -04:00
Juan Cruz Viotti
d73700cdd1 Implement OS X installer 2016-02-08 12:38:10 -04:00
Juan Cruz Viotti
baaa7ed635 Merge pull request #147 from resin-io/misc/release-rename
Rename output package to "Etcher" instead of "Resin Etcher"
2016-02-08 10:10:02 -04:00
Juan Cruz Viotti
d593478e45 Rename output package to "Etcher" instead of "Resin Etcher" 2016-02-08 10:05:08 -04:00
Juan Cruz Viotti
66077a1abb Merge pull request #146 from resin-io/feat/elevation-error-dialogs
Show error dialogs on elevation errors
2016-02-08 09:58:54 -04:00