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>2022-06-11 03:38:14 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2022-06-11 03:38:14 +0300
commit97ca1beabda187c78142662555bad3f24b731235 (patch)
treebd960604378408363a14935d84566574f77fecd1
parent153fdf1283ad9619b52d5325fb7c1ac33578692d (diff)
daily dev 20220611dev-20220611
When copy/move a file and creating a new folder we now go directly into this freshly created folder FileDataStorageManager: don't add files to media scan in android 11+ GalleryFastScrollViewHelper: fix index out of bounds in getScrollOffset
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/versionDev/fastlane/metadata/android/en-US/changelogs/20220611.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5c472bce15..af7f8110e6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -129,8 +129,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20220610
- versionName "20220610"
+ versionCode 20220611
+ versionName "20220611"
}
qa {
diff --git a/app/src/versionDev/fastlane/metadata/android/en-US/changelogs/20220611.txt b/app/src/versionDev/fastlane/metadata/android/en-US/changelogs/20220611.txt
new file mode 100644
index 0000000000..8a597819cc
--- /dev/null
+++ b/app/src/versionDev/fastlane/metadata/android/en-US/changelogs/20220611.txt
@@ -0,0 +1,3 @@
+When copy/move a file and creating a new folder we now go directly into this freshly created folder
+FileDataStorageManager: don't add files to media scan in android 11+
+GalleryFastScrollViewHelper: fix index out of bounds in getScrollOffset