Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2020-10-29 05:42:09 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2020-10-29 05:42:09 +0300
commite58e9dabce1d434269020582f023aeade59b5ac8 (patch)
tree4aa08f5a3709d4d68d071e7c714f704c95a68bae
parentc70a59d0a91fc452fe6e5fd2f456bd1f1f476a04 (diff)
daily dev 20201029dev-20201029
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
-rw-r--r--build.gradle6
-rw-r--r--src/versionDev/fastlane/metadata/android/en-US/changelogs/20201029.txt21
2 files changed, 24 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 961afdee3b..7421e72587 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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"
@@ -173,8 +173,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20201028
- versionName "20201028"
+ versionCode 20201029
+ versionName "20201029"
}
qa {
diff --git a/src/versionDev/fastlane/metadata/android/en-US/changelogs/20201029.txt b/src/versionDev/fastlane/metadata/android/en-US/changelogs/20201029.txt
new file mode 100644
index 0000000000..1494f359e8
--- /dev/null
+++ b/src/versionDev/fastlane/metadata/android/en-US/changelogs/20201029.txt
@@ -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