[Android] Update NEWS for 1.4.0
Jean-Baptiste Kempf
git at videolan.org
Tue May 12 18:33:08 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 12 18:33:02 2015 +0200| [e2761ea395243f06f72cb41793a3aec410dfe655] | committer: Jean-Baptiste Kempf
Update NEWS for 1.4.0
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e2761ea395243f06f72cb41793a3aec410dfe655
---
NEWS | 16 ++++++++++------
vlc-android/AndroidManifest.xml | 4 ++--
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/NEWS b/NEWS
index 156ad15..4b1d9ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,17 @@
-Changes between 1.3.2 and 1.3.3:
---------------------------------
-
-
-Changes between 1.3.1 and 1.3.2:
+Changes between 1.3.2 and 1.4.0:
--------------------------------
Application:
- * Move directories managment from settings to Directory browser
+ * Unify directories managment between preferences and Directories browser
+ * Rewrite the directory browser
* Long press on +/- buttons to continuously increase/decrease audio au subs delay
+ * Material fixes for dialogs and some activities
+ * Fix regression on the mini-player displaying in some activities
+ * Support Play all in folders
+ * Fix crashes
+
+Core:
+ * Blacklist some Samsung devices from hardware decoding
Changes between 1.3.1 and 1.3.2:
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 8e56ea0..8e3cadb 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
android:installLocation="auto"
- android:versionCode="01030300"
- android:versionName="1.3.3" >
+ android:versionCode="01040000"
+ android:versionName="1.4.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