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:
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1022001.txt13
2 files changed, 15 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c3b668e19..c43410790 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 24
targetSdkVersion 33
- versionCode 1022000
- versionName "1.22.0"
+ versionCode 1022001
+ versionName "1.22.1"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1022001.txt b/fastlane/metadata/android/en-US/changelogs/1022001.txt
new file mode 100644
index 000000000..effdf994b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1022001.txt
@@ -0,0 +1,13 @@
+1.22.1
+
+- 🐞 Fix changed preferences not being applied immediately
+- 🌎 Updated translations
+
+1.22.0
+
+- 🔍 Implement new SearchBar
+- 🎨 Unify material theming with Nextcloud files app
+- ↔️ Improve 'Move Card' Dialog (#972)
+- 🐞 Fix collapsed input fields of dialogs (#1385)
+- 🐞 Fix not themed filter indicator
+- 🐞 Fix loading cover images in multi account setup in Upcoming cards view \ No newline at end of file