Skip to content

Releases: WrichikBasu/ShakeAlarmClock

v2.0.3: Feature update

11 Mar 14:40
Compare
Choose a tag to compare

A new feature is now available! You can set a message for each and every alarm. The message will be displayed when the alarm rings.

v2.03-beta

02 Feb 15:29
Compare
Choose a tag to compare
v2.03-beta Pre-release
Pre-release

Changelog:

Fixed bug that caused snoozed alarm to ring after the snooze interval.

v2.0.2-beta

28 Jan 09:24
Compare
Choose a tag to compare
v2.0.2-beta Pre-release
Pre-release

Changelog:

  • Fixed bug that caused the app to crash when an alarm was snoozed.
  • In the alarms list, the full alarm message will be displayed (previously it was being cropped).
  • Newline characters are no longer allowed in the alarm message.
  • Changed position of alarm message TextView in the list of alarms.

v2.0.1-beta

27 Jan 18:56
Compare
Choose a tag to compare
v2.0.1-beta Pre-release
Pre-release
Updated beta build version

v2.0.0-beta

27 Jan 10:16
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

New feature:

Now you can add a message with each alarm. The message will be displayed when the alarm rings.

Compatibility note:

This version is backwards incompatible, which means that if you want to downgrade to a previous stable release, you may lose all the alarms you have added previously.

v1.3.4

05 Jan 16:26
Compare
Choose a tag to compare

Bugfixes:

  • Exception throws while parsing file name of alarm tone. (#38)
  • Exception thrown (on some devices) when a repeat alarm was being set after the alarm was dismissed. (#39)

v1.3.3

21 Dec 05:25
Compare
Choose a tag to compare

Major Bugfix:

Prevent app from crashing when a repeat alarm was added.

v1.3.2

20 Dec 21:26
Compare
Choose a tag to compare

Changelog:

  • Display toast when alarm is switched on or off, added or deleted.
  • Other bug fixes and improvements.

v1.3.1

24 Nov 11:31
b8019f3
Compare
Choose a tag to compare

Changelog:

  • Modified UI in Settings.
  • Minor bugfix.

v1.3.0

22 Nov 08:23
a4778ed
Compare
Choose a tag to compare

Changelog:

  • Request user to whitelist this app for battery optimizations (if optimized, alarm may not ring).
  • Change how alarms are set after a reboot — if an alarm is missed, a notification will be posted for the same (not valid for repeat alarms).
  • From this release onwards, a mapping.txt file will be uploaded. This will be used for deobfuscating crash stack traces.