version bump to 3.4.15

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-10-15 08:57:50 +02:00
parent ffde68fa9d
commit c8e8505073
4 changed files with 11 additions and 27 deletions

View file

@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes" applicationId "it.niedermann.owncloud.notes"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 30 targetSdkVersion 30
versionCode 3004014 versionCode 3004015
versionName "3.4.14" versionName "3.4.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {

View file

@ -1,11 +1,2 @@
3.4.13
- 🐞 Overflow-menu contains "search" when searchview is open (#522) by @vhouriet - 🐞 Overflow-menu contains "search" when searchview is open (#522) by @vhouriet
- ✨ Enhance display of child/sub categories (#1154) by @ScottieKim - ✨ Enhance display of child/sub categories (#1154) by @ScottieKim
3.4.12
- 🐞 Fix potential crash when rendering a note with a checkbox (#1326) - by @pbek
- 🐞 Fix crash when long pressing a note and swiping to the edge of the screen (#1308)
- 🐞 Consistent timeouts when syncing (#761)
- 🐞 Categories created in web UI are not shown in Android app (#1358)

View file

@ -1,15 +1 @@
3.4.14 - 🐞 Notes created via Android's "Share Link" feature are not synced (#1272)
- 🐞 Notes created via Android's "Share Link" feature are not synced (#1272)
3.4.13
- 🐞 Overflow-menu contains "search" when searchview is open (#522) by @vhouriet
- ✨ Enhance display of child/sub categories (#1154) by @ScottieKim
3.4.12
- 🐞 Fix potential crash when rendering a note with a checkbox (#1326) - by @pbek
- 🐞 Fix crash when long pressing a note and swiping to the edge of the screen (#1308)
- 🐞 Consistent timeouts when syncing (#761)
- 🐞 Categories created in web UI are not shown in Android app (#1358)

View file

@ -0,0 +1,7 @@
3.4.15
- 🌎 Updated translations
3.4.14
- 🐞 Notes created via Android's "Share Link" feature are not synced (#1272)