2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-26 15:14:07 +00:00
Commit Graph

355 Commits

Author SHA1 Message Date
Jia Hao
dbd660b78f Add script to convert png to icns on osx 2016-01-27 10:22:22 +08:00
Jia Hao
f4130f940f Convert app name capitalized camel case if building for linux to prevent dock problems 2016-01-26 14:44:19 +08:00
Jia Hao
0cb4098eb8 Remove logs 2016-01-26 14:43:33 +08:00
Jia Hao
6b0d10f9d4 Fix the icon parameter for linux and windows 2016-01-26 14:24:47 +08:00
Jia Hao
d0cddfde43 Make Browserwindow always reference app/icon.png for the icon 2016-01-26 14:13:33 +08:00
Jia Hao
f45098d543 Add development notes 2016-01-26 13:30:23 +08:00
Jia Hao
7296674473 6.6.2 2016-01-26 10:04:13 +08:00
Jia Hao
a037b22a4d Update changelog for 2016-01-26 10:03:20 +08:00
Jia Hao
03440e9227 Fix #87, Fix #89 - Sanitize app name
- Appname that contains unsafe characters which will cause electron packager to hang, so we sanitize them before passing them to electron-packager
2016-01-26 09:51:39 +08:00
Jia Hao
56b7abacf8 Fix bug in console warning when not overwritting an existing executable 2016-01-26 00:37:00 +08:00
Jia Hao
d74c368627 Add command line flag to make the packaged app ignore certificate errors, fixes #69 2016-01-25 23:42:28 +08:00
Jia Hao
78a624c23f Fix #32 Ability to copy and paste a URL 2016-01-25 18:34:44 +08:00
Jia Hao
d8fb87ccb5 Implement support for clicking buttons so that users can control where links open as referenced in #73 2016-01-25 16:49:11 +08:00
Jia Hao
949fce5e3c Implement right click context menu for regular href links 2016-01-25 15:56:33 +08:00
Jia Hao
dfd0f83b63 Allow es6 for app/static/**/**.js 2016-01-25 12:43:55 +08:00
Jia Hao
1625e0f351 Merge pull request #75 from radarhere/patch-1
Fixed typo
2016-01-25 10:38:02 +08:00
Jia Hao
2044bcfcf7 6.6.1 2016-01-25 10:33:55 +08:00
Jia Hao
da55bd48a6 Update changlog for v6.6.1 2016-01-25 10:33:51 +08:00
Jia Hao
1eb2a8296e Remove unused file 2016-01-25 10:32:35 +08:00
Jia Hao
a6df09fda5 Fix #76 where all placeholder app modules are treated as externals 2016-01-25 10:31:54 +08:00
Jia Hao
a8d020f3e2 Add contributing 2016-01-25 09:53:09 +08:00
Andrew Murray
c58ec15272 Fixed typo 2016-01-25 12:15:35 +11:00
Jia Hao
e1aec8ae8f Update gulp release to also run lints 2016-01-25 09:14:49 +08:00
Jia Hao
37a74f7a2c 6.6.0 2016-01-25 09:12:13 +08:00
Jia Hao
d88a28fe70 Update changelog for v6.6.0 2016-01-25 09:11:30 +08:00
Jia Hao
ba0010840e Remove ci for 0.10 which causes problems with electron-prebuilt 2016-01-25 01:47:53 +08:00
Jia Hao
c1c50bab9f Configure travis to run ci test 2016-01-25 01:33:55 +08:00
Jia Hao
e3dc3ee175 Update dev dependencies and add ci scripts 2016-01-25 01:31:32 +08:00
Jia Hao
68a5f46798 Make main test try multiple platforms 2016-01-25 01:31:11 +08:00
Jia Hao
0fece8dfb7 Add globals for mocha linting and fix code style errors 2016-01-25 01:14:25 +08:00
Jia Hao
cb07b13cad Add mocha basic test to check if nativefier.json is set properly 2016-01-25 01:10:28 +08:00
Jia Hao
0a90cb2ee7 Somehow electron packager returns appPath as an array instead of a string, this fixes it 2016-01-25 01:10:03 +08:00
Jia Hao
b7e2fbf86e Add sourcemaps support for placeholder app 2016-01-24 21:20:29 +08:00
Jia Hao
00ddedf32d Fix invalid json 2016-01-24 21:17:56 +08:00
Jia Hao
afbb5c2544 Add sourcemaps support 2016-01-24 21:07:22 +08:00
Jia Hao
3fa34dead5 Exposes buildApp as a programmatic api for npm, and also shifted the main function from cli.js to within buildApp
Merge branch 'zweicoder-expose-main'
2016-01-24 20:42:26 +08:00
Jia Hao
ffc5450e00 Merge branch 'expose-main' of https://github.com/zweicoder/nativefier into zweicoder-expose-main
# Conflicts:
#	src/cli.js
2016-01-24 20:40:32 +08:00
Jia Hao
7d0b41ae1e Remove shorthand command for height and width to fix conflicts with -h. Closes #30, closes #64 and closes #67
Merge branch 'taiyoslime-master'
2016-01-24 15:34:13 +08:00
Jia Hao
303d439192 Merge branch 'master' of https://github.com/taiyoslime/nativefier into taiyoslime-master
# Conflicts:
#	src/cli.js
2016-01-24 15:33:57 +08:00
Jia Hao
ba1a270ee4 Update README so that Windows users know that they can press alt to show the application menu 2016-01-24 15:31:35 +08:00
Jia Hao
b83a34934f Merge branch 'fearenales-feature/show-menu-bar' 2016-01-24 15:24:48 +08:00
Jia Hao
e86119ba96 Merge branch 'feature/show-menu-bar' of https://github.com/fearenales/nativefier into fearenales-feature/show-menu-bar
# Conflicts:
#	app/nativefier.json
#	app/src/main.js
#	src/buildApp.js
2016-01-24 15:24:27 +08:00
Jia Hao
fbf956e7be Build files immediately after install so npm link does not cause problems 2016-01-24 15:19:48 +08:00
Jia Hao
231467c9f2 Add build status 2016-01-24 02:10:56 +08:00
Jia Hao
7c25e82c44 Add travis configuration 2016-01-24 02:05:03 +08:00
Jia Hao
82c29de231 Lint all files 2016-01-24 02:02:23 +08:00
zweicoder
9c19c144e7 Expose main instead of buildApp 2016-01-23 23:10:44 +08:00
taiyoslime
c85696f218 Fixed -h option's conflict on cli 2016-01-24 00:02:44 +09:00
Jia Hao
b7433dfc3b Close #62 Merge branch 'zweicoder-feature/window-state-manager' 2016-01-23 16:33:43 +08:00
Jia Hao
9b3fd029c1 Merge branch 'feature/window-state-manager' of https://github.com/zweicoder/nativefier into zweicoder-feature/window-state-manager
# Conflicts:
#	app/src/components/mainWindow/mainWindow.js
#	app/src/main.js
2016-01-23 16:29:36 +08:00