Skip to content

Releases: WrichikBasu/ShakeAlarmClock

v4.2.1

24 Feb 17:09
43b451f
Compare
Choose a tag to compare

What's Changed

  • Removed encrypted DEPENDENCY_INFO_BLOCK in d7f323c (as ponted out in #72 by @IzzySoft).
  • Removed unnecessary permission ACCESS_NETWORK_STATE (requested by androidx.work library) in #73
    (Again, big thanks to @IzzySoft for helping to fix this!)
  • Explicitly set package name for implicit broadcasts in #75

Full Changelog: v4.2.0...v4.2.1

v4.2.0: Direct Boot Support

21 Feb 22:28
3a1deca
Compare
Choose a tag to compare

What's New

  • Support for Direct Boot. Alarms are set automatically after a reboot, even if you don't unlock your phone. Alarms will ring without unlocking the device after reboot. So you can happily reboot your device overnight, and the alarm will still ring automatically.
  • Fixed bug where changing the time of one existing alarm to that of another existing alarm would crash the app.

v4.1.1-beta

20 Feb 22:37
80eaebc
Compare
Choose a tag to compare
v4.1.1-beta Pre-release
Pre-release

What's Changed

  • Support for Direct Boot in #69
  • Fix for #66 in #70

Full Changelog: v4.1.0-beta...v4.1.1-beta

v4.1.0-beta: Preliminary Support for Direct Boot

18 Feb 22:06
90a7e81
Compare
Choose a tag to compare

What matters is whether the existing database is properly copied to the device protected storage. Otherwise, the Service won't be able to get the data.

Tested on a new installation, but yet to be tested on an existing installation which already has the DB file in the credential storage.

Full Changelog: v4.0.0...v4.1.0-beta

v4.0.0: Upgrade to Android 14 (SDK 34)

30 Aug 16:19
fd9c9d2
Compare
Choose a tag to compare

This new release of Shake Alarm Clock makes it compatible with Android 14.

Other changes:

  • Created an "Integrated Permission Management System". All permissions that are required for running the app, whether essential or optional, are managed through one Activity,
  • The ringtone picker now uses the media stream to play the tones.
  • Implemented audio focus control in ringtone picker.
  • Respect DND settings when ringing an alarm.

v4.0.0-beta.2

26 Aug 20:05
ae983b3
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release
Version bump to 4.0.0-beta.2

v4.0.0-beta.1

26 Aug 14:13
fbfcdd2
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Upgraded to work with Android 14 Upside-Down Cupcake (API 34)!

  • New Permission Management system
  • Respect DND settings
  • Updated to latest dependencies
    ... and many more!

Being a pre-release, there may be bugs, so please test it, but don't use it in important real-life scenarios.

v3.0.0 - Upgrade to Android 12, API 31

01 Oct 12:05
1031bad
Compare
Choose a tag to compare

A long-awaited upgrade. Thank you for your patience; there was too much happening in life and I didn't get time to upgrade. Thanks for your continued interest in the app.

I dedicate this release to my late father Soumitra Basu, who left us this year in March after fighting cancer for nine months. He motivated me a lot to work behind this app.

v3.0.0-beta

19 Aug 08:55
4963838
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release

Update to Android 12.

v2.0.4

21 Apr 19:55
Compare
Choose a tag to compare

Changelog:

Bugfixes.