Skip to content

Commit

Permalink
Build: release 22x series
Browse files Browse the repository at this point in the history
  • Loading branch information
x0b committed Jul 15, 2021
1 parent a936ac7 commit 2554dbe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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\"";
}

Expand Down
22 changes: 22 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2554dbe

Please sign in to comment.