Go to file
2023-01-10 23:55:38 +01:00
android initial skeleton 2023-01-07 18:15:32 +01:00
img defined & added repeat-patterns. 2023-01-10 23:55:38 +01:00
ios initial skeleton 2023-01-07 18:15:32 +01:00
lib defined & added repeat-patterns. 2023-01-10 23:55:38 +01:00
linux task removeable, added header, more todos 🤷‍♀️ .. 2023-01-10 02:01:05 +01:00
macos task removeable, added header, more todos 🤷‍♀️ .. 2023-01-10 02:01:05 +01:00
test simple task-add screen with verification 2023-01-08 22:34:24 +01:00
windows task removeable, added header, more todos 🤷‍♀️ .. 2023-01-10 02:01:05 +01:00
.gitignore parsing of todo, retaining state over multiple sessions. 2023-01-09 17:28:43 +01:00
.metadata initial skeleton 2023-01-07 18:15:32 +01:00
analysis_options.yaml initial skeleton 2023-01-07 18:15:32 +01:00
pubspec.lock defined & added repeat-patterns. 2023-01-10 23:55:38 +01:00
pubspec.yaml defined & added repeat-patterns. 2023-01-10 23:55:38 +01:00
README.md defined & added repeat-patterns. 2023-01-10 23:55:38 +01:00

nextcloud_reminder

A Reminder based on todo.txt synced via nextcloud

Current todos:

  • make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.)
    • define isomorphism for 'repeat:'-meta-tag
  • add interface for repeat-datatype in addReminder.dart
  • save/load data to/from disk
  • adding/removing tasks
  • respect ordering that was used when starting the app when saving.
  • add Nextcloud-login for getting a Token
  • use webdav for synchronizing with Nextcloud using that token
  • sorting by "next up", "priority"
  • respect 'color:'-meta-tag (usual formats like "#aabbcc", html-colors like "red")
    • use color in rendering todos
  • make application-settings
    • store/load settings
    • setting for number of days into the future
    • theme (light/dark mode, system theme)
  • fancy pop-animation & sound for the checkbox

Current looks:

Main Widget

Adding Tasks

(still missing repeat-options, currently defaults to daily.)

Details/Removing tasks

Complex repeat patterns