Reminder-App

An android app for creating reminders

Stars
14
Committers
1

Bot releases are visible (Hide)

Reminder-App - Redid ListView Latest Release

Published by Guhan-SenSam over 3 years ago

  1. Complete redesign of ListView. Now the reminder's of a list are sorted based on their dates. For reminders that don't ring on any date or day they will appear in their own category called as None. Reminders that ring on specific dates will be displayed on their respective dates. Reminders that repeat on days will appear on the respective days for a week from current date.

  2. Reminders will reflect their state in their color bar. Orange standing for not complete and not reminded yet... Green for completed irrespective of reminded or not reminded and red for not completed and reminded.

  3. Marking a repeating reminder complete will only mark it complete for that day. This makes more logic sense as a person would want that reminder state to reset after every day

  4. Mainscreen padding clean up and optimization

  5. Reminder screen now loads a little faster.

  6. Finally fixed three buttons in reminder view. They now will appear as a drop-down menu

  7. If you change from days to date and vice versa the app now remembers the original days/dates the reminder was saved with.

  8. Fixed some sizing issues in various parts of the ui. The fix is not perfect as the problem lies in the ui library I use and thus it will take time to find the actual problem and fix it...Current solution should be somewat effective

  9. Added internal support for full screen alarm. This function will be available next minor update as I still need to work on the ui design for the full screen alarm. It will allow you to set an alert level for a reminder.

  10. Added internal support for reminders to override DND mode. This option can be configured in upcoming setting screen

  11. Database complexity reduction

Reminder-App - Redid MainScreen

Published by Guhan-SenSam over 3 years ago

Changes:

  1. Cards no longer rotate into place instead they slide into place as if on a stack of cards.
  2. You can now swipe in any direction to remove a card. The remove animation is triggered based on the velocity of the swipe.
  3. Redid the swipe to remove card and now made it entirely seamless and close to instant.
  4. If you drag a card to the swipe you can peak behind it to see reminder and the list title. The system is based on a delay to prevent lag.
  5. Now if there is no description it is stored in the database as a None.
Reminder-App - Overhaul of Notification System

Published by Guhan-SenSam over 3 years ago

  1. Added a snooze for 10 minutes functionality in notification.(This is to be linked to the settings page later on)
  2. Added a mark as completed in the notification.
  3. Clicking on a notification now takes you to that notification directly
  4. Added a text to show if user has no new lists and ask to create one. App no longer ships with a default list.
  5. Added a heading to the create page for entering reminder's title
  6. Shifted all cancel buttons to left side
  7. Added android 11 support(current range 7-11)
  8. Old notifications no longer block new incoming notifications
Reminder-App - Base alpha release

Published by Guhan-SenSam over 3 years ago