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

764 Commits

Author SHA1 Message Date
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
Jia Hao
2282245fec Added back the readme 2015-07-05 15:24:36 +08:00
Jia Hao
0d2f85cb0f 1.0.3 2015-07-05 15:21:30 +08:00
Jia Hao
0f7df66d36 deleted readme 2015-07-05 15:21:25 +08:00
Jia Hao
ffab8e5a6b 1.0.2 2015-07-05 15:18:31 +08:00
Jia Hao
afe7f26558 1.0.1 2015-07-05 15:12:10 +08:00
Jia Hao
140c444a96 Added documentation 2015-07-05 15:11:49 +08:00
Jia Hao
debc395599 Validation of url should trigger after the check for the required arguments 2015-07-05 15:10:36 +08:00
Jia Hao
0939715017 Modified package.json 2015-07-05 14:46:06 +08:00
Jia Hao
ff5545435a Changed usage command 2015-07-05 14:45:48 +08:00
Jia Hao
d40e605e98 Reformattted code with tabs and colons 2015-07-05 14:17:40 +08:00
Jia Hao
8ddeac3443 Implemented validation of url 2015-07-05 14:16:07 +08:00
Jia Hao
104821b759 Initial commit 2015-07-05 14:08:13 +08:00
Jia Hao
d33c1e5fa2 Modified gitignore 2015-07-05 14:02:36 +08:00
rameshv
189fd022d7 Update readme and usage.txt with command-line version-string examples
Resolves #89; further documents #63.
2015-07-02 20:26:42 -04:00
Max Ogden
dcf1da5d1a 5.0.0 2015-07-01 13:04:55 -07:00
Max Ogden
042228fb5c update collaborators 2015-07-01 13:03:14 -07:00
=^._.^=
8d26a51213 Merge pull request #88 from kfranqueiro/refactor
Implement --all, refactor code, add tests
2015-07-01 12:54:34 -07:00
Kenneth G. Franqueiro
a360f6c2ee Add more comprehensive tests
This implements the following cases:

* Basic runs for a specific version/platform/arch with default options
  (testing for existence of expected output files/folders)
* Runs for each target platform with `out` set
* Runs for each target platform with `asar` set
* Runs for each target platform with `prune` set
* Runs for each target platform with `ignore` set
  * This includes testing `ignore` including a path separator
  * This also includes testing that `ignore` entries are applied
    with the app folder trimmed
* Runs for each target platform with `overwrite` set / not set
* Runs with `all` set, with `arch` or `platform` each set to `all`,
  and with `platform` set to multiple platforms (comma-delimited or
  array)
* Tests specifically for the darwin target platform, to test
  `icon` and `sign`

The test logic is organized such that the version of Electron being
tested can be configured once centrally (in config.json), and the tests
will not run until after downloading any necessary electron versions
(to avoid timing out due to long downloads).

Resolves #77.
2015-06-28 16:57:59 -04:00
Kenneth G. Franqueiro
a157f716a5 Implement multi-target options and refactor code
This adds support for --all, --platform=all, and --arch=all.

In order to accommodate outputting multiple directories for multiple
platforms and architectures, this also implements a new directory
structure under the output folder (distinguished by both platform and
arch).  This structure is applied even to OS X distributions, which
formerly were output directly to an .app folder.  This could be considered
a backwards-incompatible change.

One other backwards-incompatible change is the value that the packager
function passes to the callback, which is now always an array of paths,
rather than just a single path.

The behavior of the icon option has also been modified to use its
basename and apply .ico or .icns depending on platform, to make it
usable with --all and --platform=all.  This attempts to maximize
backwards compatibility, by allowing a full filename to be specified,
but replacing the filename's extension with what is appropriate for
each target platform.  Alternatively, the extension can now be omitted.

In the process of implementing this, it became evident that some things
were being done in 3 different places, and weren't always being done
consistently, so I've deduplicated everything I could.

This also includes a few other changes to improve stability for
multi-target runs, and other fixes:

* Avoid targeting darwin if the environment doesn't support symlinks,
  to avoid the process bailing out on Windows
* Implement --overwrite centrally in index.js such that it explicitly
  skips if an output directory already exists, for consistency with
  all target platforms and to avoid any possible errors that would halt
  operation during one target of a multi-target run
* Use ncp instead of mv to move to finalPath, which avoids flakiness
  I noticed when testing on Windows 8 especially with multi-target runs
* Simplify temp directory logic by using a nested structure, so there
  is only one top-level directory to clean up
* Reinstate fix from #55 which seems to have been clobbered by a later
  merge
* linux.createApp now resolves to the final output directory;
  it was formerly resolving to the executable path
* mac.createApp now replaces space with underscore in bundle IDs
* Only the platform modules that are needed are loaded
* The win32 module only loads rcedit if needed

This also fixes a couple of missing updates to docs (readme/usage).

This commit addresses the following issues:

* Resolves #40
* Resolves #38
* Resolves #70
* Works around #71
* Resolves #84 by reinstating #55
2015-06-28 16:57:56 -04:00
Max Ogden
cff6ab50ee update readme 2015-06-27 20:08:47 -05:00
Max Ogden
714c02cc00 4.2.0 2015-06-27 20:07:42 -05:00
Max Ogden
2d128d8e99 fix testapp 2015-06-27 20:07:33 -05:00
Max Ogden
86edff69d8 add basic tests, remove unused folder, make linux out dir behave like other OSes 2015-06-27 19:48:35 -05:00
=^._.^=
5cc8a4b688 Merge pull request #82 from kfranqueiro/win32-ignore
Fix path separator replacement for ignore on Windows
2015-06-27 19:27:07 -05:00
=^._.^=
b80a060716 Merge pull request #76 from kfranqueiro/rename-helper
Fix #65: Rename Helper application on Mac OS X
2015-06-27 19:26:42 -05:00
Max Ogden
e01849fbf3 Merge branch 'tengyifei-master' 2015-06-27 19:26:07 -05:00
Max Ogden
ec321d2593 merge 2015-06-27 19:25:56 -05:00
=^._.^=
5e0edab6fe Merge pull request #74 from malept/rename-across-volumes
Fix renaming folders across volumes (when packaging for OS X)
2015-06-27 19:24:30 -05:00
=^._.^=
59228f2214 Merge pull request #63 from Rameshv/versionedit
Version info added to the final executable using rcedit
2015-06-27 19:24:11 -05:00
Max Ogden
065114b785 Merge branch 'chentsulin-master' 2015-06-27 19:23:40 -05:00