Releases: bitfireAT/icsx5
Releases · bitfireAT/icsx5
v2.2-beta.1
What's Changed
New features
- Added Locator dependency by @ArnyminerZ in #132
- Configured default alarm dialog to improve UX by @ArnyminerZ in #139
- Provide an option to ignore or set reminders for full day events separately from other events by @ArnyminerZ in #142
- Added privacy policy link by @ArnyminerZ in #147
Bug fixes
- Fixed NullPointerException by @ArnyminerZ in #155
Other changes
- Large runners by @rfc2822 in #143
- Update to AGP 8.0 by @ArnyminerZ in #152
- Jetpack Compose - Phase I by @ArnyminerZ in #140
- Improve build speed with gradle configuration cache by @rfc2822 in #154
Full Changelog: v2.1.1...v2.2-beta.1
v2.1.1
What's Changed
Bug fixes
- Fix migrations by @ArnyminerZ in #133
Other changes
- Added Refresh option to overflow menu by @ArnyminerZ in #131
- Run sync after a subscription has been added or removed (closes #136) by @rfc2822 in #137
Full Changelog: v2.1...v2.1.1
v2.1
What's Changed
New features
- Android 13 compatibility by @ArnyminerZ in #79
- WIP: Customizable alarms per subscription by @ArnyminerZ in #78
- Move subscriptions to database - Phase 1 by @ArnyminerZ in #105
- Move subscriptions to database - Phase 2 by @ArnyminerZ in #107
- Fixed deprecations and warnings by @ArnyminerZ in #115
- Enabled AutoBackup by @ArnyminerZ in #119
Bug fixes
- First calendar addition doesn't refresh the list by @ArnyminerZ in #75
- Using
Uri
instead ofURI
by @ArnyminerZ in #85 - Fixed url launching by @ArnyminerZ in #98
- Fixed back handler by @ArnyminerZ in #114
- Enabled automatic id generation by @ArnyminerZ in #117
- Enabled migration on database creation by @ArnyminerZ in #121
Other changes
- Code scanning (CodeQL) by @rfc2822 in #87
- Added dependent issues by @ArnyminerZ in #101
- Added translations page link by @ArnyminerZ in #104
- Subscriptions in database: UI by @ArnyminerZ in #111
Full Changelog: v2.0.3...v2.1
v2.0.3
Version 2.0.3 * update iCalendar processing (ical4android) * update other libraries * use coroutines for HTTP processing