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-06-22 15:57:20 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-22 15:57:20 +0300
commitdc181f5c7a82084ec5adffff1108e46d9a2a60f1 (patch)
tree7627617d7ac74e79e2ec0533a96b246f677f72a1
parente614af1efbdbaef0b5058b86ae7252f5405c8967 (diff)
version bump to 1.5.31.5.3
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1005003.txt22
2 files changed, 24 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4f63d01ee..9170a8448 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 17
targetSdkVersion 29
- versionCode 1005002
- versionName "1.5.2"
+ versionCode 1005003
+ versionName "1.5.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1005003.txt b/fastlane/metadata/android/en-US/changelogs/1005003.txt
new file mode 100644
index 000000000..ed50dd445
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1005003.txt
@@ -0,0 +1,22 @@
+1.5.3
+
+- 🐞 Delete attachments on failed uploads (#547)
+
+1.5.2
+
+- 🐞 Fix bug which prevented account imports
+- 🌎 Language updates
+
+1.5.1
+
+- 🐞 Activities do not load deterministically (#518)
+- 🐞 Card order not synced properly (#524)
+- 📎 Improve attachment handling (#516)
+
+1.5.0
+
+- ↩ī¸ Reply to comments (#454)
+- đŸ“Ļ Archive all cards of a stack (#495)
+- 🐞 List not synchronized list is emptied (#501)
+- đŸ‘Ĩ Fix wrong avatars in multi account setup (#531)
+- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded \ No newline at end of file