093de96c68- Remove the TIME_SET receiver, as this could reset the alarm whenever the network decides to reset the phone time. - Recalculate the grace period notification progress, based on current time rather than once per update. This was causing the notification to persist when the phone went to sleep, past the time that the grace period had actually expired. - Upgrade to latest libraries.tim2014-07-09 18:23:31 +0200
7810231e19Prevent alarm cancellation from triggering null value exception, remove unused function, remove unnecessary imports.tim2014-04-20 23:04:32 +0200
2bb2bdc3bcChange the link to one that SMS apps should parse as being for the web.tim2014-04-18 17:51:03 +0200
6c386d5bafOnly display toast of text message if debugging is on; get user to approve location queries when starting the app, not when sending text messages; re-add wakelock to AlarmService, otherwise snoozes don't happen.tim2014-04-18 17:26:03 +0200
55e8777d42Bug fixes for Alarm service, to make sure we don't remove an inactive alarm service (thus preventing it from ever starting next time). Also add commented-out code for a radial timepicker, which can be reenabled when betterpickers releases 1.5.3 (but test it).tim2014-04-18 16:07:19 +0200
048d56c84dAlarm service bug fixes, to ensure that the service isn't prematurely cancelled. Also some commented-out code to enable a radial timepicker. This can be re-enabled once 1.5.3 of betterpickers is released, but needs testing.tim2014-04-18 16:02:17 +0200
615b81e295Minor tweaks to MainActivitytim2014-04-17 16:24:52 +0200
20f99f2b5fPrevent subsequent alarms from snoozing; make pre-alarm an hour earlier; correct boot receiver bug.tim2014-04-17 13:40:28 +0200
571df2f2c2- Deal with time and timezone changestim2014-04-15 13:26:29 +0200
54bd082e89- Final commit.tim2014-04-15 00:46:28 +0200
db6c41fe72- Always activate the date when starting.tim2014-04-14 16:50:01 +0200
74994b99ee- Fix some date issues that crept in.tim2014-04-14 16:47:07 +0200
b98934c15d- Some lintian checks.tim2014-04-14 15:49:26 +0200
66e615bb20- Activate for smaller screens and older devices (Samsung Galaxy S Mini, 2.3.6 / API 10). - Turn off debuggingtim2014-04-14 15:16:39 +0200
e6266d4ed6- Fix a bug where hitting the back button would snooze multiple times.tim2014-04-14 13:55:47 +0200
6532182fb8- Convert alarm activity from being in the receiver to a service of its own.tim2014-04-14 11:45:32 +0200
f9204e52f3- Allow user to select ringtone - Display readable alarm time in pre-alarm notificationtim2014-04-14 10:55:54 +0200
fb886aabe9- Simplify the audio, since we don't trigger the alarm if in a call.tim2014-04-14 00:10:15 +0200
36b796fd13- If user is in a phone call, they're already awake, so ignore the alarm and reset it for tomorrow.tim2014-04-13 23:59:16 +0200
4c1e6a5a1a- Delay the alarm if in a phone calltim2014-04-13 23:51:49 +0200
c36a1ab907- Check for incoming phone calls and mute alarm - Run alarm at lower volume if in a phone call - Re-enable alarm noises.tim2014-04-13 22:53:33 +0200
a0c2f37b07- Add location capabilities, using Google Play Services. - Shift to using GlowPadBackport maven librarytim2014-04-13 22:27:21 +0200
1813f3faa6Refactor to allow for snooze reminders (snooze when user hits the back or home buttons).tim2014-03-27 21:15:27 +0200
c2806f2231Add some SDK checks.tim2014-03-26 16:43:24 +0200
c32aef7c86Fixed bug where, on app reinstall, the notification actions stopped working due to losing permission for gracecancellationpendingintent.
temp
tim2014-03-26 16:29:35 +0200
d1ae1e16c9Revert vector changes, back to PNGs, as android doesn't appear to support vectors as ic_launcher (bleh).tim2014-03-26 15:32:09 +0200
c00a690d88More icon changes, including switching to vector icons.tim2014-03-26 15:09:20 +0200