mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to 3.4.15
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
ffde68fa9d
commit
c8e8505073
4 changed files with 11 additions and 27 deletions
|
@ -14,8 +14,8 @@ android {
|
|||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 22
|
||||
targetSdkVersion 30
|
||||
versionCode 3004014
|
||||
versionName "3.4.14"
|
||||
versionCode 3004015
|
||||
versionName "3.4.15"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
|
@ -1,11 +1,2 @@
|
|||
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)
|
|
@ -1,15 +1 @@
|
|||
3.4.14
|
||||
|
||||
- 🐞 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)
|
7
fastlane/metadata/android/en-US/changelogs/3004015.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/3004015.txt
Normal 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)
|
Loading…
Reference in a new issue