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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-12-29 18:07:48 +0300
committerStefan Niedermann <info@niedermann.it>2021-12-29 18:07:48 +0300
commitec7b141b96582597586e14514dd9ba112783d42c (patch)
treee5e2fd41165f7e6e3bbb2a714cfde7a87731fc7d
parentd00d656a411efc78f2c54f080d80b64cf7544b8b (diff)
Version bump to 3.4.183.4.18
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/3004018.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cec11ff6..2d2ae5ce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 22
targetSdkVersion 31
- versionCode 3004016
- versionName "3.4.16"
+ versionCode 3004018
+ versionName "3.4.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/3004018.txt b/fastlane/metadata/android/en-US/changelogs/3004018.txt
new file mode 100644
index 00000000..0311b4ec
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/3004018.txt
@@ -0,0 +1,3 @@
+- 🚫 Removed "Create note widget" in favor of quick settings tile (in your notification area) and shortcuts (press long on the app icon)
+- 🐞 Fix issue with empty titled notes while sorting alphabetically (#1435)
+- 🐞 Fix issue when hitting enter multiple times quickly in a list (#1416, #1411, #1421, #1433, #1434) \ No newline at end of file