| Commit message (Expand) | Author | Age | Files | Lines |
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -2351/+0 |
* | fixing qrcode integration | Dominik | 2012-03-09 | 1 | -0/+2 |
* | merged senecasos repo | Dominik | 2012-03-09 | 1 | -71/+126 |
|\ |
|
| * | -implementation of "--send-key" | senecaso | 2011-10-17 | 1 | -68/+114 |
| * | -mavenizing the project | senecaso | 2011-10-06 | 1 | -41/+46 |
* | | Merge branch 'pampa' | Dominik | 2012-03-09 | 1 | -0/+4 |
|\ \ |
|
| * | | skip PGPSignatureList if it comes before PGPLiteralData | Alex Zhukov | 2011-09-27 | 1 | -0/+4 |
* | | | merged apg_service from googlecode | Dominik | 2012-03-09 | 1 | -110/+157 |
|\ \ \
| |/ /
|/| | |
|
| * | | Switch to spongycastle | Markus Doits | 2011-11-03 | 1 | -62/+59 |
| * | | Update to latest version in master | Markus Doits | 2011-11-03 | 1 | -0/+2 |
| |\| |
|
| * | | Merge trunk into apg_service | Markus Doits | 2010-12-29 | 1 | -50/+96 |
* | | | @Override refactoring, some explicit casting added | Oliver Runge | 2011-09-17 | 1 | -12/+12 |
| |/
|/| |
|
* | | remove the null check for progress again, not needed in the trunk for now | Thialfihar | 2011-02-05 | 1 | -96/+48 |
* | | Allow progress-meter to be null | Markus Doits | 2010-12-29 | 1 | -50/+96 |
|/ |
|
* | show key fingerprint in key list | Thialfihar | 2010-12-25 | 1 | -1/+29 |
* | added an Intent and functionality to generate detached signatures | Thialfihar | 2010-12-25 | 1 | -2/+130 |
* | testing thread-pausing in verifyText() | Thialfihar | 2010-09-12 | 1 | -4/+16 |
* | moved some Intent extra constants into more appropriate places, some basic pr... | Thialfihar | 2010-09-11 | 1 | -8/+3 |
* | catch null pointer exceptions when the private key cannot be extracted, also ... | Thialfihar | 2010-09-10 | 1 | -2/+31 |
* | integrated key server look-up into decrypt Activity, allowing to touch an unk... | Thialfihar | 2010-08-18 | 1 | -0/+1 |
* | starting new versioning for beta builds, only show changelog on release builds | Thialfihar | 2010-08-18 | 1 | -0/+14 |
* | added a context menu item to update public keys via key server, adding a key ... | Thialfihar | 2010-08-18 | 1 | -0/+1 |
* | added a key server preference, allowing multiple key servers to be added | Thialfihar | 2010-08-17 | 1 | -0/+1 |
* | added initial support for HKP key servers, allowing searching and key import | Thialfihar | 2010-08-17 | 1 | -0/+23 |
* | 1.0.x merged back into trunk | Thialfihar | 2010-08-15 | 1 | -48/+78 |
* | minor Intent/Extra key renamings | Thialfihar | 2010-08-12 | 1 | -4/+5 |
* | added a "force V3 signature" setting similar to the GPG version, hopefully ma... | Thialfihar | 2010-07-27 | 1 | -29/+91 |
* | added secure file deletion, overwriting the file with random data before actu... | Thialfihar | 2010-07-24 | 1 | -0/+22 |
* | 1.0.x changes merged into trunk | Thialfihar | 2010-07-16 | 1 | -0/+1 |
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 1 | -1897/+1897 |
* | trying to add support for various source and destination modes for encryption... | Thialfihar | 2010-07-09 | 1 | -21/+25 |
* | some playing with content stream decryption and providing the result as conte... | Thialfihar | 2010-07-09 | 1 | -2/+41 |
* | prevent endless loop on some binary data during stream content determination ... | Thialfihar | 2010-07-01 | 1 | -0/+1 |
* | merge 1.0.x back into trunk | Thialfihar | 2010-06-30 | 1 | -0/+1 |
* | much better version reading by directly looking for the APG package, rather t... | Thialfihar | 2010-06-18 | 1 | -12/+7 |
* | recent 1.0.x changes into trunk | Thialfihar | 2010-06-17 | 1 | -7/+3 |
* | useless imports removed | Thialfihar | 2010-06-08 | 1 | -4/+0 |
* | finally read APG version dynamicly, so the version name doesn't have to be ch... | Thialfihar | 2010-06-08 | 1 | -2/+33 |
* | limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling... | Thialfihar | 2010-06-06 | 1 | -9/+7 |
* | should have been in the last commit | Thialfihar | 2010-06-06 | 1 | -0/+4 |
* | working encryption/decryption of text and files after GeneralActivity hands i... | Thialfihar | 2010-06-06 | 1 | -0/+18 |
* | added search feature for key management and select Activities | Thialfihar | 2010-06-05 | 1 | -0/+14 |
* | lifted 1.0.x to new version | Thialfihar | 2010-06-03 | 1 | -1/+1 |
* | added a service to handle the caching, this'll ensure the cache works while n... | Thialfihar | 2010-06-03 | 1 | -3/+14 |
* | deliver the user id as well for secret key selection, so k9mail can use it to... | Thialfihar | 2010-06-01 | 1 | -0/+38 |
* | working encryption out of k9mail | Thialfihar | 2010-06-01 | 1 | -2/+8 |
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 1 | -12/+34 |
* | minor fixes to make key retrieval more stable | Thialfihar | 2010-05-30 | 1 | -0/+6 |
* | fixed a method name | Thialfihar | 2010-05-29 | 1 | -3/+3 |
* | adjust version number | Thialfihar | 2010-05-28 | 1 | -1/+1 |