[Android] Release 1.6.0

Jean-Baptiste Kempf git at videolan.org
Wed Oct 7 16:01:55 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct  7 16:01:06 2015 +0200| [00074e2778c89f2cbdb10aa7257f3dfe36e6256f] | committer: Jean-Baptiste Kempf

Release 1.6.0

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

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

diff --git a/NEWS b/NEWS
index 0cabf0b..ebd4996 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
-Changes between 1.5.2 and 1.5.90:
---------------------------------
+Changes between 1.5.90 and 1.6.0:
+---------------------------------
+
+Core:
+ * Streamline libVLCjni.so symbols
+ * Port to Android-M
+ * Fix HTTP seek regression from 1.5.90
+
+Application:
+ * Speed up the video/audio lists interface
+ * Speed up the thumbnailing process and remove glitches
+ * Correctly blacklist the system notifications and ringtones
+ * Fix last playlist and random restoration
+ * Fix grouping of videos
+ * Translations update
+
+
+Changes between 1.5.2 and 1.5.90 (1.6.0-beta):
+----------------------------------------------
 
 Core:
  * Hardware decoding performance improvements
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index b65dc6b..238e00e 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="01059000"
-    android:versionName="1.5.90">
+    android:versionCode="01060000"
+    android:versionName="1.6.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