[Android] Update News for 1.2.0

Jean-Baptiste Kempf git at videolan.org
Wed Mar 25 15:44:07 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 25 15:43:41 2015 +0100| [3a30974ddeda967823a75681d314363badb4942c] | committer: Jean-Baptiste Kempf

Update News for 1.2.0

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3a30974ddeda967823a75681d314363badb4942c
---

 NEWS                            |    5 ++++-
 vlc-android/AndroidManifest.xml |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index fcf4365..2f4c378 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 1.1.6 and 1.1.7:
+Changes between 1.1.6 and 1.2.0:
 --------------------------------
 
 Application:
@@ -14,6 +14,9 @@ Application:
  * Option to exlude Directories from  Media Library
  * Playlists support for audio
  * In video player, lock the back button in lock mode
+ * Fix crashes for Android 2.x
+ * Allow to sort video by modified date
+ * Improve volume and brightness gestures
 
 
 Changes between 1.1.5 and 1.1.6:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 20f2499..beff9c9 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.videolan.vlc"
     android:installLocation="auto"
-    android:versionCode="01010600"
-    android:versionName="1.1.6" >
+    android:versionCode="01020000"
+    android:versionName="1.2.0" >
     <!--
          versionCode scheme is T M NN RR AA
          T: Target/Flavour (0 for Android, 1 for ATV, 2 for Chrome?)



More information about the Android mailing list