1.1999c release

This commit is contained in:
M66B 2022-11-08 14:41:32 +01:00
parent bd91e9a507
commit aef946529a
6 changed files with 529871 additions and 1 deletions

View File

@ -4,6 +4,14 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1999c - 2022-11-08
* Added adding/deleting words to/from LanguageTool dictionary (copy/paste menu; requires LanguageTool premium)
* Added zipping attachments in the message composer (long press attached file)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folders diverge)

View File

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1999 }
def getRevision = { -> return "b" }
def getRevision = { -> return "c" }
def getReleaseName = { -> return "Ninjatitan" }
// 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

View File

@ -4,6 +4,14 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1999c - 2022-11-08
* Added adding/deleting words to/from LanguageTool dictionary (copy/paste menu; requires LanguageTool premium)
* Added zipping attachments in the message composer (long press attached file)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folders diverge)

View File

@ -4,6 +4,14 @@ Changelog
Ninjatitan
BETA 1.1999c - 2022-11-08
* Added adding/deleting words to/from LanguageTool dictionary (copy/paste menu; requires LanguageTool premium)
* Added zipping attachments in the message composer (long press attached file)
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
BETA 1.1999b - 2022-11-07
* Added optional unified inbox nav menu item (when the inboxes and unified folders diverge)