Releases: dgudim/Scheduler
Releases · dgudim/Scheduler
v0.6.6
v0.6.5
v0.6.4
New features:
- Ability to crop the image before setting it as a background
- Ability to sort calendar and regular events separately
- Added settings export
- Added support for android 13 per-app languages
- Added blur and transparency effects to the lockscreen items
Ui changes:
- Added status toasts, better visual feedback and consistency
- Minor typo fixes
- Changed some menus and dialogs
Bugfixes:
- Fixed "hide by content" not working
- Fixed entry sorting
Misc:
- Open calendar settings on entry long-click
Internal changes:
- Replaced dialogs with dialog fragments
v0.6.3
General changes:
- Improved permissions request screen
- Improved startup time
- Tweaked previews of lockscreen views
Bugfixes:
- Fixed static variables sometimes being null
- Fixed exception event handling (Not appearing sometimes)
Internal changes:
- Enabled R8 full mode and resource shrinking
- Update list on timezone and calendar changes
- TodoEntryManager is now a singleton
- Removed logging to file, logcat is enough
- Separated data from calendar and events
v0.6.2
v0.6.1
v0.6.0
v0.5.9
Internal changes and bugfixes:
- Changed how event and group saving works, should work reliably now
- Fixed groups sometimes unlinking from entries
- Fixed group edits / settings resets not saving correctly
- Fixed days on calendar not refreshing completely
- Fixed broken group edit dialog
v0.5.8
New features:
- Ability to change order of events (e.g: global first, upcoming last)
- Ability to merge instances with the same name and time
General ui improvements:
- Combined event visibility range sliders
- Removed outlines around switches in settings
- Improved event previews in event settings
- Improved colors of color picker dialog
- Added missing ripple effect to buttons
Under the hood changes:
- Changed how event previews work
- Class names for logging now use
class.getSimpleName()
instead of hardcoded values