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-26 20:23:12 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-26 20:23:12 +0300
commit3bce16ec3ed62405a72a07ab93c6fc9251506917 (patch)
tree91b4a218cc25bde46d5ae905afe4f5b8b6afdb24
parentc435b0f1ad0366a0790abf239882d45589a44596 (diff)
version bump to 2.1.3v2.1.3
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/57.txt17
-rw-r--r--fastlane/metadata/android/en-US/changelogs/58.txt17
3 files changed, 36 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8eec18ba..089c15eb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 56
- versionName "2.1.2"
+ versionCode 57
+ versionName "2.1.3"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {
diff --git a/fastlane/metadata/android/en-US/changelogs/57.txt b/fastlane/metadata/android/en-US/changelogs/57.txt
index e69de29b..68b0fb03 100644
--- a/fastlane/metadata/android/en-US/changelogs/57.txt
+++ b/fastlane/metadata/android/en-US/changelogs/57.txt
@@ -0,0 +1,17 @@
+⚠️ Requires at least Files app¹ version 3.9.0 ⚠️
+
+- #33 Empty state for no notes
+- #171 Multiple NC Servers
+- #375 Hardcoded list for special category images
+- #418 Implement Single-Sign-On
+- #477 Crash when cutting title
+- #604 Crash upon cutting the last item of a bullet list
+- #613 Crash on start. shortLabel cannot be empty
+- #619 Skip dropping automatic indices (Thanks to @Unpublished)
+- #630 Note list widget now missing "+" button
+- Hide FAB when scrolling down
+- Translation updates
+
+Special thanks to @dan0xii @korelstar and @tobiasKaminsky
+
+¹ https://github.com/nextcloud/android \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/58.txt b/fastlane/metadata/android/en-US/changelogs/58.txt
new file mode 100644
index 00000000..68b0fb03
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/58.txt
@@ -0,0 +1,17 @@
+⚠️ Requires at least Files app¹ version 3.9.0 ⚠️
+
+- #33 Empty state for no notes
+- #171 Multiple NC Servers
+- #375 Hardcoded list for special category images
+- #418 Implement Single-Sign-On
+- #477 Crash when cutting title
+- #604 Crash upon cutting the last item of a bullet list
+- #613 Crash on start. shortLabel cannot be empty
+- #619 Skip dropping automatic indices (Thanks to @Unpublished)
+- #630 Note list widget now missing "+" button
+- Hide FAB when scrolling down
+- Translation updates
+
+Special thanks to @dan0xii @korelstar and @tobiasKaminsky
+
+¹ https://github.com/nextcloud/android \ No newline at end of file