Skip to content

Redid ListView

Latest
Compare
Choose a tag to compare
@Guhan-SenSam Guhan-SenSam released this 20 Jun 06:35
· 5 commits to main since this release
0fbb568
  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