Skip to content

Tags: Kampijo/Reminder

Tags

v1.7

Toggle v1.7's commit message
Merge pull request #9 from Kampijo/development

Changelog

v1.6

Toggle v1.6's commit message
Merge pull request #6 from Kampijo/development

Development

v1.5

Toggle v1.5's commit message
- Switched to RecyclerView and StaggeredGridLayout

- Implemented floating action menu (Thanks to Dmytro).
- Removed unused resource files and added new resources for floating actions.
- Refactored code.

v1.3

Toggle v1.3's commit message
Merge pull request #3 from Kampijo/Development

Development

v1.2

Toggle v1.2's commit message
- made custom cursor adapter for adding icons to each list item card …

…depending on reminder type

- refactored methods and variables to be more concise
- added new image resources (new launcher icon, etc)
- save dialog now appears on back arrow press
- removed ability to pick past dates for alert
- setting time to before current system time will cause alert to trigger immediately

v1.1

Toggle v1.1's commit message
- fixed crucial bug where app crashes on setting time before system t…

…ime.

- fixed minor bug where alarm set to system time, disregarding settings
- implemented back to home button on create activities.
- implemented delete button onto the createOrEditAlert activity*
- implemented confirm delete dialogs onto both create activities
- refactored methods and cleaned up code
- cleaned up hardcoded strings from layout xml files
- various stylistic changes

*required broadcasting in order to wait for delete alarm before finish the activity.

v1.0

Toggle v1.0's commit message
- added 'title' attribute to database and updated insert and get methods

- added title textboxes to both alert and note activities
- added title display to list cards
- renamed id for various components in xmls for clarity
- notification on alert autocancels once tapped
- notification displays title and message of alert instead of message and app name

v0.95

Toggle v0.95's commit message
- added intent to notification such that clicking it will take you to…

… createOrEditAlert activity

- removed deletion code after alert expiry (did not make any sense since they would need to view the alert content)

v0.65

Toggle v0.65's commit message
- implemented alarms with alert (yet to test if its working or not)

- renamed getNote() to getItem() in reminderDatabase for clarity
- changed function return of insertAlert() from boolean to long (returns the primary key id of newly inserted row)

v0.31

Toggle v0.31's commit message
- Added new resources

- Added new "add alert" button to action bar (no function as of yet)