added android release blog post
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/38c5ffd2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/38c5ffd2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/38c5ffd2 Branch: refs/heads/master Commit: 38c5ffd2324f0c472c16ca1ac24e4abe694c352a Parents: bd6bb2d Author: Steve Gill <[email protected]> Authored: Thu Jan 21 15:19:15 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Sat Jan 23 23:55:33 2016 -0800 ---------------------------------------------------------------------- www/_posts/2016-01-22-cordova-android-5.1.0.md | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/38c5ffd2/www/_posts/2016-01-22-cordova-android-5.1.0.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-01-22-cordova-android-5.1.0.md b/www/_posts/2016-01-22-cordova-android-5.1.0.md new file mode 100644 index 0000000..6df0733 --- /dev/null +++ b/www/_posts/2016-01-22-cordova-android-5.1.0.md @@ -0,0 +1,36 @@ +--- +layout: post +author: + name: Steve Gill + url: https://twitter.com/stevesgill +title: "Cordova Android 5.1.0" +categories: announcements +tags: news releases +--- + +We are happy to announce that `Cordova Android 5.1.0` has been released. + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform update [email protected] + +To add it explicitly: + + cordova platform add [email protected] + +<!--more--> +## What's new in Android platform + +* [CB-10386](https://issues.apache.org/jira/browse/CB-10386) Add `android.useDeprecatedNdk=true` to support `NDK` in `gradle` +* [CB-8864](https://issues.apache.org/jira/browse/CB-8864): Fixing this to mitigate [CB-8685](https://issues.apache.org/jira/browse/CB-8685) and [CB-10104](https://issues.apache.org/jira/browse/CB-10104) +* [CB-10105](https://issues.apache.org/jira/browse/CB-10105): Spot fix for tilde errors on paths. +* Update theme to `Theme.DeviceDefault.NoActionBar` +* [CB-10014](https://issues.apache.org/jira/browse/CB-10014): Set gradle `applicationId` to `package name`. +* [CB-9949](https://issues.apache.org/jira/browse/CB-9949): Fixing menu button event not fired in **Android** +* [CB-9479](https://issues.apache.org/jira/browse/CB-9479): Fixing the conditionals again, we should +* [CB-8917](https://issues.apache.org/jira/browse/CB-8917): New Plugin API for passing results on resume after Activity destruction +* [CB-9971](https://issues.apache.org/jira/browse/CB-9971) Suppress `gradlew _JAVA_OPTIONS` output during build +* [CB-9836](https://issues.apache.org/jira/browse/CB-9836) Add `.gitattributes` to prevent `CRLF` line endings in repos +* added node_modules back into `.gitignore` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
