Skip to content

Commit

Permalink
daily dev 20220119
Browse files Browse the repository at this point in the history
remove not used videos drawer entry (#9708)
SessionMixin: set currentAccount to null when no accounts are available
FileContentProvider: make projection map unmodifiable
FileContentProvider: fix formatting
FileContentProvider: make projection arrays and map static
FileContentProvider: use projections for queries
  • Loading branch information
tobiasKaminsky committed Jan 19, 2022
1 parent 1e3a4a4 commit 4a65a7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220118
versionName "20220118"
versionCode 20220119
versionName "20220119"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove not used videos drawer entry (#9708)
SessionMixin: set currentAccount to null when no accounts are available
FileContentProvider: make projection map unmodifiable
FileContentProvider: fix formatting
FileContentProvider: make projection arrays and map static
FileContentProvider: use projections for queries

0 comments on commit 4a65a7c

Please sign in to comment.