aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* DataSource: consider content URI sources "binary" alsoThialfihar2010-12-251-1/+5
|
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-254-10/+177
|
* 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
|
* start encryption/decryption for ENCRYPT_AND_RETURN/DECRYPT_AND_RETURN if ↵Thialfihar2010-09-262-2/+2
| | | | MESSAGE_DATA is used rather than MESSAGE_TEXT
* Added italian translations for the new keysRick Deckard2010-09-131-0/+50
|
* removed the accidentally created directoryThialfihar2010-09-120-0/+0
|
* testing thread-pausing in verifyText()Thialfihar2010-09-126-10/+70
|
* (no commit message)Sander Danielsen2010-09-120-0/+0
|
* moved some Intent extra constants into more appropriate places, some basic ↵Thialfihar2010-09-1113-33/+97
| | | | preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
* catch null pointer exceptions when the private key cannot be extracted, also ↵Thialfihar2010-09-105-6/+62
| | | | | | | 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
|
* trivial variable renamingThialfihar2010-08-311-3/+3
|
* (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-222-1/+3
| | | | | | | Update issue 39 added: <string name="keyEditingIsBeta">Key editing is still kind of beta.</string>
* changes to slovenian translation.tripetdevet2010-08-221-1/+20
|
* enabled app2sd, changed build target to API level 8 (2.2) for thisThialfihar2010-08-182-2/+3
| | | | | Fixes issue 65
* integrated key server look-up into decrypt Activity, allowing to touch an ↵Thialfihar2010-08-187-11/+38
| | | | | | | | unkown signature to import the key Update issue 39 added: <string name="unknownSignatureKeyTouchToLookUp">Unknown signature, touch to look up key.</string>
* explicitly set a timeout for connecting and reading for a key server queryThialfihar2010-08-181-0/+2
|
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-183-2/+16
|
* added a context menu item to update public keys via key server, adding a key ↵Thialfihar2010-08-186-12/+97
| | | | | | | | 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-177-30/+52
| | | | | | | 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-173-6/+7
|
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-1712-0/+479
| | | | | Update issue 9 Key server preference added.
* gave HKP server proper error handling, going through all IPs of a pool until ↵Thialfihar2010-08-174-39/+130
| | | | | | | a response is received, reporting "too many responses", "no keys found", "insufficient query" correctly Update issue 9 Proper error handling added.
* properly URI-decode file:// URIs, so the files can be foundThialfihar2010-08-174-4/+4
| | | | Fixes issues 63
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-1718-19/+624
| | | | | 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-158-50/+110
|
* small corrections to slovenian translationtripetdevet2010-08-151-4/+4
|
* minor Intent/Extra key renamingsThialfihar2010-08-122-7/+8
|
* small change to slovenian translationtripetdevet2010-08-061-0/+1
|
* changed the account adding a bit, hopefully working with Froyo, at least ↵Thialfihar2010-08-054-10/+55
| | | | | | | | 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-277-36/+152
| | | | | | | | | | | | 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-267-20/+60
| | | | | | | | 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-246-14/+78
| | | | | | | | | | 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-245-10/+85
| | | | | | | | | | | | | | | | | 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>