1.0.15
What's Changed
- Clean code before new scroll feature by @KevinBoulongne in #1383
- Use
data class
instead of Triple to send data from Thread VM to Fragment by @KevinBoulongne in #1384 - Do not display SystemTheme setting for devices below Android 10 by @FabianDevel in #1387
- Fix
styles
double inheritance by @FabianDevel in #1382 - Fix navigation bar dark mode for all APIs by @FabianDevel in #1386
- Delete popup specific behavior by @FabianDevel in #1375
- Use a custom exception (
MessageNotFoundException
) to catch MESSAGE_NOT_FOUND error by @KevinBoulongne in #1400 - Only get PaginationInfo if it's not the 1st time opening the Folder by @KevinBoulongne in #1399
- Add Proxyman certificate in debug mode by @KevinBoulongne in #1398
- Clean code before fixing
MESSAGE_NOT_FOUND
by @KevinBoulongne in #1397 - Create Alert dialog classes by @FabianDevel in #1396
- Add missing ensureActive after delay by @FabianDevel in #1404
- Try fixing Attachment bug by @FabianDevel in #1405
- Try to fix
MESSAGE_NOT_FOUND
by @KevinBoulongne in #1395 - Reduce code complexity by @KevinBoulongne in #1401
- Fix returned Threads list from Threads algo by @KevinBoulongne in #1406
- Reduce parameters complexity in
RefreshController
by @KevinBoulongne in #1407 - Move
retryWithRunCatching()
nearrefreshWithRunCatching()
by @KevinBoulongne in #1408 - Fix DE translation by @JorisBodin in #1410
- Fix Contact greyed out state by @FabianDevel in #1411
- Fix Mailboxes being displayed twice after a logout by @FabianDevel in #1412
- Add ai writer to the message composition view by @LunarX in #1422
- fix: Split body throw an IllegalStateException sometimes by @sirambd in #1424
Full Changelog: 1.0.14...1.0.15