Skip to content

Commit

Permalink
daily dev 20201029
Browse files Browse the repository at this point in the history
replace NotNull with NonNull annotation
codacy: Avoid really long methods
codacy: Assigning an Object to null is a code smell.
codacy: Avoid unused method parameters
codacy: Avoid using Literals in Conditional Statements
codacy: Perhaps 'user' could be replaced by a local variable.
codacy: Document empty method body
codacy: Avoid reassigning parameters
codacy: Useless parentheses
codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy: Unnecessary use of fully qualified name due to existing static import
codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
codacy: Unused imports
codacy: Document empty constructor
codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
Fix: open rich workspace click on "all files" on drawer
l10n: Add a space before the ellipsis
l10n: Cloud name with a capital letter
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Oct 29, 2020
1 parent c70a59d commit e58e9da
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {
markwonVersion = "4.6.0"
prismVersion = "2.0.0"
butterknifeVersion = "10.2.3"
androidLibraryVersion = "master-SNAPSHOT"
androidLibraryVersion ="b0763dde2658682874de6f6b0ba1c0cc547ab81a"
mockitoVersion = "3.6.0"
mockkVersion = "1.10.2"
byteBuddyVersion = "1.10.17"
Expand Down Expand Up @@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20201028
versionName "20201028"
versionCode 20201029
versionName "20201029"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
replace NotNull with NonNull annotation
codacy: Avoid really long methods
codacy: Assigning an Object to null is a code smell.
codacy: Avoid unused method parameters
codacy: Avoid using Literals in Conditional Statements
codacy: Perhaps 'user' could be replaced by a local variable.
codacy: Document empty method body
codacy: Avoid reassigning parameters
codacy: Useless parentheses
codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
codacy: Unnecessary use of fully qualified name due to existing static import
codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
codacy: Unused imports
codacy: Document empty constructor
codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
Fix: open rich workspace click on "all files" on drawer
l10n: Add a space before the ellipsis
l10n: Cloud name with a capital letter
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies

0 comments on commit e58e9da

Please sign in to comment.