From 2554dbe896df372896a08ca2edf210734201e7fb Mon Sep 17 00:00:00 2001 From: x0b Date: Thu, 15 Jul 2021 12:47:47 +0200 Subject: [PATCH] Build: release 22x series --- app/build.gradle | 6 +++--- app/src/main/assets/changelog.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac2070bd..e730710f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,11 +12,11 @@ android { applicationId 'io.github.x0b.rcx' minSdkVersion 21 targetSdkVersion 29 - versionCode 210 // last digit is reserved for ABI, only ever end on 0! - versionName '1.12.1' + versionCode 220 // last digit is reserved for ABI, only ever end on 0! + versionName '1.12.2' resConfigs "en", "de" // restrict to used languages testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - buildConfigField "java.lang.String", "CLI", System.getenv('RCX_BUILD_CLI') ? System.getenv('RCX_BUILD_CLI') : "\"f4907bf4-641f-7e64-9011-b175dace32f4\"" + buildConfigField "java.lang.String", "CLI", System.getenv('RCX_BUILD_CLI') ? System.getenv('RCX_BUILD_CLI') : "\"f4a21f32-5561-1945-0edf-e894238ca973\"" buildConfigField "java.lang.String", "VCP_AUTHORITY", "\"" + applicationId + ".vcp\""; } diff --git a/app/src/main/assets/changelog.md b/app/src/main/assets/changelog.md index 399f5162..681141a2 100644 --- a/app/src/main/assets/changelog.md +++ b/app/src/main/assets/changelog.md @@ -1,3 +1,25 @@ +### 1.12.2 +* **Fix:** Crash when WebView is (temporarily) not available +* **Fix:** Crash when app is paused while in large folder +* **Fix:** Crash when moving files +* **Fix:** Crash when retrieving thumbnail on SAF storage +* **Fix:** Crash when view is not loaded in Onboarding +* **Fix:** Crashes and errors when running on wrong ABI +* **Fix:** DocumentsProvider not showing up or delaying DocumentsUI significantly +* **Fix:** DocumentsProvider showing deleted remotes +* **Fix:** Downloading file with ASCII null in path +* **Fix:** OAuth locking up when reauthorizing remote +* **Fix:** Onboarding being displayed with white background on some devices +* **Fix:** Onboarding on Android R+ will now always request permissions +* **Fix:** OneDrive will now show an error message if there is no Webbrowser available +* **Fix:** Running jobs not keeping the service alive +* **Fix:** Unreadable locations shown in file picker +* **Fix:** Update notifications for GitHub release users +* **Fix:** Validation when reading rclone config +* **Internal:** Improve logging quality + +*** + ### 1.12.1 * **Fix:** Crash when opening a file by tapping * **Fix:** Crash when opening logging settings and then immediately going back