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-05-08 11:42:00 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-08 11:42:00 +0300
commit02467e9eab83e1a4d48b18d55ecfd6e132429f85 (patch)
tree383e891e3029beea1e6ae58ae14dd5d5fa995ccd
parent72d82a0a57a3f94eb445f3228cc6a7fe3fee8f10 (diff)
version bump to 1.2.01.2.0
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1002000.txt3
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1002001.txt30
3 files changed, 5 insertions, 32 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f6c7c196d..978366998 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 16
targetSdkVersion 29
- versionCode 1001001
- versionName "1.1.1"
+ versionCode 1002000
+ versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1002000.txt b/fastlane/metadata/android/en-US/changelogs/1002000.txt
index e541a42bf..867b89314 100644
--- a/fastlane/metadata/android/en-US/changelogs/1002000.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1002000.txt
@@ -1,6 +1,9 @@
1.2.0
- 🎚 Enhanced filters
+- 🎨 Deal with special brand colors which previously caused a crash (#466)
+- 🐞 Connection fails because "order" of a stack is null (#465)
+- 🐞 Prevent NullPointerException in some special edge cases
1.1.0
diff --git a/fastlane/metadata/android/en-US/changelogs/1002001.txt b/fastlane/metadata/android/en-US/changelogs/1002001.txt
deleted file mode 100644
index 205b2ae92..000000000
--- a/fastlane/metadata/android/en-US/changelogs/1002001.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-1.2.1
-
-- 🎨 Deal with special brand colors which previously caused a crash (#466)
-- 🐞 Connection fails because "order" of a stack is null (#465)
-- 🐞 Prevent NullPointerException in some special edge cases
-
-1.2.0
-
-- 🎚 Enhanced filters
-
-1.1.0
-
-- 🏷️ Manage tags per board (#309)
-- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444)
-
-1.0.0
-
-- ➕ Fix adding cards via tile and shortcuts (#358)
-- ☑️ Display task counter
-- 🆕 New card layout for web and app
-- 🎨 Apply the branding of your Nextcloud instance (#317)
-- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released.
-- 🗑️ Revoke board access
-- 🔧 Show an info if server is in maintenance mode (#283)
-- ↔️ Move lists
-- 👤 wrong user image when using multiple accounts (#324)
-- 🎚 Filter cards (#396)
-- 🏷️ Auto complete: Display all available tags on first click (#263)
-- ➕ Share text into new card (#424)
-- 🗑️ "Delete list": Tell user how many card will be deleted (#421) \ No newline at end of file