aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* changed the account adding a bit, hopefully working with Froyo, at least ↵Thialfihar2010-08-051-0/+1
| | | | | | | | preventing a crash Update issue 39 added: <string name="error_accountReadingNotAllowed">no permission to read the account</string>
* added a "force V3 signature" setting similar to the GPG version, hopefully ↵Thialfihar2010-07-271-0/+2
| | | | | | | | | | | | making APG useful for some special cases where that is needed Update issue 39 Two new strings: <string name="section_advanced">Advanced</string> <string name="label_forceV3Signature">Force V3 Signatures</string> "V3" is just "version 3" and should remain untranslated, both strings can be seen at the bottom of the preferences activity.
* added an optional checkbox to the file dialog, can be used for instance to ↵Thialfihar2010-07-261-0/+1
| | | | | | | | optionally delete files after importing them, and is used for that, also rearranged the option menu items for the main activity a little Update issue 39 Added a new string: <string name="label_deleteAfterImport">Delete After Import</string>
* change the text of encrypt buttons according to selected signature or keys, ↵Thialfihar2010-07-241-1/+4
| | | | | | | | | | making sign-only less confusing Update issue 39 New strings to give the encrypt buttons more meaningful and fitting texts: <string name="btn_signToClipboard">Sign To Clipboard</string> <string name="btn_signAndEmail">Sign And Email</string> <string name="btn_sign">Sign</string>
* added a little getting started dialog for first-time use, explaining some ↵Thialfihar2010-07-241-0/+11
| | | | | | | | | | | | | | | | | basics and recommending other apps Update issue 39 Added: <string name="title_help">Getting Started</string> <string name="menu_help">Help</string> <!-- "OI File Manager", "ASTRO", and "K-9 Mail" must NOT be translated in order for the links to the market to work. --> <string name="text_help">Install K-9 Mail for the best integration, it supports APG for PGP/INLINE and lets you directly encrypt/decrypt emails. \n\nIt is recommended that you install OI File Manager or ASTRO to be able to use the browse button for file selection in APG. \n\nFirst you need some keys. Either import them via the option menus in \"Manage Public Keys\" and \"Manage Secret Keys\" or create them in \"Manage Secret Keys\". \n\nYou can also add a GMail account in the main activity via \"Add Account\", which simplifies decrypting emails received there. \n\nCheck out the option menus in the various activities to find more functions. </string>
* added secure file deletion, overwriting the file with random data before ↵Thialfihar2010-07-241-0/+1
| | | | | | | | | | | | | 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>
* have a direct set/change pass phrase button in key creation/editing, instead ↵Thialfihar2010-07-231-3/+3
| | | | of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
* added a language setting to change the language directlyThialfihar2010-07-182-1/+166
|
* fixed the made-up word "authentification", also changed the title of that ↵Thialfihar2010-07-181-3/+3
| | | | | | | dialog to "Pass Phrase", dialog message then only contains the key details or "Symmetric encryption." Update issue 39 I tried to change "title_athentication", "passPhraseForSymmetricEncryption", and "passPhraseFor" in all languages. I think the changes are correct, but if you guys could make sure I didn't do anything dumb, then that'd be better. :)
* added some info about the speed of compression algorithms, mostly to warn ↵Thialfihar2010-07-051-0/+5
| | | | about BZIP2, also added support for content URIs in file encrypt/decrypt activities
* some fixes among English stringsThialfihar2010-06-221-6/+6
|
* applied cketti's patch to escape apostrophesThialfihar2010-06-171-9/+9
| | | | fixes Issue 47
* using proper PreferenceActivity now, tho the underlying storage of the ↵Thialfihar2010-06-171-0/+35
| | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started
* added search to option menu and make it pop up when keys on the physical ↵Thialfihar2010-06-051-0/+1
| | | | keyboard are pressed
* added search feature for key management and select ActivitiesThialfihar2010-06-051-2/+6
|
* introduced a general application to handle certain Intents, only to hand ↵Thialfihar2010-06-051-0/+7
| | | | them to other APG Activities after looking at the content of the passed data
* added content provider again and read permission to grab key detailsThialfihar2010-06-021-0/+4
|
* string adjustmentThialfihar2010-06-021-1/+1
|
* support ASTRO and others for the file selectionThialfihar2010-06-011-1/+1
|
* some new strings, some droppedThialfihar2010-05-301-0/+2
|
* properly import keys from streams that may contain multiple blocks of ASCII ↵Thialfihar2010-05-201-3/+3
| | | | armour or binary data, also small adjustment in strings
* import file default for keys is empty now, changed import text a little, and ↵Thialfihar2010-05-191-1/+1
| | | | changing the pass phrase during key editing updates the pass phrase cache
* default message/file compression settings added, also a setting for file ↵Thialfihar2010-05-161-1/+4
| | | | decryption to change the default when a file requires it
* added pass phrase cache to preferences, not used yet, but preference and ↵Thialfihar2010-05-151-0/+8
| | | | about menu item now show up in every activity
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-0/+45
|
* a lot of renaming of IDs, following a strict naming scheme again, moved most ↵Thialfihar2010-05-131-34/+121
| | | | strings into string.xml in preparation for internationalization, APG.java still has to be changed to allow that, as it isn't Context aware in most methods
* merged DecryptMessageActivity and DecryptFileActivity into one ↵Thialfihar2010-05-111-3/+1
| | | | DecryptActivity as well
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-091-3/+4
|
* added a button to encrypt to clipboard, change log and about window got ↵Thialfihar2010-05-091-1/+2
| | | | their own layout now with proper linkification
* added an option to delete files after encryption or decryption, also no ↵Thialfihar2010-05-041-1/+2
| | | | longer delete the output file if either fails
* put return values into the Id class as well, changed encrypt file layout to ↵Thialfihar2010-04-291-1/+3
| | | | use symmetric OR asymmetric again, layout and string adjustments
* add preferences, use them where applicableThialfihar2010-04-281-0/+7
|
* file encrypt layout entirely rewritten, should be much more userfriendly and ↵Thialfihar2010-04-261-12/+11
| | | | work on more devices, changed message encrypt layout to match
* layout adjustments, force portrait layout for EncryptFileActivity for now, ↵Thialfihar2010-04-231-2/+2
| | | | (En|De)cryptFileActivity can now handle symmetric algorithms
* steps towards symmetric file encryptionThialfihar2010-04-231-0/+2
|
* major restructuring, moving dialog, message, menu, option menu, task, type ↵Thialfihar2010-04-191-0/+11
| | | | | | IDs into Id in a similar structure as the generated R, also introducing a BaseActivity class that almost all activities derive from, which generates some common dialogs, handles the progress update, thread management, and thread communication also adding first draft of encrypt file activity, not very functional yet
* use OI File Manager intents to handle open/save file selectionThialfihar2010-04-171-0/+7
|
* rewrote sign-only code, also finally recognize sign-only emails in the list ↵Thialfihar2010-04-151-0/+1
| | | | and allow opening them for verification
* initial commit of v0.8.0Thialfihar2010-04-062-0/+95