Byoungro So
0a1b71f125
CB-10660 fixed the exception when removing a non-existing directory. This closes #261
2016-02-26 10:40:33 +03:00
Steve Gill
757a3685f2
Update JS snapshot to version 5.2.0-dev (via coho)
2016-02-24 11:50:08 -08:00
Steve Gill
fd2c3c9857
Set VERSION to 5.2.0-dev (via coho)
2016-02-24 11:50:06 -08:00
Steve Gill
84477ff212
CB-10687 Updated RELEASENOTES and Version for release 5.1.1
2016-02-24 11:49:48 -08:00
Steve Gill
1d7ccaece6
updated cordova-common dependnecy to 1.1.0
2016-02-24 09:50:07 -08:00
daserge
ce2525d4d8
CB-10628 Fix emulate android --target
...
Added a test case
2016-02-18 21:27:40 +03:00
Vladimir Kotikov
7be9e880c2
CB-10618 Handle gradle frameworks on plugin installation/uninstallation
...
This closes #259
2016-02-17 17:56:09 +03:00
riknoll
7233931681
CB-10510: Add an optional timeout to emu start script
...
The script used to wait forever for the emulator to boot.
If the emulator got stuck, it would never terminate.
This timeout is being added to support cordova-medic and
the CI.
2016-02-11 13:37:00 -08:00
riknoll
d7e111fb71
CB-10498: Resume event should be sticky if it has a plugin result
2016-02-03 13:25:56 -08:00
Tony Homer
2ac191fbb8
fix HtmlNotFoundTest so that it passes when file not found is handled correctly
...
This Closes #256
2016-02-01 16:11:17 -05:00
Carlos Santana
088140aca4
CB-10472 NullPointerException: org.apache.cordova.PluginManager.onSaveInstanceState
...
check if pluginManager is null before using it
This closes #255
2016-01-29 13:19:00 -05:00
Vladimir Kotikov
e08d0671ab
CB-10138 Adds missing plugin metadata to plugin_list module. This closes #254
2016-01-28 12:45:19 +03:00
Dimitar Kerezov
7669378c6e
CB-10443 Pass original options instead of remaining
...
Nopt parses all options regardless of what is passed as "knownOpts". This leaves the remain property an emtpy array.
This ultimately leads to a bug in the parseOpts function where the options undergo a second parsing from nopt.
The end result is - this options are not respected at all..
This closes #248
2016-01-28 11:55:29 +03:00
Dimitar Kerezov
1494082a2a
CB-10443 Fix this.root
null reference
...
parseOpts function referenced this.root but the this object is not the new Api as expected. This leads to an exception upon calling path.relative(this.root, ...).
2016-01-28 11:55:15 +03:00
Vladimir Kotikov
233c2bd882
CB-10421 Fixes exception when calling run script with --help option
2016-01-26 14:56:29 +03:00
Steve Gill
9c4f09a50a
updated .gitignore
2016-01-22 11:59:43 -08:00
Vladimir Kotikov
89d982a8e4
CB-10406 Fixes an exception, thrown when building using Ant. This closes #250
2016-01-22 13:29:50 +03:00
Vladimir Kotikov
9d3ee3d56e
CB-10157 Uninstall app from device/emulator only when signed apk is already installed
2016-01-22 12:36:48 +03:00
Steve Gill
44421bbc79
added missing node_modules
2016-01-20 17:07:49 -08:00
Steve Gill
320558a782
Update JS snapshot to version 5.2.0-dev (via coho)
2016-01-20 16:18:53 -08:00
Steve Gill
9ef7ddbf20
Set VERSION to 5.2.0-dev (via coho)
2016-01-20 16:18:52 -08:00
Steve Gill
603f994f3f
Updated RELEASENOTES and Version for release 5.1.0
2016-01-20 15:49:00 -08:00
Nikhil Khandelwal
ada35e0e00
Fix jshint issues
2016-01-19 12:01:44 -08:00
Nikhil Khandelwal
fc778006ef
CB-10386 Add android.useDeprecatedNdk=true to support NDK in gradle
2016-01-19 11:36:39 -08:00
Joe Bowser
11760afddd
CB-8864: Fixing this to mitigate CB-8685 and CB-10104
2016-01-12 10:39:55 -08:00
Joe Bowser
d78ae309f1
CB-10105: Spot fix for tilde errors on paths.
2016-01-11 15:53:00 -08:00
Darryl Pogue
73fd9e4dfa
Update theme to Theme.DeviceDefault.NoActionBar
...
This uses the device system theme instead of the old Gingerbread-era theme for dialogs and alerts.
Available as of API 14, which is now the minSDK version for cordova-android.
This closes 245
2016-01-04 12:31:56 -08:00
Darryl Pogue
fb9cf60c41
CB-10014: Set gradle applicationId to package name.
...
This closes 247
2016-01-04 12:18:55 -08:00
Keith Wong
b6a329d479
CB-9949: Fixing menu button event not fired in Android
...
This closes 246
2015-12-16 13:25:19 -08:00
Joe Bowser
70bc7b39b7
CB-9479: Fixing the conditionals again, we should be more vigilant on the gradle versions.
2015-12-07 15:03:02 -08:00
Vladimir Kotikov
03777067cd
CB-10112 Parse additional CLI arguments properly. This closes #241
2015-12-03 13:54:59 +03:00
riknoll
f5271431fb
CB-8917: New Plugin API for passing results on resume after Activity destruction
2015-12-02 09:49:49 -08:00
Vladimir Kotikov
c30eeee5d8
CB-9971 Suppress gradlew _JAVA_OPTIONS output during build
2015-11-20 11:57:18 +03:00
daserge
dac02bef8c
CB-9836 Add .gitattributes to prevent CRLF line endings in repos
...
Normalizes plist line endings to be LF
github: close #231
2015-11-12 18:34:41 +03:00
Alexander Sorokin
32edaee3a2
CB-9831 CB-9835 CB-9932 Added e2e tests
2015-11-11 14:06:43 +03:00
Steve Gill
ff1c58def4
added node_modules back into .gitignore
2015-11-02 17:08:55 -08:00
Steve Gill
f9372f5578
checked in missing node_module dependencies that are required
2015-11-02 17:07:12 -08:00
Steve Gill
6afc16c33b
Update JS snapshot to version 5.1.0-dev (via coho)
2015-11-01 23:43:03 -08:00
Steve Gill
74a3d2028f
Set VERSION to 5.1.0-dev (via coho)
2015-11-01 23:43:00 -08:00
Steve Gill
dfe468f335
CB-9922 Updated RELEASENOTES and Version for release 5.0.0
2015-11-01 23:41:46 -08:00
Steve Gill
4f7721b405
updated node_modules
2015-10-30 19:43:08 -07:00
TyIsI
3abd12aee3
Update CordovaWebViewEngine.java
...
Fixed typo. This closes #234
2015-10-30 05:08:18 -07:00
Tim Barham
1c90a77325
CB-9909 Shouldn't escape spaces in paths on Windows.. This closes #237
2015-10-30 04:58:26 -07:00
Steve Gill
671219ae56
CB-9870 updated hello world template
2015-10-29 15:33:43 -07:00
Vladimir Kotikov
78fa7374d9
CB-9880 Fixes platform update failure when upgrading from android@<4.1.0
2015-10-28 12:42:35 +03:00
Vladimir Kotikov
c1b389ad9b
CB-9844 Remove old .java after renaming activity
2015-10-27 11:30:58 +03:00
Joe Bowser
5a07a51b5d
Checked the notice file, updating to 2015
2015-10-26 16:42:06 -07:00
Dmitry Blotsky
824b9803d2
CB-9800 Fixing contribute link.
2015-10-23 15:16:41 -07:00
Vladimir Kotikov
ab72e48431
CB-9782 Check in cordova-common dependency
2015-10-22 22:43:39 +03:00
Vladimir Kotikov
78b7ae72c9
Adds licence header to Adb to pass rat audit
2015-10-22 14:06:20 +03:00