aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* show key fingerprint in key listThialfihar2010-12-251-0/+1
| | | | | Fixes issue 76
* added Chinese translationThialfihar2010-12-251-0/+1
|
* renamed values-nb to values-no as the correct macro language codeThialfihar2010-12-251-2/+2
|
* changed values-nn to values-nb for Norsk bokmål, added it as supported languageThialfihar2010-12-251-2/+3
|
* strings fixesThialfihar2010-12-221-1/+1
|
* added pass phrase cache ttl options 2 hours, 4 hours, 8 hoursThialfihar2010-12-222-2/+11
|
* testing thread-pausing in verifyText()Thialfihar2010-09-121-0/+2
|
* catch null pointer exceptions when the private key cannot be extracted, also ↵Thialfihar2010-09-101-0/+2
| | | | | | | prevent such keys from getting imported, so the error message should never be encountered anyway Fixes issue 66
* added Spanish to list of supported languages in language preferenceThialfihar2010-08-291-0/+1
|
* moved key editing beta warning into strings.xmlThialfihar2010-08-221-0/+1
| | | | | | | Update issue 39 added: <string name="keyEditingIsBeta">Key editing is still kind of beta.</string>
* integrated key server look-up into decrypt Activity, allowing to touch an ↵Thialfihar2010-08-181-0/+1
| | | | | | | | unkown signature to import the key Update issue 39 added: <string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
* added a context menu item to update public keys via key server, adding a key ↵Thialfihar2010-08-181-0/+1
| | | | | | | | id look up Intent for the key server query Update issue 9 Status: Fixed Added public key update via key server. Considering this issue fixed now. More key server features will be added, but general support is added.
* use the key server preference to fill a Spinner in the key server query ↵Thialfihar2010-08-171-0/+10
| | | | | | | activity, allowing to query each server, also moved some previously static labels into strings.xml Update issue 9 Key server preferences are now used in key server query activity.
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+3
| | | | | Update issue 9 Key server preference added.
* gave HKP server proper error handling, going through all IPs of a pool until ↵Thialfihar2010-08-171-0/+1
| | | | | | | a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly Update issue 9 Proper error handling added.
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-0/+4
| | | | | Update issue 9 Can search a key server now, touch a result to import the key. Still needs better error handling and some Intents to import keys based on key ID. Also still need key server preferences.
* 1.0.x merged back into trunkThialfihar2010-08-152-0/+9
|
* 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