[Android] Prepare 0.9.4
Jean-Baptiste Kempf
git at videolan.org
Mon Jun 9 17:03:39 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 9 17:03:20 2014 +0200| [065cde1f3e79e03adf5441262e9eee57a4637cd1] | committer: Jean-Baptiste Kempf
Prepare 0.9.4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=065cde1f3e79e03adf5441262e9eee57a4637cd1
---
NEWS | 15 +++++++++++++--
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 8988d26..1f95e95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,20 @@
-Changes between 0.9.3 and 0.9.4-git:
+Changes between 0.9.3 and 0.9.4:
--------------------------------
+Core:
+ * Fix playback of numerous files
+ * Fix some crashes in hardware decoding
+
Main application:
* Add the possibility to send a report after a native crash
- * Icon tweaks
+ * New VLC icon
+ * Video tips and howto to start using the program
+ * Numerous Icons tweaks
+ * Support Dual Audio in remote mode
+ * Fast scroll letters in audio views
+ * DVD menu are now working
+ * Vibration on long clicks
+ * Major translations updates
Changes between 0.9.2 and 0.9.3:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 432b4e7..db44483 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="9399"
- android:versionName="0.9.4-git" >
+ android:versionCode="9400"
+ android:versionName="0.9.4" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list