Marcel Kinard [Fri, 12 Sep 2014 20:16:22 +0000 (16:16 -0400)]
Set VERSION to 3.6.3 (via coho)
Marcel Kinard [Fri, 5 Sep 2014 19:41:31 +0000 (15:41 -0400)]
Merge branch 'master' into 3.6.x
Conflicts:
VERSION
Marcel Kinard [Fri, 5 Sep 2014 13:51:13 +0000 (09:51 -0400)]
Set VERSION to 3.6.1 (via coho)
Archana Naik [Fri, 5 Sep 2014 04:22:38 +0000 (21:22 -0700)]
[CB-7470]createmobilespec.js --global / --globalplugins shouldn't clear $HOME/.cordova/commonlibs
[CB-7469]createmobilespec.js --global is broken since the new plugin test infrastructure was added
Updated script works on amazon-fireos as well with --global flag.
Marcel Kinard [Tue, 2 Sep 2014 16:25:14 +0000 (12:25 -0400)]
CB-7447 Add --globalplugins option to createmobilespec.js
Add option to createmobilespec.js to use local platforms and tools, but use
released version of plugins. This is meant for running tests for a
platforms/tools release.
Marcel Kinard [Wed, 27 Aug 2014 17:58:05 +0000 (13:58 -0400)]
CB-7410 add test targets to whitelist
The InAppBrowser tests target the google.com home page, but recently they
started redirecting all unencrypted traffic to ssl, so we need to add
the https endpoint of google the whitelist.
(cherry picked from commit
72cefd4b9e9e5f090185ca6604d9296dac4bfe23)
Marcel Kinard [Wed, 27 Aug 2014 17:58:05 +0000 (13:58 -0400)]
CB-7410 add test targets to whitelist
The InAppBrowser tests target the google.com home page, but recently they
started redirecting all unencrypted traffic to ssl, so we need to add
the https endpoint of google the whitelist.
Steven Gill [Tue, 26 Aug 2014 20:35:29 +0000 (13:35 -0700)]
Set VERSION to 3.6.0 (via coho)
Steven Gill [Tue, 26 Aug 2014 20:35:29 +0000 (13:35 -0700)]
Set VERSION to 3.7.0-dev (via coho)
Marcel Kinard [Tue, 26 Aug 2014 16:05:57 +0000 (12:05 -0400)]
clarify button title
Marcel Kinard [Tue, 26 Aug 2014 15:45:19 +0000 (11:45 -0400)]
CB-7380 update tests for file URL
It was previously checking that a file URL would fail, but file URLs should
always be accepted otherwise local loading into the webview won't work. So
the file URL test was broken into 2 separate tests. The first was changed to
expect success on an empty whitelist against a file URL, and the pattern match
part of the original file URL test was put in a second (new) test to use
an HTTP URL.
Marcel Kinard [Tue, 26 Aug 2014 15:04:13 +0000 (11:04 -0400)]
add message at end with example invocation
Marcel Kinard [Tue, 26 Aug 2014 14:44:49 +0000 (10:44 -0400)]
rename buttons, replace tabs with spaces
Martin Gonzalez [Mon, 25 Aug 2014 16:37:17 +0000 (11:37 -0500)]
[CB-7374] Use nodejs exec to run grunt in Windows
Windows requires the specific path and file of the program to run the
script, the nodejs binary file should be part of the command to run the
grunt task.
If not, the execution stops.
github: close #106
Josh Soref [Fri, 22 Aug 2014 20:10:28 +0000 (16:10 -0400)]
CB-7350 Rework createmobilespec
* fix platform flag documentation for --amazon
- wrap very long lines
- clarify that /bin/create isn't a system application...
- drop repetitive: when creating the mobile-spec project
- it wasn't used consistently...
* support directoryName for --plugman
* delay pushd cli_project_dir until after couldNotFind cordova-plugin-test-framework check
* Brand: BlackBerry
Josh Soref [Wed, 20 Aug 2014 21:09:00 +0000 (17:09 -0400)]
CB-7350 Rework createmobilespec
* Don't assume that the people running mobilespec are developers
* Correct __dirname path output
* quit instead of return in top level code...
* use joinable array for platform_layout, localPlatforms
- this means the couldNotFind can report the correct repo name for bb10
* Default to not logging pushd/popd (--debug to get it back)
* Explain how to get coho
* Provide information about how to use coho to get the right things more or less at the right time
* Add could not find routine with coho instructions
* Fix instructions for getting cli+lib and plugins
* Remove recommendation to clone android
* a few lines earlier it already said to repo-clone -r plugins
* Skip broken platforms
* Refactor installPlugins, updateJS, summary
* warn about missing plugman
* fixes --plugman for non ios platforms
* add blackberry10 config dir info for plugman
* Adding fallback for createmobilespec --plugman config.xml
* correctly copy www directory contents...
* Depend on grunt-cli
+ report missing grunt
* Windows: fix symlink text
* Brand: JavaScript
Josh Soref [Wed, 20 Aug 2014 21:08:40 +0000 (17:08 -0400)]
CB-7350 Improve README.md markdown
Also annotate points where I think the content is wrong
Max Woghiren [Thu, 14 Aug 2014 21:18:20 +0000 (17:18 -0400)]
Removed a missed merge line.
Archana Naik [Thu, 14 Aug 2014 18:44:14 +0000 (11:44 -0700)]
Added amazon-fireos support to createmobilespec script.
Archana Naik [Thu, 31 Oct 2013 19:04:14 +0000 (12:04 -0700)]
Making it work for us.
Michal Mocny [Thu, 14 Aug 2014 14:18:47 +0000 (10:18 -0400)]
CB-7086 Removing dead links for tests ported to new style
Andrew Grieve [Tue, 12 Aug 2014 20:36:30 +0000 (16:36 -0400)]
CB-7115 Fix volumeup -> volumeupbutton in test
Andrew Grieve [Tue, 12 Aug 2014 20:30:47 +0000 (16:30 -0400)]
CB-7115 Simplify events manual tests with a helper function
schettino72 [Thu, 10 Jul 2014 07:56:54 +0000 (15:56 +0800)]
CB-7115 Add manual test for events volumedownbutton / volumeupbutton
github: close #80
Jesse MacFadyen [Fri, 8 Aug 2014 22:16:06 +0000 (15:16 -0700)]
Merge branch 'CB-7268' of https://github.com/MSOpenTech/cordova-mobile-spec
Vladimir Kotikov [Thu, 7 Aug 2014 05:29:51 +0000 (09:29 +0400)]
CB-7268 Adds option for creating mobilespec application with windows platform
Vladimir Kotikov [Fri, 4 Jul 2014 09:52:54 +0000 (13:52 +0400)]
CB-7269 Fixes loading cordova.js on windows phone 8.1
Jesse MacFadyen [Thu, 7 Aug 2014 01:38:40 +0000 (18:38 -0700)]
Merge branch 'CB-7242' of https://github.com/martincgg/cordova-mobile-spec
Jesse MacFadyen [Thu, 7 Aug 2014 00:50:18 +0000 (17:50 -0700)]
Merge branch 'CB-7196' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:49:49 +0000 (17:49 -0700)]
Merge branch 'CB-7195' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:49:26 +0000 (17:49 -0700)]
Merge branch 'CB-6961' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:49:04 +0000 (17:49 -0700)]
Merge branch 'CB-6962' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:48:33 +0000 (17:48 -0700)]
Merge branch 'CB-6965' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:48:00 +0000 (17:48 -0700)]
Merge branch 'CB-6964' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:47:38 +0000 (17:47 -0700)]
Merge branch 'CB-7133' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:47:08 +0000 (17:47 -0700)]
Merge branch 'CB-6960' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:46:33 +0000 (17:46 -0700)]
Merge branch 'CB-7148' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:45:51 +0000 (17:45 -0700)]
Merge branch 'CB-7146' of https://github.com/stacic/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:44:57 +0000 (17:44 -0700)]
Merge branch 'CB-6966' of https://github.com/martincgg/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:43:55 +0000 (17:43 -0700)]
Merge branch 'CB-6957' of https://github.com/martincgg/cordova-mobile-spec into CB-7086
Jesse MacFadyen [Thu, 7 Aug 2014 00:43:04 +0000 (17:43 -0700)]
Merge branch 'CB-7094' of https://github.com/martincgg/cordova-mobile-spec into CB-7086
Michal Mocny [Wed, 6 Aug 2014 20:21:35 +0000 (16:21 -0400)]
Replace ?showBack with #?showBack for wp8
Jesse MacFadyen [Wed, 6 Aug 2014 01:45:25 +0000 (18:45 -0700)]
Merge branch 'CB-6963' of https://github.com/martincgg/cordova-mobile-spec
Jesse MacFadyen [Wed, 6 Aug 2014 01:41:03 +0000 (18:41 -0700)]
Merge branch 'CB-6959' of https://github.com/stacic/cordova-mobile-spec
Jesse MacFadyen [Wed, 6 Aug 2014 01:39:52 +0000 (18:39 -0700)]
Merge branch 'CB-6958' of https://github.com/stacic/cordova-mobile-spec
Staci Cooper [Mon, 4 Aug 2014 16:07:38 +0000 (12:07 -0400)]
CB-7196 removed splashscreen tests
Staci Cooper [Mon, 4 Aug 2014 16:03:17 +0000 (12:03 -0400)]
CB-7195 removed statusbar tests
Staci Cooper [Mon, 4 Aug 2014 16:01:11 +0000 (12:01 -0400)]
CB-6961 removed filetransfer tests
Staci Cooper [Mon, 4 Aug 2014 15:53:03 +0000 (11:53 -0400)]
CB-6962 removed globalization tests
Staci Cooper [Mon, 4 Aug 2014 15:49:53 +0000 (11:49 -0400)]
CB-6965 removed dialogs tests
Staci Cooper [Mon, 4 Aug 2014 15:47:42 +0000 (11:47 -0400)]
CB-6964 removed network tests
Staci Cooper [Mon, 4 Aug 2014 15:45:19 +0000 (11:45 -0400)]
CB-7133 removed inappbrowser tests
Staci Cooper [Mon, 4 Aug 2014 15:42:27 +0000 (11:42 -0400)]
CB-6960 removed compass tests
Staci Cooper [Mon, 4 Aug 2014 15:39:55 +0000 (11:39 -0400)]
CB-7148 removed contacts tests
Staci Cooper [Mon, 4 Aug 2014 15:33:54 +0000 (11:33 -0400)]
Removed geolocation tests
Staci Cooper [Wed, 30 Jul 2014 20:39:35 +0000 (16:39 -0400)]
CB-7160 Removed accelerometer tests
Removed potential merge conflicts
Staci Cooper [Thu, 31 Jul 2014 16:51:49 +0000 (12:51 -0400)]
CB-6958 Removed camera tests
Removed potential merge conflicts
Staci Cooper [Thu, 31 Jul 2014 19:36:11 +0000 (15:36 -0400)]
CB-6959 Removed capture tests
Removed potential merge conflicts
Martin Gonzalez [Fri, 1 Aug 2014 17:24:02 +0000 (12:24 -0500)]
Restored page with links to avoid conflic merges
Martin Gonzalez [Fri, 1 Aug 2014 17:20:28 +0000 (12:20 -0500)]
Restored page with links to avoid conflic merges
Martin Gonzalez [Fri, 1 Aug 2014 17:18:55 +0000 (12:18 -0500)]
Restored page with links to avoid conflic merges
Martin Gonzalez [Fri, 1 Aug 2014 17:18:15 +0000 (12:18 -0500)]
Restored page with links to avoid conflic merges
Martin Gonzalez [Fri, 1 Aug 2014 07:30:32 +0000 (02:30 -0500)]
CB-6966 Removed old vibration tests
Martin Gonzalez [Fri, 1 Aug 2014 07:25:40 +0000 (02:25 -0500)]
Removed remaining button on index.html
Martin Gonzalez [Fri, 1 Aug 2014 07:24:33 +0000 (02:24 -0500)]
CB-6963 Removed old media tests
Martin Gonzalez [Fri, 1 Aug 2014 07:17:26 +0000 (02:17 -0500)]
CB-7094 Removed old file tests
Martin Gonzalez [Fri, 1 Aug 2014 07:14:38 +0000 (02:14 -0500)]
CB-6957 Removed battery-status tests
Martin Gonzalez [Thu, 31 Jul 2014 20:58:03 +0000 (15:58 -0500)]
CB-7242 Added wp8 subdirectory to localPlatforms variable
createmobilespec --wp8 fails, because the path for wp8 on localPlatforms
is incomplete, it requires the wp8 subdirectory to work properly.
Bryan Higgins [Wed, 30 Jul 2014 19:19:19 +0000 (15:19 -0400)]
CB-7233 [BlackBerry10] Globalization is now supported
Bryan Higgins [Thu, 24 Jul 2014 15:18:29 +0000 (11:18 -0400)]
[BlackBerry10] Fix paths
Andrew Grieve [Tue, 22 Jul 2014 14:04:04 +0000 (10:04 -0400)]
CB-6764 Add test for findCordovaPath() detecting "notcordova.js" as cordova.js
Michal Mocny [Fri, 18 Jul 2014 17:57:17 +0000 (13:57 -0400)]
CB-7168 Moving Device autotests to plugin (aka new-style tests)
Michal Mocny [Thu, 17 Jul 2014 17:33:39 +0000 (13:33 -0400)]
CB-7086 Automatically install plugin tests
Andrew Grieve [Tue, 15 Jul 2014 02:57:00 +0000 (22:57 -0400)]
Small tweak to statusbar manual test
Andrew Grieve [Mon, 14 Jul 2014 20:31:50 +0000 (16:31 -0400)]
Add statusbar manual test
Andrew Grieve [Mon, 14 Jul 2014 20:10:10 +0000 (16:10 -0400)]
Add status-bar plugin to dependencies-plugin
Andrew Grieve [Mon, 14 Jul 2014 20:09:49 +0000 (16:09 -0400)]
Add a back button to new-style tests
Ian Clelland [Mon, 14 Jul 2014 14:54:17 +0000 (10:54 -0400)]
CB-6928: Minor fix to error reporting in previous commit
Ian Clelland [Mon, 14 Jul 2014 13:52:24 +0000 (09:52 -0400)]
Merge branch 'master' of https://github.com/jpuerto/cordova-mobile-spec
Michal Mocny [Thu, 10 Jul 2014 15:54:18 +0000 (11:54 -0400)]
Adding new-style test to mobile-spec
Andrew Grieve [Thu, 10 Jul 2014 15:34:57 +0000 (11:34 -0400)]
android: Fix bridge test failure due to "" vs null
Andrew Grieve [Mon, 7 Jul 2014 18:07:20 +0000 (14:07 -0400)]
Move mobilespec into www/ so as to not include non-app files in the app
Andrew Grieve [Fri, 4 Jul 2014 02:10:19 +0000 (22:10 -0400)]
CB-5988 Add unit test for android bridge being blocked for data: URLs
Andrew Grieve [Fri, 4 Jul 2014 02:10:00 +0000 (22:10 -0400)]
android: Fix up double-callback of Echo plugin.
Andrew Grieve [Thu, 3 Jul 2014 17:15:22 +0000 (13:15 -0400)]
Add option to specify output directory for createmobilespec.js
Andrew Grieve [Fri, 27 Jun 2014 20:15:22 +0000 (16:15 -0400)]
createmobilespec: use the new "platform add path/to/dir" instead of .cordova/config.json
Martin Bektchiev [Mon, 23 Jun 2014 13:25:29 +0000 (16:25 +0300)]
Fix failing battery tests. Add a dummy battery listener to avoid updates in the middle of a test case
Javier Puerto [Thu, 19 Jun 2014 00:59:22 +0000 (02:59 +0200)]
CB-6928: Add 304 response test
Ian Clelland [Wed, 11 Jun 2014 17:31:15 +0000 (13:31 -0400)]
CB-6922: Test that metadata.modificationTime is a valid date
Piotr Zalewa [Tue, 10 Jun 2014 10:00:22 +0000 (12:00 +0200)]
Merge branch 'ffos_privileged_compatible'
Conflicts:
battery/index.html
Martin Gonzalez [Fri, 30 May 2014 16:26:40 +0000 (11:26 -0500)]
CB-6822 plugman compatible with windows
When createmobilespec module is used and the --plugman argument is
present, it will determine if the development platform is windows to add
node as part of the command.
process.argv[0] it will retrieve the node from the current process, and
it will cover the scenario where the nodejs installation it has a custom
path or it's not present in system PATH environmental variable.
If:
/path/to/nodejs/node createmobilespec.js [args]
process.argv[0] it will retrieve: /path/to/nodejs/node
to invoke plugman main.js file.
This closes #66
Marcel Kinard [Fri, 30 May 2014 16:29:53 +0000 (12:29 -0400)]
CB-6791 Add missing licenses
Marcel Kinard [Fri, 30 May 2014 15:13:53 +0000 (11:13 -0400)]
CB-6791 Add license to CONTRIBUTING.md
Staci Cooper [Thu, 29 May 2014 17:40:57 +0000 (10:40 -0700)]
CB-6780 Removed space from platform_layout for wp8
This closes #65
Shazron Abdullah [Wed, 28 May 2014 00:53:19 +0000 (17:53 -0700)]
CB-6721 - fix battery.spec.5 failure
Marcel Kinard [Fri, 23 May 2014 19:30:22 +0000 (15:30 -0400)]
CB-6550 Add reference to README.md
Marcel Kinard [Fri, 23 May 2014 18:05:51 +0000 (14:05 -0400)]
CB-6550 Add README.md to createmobilespec
Piotr Zalewa [Tue, 20 May 2014 06:19:30 +0000 (08:19 +0200)]
Merge remote-tracking branch 'mozilla/fix-battery'
Piotr Zalewa [Mon, 19 May 2014 12:39:12 +0000 (14:39 +0200)]
Merge branch 'ffos_privileged_compatible' of github.com:zalun/cordova-mobile-spec into ffos_privileged_compatible
Piotr Zalewa [Mon, 19 May 2014 12:38:50 +0000 (14:38 +0200)]
Merge branch 'master' into ffos_privileged_compatible