Skip to content

Commit

Permalink
daily dev 20200820
Browse files Browse the repository at this point in the history
Bump to 3.14.0 Alpha
Do not show big spinner when initial loading a folder that is known to be not empty, or on PhotoFragment
E2E: support old iv delimiter, read only
Ensure that mNotificationManager is not null when updating transfer progress
make sure sorting is hidden too for details view remove redundant calls
hide FAB on sharing view
add tests - for error: UI test - for mnemonic: we cannot capture dialog, so it is only an integration test
Fixes #6675 correct call order when tinting the dialog button
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Aug 20, 2020
1 parent 274ad73 commit 9de188e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext {
markwonVersion = "4.5.1"
prismVersion = "2.0.0"
butterknifeVersion = "10.2.3"
androidLibraryVersion ="24b1d272595f5e1ed7ce40803ad5026589d16b4a"
androidLibraryVersion ="a64fe3d5f1e2201362874c179e848208b4c33d09"

travisBuild = System.getenv("TRAVIS") == "true"

Expand Down Expand Up @@ -172,8 +172,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20200817
versionName "20200817"
versionCode 20200820
versionName "20200820"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Bump to 3.14.0 Alpha
Do not show big spinner when initial loading a folder that is known to be not empty, or on PhotoFragment
E2E: support old iv delimiter, read only
Ensure that mNotificationManager is not null when updating transfer progress
make sure sorting is hidden too for details view remove redundant calls
hide FAB on sharing view
add tests - for error: UI test - for mnemonic: we cannot capture dialog, so it is only an integration test
Fixes #6675 correct call order when tinting the dialog button
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies

0 comments on commit 9de188e

Please sign in to comment.