What's Changed
New features
- Added confirmation dialog for "Distrust System Certificates" by @ArnyminerZ in #1307
- Added timestamp to debug info by @ArnyminerZ in #1323
- Show a notification at sync when ContentProvider inaccessible by @sunkup in #1278
Bug fixes
- SyncAdapter: Hilt error handling by @rfc2822 in #1299
- Add syncActive flag to control SyncAdapter behavior during tests by @rfc2822 in #1302
- Skip login type selection when logging in via intent by @sunkup in #1267
DnsRecordResolverTest
: Use seeded random number generator for deterministic test result by @sunkup in #1306- Remove special chars in address book account names by @sunkup in #1334
- Track app foreground state via AppTheme using separate object by @sunkup in #1335
Refactoring
- Refactor: replace deprecated getShowOnlyPersonalPair method and simplify removeAccount logic by @rfc2822 in #1304
- Use
TaskStackBuilder
instead ofPendingIntent.getActivity
by @ArnyminerZ in #1293 - Provide test address books via DI by @sunkup in #1310
Full Changelog: v4.4.7-ose...v4.4.8-ose