Skip to content

Releases: Johboh/hassalarm

1.30

24 Mar 15:08
Compare
Choose a tag to compare
  • Support Android 15 edge-to-edge slightly better.

1.29

23 Mar 10:24
Compare
Choose a tag to compare
  • Add more common clock packages

1.28

22 Mar 15:01
Compare
Choose a tag to compare
  • Samsung uses the AlarmManager for scheduling "Modes" profile. This
    will be in conflict with any other scheduled alarm using an alarm
    clock. We can filter out these modes schedulings, by ignoring the
    package for the Samsung Modes "app". However, since
    https://issuetracker.google.com/issues/275678087?pli=1, we where no
    longer able to read out the package name of the scheduled alarm. It is
    possible to add the QUERY_ALL_PACKAGES permission that will allow
    this, but this also requires some additional policies and verification
    in the Play Store, and might not be approved. This approach just ask
    to read the package name of the Samsung "Modes" app so it can be
    ignored. This is, sadly, also the same package name used for stock
    Samsung Clock app.

1.27

04 Aug 08:36
Compare
Choose a tag to compare
  • Bump target SDK

1.25

26 Mar 17:19
Compare
Choose a tag to compare

Fix faulty URL handling after kotlin conversion

1.24

26 Mar 14:59
Compare
Choose a tag to compare

Here be dragons: migrated to kotlin

1.23

26 Mar 10:01
Compare
Choose a tag to compare
  • Fixed crash o null creatorPackage

1.22

26 Mar 07:03
Compare
Choose a tag to compare
  • Now showing package name of application that triggered publication of an alarm in the History view (... -> history).
  • No longer hiding input text fields behind soft keyboard.