From 3b962b75467ad0c0246409241d89aa239517553e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 8 Jun 2015 17:06:27 +0200 Subject: [PATCH] Bump to 0.92 with changelog --- CHANGELOG.md | 13 +++++++++++++ F-Droid/AndroidManifest.xml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac43f20e..3153dfa77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 0.92 (2015-06-08) + +* Make swap only in portrait mode to prevent crashes and issues where UI elements are obscured + +* Update Universal-Image-Loader to 1.9.4 + +* Make Apk downloads progress be measured in kilobytes instead of bytes + +* Add missing Sardinian language to the preferences + +* Fix minimum SDK to be 8 (2.2) instead of 7 (2.1) since support for version 7 + was dropped long ago + ### 0.91 (2015-05-18) * Don't request the "Write to external storage" permission on 4.4 and later diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index d798d09f7..b769ecbfd 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.fdroid.fdroid" android:installLocation="auto" - android:versionCode="910" - android:versionName="0.91" + android:versionCode="920" + android:versionName="0.92" >