1.2078 release

This commit is contained in:
M66B 2023-06-27 07:00:52 +02:00
parent 653442b824
commit 4f239a8741
7 changed files with 883931 additions and 11 deletions

View File

@ -6,13 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus)
### Next version
### 1.2078 - 2023-06-27
* Added create alias dialog (long press identity)
* Added notes to message list widget
* Added option for large badge count for new message count widget
* Added deleting attachments
* Translating subject in message editor when it is focussed
* Added create alias dialog (long press identity)
* Added option for larger count for new message count widget
* Added deleting attachments (horizontal three-dots menu above the message text)
* Added translating subject in message editor when it is focussed
* Inheriting identity color from account color
* Using selected font for reply header and signature too
* 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 2077 }
def getVersionCode = { -> return 2078 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ubirajara" }
// 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,13 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus)
### Next version
### 1.2078 - 2023-06-27
* Added create alias dialog (long press identity)
* Added notes to message list widget
* Added option for large badge count for new message count widget
* Added deleting attachments
* Translating subject in message editor when it is focussed
* Added create alias dialog (long press identity)
* Added option for larger count for new message count widget
* Added deleting attachments (horizontal three-dots menu above the message text)
* Added translating subject in message editor when it is focussed
* Inheriting identity color from account color
* Using selected font for reply header and signature too
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff