aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Apg.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-2351/+0
* fixing qrcode integrationDominik2012-03-091-0/+2
* merged senecasos repoDominik2012-03-091-71/+126
|\
| * -implementation of "--send-key"senecaso2011-10-171-68/+114
| * -mavenizing the projectsenecaso2011-10-061-41/+46
* | Merge branch 'pampa'Dominik2012-03-091-0/+4
|\ \
| * | skip PGPSignatureList if it comes before PGPLiteralDataAlex Zhukov2011-09-271-0/+4
* | | merged apg_service from googlecodeDominik2012-03-091-110/+157
|\ \ \ | |/ / |/| |
| * | Switch to spongycastleMarkus Doits2011-11-031-62/+59
| * | Update to latest version in masterMarkus Doits2011-11-031-0/+2
| |\|
| * | Merge trunk into apg_serviceMarkus Doits2010-12-291-50/+96
* | | @Override refactoring, some explicit casting addedOliver Runge2011-09-171-12/+12
| |/ |/|
* | remove the null check for progress again, not needed in the trunk for nowThialfihar2011-02-051-96/+48
* | Allow progress-meter to be nullMarkus Doits2010-12-291-50/+96
|/
* show key fingerprint in key listThialfihar2010-12-251-1/+29
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-251-2/+130
* testing thread-pausing in verifyText()Thialfihar2010-09-121-4/+16
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-8/+3
* catch null pointer exceptions when the private key cannot be extracted, also ...Thialfihar2010-09-101-2/+31
* integrated key server look-up into decrypt Activity, allowing to touch an unk...Thialfihar2010-08-181-0/+1
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-181-0/+14
* added a context menu item to update public keys via key server, adding a key ...Thialfihar2010-08-181-0/+1
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+1
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-0/+23
* 1.0.x merged back into trunkThialfihar2010-08-151-48/+78
* minor Intent/Extra key renamingsThialfihar2010-08-121-4/+5
* added a "force V3 signature" setting similar to the GPG version, hopefully ma...Thialfihar2010-07-271-29/+91
* added secure file deletion, overwriting the file with random data before actu...Thialfihar2010-07-241-0/+22
* 1.0.x changes merged into trunkThialfihar2010-07-161-0/+1
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-1897/+1897
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-21/+25
* some playing with content stream decryption and providing the result as conte...Thialfihar2010-07-091-2/+41
* prevent endless loop on some binary data during stream content determination ...Thialfihar2010-07-011-0/+1
* merge 1.0.x back into trunkThialfihar2010-06-301-0/+1
* much better version reading by directly looking for the APG package, rather t...Thialfihar2010-06-181-12/+7
* recent 1.0.x changes into trunkThialfihar2010-06-171-7/+3
* useless imports removedThialfihar2010-06-081-4/+0
* finally read APG version dynamicly, so the version name doesn't have to be ch...Thialfihar2010-06-081-2/+33
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling...Thialfihar2010-06-061-9/+7
* should have been in the last commitThialfihar2010-06-061-0/+4
* working encryption/decryption of text and files after GeneralActivity hands i...Thialfihar2010-06-061-0/+18
* added search feature for key management and select ActivitiesThialfihar2010-06-051-0/+14
* lifted 1.0.x to new versionThialfihar2010-06-031-1/+1
* added a service to handle the caching, this'll ensure the cache works while n...Thialfihar2010-06-031-3/+14
* deliver the user id as well for secret key selection, so k9mail can use it to...Thialfihar2010-06-011-0/+38
* working encryption out of k9mailThialfihar2010-06-011-2/+8
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-12/+34
* minor fixes to make key retrieval more stableThialfihar2010-05-301-0/+6
* fixed a method nameThialfihar2010-05-291-3/+3
* adjust version numberThialfihar2010-05-281-1/+1