1.2018 release

This commit is contained in:
M66B 2022-12-28 10:47:51 +01:00
parent 49265c1343
commit bd92b4bc95
6 changed files with 531386 additions and 6 deletions

View File

@ -2,12 +2,13 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
### [Ostromia](https://en.wikipedia.org/wiki/Ostromia)
### [Pelecanimimus](https://en.wikipedia.org/wiki/Pelecanimimus)
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### Next version
### 1.2018 - 2022-12-28
* Fixed occasional freezes
* Added option to run rules daily
* Added inserting lines to style toolbar
* Small improvements and minor bug fixes

View File

@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2017 }
def getVersionCode = { -> return 2018 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ostromia" }
def getReleaseName = { -> return "Pelecanimimus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,13 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
### [Ostromia](https://en.wikipedia.org/wiki/Ostromia)
### [Pelecanimimus](https://en.wikipedia.org/wiki/Pelecanimimus)
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### Next version
### 1.2018 - 2022-12-28
* Fixed occasional freezes
* Added option to run rules daily
* Added inserting lines to style toolbar
* Small improvements and minor bug fixes

File diff suppressed because it is too large Load Diff