[Android] Update for 0.0.6
Jean-Baptiste Kempf
git at videolan.org
Wed Oct 17 10:16:42 CEST 2012
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 17 10:16:39 2012 +0200| [2b9cc8c88642bd2cea80ccaee29131daf6240384] | committer: Jean-Baptiste Kempf
Update for 0.0.6
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2b9cc8c88642bd2cea80ccaee29131daf6240384
---
NEWS | 13 +++++++++++--
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 0c46e29..b73f0dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,20 @@
-Changes between 0.0.5 and 0.0.6-git:
+Changes between 0.0.5 and 0.0.6:
--------------------------------
+Core:
+ * Change threading code for Android
+ * Fix MediaCodec decoding
+ * Fix audio issues in cook and DTS
+
Main application:
- * Add animations in the video list
* Reduce the memory and CPU used in the video list
+ * Use bitmap caching to improve smoothness
* Display the current playing position as a progress bar under every video
+Interface:
+ * Add animations in the video list
+ * Simplify the fullscreen interface
+
Changes between 0.0.4 and 0.0.5:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e410e09..355f663 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="60"
- android:versionName="0.0.6-git" >
+ android:versionName="0.0.6" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list