瀏覽代碼

daily dev 20191016

862e5d477 Merge pull request #4537 from nextcloud/ezaquarii/migrate-ncontentobserverjob-to-workmanager
8cbabf08e add license header
54e5ce3ae Merge pull request #4683 from nextcloud/fixSorting
2286981db Merge pull request #4681 from nextcloud/codacy
1b0d548c6 fix sorting of synced folder: NPE if both enabled, but one has null folder name
31b62a863 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
2ab45a72a codacy: Deeply nested if..then statements are hard to read
2dabd04aa codacy: These nested if statements could be combined
e0802a0da codacy: Avoid using Literals in Conditional Statements
638a5b9fc codacy: Avoid unused imports such as 'androidx.fragment.app.Fragment'
ab6424701 codacy: Avoid unused method parameters such as 'appVersion'.
a73031148 Merge pull request #4679 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.35.0
26297005c [tx-robot] updated from transifex
df6504e6b Bump ktlint from 0.34.2 to 0.35.0
d189867d3 [tx-robot] updated from transifex
d3b0880e3 [tx-robot] updated from transifex
fc355d169 daily dev 20191012
Tobias Kaminsky 5 年之前
父節點
當前提交
4f815e47bc
共有 2 個文件被更改,包括 19 次插入2 次删除
  1. 2 2
      build.gradle
  2. 17 0
      src/versionDev/fastlane/metadata/android/en-US/changelogs/20191016.txt

+ 2 - 2
build.gradle

@@ -159,8 +159,8 @@ android {
             versionDev {
                 applicationId "com.nextcloud.android.beta"
                 dimension "default"
-                versionCode 20191012
-                versionName "20191012"
+                versionCode 20191016
+                versionName "20191016"
             }
 
             qa {

+ 17 - 0
src/versionDev/fastlane/metadata/android/en-US/changelogs/20191016.txt

@@ -0,0 +1,17 @@
+862e5d477 Merge pull request #4537 from nextcloud/ezaquarii/migrate-ncontentobserverjob-to-workmanager
+8cbabf08e add license header
+54e5ce3ae Merge pull request #4683 from nextcloud/fixSorting
+2286981db Merge pull request #4681 from nextcloud/codacy
+1b0d548c6 fix sorting of synced folder: NPE if both enabled, but one has null folder name
+31b62a863 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
+2ab45a72a codacy: Deeply nested if..then statements are hard to read
+2dabd04aa codacy: These nested if statements could be combined
+e0802a0da codacy: Avoid using Literals in Conditional Statements
+638a5b9fc codacy: Avoid unused imports such as 'androidx.fragment.app.Fragment'
+ab6424701 codacy: Avoid unused method parameters such as 'appVersion'.
+a73031148 Merge pull request #4679 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.35.0
+26297005c [tx-robot] updated from transifex
+df6504e6b Bump ktlint from 0.34.2 to 0.35.0
+d189867d3 [tx-robot] updated from transifex
+d3b0880e3 [tx-robot] updated from transifex
+fc355d169 daily dev 20191012