[Android] VLC for Android 1.6.4
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 15 18:55:24 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 15 18:53:38 2015 +0200| [254035c8e1ac80b5672009d7f784a1bd01577092] | committer: Jean-Baptiste Kempf
VLC for Android 1.6.4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=254035c8e1ac80b5672009d7f784a1bd01577092
---
NEWS | 10 ++++++++++
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 03ffc32..536ab39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes between 1.6.3 and 1.6.4:
+--------------------------------
+
+Core:
+ * Fix playback and seeking of some ASF/WMV/WMA files
+
+Application:
+ * Fix staying-alive screen
+ * Correctly sort by track number in the album view
+
Changes between 1.6.2 and 1.6.3:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 599d714..8d7e7c6 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="01060300"
- android:versionName="1.6.3">
+ android:versionCode="01060400"
+ android:versionName="1.6.4">
<!--
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