aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | applied proposed patch by mattispasch for issue 99Thialfihar2011-03-191-15/+26
| |
* | remove the null check for progress again, not needed in the trunk for nowThialfihar2011-02-051-96/+48
| |
* | don't include a Preference re-instantiation for now, will see about that ↵Thialfihar2011-02-051-6/+1
| | | | | | | | when merging apg_service
* | strings fixes in IT and NO versionThialfihar2011-02-052-2/+2
| |
* | Allow to regenerate shared preferencesMarkus Doits2010-12-301-2/+6
| | | | | | | | Merge of r326 to trunk
* | Allow progress-meter to be nullMarkus Doits2010-12-291-50/+96
| | | | | | | | No need to force people to use progressmeter
* | Update italian translationsRick Deckard2010-12-281-0/+6
|/
* (no commit message)Sander Danielsen2010-12-261-1/+5
|
* trunk lifted to next beta versionThialfihar2010-12-251-1/+1
|
* prepare 1.0.8 releaseThialfihar2010-12-251-1/+1
|
* auto-click encrypt/decrypt button when using an *_AND_RETURN Intent with ↵Thialfihar2010-12-252-2/+2
| | | | | | | EXTRA_DATA or ContentURI Fixes issue 67
* show key fingerprint in key listThialfihar2010-12-259-11/+59
| | | | | 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
|
* 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
|