[Android] Update NEWS for 1.1.2
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 2 19:20:33 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 2 19:18:37 2015 +0100| [701606d96f14fca7a9c1012b7838e3a1c8525eb5] | committer: Jean-Baptiste Kempf
Update NEWS for 1.1.2
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=701606d96f14fca7a9c1012b7838e3a1c8525eb5
---
NEWS | 11 +++++++++++
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 8f66f2f..dc3931f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 1.1.1 and 1.1.2:
+--------------------------------
+
+Main Application:
+ * Fix fast scrolling pulling refresh
+ * Fix settings toolbar to look Material
+
+TV:
+ * Fix gamepad requirement
+
+
Changes between 1.1.0 and 1.1.1:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index ee33a8f..2810345 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="01010200"
- android:versionName="1.1.2-git" >
+ android:versionName="1.1.2" >
<!--
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