[Android] Prepare 0.9.10
Jean-Baptiste Kempf
git at videolan.org
Wed Oct 8 15:01:30 CEST 2014
vlc-ports/android | branch: 1.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 8 15:00:58 2014 +0200| [a9b8aaa0b71a84d3a25a09f65be9239c9cfba308] | committer: Jean-Baptiste Kempf
Prepare 0.9.10
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a9b8aaa0b71a84d3a25a09f65be9239c9cfba308
---
NEWS | 12 ++++++++++--
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index a06f8e8..b78f5ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-Changes between 0.9.9 and 1.0.0-git:
---------------------------------
+Changes between 0.9.9 and 0.9.10:
+---------------------------------
+
+Main Application:
+ * Support ARMv8 processors
+ * Fix end-of-call behaviour
+ * Move from SlidingMenu to MenuDrawer from support library
+ * Remove beta warning
+ * Use statusbar in video playback after 4.2
+ * Basic Keyboard control support
Changes between 0.9.8 and 0.9.9:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index da51abb..0de8b21 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="9999"
- android:versionName="1.0.0-git" >
+ android:versionName="0.9.10" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list