You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/05/05 16:29:03 UTC

[1/3] docs commit: android 6.2.3 blog post.

Repository: cordova-docs
Updated Branches:
  refs/heads/master c9c9cbefe -> 1d91ea8e7


android 6.2.3 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/d4d14693
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/d4d14693
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/d4d14693

Branch: refs/heads/master
Commit: d4d146936fffe490cb14f0a63aeb7cea9be5ee15
Parents: f523ccb
Author: filmaj <ma...@gmail.com>
Authored: Tue May 2 16:56:48 2017 -0700
Committer: filmaj <ma...@gmail.com>
Committed: Tue May 2 16:56:48 2017 -0700

----------------------------------------------------------------------
 www/_posts/2017-05-04-android-release.md | 33 +++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d4d14693/www/_posts/2017-05-04-android-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-05-04-android-release.md b/www/_posts/2017-05-04-android-release.md
new file mode 100644
index 0000000..e25c60a
--- /dev/null
+++ b/www/_posts/2017-05-04-android-release.md
@@ -0,0 +1,33 @@
+---
+layout: post
+author:
+    name: Fil Maj
+    url: https://twitter.com/filmaj
+title:  "Cordova Android 6.2.3 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 6.2.3` has been released! This patch release _actually_ adds support for the Android SDK Tools v26 and newer. Unfortunately, we forgot to include these changes in the 6.2.2 release.
+
+We strongly recommend upgrading to this version if you are using the latest Android SDK Tools. Older versions of `cordova-android` do not work with the latest Android SDK Tools!
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update android@6.2.3
+
+To add it explicitly:
+
+    cordova platform add android@6.2.3
+
+This release will have to be explicitly added until the upcoming `cordova@7` release, where it will be pinned as the default android platform.
+
+<!--more-->
+## What's new in Android
+
+* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) better handling of unrecognized commands on **windows**.
+* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) flipped avd parsing logic so that it always tries to use `avdmanager` to retrieve avds first, then falls back to `android` command if `avdmanager` cannot be found.
+* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) support for `android sdk tools 26.0.1`.
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/3] docs commit: Merge branch 'android-6.2.3-release'

Posted by fi...@apache.org.
Merge branch 'android-6.2.3-release'


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1d91ea8e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1d91ea8e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1d91ea8e

Branch: refs/heads/master
Commit: 1d91ea8e72e3b846e73fe31990b97b7446c604a8
Parents: c9c9cbe 2b21ae1
Author: filmaj <ma...@gmail.com>
Authored: Fri May 5 09:28:38 2017 -0700
Committer: filmaj <ma...@gmail.com>
Committed: Fri May 5 09:28:38 2017 -0700

----------------------------------------------------------------------
 www/_posts/2017-05-04-android-release.md | 31 +++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/3] docs commit: condense android 6.2.3 release changelog to a single item linking to the one CB ticket.

Posted by fi...@apache.org.
condense android 6.2.3 release changelog to a single item linking to the one CB ticket.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2b21ae16
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2b21ae16
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2b21ae16

Branch: refs/heads/master
Commit: 2b21ae1678ef529e747a172fd325a12e0c0f9d46
Parents: d4d1469
Author: filmaj <ma...@gmail.com>
Authored: Wed May 3 10:02:02 2017 -0700
Committer: filmaj <ma...@gmail.com>
Committed: Wed May 3 10:02:02 2017 -0700

----------------------------------------------------------------------
 www/_posts/2017-05-04-android-release.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2b21ae16/www/_posts/2017-05-04-android-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-05-04-android-release.md b/www/_posts/2017-05-04-android-release.md
index e25c60a..7ad8aac 100644
--- a/www/_posts/2017-05-04-android-release.md
+++ b/www/_posts/2017-05-04-android-release.md
@@ -27,7 +27,5 @@ This release will have to be explicitly added until the upcoming `cordova@7` rel
 <!--more-->
 ## What's new in Android
 
-* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) better handling of unrecognized commands on **windows**.
-* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) flipped avd parsing logic so that it always tries to use `avdmanager` to retrieve avds first, then falls back to `android` command if `avdmanager` cannot be found.
-* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) support for `android sdk tools 26.0.1`.
+* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) Support for Android SDK Tools v26 and newer. Flipped AVD parsing logic so that it always tries to use `avdmanager` to retrieve AVDs first, then falls back to `android` command if `avdmanager` cannot be found. Improve handling of SDK tools commands on Windows.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org