* A [bug in Android](https://issuetracker.google.com/issues/62427912) "*... ActivityRecord not found for ...*" sometimes causes a crash after updating FairEmail.
* ~~A [bug in Google Drive](https://issuetracker.google.com/issues/126362828) causes files exported to Google Drive to be empty.~~
* "*... Couldn't read row ...*" causes sometimes a crash. This could be caused by a bug in the [Room Persistence Library](https://developer.android.com/topic/libraries/architecture/room) but more likely indicates a corrupt database.
* "*... Unable to create layer ...*" causes a crash on some devices when inverting the colors of an original message due to a [bug in AndroidX](https://bugs.chromium.org/p/chromium/issues/detail?id=578150)
## Planned features
@ -1393,10 +1392,6 @@ FairEmail already tries to workaround these bugs, but if this fail you'll need t
~~The original message is shown as the sender has sent it, including all colors.~~
~~Changing the background color would not only make the original view not original anymore, it can also result in unreadable messages.~~
Recent versions of FairEmail can invert all colors of the original message when using a dark or black theme.
You can turn this on the advanced settings.
Be aware that this can cause [crashes](https://bugs.chromium.org/p/chromium/issues/detail?id=578150) on some devices.
<stringname="title_advanced_pull_refresh">Pull down to refresh</string>
@ -214,7 +213,6 @@
<stringname="title_advanced_name_email_hint">When disabled only names will be shown when available</string>
<stringname="title_advanced_flags_hint">Note that starred messages will always be kept locally</string>
<stringname="title_advanced_preview_hint">Only available when message text was downloaded</string>
<stringname="title_advanced_crash_hint">Enabling this option can cause crashes</string>
<stringname="title_advanced_autoexpand_hint">Automatically open message when there is just one message or just one unread message in a conversation</string>
<stringname="title_advanced_autocollapse_hint">Multiple expanded messages will always be closed on \'back\'</string>