1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-23 07:26:35 +02:00
Commit Graph

106 Commits

Author SHA1 Message Date
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
Maxime
c75bfa9755 Add the missing http:// 2016-01-21 09:27:18 +01:00
Jia Hao
82317a08d3 Implement --pretend flag to easily simulate user agent strings, fixes #11 2016-01-21 12:53:12 +08:00
PoziWorld
f9e9c16d58 Minor copy fixes
an native desktop app => a native desktop app
can built => can be built
2016-01-20 14:55:40 -08:00
Jia Hao
762de5f1c8 Update documentation, no longer need to add the full url with the protocol
Fixes #13
2016-01-21 01:22:22 +08:00
Jia Hao
0786ae5449 Update readme 2016-01-19 22:02:01 +08:00
Jia Hao
9c9fe59ed7 Remove flag to show dev tools 2016-01-19 20:28:58 +08:00
Jia Hao
d91f5839d3 Use quotations in examples 2016-01-19 11:48:08 +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
0b43db6109 Update Readme 2016-01-19 01:17:27 +08:00
Jia Hao
aefea56f3f Updated README 2015-07-06 13:44:49 +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
4b34cf1ffb Updated documentation 2015-07-05 20:44:18 +08:00
Jia Hao
594607080e Updated version and readme 2015-07-05 16:43:44 +08:00
Jia Hao
2282245fec Added back the readme 2015-07-05 15:24:36 +08:00