Skip to content

v9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 11:10
· 2 commits to main since this release

✨ New Features

🐛 Bug Fixes

  • b8b5b90 - support for daylight saving other than one hour (commit by @Bnyro)
  • a829fb9 - rtl layout direction of time picker (closes #376) (commit by @Bnyro)
  • 23b9cfe - timezones: wrong hours ahead calculation (and daylight saving times) (closes #341) (commit by @Bnyro)
  • f4c6949 - can't set custom timer sound on recent Android versions (commit by @Bnyro)
  • ab772f7 - alarm time not set when changing sound, vibrate or snooze at same time (closes #337) (commit by @Bnyro)
  • 8cdd802 - crash when alarm broadcast receiver called on deleted alarm (commit by @Bnyro)

♻️ Refactors

  • da56788 - getAlarmTime method to let java#Calendar handle daylight savings (see #371) (commit by @Bnyro)

🔧 Chores