[Android] Synchronize NEWS with branch and prepare 1.1.0
Jean-Baptiste Kempf
git at videolan.org
Fri Feb 20 17:37:49 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 20 17:37:25 2015 +0100| [e779465076bba7ab3e817caadaea68e8929b0f51] | committer: Jean-Baptiste Kempf
Synchronize NEWS with branch and prepare 1.1.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e779465076bba7ab3e817caadaea68e8929b0f51
---
NEWS | 23 ++++++++++++++++++++++-
vlc-android/AndroidManifest.xml | 2 +-
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a06f8e8..83a966e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,28 @@
-Changes between 0.9.9 and 1.0.0-git:
+Changes between 1.0.2 and 1.1.0:
--------------------------------
+
+Changes between 1.0.0 and 1.0.1:
+--------------------------------
+
+Main Application:
+ * Fix popup context menu loaded for the wrong items
+
+
+Changes between 0.9.10 and 1.0.0:
+---------------------------------
+
+Main Application:
+ * Minimum Lollipop support
+ * Support remotes for DVD navigation
+ * Immersive mode from Kitkat and on
+ * Fix crashes
+
+Translations:
+ * Update of all the translations
+
+
Changes between 0.9.8 and 0.9.9:
--------------------------------
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 0c4661e..2a22af4 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -3,7 +3,7 @@
package="org.videolan.vlc"
android:installLocation="auto"
android:versionCode="01010000"
- android:versionName="1.1.0-git" >
+ android:versionName="1.1.0" >
<!--
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