mpcjanssen / simpletask-android

GNU General Public License v3.0
547 stars 125 forks source link

Clear todo file cache when todo.txt file is removed #960

Open sefernet opened 5 years ago

sefernet commented 5 years ago

It's possible implement to rely only on txt file? So when I encrypt the txt file, the app cant show anything.

Simpletask is still awesome!

Thaaanks!

mpcjanssen commented 5 years ago

What do you mean exactly with rely? Can you try to explain a bit more in detail what you are requesting?

sefernet commented 5 years ago

I'll try ;-) I mean, if I delete the todo.txt file and then open the app the actual behavior its show the last state (with all the tasks readeable) and a popup "Loading 'todo.txt' file failed" message.

The feature Im asking for is, If I delete the *.txt file I would like the app to show nothing instead. If it is, like its seems to me, that the app feeup a DB from the text file, then an alternative could be an option which clear the DB on exit the app... I hope its could be possible, I dont know...

Thaaanks for you interest ! You are awesome!

(Im sorry I dont myself clear enough , im not english speaker.)

mpcjanssen commented 5 years ago

@sefernet ah that makes sense. Thank you for the explanation.