From cc312866e8e67a9034024d2dd99cddd0a5d71bd3 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 7 Jan 2016 14:30:52 +0100 Subject: [PATCH] Updated changelog and build version. --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ccd50267..8c1b6f60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 87 - versionName "0.9.51 RC" + versionCode 88 + versionName "0.9.51 RC 2" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index cb4193b9..62b0c283 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,15 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.9.51 RC 2

+ +
    +
  1. IMPROVEMENT: Reduced the connect timeout for downloading artist images from 10s to 500ms, this should fix the issue + where album covers stay blank on slow network. Note that your not already downloaded artist + images will stay blank until you are on a fast enough network. +
  2. +
+

Version 0.9.51 RC