Skip to content

Commit

Permalink
Build: release 19x series
Browse files Browse the repository at this point in the history
  • Loading branch information
x0b committed Apr 22, 2021
1 parent 43f04bc commit 65824f1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 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 180 // last digit is reserved for ABI, only ever end on 0!
versionName '1.12.0-pre1'
versionCode 190 // last digit is reserved for ABI, only ever end on 0!
versionName '1.12.0-r210422'
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') : "\"e99b882f-5004-419e-e448-fc73611c7ef9\""
buildConfigField "java.lang.String", "CLI", System.getenv('RCX_BUILD_CLI') ? System.getenv('RCX_BUILD_CLI') : "\"c6ec06cf-9569-ffa5-6800-8fa53afd652f\""
buildConfigField "java.lang.String", "VCP_AUTHORITY", "\"" + applicationId + ".vcp\"";
}

Expand Down
33 changes: 23 additions & 10 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
### 1.12.0-pre1
### 1.12.0
* **New:** Support for accessing cloud files from other apps (SAF DocumentProvider)
* **New:** Support for all DocumentProviders
* **New:** Support for translations, with German as test language
* **New:** Support for rclone rcd
* **New:** Support for accessing cloud files from other apps (SAF provider)
* **Fix:** Streaming getting stuck after failure
* **Fix:** Local storage spaces not refreshing after changing storage permissions
* **Fix:** Crash when trying to stop failed Streaming
* **Fix:** Crash after refreshing directory
* **Fix:** Crash when deleting remote
* **Fix:** Crash when lifecycle event occurs while creating link
* **Fix:** Crash receiving file via Sharing with missing data
* **Fix:** Crash when trying to authenticate an OAuth remote
* **Fix:** Crash when setting up local remote
* **Fix:** Crash when deleting remote
* **Fix:** Crash after refreshing directory
* **Fix:** Crash when sharing file to RCX and cancelling immediately
* **Fix:** Crash when sharing file to RCX with missing permissions
* **Fix:** Crash when sharing file to RCX without name
* **Fix:** Crash when trying to access SAF content
* **Fix:** Crash when trying to authenticate an OAuth remote on devices with defective browser
* **Fix:** Crash when trying to stop failed Streaming
* **Fix:** Crash when updating local storage devices when discovering invalid or unknown devices
* **Fix:** FileNotFound being reported as SAF server error (SAFDAV)
* **Fix:** Local storage spaces not refreshing after changing storage permissions
* **Fix:** Notification for uploads/downloads showing garbage
* **Fix:** OAuth getting stuck ("Error creating remote")
* **Fix:** Password default length and generation algorithm
* **Fix:** Seafile DocumentsProvider access not working (SAFDAV)
* **Fix:** Slow deletions in large directories or containers
* **Fix:** Streaming getting stuck after failure
* **Fix:** Using technical name for remotes in some circumstances
* **Internal:** Appcenter error reporting has replaced Firebase
* **Internal:** Fix source build (rclone, GitHub actions)
* **Internal:** Support for rclone rcd
* **Internal:** Updated dependencies (gradle, java, rclone)

***

Expand Down

0 comments on commit 65824f1

Please sign in to comment.