Go to file
Nicole Dresselhaus 9cb8730d6d upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
android upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
img updated addTask-Image in Readme 2023-01-13 22:48:40 +01:00
ios upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
lib upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
linux upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
macos upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
test simple task-add screen with verification 2023-01-08 22:34:24 +01:00
windows upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
.gitignore parsing of todo, retaining state over multiple sessions. 2023-01-09 17:28:43 +01:00
README.md upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
analysis_options.yaml initial skeleton 2023-01-07 18:15:32 +01:00
local.properties upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
pubspec.lock upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00
pubspec.yaml upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/ 2023-01-16 00:02:19 +01:00

README.md

todotxt_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 annoying pop-up message so you actually do your tasks ^^
  • 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
      • color theme by system colors
      • own primary/secondary color theme
  • fancy pop-animation & sound for the checkbox

Current looks:

Main Widget

Adding Tasks

Details/Removing tasks

Complex repeat patterns

Light/Dark theme