2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-11-16 01:37:07 +00:00
Commit Graph

294 Commits

Author SHA1 Message Date
Jia Hao
eb4a948506 Remove unnecessary statement to delete temporary files as they are already cleared if the keep parameter is not passed to tmp.dirSync 2016-01-19 11:58:26 +08:00
Jia Hao
1c87305d39 6.2.0 2016-01-19 11:49:50 +08:00
Jia Hao
d91f5839d3 Use quotations in examples 2016-01-19 11:48:08 +08:00
Jia Hao
d2733c4cb0 Change name for config file to nativefier.json 2016-01-19 11:45:17 +08:00
Jia Hao
1f31d06a85 Implement command line flag to show developer tools 2016-01-19 11:42:52 +08:00
Jia Hao
48345eceb5 Implement setting of user agent to fix #8 2016-01-19 11:30:42 +08:00
Jia Hao
fb4a99a872 Implement electron API changes for requiring module as per http://blog.atom.io/2015/11/17/electron-api-changes.html 2016-01-19 11:28:04 +08:00
Jia Hao
63df4f0283 MIT License 2016-01-19 11:25:54 +08:00
Jia Hao
73f56e0ebb Add new line 2016-01-19 11:23:52 +08:00
Jia Hao
6baf6f277a Implemented intelligent app name retrieval 2016-01-19 01:18:15 +08:00
Jia Hao
0b43db6109 Update Readme 2016-01-19 01:17:27 +08:00
Jia Hao
e12d10042c Make help text clearer, add parsing of width and height 2016-01-19 01:17:12 +08:00
Jia Hao
549427c8ac Fix bug in default argument for targetUrl 2016-01-19 00:44:15 +08:00
Jia Hao
3b02889435 Implement scraping of the web page name for the app 2016-01-19 00:40:24 +08:00
Jia Hao
a57d00f701 Add MIT License 2016-01-19 00:15:29 +08:00
Jia Hao
86b2e0f0ef Add .npmignore to ignore src 2016-01-19 00:01:58 +08:00
Jia Hao
5411e9c71a Validate url before building the app 2016-01-18 23:56:59 +08:00
Jia Hao
10c1a9c97a Remove logging and make help clearer 2016-01-18 23:56:41 +08:00
Jia Hao
7d359a99fa Use arrow function and remove console.log statement 2016-01-18 23:56:17 +08:00
Jia Hao
0fe67234f2 Implement cli 2016-01-18 23:38:52 +08:00
Jia Hao
36b5597063 Add prepublish script 2016-01-18 23:36:05 +08:00
Jia Hao
0eb2e83dc2 Cleanup code 2016-01-18 22:07:22 +08:00
Jia Hao
5379740dda Initial commit for working module only with api change 2016-01-18 21:45:18 +08:00
Jia Hao
5f20dca5cc Merge pull request #6 from starquake/patch-2
Fix error in usage example
2015-11-17 16:08:04 +08:00
Jan Visser
7a7a04d56a Fix error in usage example
Removed "--target" in example and add quotes to make sure the shell interpreter does not try to interpret certain characters like ? or & in the url
2015-11-06 14:53:28 +01:00
Jia Hao
e987b6425f Merge pull request #4 from gfpacheco/badge-not-osx
Fix #3 - Prevent call to setBadge when not on OSX
2015-08-07 14:24:50 +08:00
Guilherme Pacheco
5adf9d3a5d Prevent call to setBadge when not on OSX 2015-08-06 00:34:32 -03:00
Jia Hao
054c7f9ad5 5.1.1 2015-07-06 13:48:34 +08:00
Jia Hao
aefea56f3f Updated README 2015-07-06 13:44:49 +08:00
Jia Hao
0bca6ffce1 Added screenshot 2015-07-06 13:36:42 +08:00
Jia Hao
fdb0750e47 5.1.0 2015-07-06 11:48:09 +08:00
Jia Hao
4e7312ea03 1.1.0 2015-07-06 11:46:50 +08:00
Jia Hao
619e8c60b9 Quit app when all windows are closed 2015-07-06 11:46:08 +08:00
Jia Hao
d7859160eb Only set the title listener after the webview finishes loading 2015-07-06 11:45:55 +08:00
Jia Hao
4ddf10a108 Updated to support setting of window dimensions using the cli, and updated documentation 2015-07-06 10:31:09 +08:00
Jia Hao
3b815dd1ba Updated CLI and documentation 2015-07-06 10:12:30 +08:00
Jia Hao
80f1863b8b Implemented setting of badge configuration in the command line 2015-07-06 09:46:27 +08:00
Jia Hao
199b1423e5 Implemented mac app badge through listening for webview title changes 2015-07-06 09:38:04 +08:00
Jia Hao
c1509e30d9 1.0.9 2015-07-05 20:47:48 +08:00
Jia Hao
46bb14ac2a Implemented opening of links in new window 2015-07-05 20:44:45 +08:00
Jia Hao
4b34cf1ffb Updated documentation 2015-07-05 20:44:18 +08:00
Jia Hao
247345f203 Implemented selectAll, copy, cut, paste, undo keyboard shortcuts 2015-07-05 20:11:34 +08:00
Jia Hao
e9bd05aa34 1.0.8 2015-07-05 17:02:25 +08:00
Jia Hao
397567a4e7 Corrected yet another bug in creating a temporary directory 2015-07-05 17:02:09 +08:00
Jia Hao
594607080e Updated version and readme 2015-07-05 16:43:44 +08:00
Jia Hao
4495b26c92 Fixed enormous bug in not passing the app configuration properly 2015-07-05 16:43:32 +08:00
Jia Hao
4a621b14a7 1.0.6 2015-07-05 16:02:40 +08:00
Jia Hao
9f74b690a1 Corrected bug in file directory 2015-07-05 16:02:31 +08:00
Jia Hao
7e43248e11 Added keywords 2015-07-05 15:49:47 +08:00
Jia Hao
d48fb6b84c 1.0.4 2015-07-05 15:24:58 +08:00