aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Update italian translationsRick Deckard2010-12-281-0/+6
|
* (no commit message)Sander Danielsen2010-12-261-1/+5
|
* show key fingerprint in key listThialfihar2010-12-251-0/+1
| | | | | Fixes issue 76
* added Chinese translationThialfihar2010-12-252-0/+315
|
* renamed values-nb to values-no as the correct macro language codeThialfihar2010-12-251-315/+0
|
* renamed values-nb to values-no as the correct macro language codeThialfihar2010-12-252-2/+317
|
* changed values-nn to values-nb for Norsk bokmål, added it as supported languageThialfihar2010-12-251-315/+0
|
* changed values-nn to values-nb for Norsk bokmål, added it as supported languageThialfihar2010-12-252-2/+318
|
* strings fixesThialfihar2010-12-227-7/+7
|
* Danish pass phrase ttyl hour options addedThialfihar2010-12-221-0/+4
|
* unescaped apostrophe fix in a strings.xmlThialfihar2010-12-221-1/+1
|
* added pass phrase cache ttl options 2 hours, 4 hours, 8 hoursThialfihar2010-12-228-14/+21
|
* (no commit message)Sander Danielsen2010-12-081-245/+252
|
* Added italian translations for the new keysRick Deckard2010-09-131-0/+50
|
* 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
* prepared Norwegian translationThialfihar2010-09-101-0/+309
|
* (no commit message)tripetdevet2010-08-291-0/+1
|
* added Spanish to list of supported languages in language preferenceThialfihar2010-08-291-0/+1
|
* Spanish translation added, thanks arnauhThialfihar2010-08-291-0/+309
|
* 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>
* changes to slovenian translation.tripetdevet2010-08-221-1/+20
|
* integrated key server look-up into decrypt Activity, allowing to touch an ↵Thialfihar2010-08-182-1/+3
| | | | | | | | 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-175-11/+26
| | | | | | | 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.
* moved IntegerListPreference to apg.ui.widgetThialfihar2010-08-171-5/+5
|
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-174-0/+175
| | | | | 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-174-0/+175
| | | | | 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.
* merge conflict fixedThialfihar2010-08-151-10/+0
|
* 1.0.x merged back into trunkThialfihar2010-08-156-1/+31
|
* small corrections to slovenian translationtripetdevet2010-08-151-4/+4
|
* small change to slovenian translationtripetdevet2010-08-061-0/+1
|
* changed the account adding a bit, hopefully working with Froyo, at least ↵Thialfihar2010-08-052-0/+32
| | | | | | | | preventing a crash Update issue 39 added: <string name="error_accountReadingNotAllowed">no permission to read the account</string>
* Apostrophe fix in italian translation.Christian Ketti2010-07-301-1/+1
|
* some changes to Slovenian translation.tripetdevet2010-07-291-0/+2
|
* added a "force V3 signature" setting similar to the GPG version, hopefully ↵Thialfihar2010-07-272-0/+12
| | | | | | | | | | | | 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.
* small change to Slovenian translation.tripetdevet2010-07-271-0/+1
|
* added an optional checkbox to the file dialog, can be used for instance to ↵Thialfihar2010-07-262-8/+22
| | | | | | | | 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>
* some more translations to Slovenian language.tripetdevet2010-07-251-0/+5
|
* mored translations to Slovenian language added.tripetdevet2010-07-251-1/+15
|
* change the text of encrypt buttons according to selected signature or keys, ↵Thialfihar2010-07-245-5/+8
| | | | | | | | | | 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-237-18/+46
| | | | of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
* small translation changes (sl)tripetdevet2010-07-221-2/+4
|
* added a language setting to change the language directlyThialfihar2010-07-183-1/+173
|
* fixed the made-up word "authentification", also changed the title of that ↵Thialfihar2010-07-185-16/+15
| | | | | | | 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. :)
* 1.0.x changes merged into trunkThialfihar2010-07-165-79/+79
|
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-164-409/+409
|