2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-17 03:12:20 +00:00
Commit Graph

66 Commits

Author SHA1 Message Date
Jia Hao
404bab30c3 No longer enable flash by default
Flash should be enabled with `--flash`, which will also enable the `--insecure` flag
2016-03-26 15:06:50 +08:00
Jia Hao
08575ca75f Put changelog in ./docs 2016-03-14 00:35:46 +08:00
Jia Hao
517cfd7df7 Add link to api docs 2016-03-13 15:31:15 +08:00
Jia Hao
67dc46adf5 Split docs into multiple files 2016-03-13 15:27:32 +08:00
Jia Hao
5bad1d08dd Use windows and osx to specify platform 2016-03-12 16:47:18 +08:00
Jia Hao
cbff6ba50d Add note about nativefier-icons 2016-03-12 16:38:24 +08:00
Jia Hao
e6dc4b8441 Override output directory by default 2016-03-12 16:07:21 +08:00
Jia Hao
7ba016bf50 Support only node 0.12 onwards 2016-03-12 02:00:00 +08:00
Jia Hao
a49decbae8 Add optional dependencies 2016-03-11 02:29:13 +08:00
Jia Hao
dea22336d9 Update Readme for Windows dev setup 2016-03-11 02:27:49 +08:00
Jia Hao
79c7767bb0 Add note about wine 2016-03-10 13:03:40 +08:00
Jia Hao
38a15baac2 Make section on optional dependencies clearer 2016-03-09 14:24:00 +08:00
Jia Hao
9d1276353e Remove dependency on Sips
Also update documentation for icon conversion dependencies
2016-03-09 00:01:27 +08:00
Jia Hao
866991d6a1 Fix typo in header 2016-02-25 19:09:08 +08:00
Jia Hao
31ee80f84f Implement command line flag to start app in full screen, resolves #109 2016-02-25 18:26:28 +08:00
Jia Hao
166aa8962e Add readme for injection 2016-02-25 15:09:26 +08:00
Jia Hao
4c03e72137 Add note about flash needing testing 2016-02-25 12:12:23 +08:00
Jia Hao
1b0351cd01 Change flag usage
- `--ignore-certificate` to ignore invalid certificate errors,
- `--insecure` to disable web security to allow mixed content
2016-02-23 21:31:47 +08:00
Jia Hao
2a31561fda Add documentation about flash and web security 2016-02-23 21:25:20 +08:00
Jia Hao
7bfa42ef71 Merge branch 'development' into feature/flash
# Conflicts:
#	README.md
#	src/build/buildApp.js
#	src/cli.js
#	src/options/optionsMain.js
2016-02-23 21:13:20 +08:00
Jia Hao
dab9a06774 Update documentation for flash 2016-02-23 17:13:51 +08:00
Benjamin Wiederkehr
dc51407ccb Added option to disable web security. 2016-02-22 21:33:33 +01:00
Benjamin Wiederkehr
481793b02f Promise to add insecure-content option. 2016-02-22 18:39:41 +01:00
Jia Hao
4663b99050 Merge pull request #142 from jiahaog/master
Add version flag for readme

Former-commit-id: a6280c7234af246df0a13cad45b5870715f25a09
2016-02-19 12:32:10 +08:00
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
6625446b01 Update readme 2016-01-31 22:02:35 +08:00
taiyoslime
4c21d3ac8e Update Readme to add usage of -V option 2016-01-30 18:16:21 +09: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
f471fe240e Update readme 2016-01-30 01:57:30 +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
7417c7da0d Update readme 2016-01-29 14:46:09 +08:00
Jia Hao
51acbaaa9c Cleanup options.js, rename --app-name to --name 2016-01-29 11:37:54 +08:00
Jia Hao
a4cee33080 Update readme for icons 2016-01-28 23:40:19 +08:00
Jia Hao
2bdb2ab753 Update readme for .png conversion 2016-01-28 11:38:58 +08:00
Jia Hao
6b0d10f9d4 Fix the icon parameter for linux and windows 2016-01-26 14:24:47 +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
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
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
231467c9f2 Add build status 2016-01-24 02:10:56 +08:00
taiyoslime
c85696f218 Fixed -h option's conflict on cli 2016-01-24 00:02:44 +09:00
Jia Hao
c5a76ade59 Remove notes about back button 2016-01-23 14:16:01 +08:00
Jia Hao
eabe6de892 Update README for modified build 2016-01-23 14:04:52 +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
c89f6a877b Implement script to set up dev environment 2016-01-22 20:49:37 +08:00
Jia Hao
f789a51dd2 Update Readme 2016-01-22 12:31:30 +08:00
Jia Hao
a6e580aa0a Override user agent by default,
- Remove `--pretend` flag. Pass `--honest` instead to disable the fake user agent
2016-01-22 11:59:57 +08:00
Jia Hao
59e9f6e104 Implement counter which closes #33, thanks to @jfouchard 2016-01-22 11:35:05 +08:00