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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-03-25 12:35:01 +0300
committerStefan Niedermann <info@niedermann.it>2020-03-25 12:35:01 +0300
commitc42ceb2d8dc5aba6d556cb6fa76a2c6c5d6670a4 (patch)
tree165060c50008850b0cd3a6cc30ff29de6fbd6647
parent40af7da27fc983d735a722802e6da172d3a9cd25 (diff)
version bump to 0.5.20.5.2
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/5002.txt17
2 files changed, 17 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6a3a0817c..5e2c05ff0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 15
targetSdkVersion 29
- versionCode 5001
- versionName "0.5.1"
+ versionCode 5002
+ versionName "0.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/5002.txt b/fastlane/metadata/android/en-US/changelogs/5002.txt
index d84461697..858527a01 100644
--- a/fastlane/metadata/android/en-US/changelogs/5002.txt
+++ b/fastlane/metadata/android/en-US/changelogs/5002.txt
@@ -1,2 +1,15 @@
-- Fix exception when opening the "about"-section
-- Uses AndroidX preference library \ No newline at end of file
+0.5.2
+
+- 🐞 Fix exception when opening the "about"-section
+- 🔧 Uses AndroidX preference library
+
+0.5.1
+
+- 🐞 Do not try to sync comments when server version is too low
+
+0.5.0
+
+- 💬 Add support for comments - requires at least server version 1.0.0-alpha1 (#207)
+- 🐞 Allow login with alpha- and beta versions of server app
+- 🏷️ Animate chipgroups (#326)
+- 📎 Add attachments while creating a new card (#320) \ No newline at end of file