Releases: WrichikBasu/ShakeAlarmClock
v4.2.1
What's Changed
- Removed encrypted
DEPENDENCY_INFO_BLOCK
in d7f323c (as ponted out in #72 by @IzzySoft). - Removed unnecessary permission
ACCESS_NETWORK_STATE
(requested byandroidx.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
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
What's Changed
Full Changelog: v4.1.0-beta...v4.1.1-beta
v4.1.0-beta: Preliminary Support for Direct Boot
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)
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
Version bump to 4.0.0-beta.2
v4.0.0-beta.1
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
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
Update to Android 12.
v2.0.4
Changelog:
Bugfixes.