Skip to content

Releases: dgudim/Scheduler

v0.6.6

06 Jan 20:09
aea8d1b
Compare
Choose a tag to compare

Ui changes:

  • Bumped ui libs
  • Delete/reset buttons are now red
  • Minor tweaks/fixes

Other changes:

  • Don't display upcoming/expired entries marked as hidden by content

v0.6.5

08 Dec 11:54
c888fb2
Compare
Choose a tag to compare

General changes:

  • Added missing translations
  • Made blur work on older devices via RenderScript
  • Added 2 additional effects for newer devices

v0.6.4

07 Dec 13:51
9a4f5d3
Compare
Choose a tag to compare

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

17 Feb 15:42
Compare
Choose a tag to compare

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

25 Jan 15:06
Compare
Choose a tag to compare

Bugfixes:

  • Fixed background loading and previews

Misc:

  • Debug logging is now always enabled in debug builds
  • Added FAQ

v0.6.1

24 Jan 13:38
Compare
Choose a tag to compare

Bugfixes:

  • Fixed issue #15 (event loading and saving)

Misc:

  • Added an option to turn on debug logging even in release builds
  • In calendar settings clicking the account now also expands the list

v0.6.0

22 Jan 09:47
Compare
Choose a tag to compare

Bugfixes:

  • Serialization, deserialization bugfixes
  • Fixed a memory leak in TodoEntry
  • A bunch of minor fixes

Misc:

  • Tweaked views
  • Added debug menu with log sharing

Internal changes:

  • Annotated a bunch of functions

v0.5.9

13 Jan 16:21
Compare
Choose a tag to compare

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

12 Jan 17:38
Compare
Choose a tag to compare

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

v0.5.7

02 Jan 12:05
Compare
Choose a tag to compare

New features:

  • Ability to change first day of the week (#12)
  • Ability to change position of the events on the lockscreen (#11)

Internal changes:

  • Debug logging is now stripped via proguard in release builds