Skip to content

Fix defects#41

Open
ayenter wants to merge 7 commits into
blanyal:masterfrom
ayenter:FixDefects
Open

Fix defects#41
ayenter wants to merge 7 commits into
blanyal:masterfrom
ayenter:FixDefects

Conversation

@ayenter

@ayenter ayenter commented Dec 3, 2015

Copy link
Copy Markdown

Fixed Two Defects:

The user will no longer be able to choose a date/time that is before the current date/time:
- On an attempt to save or update an alarm, the app will compare the date/time with the current date/time and toast the user if the date/time is in the past

The app will no longer crash after deleting an alarm before clicking on the alarm's notification
- ReminderEditActivity will check if the provided ID exist in the database before continuing. If it does not, then the activity will quit and toast the user that the alarm no longer exists

…atAlarm), ReminderEditActivityTest('test notification after cancelling alarm'); supporting files: NotificationTestManager('to support AlarmReceiverTest:testOnReceive()'); methods altered for testing: AlarmReceiver:onReceive(); TODO: testCancelAlarm();
…atAlarm), ReminderEditActivityTest('test notification after cancelling alarm'); supporting files: NotificationTestManager('to support AlarmReceiverTest:testOnReceive()'); methods altered for testing: AlarmReceiver:onReceive(); TODO: testCancelAlarm();
…atAlarm), ReminderEditActivityTest('test notification after cancelling alarm'); supporting files: NotificationTestManager('to support AlarmReceiverTest:testOnReceive()'); methods altered for testing: AlarmReceiver:onReceive(); TODO: testCancelAlarm();
…atAlarm), ReminderEditActivityTest('test notification after cancelling alarm'); supporting files: NotificationTestManager('to support AlarmReceiverTest:testOnReceive()'); methods altered for testing: AlarmReceiver:onReceive(); TODO: testCancelAlarm();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant