Skip to content

Releases: dgudim/Scheduler

v0.5.6

28 Dec 18:40
Compare
Choose a tag to compare

Mostly timezone related bugfixes

v0.5.5

22 Dec 18:46
Compare
Choose a tag to compare

Ui improvements for smaller screens and minor changes

v0.5.4

21 Dec 18:03
Compare
Choose a tag to compare

New features:

  • Added an ability to hide "global" label on the lockscreen (issue #7)
  • Added an ability to set start and end day for a todo event (issue #5)

Bugfixes and performance improvements:

  • Fixed global events not showing in the list (issue #6)
  • Under the hood bugfixes and tweaks

Internal changes:

  • Event sorting improvements
  • All time related stuff is now in UTC
  • Calendar color loading logic changed

v0.5.3

14 Dec 14:07
Compare
Choose a tag to compare

Bugfixes and performance improvements:

  • Fixed event indicators not updating when they should
  • Improved scrolling performance

Internal changes:

  • Added event per day caching
  • Removed card view from day container

v0.5.2

03 Dec 19:22
Compare
Choose a tag to compare

Several bugs fixed:

  • Event indicators behaving weird
  • Events not respecting upcoming/expired sliders
  • Calendars not hiding when their show checkbox is unchecked
  • General bugs

v0.5.1

30 Nov 18:47
Compare
Choose a tag to compare

Basically 0.5.0 with several bugs fixed and a semi-functional navigation view

v0.5.0

25 Nov 18:18
Compare
Choose a tag to compare

Many under the hood changes:

  • Improved how calendar refreshing works, now supports per-day refresh
  • Improved how entry parameters work, made them cached
  • Fixed deleted events in a recurring sequence being duplicated instead of deleted
  • Simplified permission request xml
  • Added notification permission to the request screen for the future support of android 13
  • Fixed android.view.WindowLeaked on dialogs
  • Replaced list view with recycler view on the main screen

And more...

Some UI and UX changes

  • Custom view support for lockscreen
  • Removed close button on entry settings dialog

v0.4.5

07 Nov 17:46
Compare
Choose a tag to compare

Added application intro screen

v0.4.1

03 Nov 18:20
Compare
Choose a tag to compare

Ui improvements

v0.4

01 Nov 17:52
Compare
Choose a tag to compare

Updated calendar library
Added event labels in calendar
Ui improvements
Modified event loading, should be faster now
Other various fixes