FairEmail - fix lint, update & gradle

This commit is contained in:
Licaon_Kter 2019-01-07 12:04:41 +00:00
parent c62a929ba5
commit c9496fbe1d

View file

@ -45,7 +45,7 @@ Description: |-
* Dark/black theme * Dark/black theme
* Account/identity colors * Account/identity colors
* Notifications per account * Notifications per account
* Notifications with message preview * Notifications with message preview (requires Android 7 Nougat or later)
* Reply templates * Reply templates
* Search on server * Search on server
* Keyword management * Keyword management
@ -53,6 +53,7 @@ Description: |-
* Export settings * Export settings
'''Simple''' '''Simple'''
* Quick setup
* Easy navigation * Easy navigation
* No unnecessary settings * No unnecessary settings
* No bells and whistles * No bells and whistles
@ -67,15 +68,14 @@ Description: |-
* No advertisements * No advertisements
* No analytics and no tracking * No analytics and no tracking
* No [https://developer.android.com/guide/topics/data/backup Google backup] * No [https://developer.android.com/guide/topics/data/backup Google backup]
* FairEmail is an original work, not a clone
'''Efficient''' '''Efficient'''
* [https://en.wikipedia.org/wiki/IMAP_IDLE IMAP IDLE] (push messages) supported * [https://en.wikipedia.org/wiki/IMAP_IDLE IMAP IDLE] (push messages) supported
* Built with latest development tools and libraries * Built with latest development tools and libraries
* Android 5 Lollipop or later required * Android 5 Lollipop or later required
* FairEmail will work properly on devices without any Google service installed. * FairEmail will work properly on devices without any Google service installed.
* Individual message notifications are available on Android 7 Nougat and later only because earlier Android versions do not support notification grouping.
Note: FairEmail might occasionally crash on Motorola/Lenovo devices with
Android 7 Nougat or earlier because of a [https://issuetracker.google.com/issues/63377371 bug in Android].
See [https://github.com/M66B/open-source-email/blob/master/FAQ.md here] for a list of often asked questions. See [https://github.com/M66B/open-source-email/blob/master/FAQ.md here] for a list of often asked questions.
@ -560,15 +560,15 @@ Builds:
gradle: gradle:
- yes - yes
- versionName: 1.261 - versionName: '1.262'
versionCode: 261 versionCode: 262
commit: 1.261 commit: '1.262'
subdir: app subdir: app
submodules: true submodules: true
gradle: gradle:
- yes - full
AutoUpdateMode: Version %v AutoUpdateMode: Version %v
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: 1.261 CurrentVersion: '1.262'
CurrentVersionCode: 261 CurrentVersionCode: 262