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
Jia Hao
312af963d9
Merge branch 'master' of github.com:jiahaog/nativefier
2016-01-23 16:21:41 +08:00
Jia Hao
fd8fe2df77
Merge pull request #63 from zweicoder/fix/win-linux-icon
...
Add icon hotfix
2016-01-23 15:21:05 +07:00
Jia Hao
74c8ffbea6
Add script for release to npm
2016-01-23 16:01:58 +08:00
zweicoder
f0d1adb6b0
Add icon hotfix
2016-01-23 15:37:45 +08:00
Jia Hao
01ae53c590
Remove prepublish script which messes up npm install
locally
2016-01-23 15:27:42 +08:00
zweicoder
c77dfe5f27
Remove log
2016-01-23 15:22:25 +08:00
zweicoder
b6862d0c06
Merge branch 'upstream' into feature/window-state-manager
2016-01-23 15:20:21 +08:00
Jia Hao
c143b3b461
Fix error with badge on non-osx systems
...
- Instead of checking every instance we use the setBadge, we define an empty function and only override it if it is OSX
2016-01-23 15:12:53 +08:00
zweicoder
26ce134de8
Fix obsession with Mac
2016-01-23 15:10:02 +08:00
zweicoder
d818f6cfaa
Remove prepublish from causing errors
2016-01-23 14:59:33 +08:00
zweicoder
1685407e7a
Integrate window state manager with BrowserWindow
2016-01-23 14:52:13 +08:00
Jia Hao
5a04a9886e
Fix error in gulpfile
2016-01-23 14:47:55 +08:00
Jia Hao
40da693cb5
Fix #59 Fullscreen goes to a black screen when clicking close
2016-01-23 14:47:32 +08:00
zweicoder
09777f38c8
Remove unused watchify import
2016-01-23 14:47:07 +08:00
zweicoder
9ac18e071e
Implement Electron Window State Manager
2016-01-23 14:33:55 +08:00
Jia Hao
aa384dc317
Set window title immediately when the window is created, fixes #54
2016-01-23 14:22:03 +08:00
Jia Hao
c5a76ade59
Remove notes about back button
2016-01-23 14:16:01 +08:00
Jia Hao
e0de7bf463
Implement navigating backward and forward from the application menu
2016-01-23 14:15:25 +08:00
Jia Hao
eabe6de892
Update README for modified build
2016-01-23 14:04:52 +08:00
Jia Hao
264037a867
Merge branch 'refactor/splitcomponents'
...
- Merge in gulp dev envirnoment
- Zoom functionality
- Split app into multiple components
2016-01-23 13:43:33 +08:00
Jia Hao
07acbced3e
Cleanup notification integration #360
2016-01-23 13:32:20 +08:00
Jia Hao
bed4260f55
Merge pull request #60 from contra/master
...
add notification monkey-patch, closes #38
2016-01-23 12:15:34 +07:00
Jia Hao
3347f30c7e
Add es6 support for app, update npm scripts for gulp and cleanup
...
- Remove random console.log statements
- Remove unused dependencies
2016-01-23 12:42:09 +08:00
Jia Hao
0a42a830e2
Implement watching of src files
2016-01-23 12:29:40 +08:00
Jia Hao
ddd728bd81
Implement gulp webpack to build app
2016-01-23 11:47:28 +08:00
Jia Hao
9c0e65e89f
Merge branch 'master' into refactor/splitcomponents
2016-01-23 10:22:22 +08:00
Jia Hao
91ea8c2a48
Update build script for static folder, will break windows
2016-01-23 10:10:35 +08:00
Jia Hao
90ee346914
Refactor main.js into separate files, and put static files such as preload and login.html into app/src/static
2016-01-23 10:09:47 +08:00
Jia Hao
0e68fd61dc
Implement changing of zoom which fixes #17
...
- Take note that the keyboard shortcut for zoom in appears to be 'command + =', due to a bug in atom/electron#1507
2016-01-23 09:27:09 +08:00
Contra
9393f863e2
clean up
2016-01-22 10:48:04 -08:00
Contra
f75382d635
add monkeypatching notification support
2016-01-22 10:44:42 -08:00
Jia Hao
55157afe9a
Hotfix for windows mkdir -p
2016-01-22 23:28:36 +08:00
Jia Hao
c4e8ab3086
Update changelog for v6.5.6
2016-01-22 23:28:18 +08:00
Jia Hao
bd6fedc0ef
Workaround for windows mkdir -p
, fixes #57
...
- Add a placeholder to keep the `app/lib` directory
- Remove `mkdir -p` postinstall script
2016-01-22 23:27:12 +08:00
Felipe Arenales
329d82a18c
Hiding menu bar by default
2016-01-22 12:47:56 -02:00
Jia Hao
4089cd36cb
Add changelog to readme
2016-01-22 21:16:45 +08:00
Jia Hao
df9ab8b3c7
Precompile ./app
2016-01-22 21:10:38 +08:00
Jia Hao
8946ff8ed5
Update changelog for v6.5.5
2016-01-22 21:10:04 +08:00
Jia Hao
c89f6a877b
Implement script to set up dev environment
2016-01-22 20:49:37 +08:00
Jia Hao
18387854fa
Ignore screenshots
2016-01-22 20:49:15 +08:00
Jia Hao
b2171a68f4
Merge branch 'feature/app-build'
2016-01-22 19:58:36 +08:00
Jia Hao
5c204eec77
Cleanup app files and directories
...
- All source files are now in `src` and will be compiled and copied over to `lib` on `npm run build-app`
- Add logging of `appArgs` in preload on startup
- Use node `path` module to resolve pathnames instead of concatenating strings together
2016-01-22 19:57:39 +08:00
Jia Hao
c1f844f072
Fix invalid argument in build app
...
- Fix `--detect-globals` which was causing `__dirname` to be a constant
- Add `cp` of preload script from `src` to `lib`
2016-01-22 19:54:40 +08:00
Jia Hao
263d713177
6.5.4
2016-01-22 19:07:38 +08:00
Jia Hao
398d8fac4f
Update changelog for v6.5.4
2016-01-22 19:07:16 +08:00
Jia Hao
d7f04e8b65
Fix #46 Url is not defined
2016-01-22 19:05:42 +08:00
Jia Hao
2f67eaf99d
Fix bug in invalid parameter for link in default browser
2016-01-22 18:04:02 +08:00
Jia Hao
1f44e93659
Use browserify to precompile app npm modules
2016-01-22 18:03:35 +08:00
Jia Hao
f789a51dd2
Update Readme
2016-01-22 12:31:30 +08:00