[Android] 1.6.2
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 12 15:53:34 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 12 15:53:27 2015 +0200| [aab7e28d6cb8a814deaf4bfaa3037aa45ccbca05] | committer: Jean-Baptiste Kempf
1.6.2
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=aab7e28d6cb8a814deaf4bfaa3037aa45ccbca05
---
NEWS | 10 +++++++++-
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 0327c2c..b5277af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,16 @@
+Changes between 1.6.1 and 1.6.2:
+--------------------------------
+
+Application:
+ * Fix crashes on wiko and QMobile phones (bis repetita)
+ * Fix IllegalStateException in AWindow when relaunching VideoPlayer
+ * Fix crash in Video Fragment on old Android versions
+
Changes between 1.6.0 and 1.6.1:
--------------------------------
Application:
- * Fix crashes on wiko and QMobile phone
+ * Fix crashes on wiko and QMobile phones
* Fix preferences crashes
* Fix crashes in Videos List and Main Activity
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 2ca9c91..dd32fdc 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="01060100"
- android:versionName="1.6.1">
+ android:versionCode="01060200"
+ android:versionName="1.6.2">
<!--
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