From f8a03226ee8662e43603bb37050ccb3e804211e6 Mon Sep 17 00:00:00 2001 From: inorichi Date: Sat, 28 Apr 2018 11:10:29 +0200 Subject: [PATCH] Release v0.7.3 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8d58c4a6b9..ecd9280df0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 35 - versionName "0.7.2" + versionCode 36 + versionName "0.7.3" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 916cc7c747..c61969bef7 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,19 @@ + + Fixed the tracking search layout when there are many results. + + Separate english language into american and british so that dates are formatted according to that locale. + + Added Firebase analytics, for Android API distribution. + + Crop borders for webtoons now has a separate setting. + + The downloader now runs in a foreground service to prevent it from being killed. + + Fixed a few weird crashes. + + Fixed missing downloaded label in chapters screen.