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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-12-16 11:07:31 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-16 11:07:31 +0300
commit14afe47e7ec01b7be2d03002b4b650a7f1eb0c29 (patch)
tree2931be12ff5e591d8963634af2cd6cd84b30cefb
parente6294a9ff3575efd452298da2192145f714161f2 (diff)
version bump to 2.0.2v2.0.2
with translation updates only
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/52.txt11
2 files changed, 13 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f765944c..67420d53 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 51
- versionName "2.0.1"
+ versionCode 52
+ versionName "2.0.2"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {
diff --git a/fastlane/metadata/android/en-US/changelogs/52.txt b/fastlane/metadata/android/en-US/changelogs/52.txt
new file mode 100644
index 00000000..ba889717
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/52.txt
@@ -0,0 +1,11 @@
+⚠️ Requires at least Files app version 3.9.0 ⚠️
+
+- #171 Multiple NC Servers
+- #375 Hardcoded list for special category images
+- #418 Implement Single-Sign-On
+- #613 Crash on start. shortLabel cannot be empty
+- #619 Skip dropping automatic indices (Thanks to @Unpublished)
+- Hide FAB when scrolling down
+- Translation updates
+
+Special thanks to @dan0xii @korelstar and @tobiasKaminsky \ No newline at end of file