aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* new build filesDominik2012-03-101-1/+1
|
* small changesDominik2012-03-103-21/+22
|
* new icon, new about dialog, some refactoringsDominik2012-03-0964-3/+108
|
* renaming whole package to org.apg to simplifiy nameDominik2012-03-097-58/+49
|
* fixing qrcode integrationDominik2012-03-0910-216/+120
|
* merged senecasos repoDominik2012-03-093-0/+94
|\
| * -implementation of "--send-key"senecaso2011-10-173-0/+94
| | | | | | | | -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code
* | Allow to pass large blobs and a new content provider to simplify thisMarkus Doits2011-11-041-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | | Since AIDL is not for passing large data, a blob can be passed to APG by a Uri. This Uri is opened as a file by APG and read/written to. Note the file is overwritten by APG, so make sure it is a copy if you want to keep the original. With the ApgServiceBlobProvider, Apg has an own ContentProvider that can be used like mentioned above. For now the data is stored in the dir where APG stores other files and NOT DELETED after en/decryption. This is tbd. It can only be accessed by an application with the permission "org.thialfihar.android.apg.permission.STORE_BLOBS". ApgCon has been updated accordingly and can handle blobs with `setBlob` and `getBlobResult`. That is a really easy way to en/decrypt large data. Note that encrypting by blob should only be used for large files (1MB+). On all other cases, the data should be passed as as String through the AIDl-Interface, so no temporary file must be created. See ApgCon for a complete example of how to connect to the AIDL and use it. Or use it in your own project!
* added Portuguese translation, thanks, Paulo AngeloThialfihar2011-09-112-0/+362
|
* strings fixes in IT and NO versionThialfihar2011-02-052-2/+2
|
* 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
|