Commit graph

21 commits

Author SHA1 Message Date
Lorenz Hübschle-Schneider f4245f1296 Electron: Use a Makefile 2016-04-02 18:08:55 +02:00
Lorenz Hübschle-Schneider 2112757a2d Fix emojione in electron 2016-04-02 18:08:07 +02:00
Lorenz Hübschle-Schneider 4fb04dae09 Add npm script to use local files (for electron or cordova)
This copies useless files as well, I'm not sure what's the best
way to deal with that.
2016-04-02 10:49:15 +02:00
Lorenz Hübschle-Schneider ba988aecd3 Add Electron Linux target 2016-04-02 10:46:20 +02:00
Tor Hveem aa26834d03 use slighly older version on windows, for notification fix 2016-04-01 13:49:30 +02:00
Tor Hveem ba71a9dc4b Ignore directories node_modules and test in electron builds 2016-03-31 11:23:55 +02:00
Magnus Hauge Bakke 7cc8658c40 Add icons for os x (darwin) 2016-03-30 19:37:26 +02:00
Magnus Hauge Bakke 878c4e54ab Build darwin without asar=true 2016-03-30 19:36:50 +02:00
Tor Hveem 32e57f2ca9 Rudimentary Electron (Atom-Shell) support
This patch serves as a starting point for making electron based Glowing
Bear builds. Primary motivation is that Mozilla is removing support for
their web runtime, so then Electron is a new way to get standalone
application running outside of browser.

This adds 2 new files that will be the main html and main js for
electron. Those files simply load the rest of the app.

It also adds two new npm run commands to build windows and darwin builds
for electron. Darwin is untested so far.

Bulding packages requires npm package `electron-packager`

There's still some problems with notifications.
And badges for the dock in Darwin is not implemented.
We could also put all keyboard shorcuts in menus.

Thanks to @lukas2511 for some guidance on the wrappers and commands.
2016-03-30 15:19:22 +02:00
Lorenz Hübschle-Schneider fd3e4d440e Fix minification and bump versions to prepare for release 2016-02-27 14:58:47 +01:00
Lorenz Hübschle-Schneider 06d7f6dfee Include version information in settings dialog, update version numbers 2016-01-16 15:01:46 +01:00
Hannu Hartikainen 9cf6c84013 update karma and install some dependencies; fixes #696 2015-12-08 23:50:26 +02:00
Lorenz Hübschle-Schneider f17a976e1a Tag version 0.5.0 2015-09-22 20:15:04 +02:00
David Cormier b56309be6e Bump version to 0.4.5 2015-02-18 12:49:38 -05:00
Lorenz Hübschle-Schneider d9c230ac44 Include settings.js in minification process; fix strict DI 2015-02-04 22:56:46 +01:00
Lorenz Hübschle-Schneider ec21b21e38 Release version 0.4.4
skipping 0.4.{2,3} as these were used in the cordova branch independently
2014-11-20 12:04:21 +01:00
Lorenz Hübschle-Schneider 21f8f47efe Split things up into logical blocks 2014-08-31 15:57:36 +01:00
David Cormier 9ee6dbb11b Bump version to 0.4.1 2014-08-29 11:25:33 -04:00
Lorenz Hübschle-Schneider 33d43ee28d Add minification 2014-08-27 17:30:16 +01:00
David Cormier f1d36c1f96 Setup end to end testing
Add necessary targets in the package.json file
and update test instructions
2014-08-26 20:17:22 -04:00
David Cormier 583f5b0abe Add necessary files for unit tests setup 2014-08-26 20:17:22 -04:00