2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-29 08:33:47 +00:00
Commit Graph

423 Commits

Author SHA1 Message Date
Jia Hao
69a4d97ac2 Update example api usage for require('nativefier').default
Fixes #120

Former-commit-id: 6cf9926e3f7ff59639f4df58b9db77b99f33f82b
2016-02-19 00:54:43 +08:00
Jia Hao
fdecb6b8ac Add issue template
Former-commit-id: 273ad3cd153b50ea2112454359a9d16398689397
2016-02-19 00:16:20 +08:00
Jia Hao
add30d5a80 Merge pull request #79 from brunoqueiros/flash_support
flash support #2

Former-commit-id: b0672ef48c8431c7480b9b3185ed231c23179398
2016-02-06 01:06:35 +08:00
Jia Hao
165654da37 Remove sips dependency 2016-02-04 14:43:08 +08:00
Jia Hao
13e477c238 Hide token 2016-02-03 12:00:33 +08:00
Jia Hao
99278cfa49 Temporarily undo linux tray to fix other bugs 2016-02-02 23:15:07 +08:00
Jia Hao
362b48c411 Add codeclimate coverage 2016-02-01 15:23:29 +08:00
Jia Hao
6625446b01 Update readme 2016-01-31 22:02:35 +08:00
Jia Hao
81f83ec0ef Merge pull request #110 from zweicoder/feature/tray
Feature/tray
2016-01-31 21:58:47 +08:00
Jia Hao
29b5af94c3 Merge pull request #114 from superdump/square-and-curly
counter: Allow for [x] and {x} forms of notification count
2016-01-31 21:57:35 +08:00
Robert Swain
d386598770 counter: Allow for [x] and {x} forms of notification count 2016-01-30 16:42:08 +01:00
zweicoder
494aa06685 Satisfy Travis 2016-01-30 12:27:00 +08:00
zweicoder
97425f9ab5 Fix incorrect defaults for minimizeToTray option 2016-01-30 12:11:29 +08:00
zweicoder
e54e108ce2 Remove log 2016-01-30 12:06:14 +08:00
zweicoder
a910914aa4 Fix Window closing behavior 2016-01-30 12:03:40 +08:00
zweicoder
0c9d6312a4 Fix app not hiding and add quit option 2016-01-30 11:03:38 +08:00
zweicoder
e184aa13ae Add tray icon with hardcoded default icon. 2016-01-30 11:03:38 +08:00
zweicoder
7273a63885 Refactorize hardcoded icon path to main.js for more general usage 2016-01-30 11:03:38 +08:00
Jia Hao
8041663d82 Merge branch 'krishkumar-development' into development 2016-01-30 02:13:21 +08:00
Jia Hao
52c518f4b7 Merge branch 'development' of https://github.com/krishkumar/nativefier into krishkumar-development
- #90 Add keyboard shortcuts for back, forward
2016-01-30 02:13:10 +08:00
Jia Hao
de4fc27859 Merge branch 'development' of github.com:jiahaog/nativefier into development 2016-01-30 02:09:22 +08:00
Jia Hao
2b616e0e4a Add note about not putting spaces in user defined app name 2016-01-30 02:08:53 +08:00
Jia Hao
b229fe9d9a Merge pull request #107 from zweicoder/fix/respect-user-choice
Respect user choice for naming
2016-01-30 02:05:52 +08:00
Jia Hao
60f1375c25 Do not print done statement if app already exist and --overwrite is not passed 2016-01-30 01:57:56 +08:00
Jia Hao
f471fe240e Update readme 2016-01-30 01:57:30 +08:00
zweicoder
3d4faf6c77 Respect user choice for naming 2016-01-30 01:42:36 +08:00
Jia Hao
795d4ee632 Allow npm publish to log to stdout 2016-01-30 00:42:47 +08:00
Jia Hao
43d50cdaba 6.8.0 2016-01-30 00:40:38 +08:00
Jia Hao
54f7b07969 Update changelog for 2016-01-30 00:40:17 +08:00
Jia Hao
15a7304e1b Run npm prune before running tests, use shelljs instead of child process 2016-01-30 00:31:27 +08:00
Jia Hao
8f06c555e5 Don't modify the window title 2016-01-30 00:30:25 +08:00
Jia Hao
a9ccaa5c10 Add note about .png to .icns conversion only supported on OSX 2016-01-29 22:09:33 +08:00
Jia Hao
421838d986 Update badge to reference development branch 2016-01-29 22:05:52 +08:00
Jia Hao
b2e05c925b Use ES6 syntax for placeholder app 2016-01-29 22:04:41 +08:00
Jia Hao
c8e650d061 Increase timeout for test case 2016-01-29 14:46:31 +08:00
Jia Hao
7417c7da0d Update readme 2016-01-29 14:46:09 +08:00
Jia Hao
0d27dd6ae0 Split buildApp to separate files 2016-01-29 14:26:35 +08:00
Jia Hao
ce8e762ac9 Put files in separate directories 2016-01-29 14:09:36 +08:00
Jia Hao
bf2d5a2929 Cleanup 2016-01-29 13:39:31 +08:00
Jia Hao
4bdc0d27d2 Cleanup build app code 2016-01-29 13:39:23 +08:00
Jia Hao
a9c294b4b6 Fix wrong parameter for test options 2016-01-29 13:34:53 +08:00
Jia Hao
0abde3e865 Cleanup 2016-01-29 12:37:25 +08:00
Jia Hao
51acbaaa9c Cleanup options.js, rename --app-name to --name 2016-01-29 11:37:54 +08:00
Jia Hao
0d408b001d Fix #103 App name should not be capitalized 2016-01-29 00:20:32 +08:00
Jia Hao
c852dc088f Use longer timeout for tests 2016-01-28 23:58:25 +08:00
Jia Hao
e5f8155d24 Use DO instance for API 2016-01-28 23:56:29 +08:00
Jia Hao
43d336c00d Reduce besticon parameter to get the apple touch icon if possible 2016-01-28 23:44:57 +08:00
Jia Hao
a4cee33080 Update readme for icons 2016-01-28 23:40:19 +08:00
Jia Hao
3eac549902 Remove electron prebuilt as a dev dependency to speed up ci builds 2016-01-28 23:23:36 +08:00
Jia Hao
6787aff19c Use besticon api to automatically retrieve icon 2016-01-28 23:15:46 +08:00