Commit Graph

  • a1ed6eb45b Fix integer overflow in milliseconds. master Timothy Allen 2014-09-13 19:17:53 +0200
  • 517ae884b4 - New package name, because of a certificate error with the first uploaded version. Timothy Allen 2014-08-19 09:34:39 +0200
  • 45e324fe8c - Release changes Timothy Allen 2014-08-18 23:00:10 +0200
  • c4c612c0ce - Release changes Timothy Allen 2014-08-18 22:42:46 +0200
  • 118e6cf34a - Fix debugging options Timothy Allen 2014-07-09 18:28:14 +0200
  • 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. Timothy Allen 2014-07-09 18:23:31 +0200
  • 7810231e19 Prevent alarm cancellation from triggering null value exception, remove unused function, remove unnecessary imports. Timothy Allen 2014-04-20 23:04:32 +0200
  • 2bb2bdc3bc Change the link to one that SMS apps should parse as being for the web. Timothy Allen 2014-04-18 17:51:03 +0200
  • 6c386d5baf Only 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. Timothy Allen 2014-04-18 17:26:03 +0200
  • 55e8777d42 Bug 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). Timothy Allen 2014-04-18 16:07:19 +0200
  • 048d56c84d Alarm 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. Timothy Allen 2014-04-18 16:02:17 +0200
  • 615b81e295 Minor tweaks to MainActivity Timothy Allen 2014-04-17 16:24:52 +0200
  • 20f99f2b5f Prevent subsequent alarms from snoozing; make pre-alarm an hour earlier; correct boot receiver bug. Timothy Allen 2014-04-17 13:40:28 +0200
  • 571df2f2c2 - Deal with time and timezone changes Timothy Allen 2014-04-15 13:26:29 +0200
  • 54bd082e89 - Final commit. Timothy Allen 2014-04-15 00:46:28 +0200
  • 6eb1ebe188 - Simplify alarm setting, cancellation, and resetting code - Lintian cleanups Timothy Allen 2014-04-15 00:24:49 +0200
  • db6c41fe72 - Always activate the date when starting. Timothy Allen 2014-04-14 16:50:01 +0200
  • 74994b99ee - Fix some date issues that crept in. Timothy Allen 2014-04-14 16:47:07 +0200
  • b98934c15d - Some lintian checks. Timothy Allen 2014-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 debugging Timothy Allen 2014-04-14 15:16:39 +0200
  • e6266d4ed6 - Fix a bug where hitting the back button would snooze multiple times. Timothy Allen 2014-04-14 13:55:47 +0200
  • 6532182fb8 - Convert alarm activity from being in the receiver to a service of its own. Timothy Allen 2014-04-14 11:45:32 +0200
  • f9204e52f3 - Allow user to select ringtone - Display readable alarm time in pre-alarm notification Timothy Allen 2014-04-14 10:55:54 +0200
  • fb886aabe9 - Simplify the audio, since we don't trigger the alarm if in a call. Timothy Allen 2014-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. Timothy Allen 2014-04-13 23:59:16 +0200
  • 4c1e6a5a1a - Delay the alarm if in a phone call Timothy Allen 2014-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. Timothy Allen 2014-04-13 22:53:33 +0200
  • a0c2f37b07 - Add location capabilities, using Google Play Services. - Shift to using GlowPadBackport maven library Timothy Allen 2014-04-13 22:27:21 +0200
  • ad051bc1c2 - Add a pre-alarm notification - Initial location stuff. Timothy Allen 2014-04-13 18:51:05 +0200
  • 249a185649 - Disable SeekArc and enable GlowPadView - Correct fullscreen ability - Add debugging options Timothy Allen 2014-04-13 15:38:16 +0200
  • d7bf2832ea Minor revisions (comments). Timothy Allen 2014-03-27 21:59:12 +0200
  • 1813f3faa6 Refactor to allow for snooze reminders (snooze when user hits the back or home buttons). Timothy Allen 2014-03-27 21:15:27 +0200
  • c2806f2231 Add some SDK checks. Timothy Allen 2014-03-26 16:43:24 +0200
  • c32aef7c86 Fixed bug where, on app reinstall, the notification actions stopped working due to losing permission for gracecancellationpendingintent. temp Timothy Allen 2014-03-26 16:29:35 +0200
  • d1ae1e16c9 Revert vector changes, back to PNGs, as android doesn't appear to support vectors as ic_launcher (bleh). Timothy Allen 2014-03-26 15:32:09 +0200
  • c00a690d88 More icon changes, including switching to vector icons. Timothy Allen 2014-03-26 15:09:20 +0200
  • fa4c1152d3 Additional notification cancellations. Timothy Allen 2014-03-26 14:23:03 +0200
  • be115f4c7f Add a grayscale image for the large notification icon. Timothy Allen 2014-03-26 14:01:58 +0200
  • 08b09b110b Fix runnable to actually exit the alarm alert. Timothy Allen 2014-03-26 13:34:37 +0200
  • 68c2abd06d Change from timers to threads and runnables. Timothy Allen 2014-03-26 11:14:22 +0200
  • c01e340aca More icon and alert window changes. Timothy Allen 2014-03-26 01:11:54 +0200
  • 9e46c461dc Mostly icon changes. Timothy Allen 2014-03-26 00:26:20 +0200
  • d43bb2b1d5 Correct timer problem (remove redundant timer.cancel()s). Timothy Allen 2014-03-25 22:14:23 +0200
  • b893ab6c72 Some small tweaks. Timothy Allen 2014-03-25 20:43:50 +0200
  • 08f8c79dd3 Commit some new files. Timothy Allen 2014-03-25 17:07:33 +0200
  • 4367222937 Fix timer bug. Timothy Allen 2014-03-25 17:05:43 +0200
  • caf2edf9a6 Latest interface design. Timothy Allen 2014-03-25 16:32:55 +0200
  • 161da4dac2 Add ability to disable the alarm. Timothy Allen 2014-03-25 15:30:35 +0200
  • 87dda47608 Notifications all working. Timothy Allen 2014-03-25 14:43:42 +0200