[Android] On the way to 0.0.11
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 18 10:58:59 CET 2013
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 18 10:58:49 2013 +0100| [ebd79b8d299b9e462d77f6a1302d3e35965d81e8] | committer: Jean-Baptiste Kempf
On the way to 0.0.11
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ebd79b8d299b9e462d77f6a1302d3e35965d81e8
---
NEWS | 6 +++++-
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a4ac359..bd77e14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
-Changes between 0.0.10 and 0.0.11-git:
+Changes between 0.0.10 and 0.0.11:
----------------------------------
Main Application:
* Numerous small fixes for reccurent crashes
+ * Better debugging log facility
+ * Show seek position when locked
+ * Avoid running thumbnailer when just playing audio
+ * Improve the overlay fading after a gesture
Translations:
* Initial Burmese, Danish, and Serbian translations
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 13adc3d..2ddf274 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="110"
- android:versionName="0.0.11-git" >
+ android:versionName="0.0.11" >
<uses-sdk
android:minSdkVersion="7"
More information about the Android
mailing list