Skip to content

Commit

Permalink
daily dev 20220217
Browse files Browse the repository at this point in the history
Fix test, satisfy spotbugs
Show empty message if no results
Remove not needed check
Satisfy CI
Use master library again
Update adapter after finish search (success/failure)
Do not show meta info (favorite, download status) in media view
correctly return result
fix reloading bug
refactor/ clean up
sql typo fix not showing images
Enhance media tab
Update translations
  • Loading branch information
tobiasKaminsky committed Feb 17, 2022
1 parent dc7c3f4 commit 64c8259
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220216
versionName "20220216"
versionCode 20220217
versionName "20220217"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Fix test, satisfy spotbugs
Show empty message if no results
Remove not needed check
Satisfy CI
Use master library again
Update adapter after finish search (success/failure)
Do not show meta info (favorite, download status) in media view
correctly return result
fix reloading bug
refactor/ clean up
sql typo fix not showing images
Enhance media tab
Update translations

0 comments on commit 64c8259

Please sign in to comment.