[Android] NEWS for 1.1.3
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 7 11:23:46 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 7 11:23:39 2015 +0100| [260e415768af8a68e4d9a1897ec589258934d8bb] | committer: Jean-Baptiste Kempf
NEWS for 1.1.3
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=260e415768af8a68e4d9a1897ec589258934d8bb
---
NEWS | 15 +++++++++++++--
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 2406b78..d0abf47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,20 @@
-Changes between 1.1.2 and 1.1.3-git:
+Changes between 1.1.2 and 1.1.3:
--------------------------------
+Core:
+ * Improve audiotrack performance and quality
+
Main Application:
+ * SearchView in Material, new search look and performance
+ * New FAB to play all the songs
+ * Rework information panel
+ * Ellipsize long URLs in stream panel
+ * Improve dark theme
+ * Fix Moto G SD cards detection
* Fix LG bug with menu button
- * Fix rare NPE for Samsung devices
+ * Fix rare NPE for Samsung devices
+ * Fix numerous NPE and crashes
+
Changes between 1.1.1 and 1.1.2:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 6e3ca29..8af0e55 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="01010300"
- android:versionName="1.1.3-git" >
+ android:versionName="1.1.3" >
<!--
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