ikarus23 / MifareClassicTool

An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.
http://www.icaria.de/mct/
GNU General Public License v3.0
4.59k stars 898 forks source link

Add a recycle bin for deleted dump file? #352

Open Warborn123 opened 3 years ago

Warborn123 commented 3 years ago

I was just wondering could we get a feature like adding a recycle bin for deleted dump files? Becuase its pretty easy to delete a dump file accidently, and there is no way to get it back at the moment. Thank you!

ikarus23 commented 2 years ago

I don't know. Is it really that easy to do it by accident? You have to first press the menu button first and then select delete file. Implementing a recycle bin seems like a lot of effort for this corner case.

Maybe implementing a "are you sure you want to delete file xy?" dialog could help?

I will think about it and keep this issue open for now.

Warborn123 commented 2 years ago

I don't know. Is it really that easy to do it by accident? You have to first press the menu button first and then select delete file. Implementing a recycle bin seems like a lot of effort for this corner case.

Maybe implementing a "are you sure you want to delete file xy?" dialog could help?

I will think about it and keep this issue open for now.

Yeah, to be honest the dialog definitely helps, but sometimes for idiots like me, when a popup shows up, I will just click yes without having anything thought, so a recycle bin is definitely better, but you are the boss, do whatever you like :)

ikarus23 commented 2 years ago

Hehe, I get it. I'm one of those idiots as well. Even on the my Linux command line I delete files by putting them into the recycle bin.

but you are the boss, do whatever you like

Well, it is open source. So anyone can contribute ;)