aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge trunk into apg_serviceMarkus Doits2010-12-292-50/+102
| | |
| * | Add first basic implementation of ApgserviceMarkus Doits2010-12-293-1/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provides an AIDL-API for other apps to encrypt and decrypt a string symmetrically with a passphrase. Function names and API is by no way finalized and will change! Support for asymetric encription will follow. For reference and discussion see issue #71, https://code.google.com/p/android-privacy-guard/issues/detail?id=71
| * | Branch for ApgService AIDL development until spec is finalMarkus Doits2010-12-270-0/+0
| | |
* | | @Override refactoring, some explicit casting addedOliver Runge2011-09-1724-101/+27
| | |
* | | added .gitignoreOliver Runge2011-09-171-0/+6
| |/ |/|
* | added Portuguese translation, thanks, Paulo AngeloThialfihar2011-09-112-0/+362
| |
* | upgraded to target android-13Thialfihar2011-09-111-1/+1
| |
* | 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.