1.2113 release

This commit is contained in:
M66B 2023-10-21 10:34:19 +02:00
parent 6159041a96
commit 8facda903f
7 changed files with 926919 additions and 5 deletions

View File

@ -6,11 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
### Next version
### 1.2113 - 2023-10-21
* Added option suggest local contacts for the current account only
* Added '*More options*' to send dialog box
* Added option to disable PDF preview (display settings)
* Added option suggest local contacts for the current account only (send settings)
* Android 14: using Material You background color
* Fixed back navigation in some circumstances
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2112 }
def getVersionCode = { -> return 2113 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Vallibonavenatrix" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,11 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
### Next version
### 1.2113 - 2023-10-21
* Added option suggest local contacts for the current account only
* Added '*More options*' to send dialog box
* Added option to disable PDF preview (display settings)
* Added option suggest local contacts for the current account only (send settings)
* Android 14: using Material You background color
* Fixed back navigation in some circumstances
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff