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-04-30 18:55:29 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-30 18:55:29 +0300
commit4e8d91ec17bf9540c183b456426620775fe62365 (patch)
treec6fb3d2121ce6d7bdf6dcd84d91e91e3d375d0ec
parentbce2d81a4f0b475f09e73e1cb8b8dff17eec4ea5 (diff)
version bump to 1.0.11.0.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1000001.txt21
2 files changed, 22 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 46aec4941..05a81f882 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 16
targetSdkVersion 29
- versionCode 1000000
- versionName "1.0.0"
+ versionCode 1000001
+ versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1000001.txt b/fastlane/metadata/android/en-US/changelogs/1000001.txt
index 2a762cfd9..ef850098c 100644
--- a/fastlane/metadata/android/en-US/changelogs/1000001.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1000001.txt
@@ -1,3 +1,5 @@
+1.0.1
+
- 🔧 Glide throws many errors (#405)
- 🎨 ColorChooser occurs multiple times when editing board (#431)
- 📎 Clean up after failed upload of attachment (#429)
@@ -6,4 +8,21 @@
- 🐞 Wrong icon in activities tab (#437)
- 🐞 Creating a new board does not switch to this board after submit (#436)
- 🔧 Replace LiveDataHelper.onlyIfChanged with Transformations.distinctUntilChanged (#434)
-- 🐞 Adding comments adds one additional empty comment (#440) \ No newline at end of file
+- 🐞 Adding comments adds one additional empty comment (#440)
+- 🐞 Fix various bugs when creating boards and stacks offline (#438, #439)
+
+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