1.2113 release

pull/214/head 1.2113
M66B 2 years ago
parent 6159041a96
commit 8facda903f

@ -6,11 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix) ### [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 '*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 * Android 14: using Material You background color
* Fixed back navigation in some circumstances
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

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

File diff suppressed because it is too large Load Diff

@ -6,11 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix) ### [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 '*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 * Android 14: using Material You background color
* Fixed back navigation in some circumstances
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save