Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix defects #41

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Fix defects #41

wants to merge 7 commits into from

Conversation

ayenter
Copy link

@ayenter ayenter commented Dec 3, 2015

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.

None yet

1 participant