From 7b13d7c13579a12a71c7704dcab6fc677f998838 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 21 May 2015 23:19:12 +0200 Subject: [PATCH] Update NEWS --- NEWS | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 87e172339..cdf4cf511 100644 --- a/NEWS +++ b/NEWS @@ -2,12 +2,19 @@ Changes between 1.4.0 and 1.4.1: -------------------------------- Application: - * Translation updates * 'Play' option in context menu on albums - * VideoPlayerActivity now returns result, with return code and extras infos * Handle FileProviders URIs from external apps - * Try to launch any filetype on click in directories browser - * misc fixes + * Playback is tried for every filetype in directories browser mode + * Misc fixes, including in the file deletion part and file browsing + +SDK: + * VideoPlayerActivity now returns result, with return code and extras infos + +Core: + * Add new acceleration option using MediaCodec NDK API + +Translation updates: + * Most languages updated Changes between 1.3.2 and 1.4.0: -- GitLab