v4.4.3-ose
Pre-release
Pre-release
github-actions
released this
17 Oct 14:21
·
72 commits
to main-ose
since this release
What's Changed
New features
- Don't overwrite calendar/task list color with default color by @rfc2822 in #971
- dark theme / black text basically unreadable on dark background by @ArnyminerZ in #986
- Unsubscribe push from unsynced collections by @rfc2822 in #1011
- Added
isLoading
toAssistant
by @ArnyminerZ in #1027 - Moved pull-to-refresh indicator below tabs by @ArnyminerZ in #1028
- [Push] Show notification on push notification (until sync is started) by @ArnyminerZ in #1043
Bug fixes
- Fix sync not running directly after enabling a collection by @sunkup in #966
- SyncAdapterServices: Use a coroutine scope to cancel waiting on framework request by @rfc2822 in #977
- lint fails in AboutActivity by @ArnyminerZ in #1001
- InitCalendarProviderRule: make multiple attempts to create a calendar by @rfc2822 in #1007
- Ignore lint AppLinkUrlError by @sunkup in #1053
- Don't use AccountSettings on main thread by @sunkup in #1049
- Use SafeAndroidUriHandler to prevent crashes when no browser is installed by @rfc2822 in #1058
- Add account name to address book account name by @sunkup in #1050
- MKCALENDAR: send VTIMEZONE in calendar-timezone by @ArnyminerZ in #1044
- Fix old address book accounts not being deleted by @sunkup in #1039
- Syncer: make sure collections which are deleted are not synced by @rfc2822 in #1065
- Fixed surface container color by @ArnyminerZ in #1069
- Make collections in CollectionsList clickable again by @rfc2822 in #1075
- Avoid very long log lines and resulting OOM by @rfc2822 in #1073
Refactoring
- Fix coincidence naming of LocalCollection members by @sunkup in #957
- Log stop reason when sync worker is cancelled by @sunkup in #984
- Tests for sync algorithm by @sunkup in #974
- Use standard content provider instead of TaskProvider in TaskSyncer by @sunkup in #982
- Reproducible Builds (for IzzyOnDroid) by @ArnyminerZ in #995
- Increase SDK level to 35 by @ArnyminerZ in #1003
- Update Dependencies by @ArnyminerZ in #1017
- Reword login text by @rfc2822 in #1026
ClickableText
for URLs has been deprecated by @ArnyminerZ in #1024- Remove concept of main accounts by @sunkup in #989
- Sync worker management: move logic out of companion object by @rfc2822 in #1056
- Add KDoc, rename AccountUtils to SystemAccountUtils by @rfc2822 in #1059
Other changes
Full Changelog: v4.4.2-ose...v4.4.3-ose