Lorenz Hübschle-Schneider
dbd626b69c
Increment version number
9 years ago
Jake Stevenson
bc72e8952c
Able to resume buffer
9 years ago
Christopher Snowhill
0c319d2ba3
Update Electron packager, update PhantomJS to latest phantomjs-prebuilt, and update Electron Makefile to fetch the latest version of Electron as of this commit.
9 years ago
Magnus Hauge Bakke
eec07e7767
Add electron-packager as dev dependency + whitespace fix
9 years ago
Lorenz Hübschle-Schneider
f4245f1296
Electron: Use a Makefile
9 years ago
Lorenz Hübschle-Schneider
2112757a2d
Fix emojione in electron
9 years ago
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.
9 years ago
Lorenz Hübschle-Schneider
ba988aecd3
Add Electron Linux target
9 years ago
Tor Hveem
aa26834d03
use slighly older version on windows, for notification fix
9 years ago
Tor Hveem
ba71a9dc4b
Ignore directories node_modules and test in electron builds
9 years ago
Magnus Hauge Bakke
7cc8658c40
Add icons for os x (darwin)
9 years ago
Magnus Hauge Bakke
878c4e54ab
Build darwin without asar=true
9 years ago
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.
9 years ago
Lorenz Hübschle-Schneider
fd3e4d440e
Fix minification and bump versions to prepare for release
10 years ago
Lorenz Hübschle-Schneider
06d7f6dfee
Include version information in settings dialog, update version numbers
10 years ago
Hannu Hartikainen
9cf6c84013
update karma and install some dependencies; fixes #696
10 years ago
Lorenz Hübschle-Schneider
f17a976e1a
Tag version 0.5.0
10 years ago
David Cormier
8f5ce92ada
Bump version to 0.4.5
11 years ago
David Cormier
b56309be6e
Bump version to 0.4.5
11 years ago
Lorenz Hübschle-Schneider
d9c230ac44
Include settings.js in minification process; fix strict DI
11 years ago
Lorenz Hübschle-Schneider
ec21b21e38
Release version 0.4.4
...
skipping 0.4.{2,3} as these were used in the cordova branch independently
11 years ago
Lorenz Hübschle-Schneider
21f8f47efe
Split things up into logical blocks
11 years ago
David Cormier
9ee6dbb11b
Bump version to 0.4.1
11 years ago
Lorenz Hübschle-Schneider
33d43ee28d
Add minification
11 years ago
David Cormier
f1d36c1f96
Setup end to end testing
...
Add necessary targets in the package.json file
and update test instructions
11 years ago
David Cormier
583f5b0abe
Add necessary files for unit tests setup
11 years ago