open-keychain/res
Thialfihar b650b30a11 added secure file deletion, overwriting the file with random data before actual deletion
Update issue 56
Added a method for secure file deletion. We'll possibly have to test this a bit and make sure it actually *is* secure on the filesystems used (vfat for SD card, yaffs2 for phone flash memory by default). This sort of overwrite might be absolutely useless on some filesystems.
I also wanted to add an option at first, but this seems reasonably fast and in general it should be what the user wants, so for now it will ALWAYS securely delete. If there is a demand for plain deletion, then options can be added.

Update issue 39
A new string:
<string name="progress_deletingSecurely">deleting \'%s\' securely...</string>
2010-07-24 14:24:42 +00:00
..
anim 1.0.x changes merged into trunk 2010-07-16 20:18:43 +00:00
drawable moved more resources to drawable for Android 1.5 2010-05-11 17:22:15 +00:00
drawable-finger initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
drawable-hdpi-finger-v4 trying to allow allow building for Android 1.5 2010-05-11 16:57:28 +00:00
drawable-hdpi-v4 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
drawable-ldpi-v4 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
drawable-mdpi-finger-v4 trying to allow allow building for Android 1.5 2010-05-11 16:58:28 +00:00
drawable-mdpi-v4 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
layout have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress 2010-07-23 12:57:02 +00:00
values added secure file deletion, overwriting the file with random data before actual deletion 2010-07-24 14:24:42 +00:00
values-da have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress 2010-07-23 12:57:02 +00:00
values-de have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress 2010-07-23 12:57:02 +00:00
values-it have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress 2010-07-23 12:57:02 +00:00
values-sl have a direct set/change pass phrase button in key creation/editing, instead of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress 2010-07-23 12:57:02 +00:00
xml added a language setting to change the language directly 2010-07-18 07:19:57 +00:00