Updated FAQ

pull/209/head
M66B 2 years ago
parent 690ff4b6ba
commit 37e07401a5

@ -128,7 +128,7 @@ Related questions:
<br /> <br />
**Xiaomi Redmi / OnePlus** **Xiaomi Redmi / OnePlus / Oppo**
&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23redmi) &#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23redmi)
@ -157,6 +157,8 @@ android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 778)
at androidx.room.RoomDatabase.endTransaction(RoomDatabase:584) at androidx.room.RoomDatabase.endTransaction(RoomDatabase:584)
``` ```
The cause might be [changes in Android 7 Nougat](https://ericsink.com/entries/sqlite_android_n.html), which is why sqlite isn't bundled anymore since version 1.1970.
<h2><a name="planned-features"></a>Planned features</h2> <h2><a name="planned-features"></a>Planned features</h2>
&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-planned-features) &#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-planned-features)

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1969 } def getVersionCode = { -> return 1969 }
def getRevision = { -> return "a" } def getRevision = { -> return "b" }
def getReleaseName = { -> return "Mei long" } def getReleaseName = { -> return "Mei long" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

Loading…
Cancel
Save