SecUSo / privacy-friendly-todo-list

Privacy Friendly App to manage To-Do lists on Android.
Apache License 2.0
84 stars 40 forks source link

Delete completed tasks #92

Open udenr opened 1 year ago

udenr commented 1 year ago

Add an option to delete all completed tasks

0xC0FFEEC0DE commented 5 months ago

One option to realize that: A boolean setting that means "Automatically move done tasks to recycle bin" Another option: A button "move done tasks to recycle bin" What is the preferred option?

udenr commented 5 months ago

I think both options are fine but as a first step I would prefer a button as it might be confusing for some users if their tasks disappear automatically when they mark them as done. But having this option might also be interesting for some users.