FairEmail - fix lint, update & gradle
This commit is contained in:
parent
c62a929ba5
commit
c9496fbe1d
|
@ -45,7 +45,7 @@ Description: |-
|
|||
* Dark/black theme
|
||||
* Account/identity colors
|
||||
* Notifications per account
|
||||
* Notifications with message preview
|
||||
* Notifications with message preview (requires Android 7 Nougat or later)
|
||||
* Reply templates
|
||||
* Search on server
|
||||
* Keyword management
|
||||
|
@ -53,6 +53,7 @@ Description: |-
|
|||
* Export settings
|
||||
|
||||
'''Simple'''
|
||||
* Quick setup
|
||||
* Easy navigation
|
||||
* No unnecessary settings
|
||||
* No bells and whistles
|
||||
|
@ -67,15 +68,14 @@ Description: |-
|
|||
* No advertisements
|
||||
* No analytics and no tracking
|
||||
* No [https://developer.android.com/guide/topics/data/backup Google backup]
|
||||
* FairEmail is an original work, not a clone
|
||||
|
||||
'''Efficient'''
|
||||
* [https://en.wikipedia.org/wiki/IMAP_IDLE IMAP IDLE] (push messages) supported
|
||||
* Built with latest development tools and libraries
|
||||
* Android 5 Lollipop or later required
|
||||
* FairEmail will work properly on devices without any Google service installed.
|
||||
|
||||
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].
|
||||
* Individual message notifications are available on Android 7 Nougat and later only because earlier Android versions do not support notification grouping.
|
||||
|
||||
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:
|
||||
- yes
|
||||
|
||||
- versionName: 1.261
|
||||
versionCode: 261
|
||||
commit: 1.261
|
||||
- versionName: '1.262'
|
||||
versionCode: 262
|
||||
commit: '1.262'
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
- full
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.261
|
||||
CurrentVersionCode: 261
|
||||
CurrentVersion: '1.262'
|
||||
CurrentVersionCode: 262
|
||||
|
|
Loading…
Reference in a new issue