You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/11/07 22:03:35 UTC

[1/3] docs commit: CB-12109: Announcement of Cordova-Android 6.1.0

Repository: cordova-docs
Updated Branches:
  refs/heads/master 22228ff8c -> d9d9a3724


CB-12109: Announcement of Cordova-Android 6.1.0


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

Branch: refs/heads/master
Commit: de252edb74832c3c89f26a662a44d4b55d388925
Parents: bd3b6cb
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Nov 7 11:35:43 2016 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Nov 7 14:02:40 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-11-07-android-release.md | 35 +++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/de252edb/www/_posts/2016-11-07-android-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-11-07-android-release.md b/www/_posts/2016-11-07-android-release.md
new file mode 100644
index 0000000..4e0daa7
--- /dev/null
+++ b/www/_posts/2016-11-07-android-release.md
@@ -0,0 +1,35 @@
+---
+layout: post
+author:
+    name: Joe Bowser
+    url: https://twitter.com/infil00p
+title:  "Cordova Android 6.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that`Cordova Android 6.1.0` has been released! 
+
+Run the following command in your project to save your currently installed plugins into `config.xml`:
+
+    cordova plugin save
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update android@6.1.0
+
+To add it explicitly:
+
+    cordova platform add android@6.1.0
+
+<!--more-->
+## What's new in Android
+* [CB-12108](https://issues.apache.org/jira/browse/CB-12108) Updating gradle files to work with the latest version of Android Studio
+* [CB-12102](https://issues.apache.org/jira/browse/CB-12102) Bump travis to build to API 25
+* Bumping up the version
+* [CB-12101](https://issues.apache.org/jira/browse/CB-12101) Fix so that CLI builds don't conflict with Android Studio builds
+* [CB-12077](https://issues.apache.org/jira/browse/CB-12077) Fix paths for Android icons/splashscreens
+
+


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


[3/3] docs commit: Fixing punctuation.

Posted by bo...@apache.org.
Fixing punctuation.

This closes #660


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

Branch: refs/heads/master
Commit: d9d9a37241c745f831b19ea3ae493f2db56a2a90
Parents: de252ed
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Nov 7 13:47:59 2016 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Nov 7 14:02:48 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-11-07-android-release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d9d9a372/www/_posts/2016-11-07-android-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-11-07-android-release.md b/www/_posts/2016-11-07-android-release.md
index 4e0daa7..6cac141 100644
--- a/www/_posts/2016-11-07-android-release.md
+++ b/www/_posts/2016-11-07-android-release.md
@@ -8,7 +8,7 @@ categories: announcements
 tags: news releases
 ---
 
-We are happy to announce that`Cordova Android 6.1.0` has been released! 
+We are happy to announce that `Cordova Android 6.1.0` has been released! 
 
 Run the following command in your project to save your currently installed plugins into `config.xml`:
 


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


[2/3] docs commit: CB-120038: Typo and consistency fix

Posted by bo...@apache.org.
CB-120038: Typo and consistency fix


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

Branch: refs/heads/master
Commit: bd3b6cbe646ec2359357ca53c767b87655795486
Parents: 22228ff
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Oct 24 13:40:40 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Nov 7 14:02:40 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-10-24-android-release.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bd3b6cbe/www/_posts/2016-10-24-android-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-10-24-android-release.md b/www/_posts/2016-10-24-android-release.md
index 82d797f..ec1796e 100644
--- a/www/_posts/2016-10-24-android-release.md
+++ b/www/_posts/2016-10-24-android-release.md
@@ -43,10 +43,10 @@ Changes For Third-Party `WebView` Developers:
 
 
 #### Curated Changes from the Git Commit Logs, check release notes for a more complete list ####
-* [CB-11083](https://issues.apache.org/jira/browse/CB-11083): Fix to deal with custom frameworks with their own `Gradle` configuration
-* [CB-8722](https://issues.apache.org/jira/browse/CB-8722): Move icons from drawable to `mipmap`
-* [CB-11964](https://issues.apache.org/jira/browse/CB-11964): Call clean after plugin install and mock it in tests
+* [CB-11083](https://issues.apache.org/jira/browse/CB-11083): Fix to deal with custom frameworks with their own Gradle configuration
+* [CB-8722](https://issues.apache.org/jira/browse/CB-8722): Move icons from drawable to mipmap
+* [CB-11964](https://issues.apache.org/jira/browse/CB-11964):  Call clean after plugin install and mock it in tests
 * [CB-11935](https://issues.apache.org/jira/browse/CB-11935): Does a best-effort attempt to pause any processing that can be paused safely, such as animations and geolocation.
-* [CB-11640](https://issues.apache.org/jira/browse/CB-11640):  Changing requirements check to ask for **Java 8**
-* [CB-11907](https://issues.apahce.org/jira/browse/CB-11907): Bumping Gradle to work with **Android Studio 2.2** and the **Android Gradle Plugin**
-* [CB-11078](https://issues.apahce.org/jira/browse/CB-11907): Empty string for `BackgroundColor` preference crashes application.
+* [CB-11640](https://issues.apache.org/jira/browse/CB-11640):  Changing requirements check to ask for Java 8
+* [CB-11907](https://issues.apahce.org/jira/browse/CB-11907): Bumping Gradle to work with Android Studio 2.2 and the Android Gradle Plugin
+* [CB-11078](https://issues.apahce.org/jira/browse/CB-11907): Empty string for BackgroundColor preference crashes application This closes #316


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