aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/KeyListActivity.java
Commit message (Expand)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-762/+0
* fixes to clipboard managementDominik2012-03-091-308/+273
* merged senecasos repoDominik2012-03-091-2/+5
|\
| * -implementation of "--send-key"senecaso2011-10-171-2/+5
| * -mavenizing the projectsenecaso2011-10-061-3/+3
* | merged apg_service from googlecodeDominik2012-03-091-13/+13
|\ \
| * | Switch to spongycastleMarkus Doits2011-11-031-13/+13
| |/
* / @Override refactoring, some explicit casting addedOliver Runge2011-09-171-9/+1
|/
* show key fingerprint in key listThialfihar2010-12-251-2/+21
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-3/+3
* catch null pointer exceptions when the private key cannot be extracted, also ...Thialfihar2010-09-101-2/+18
* added a context menu item to update public keys via key server, adding a key ...Thialfihar2010-08-181-11/+10
* properly URI-decode file:// URIs, so the files can be foundThialfihar2010-08-171-1/+1
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-4/+1
* added an optional checkbox to the file dialog, can be used for instance to op...Thialfihar2010-07-261-2/+11
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-762/+762
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-3/+3
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-171-13/+0
* recent 1.0.x changes into trunkThialfihar2010-06-171-0/+3
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now handling...Thialfihar2010-06-061-9/+39
* added search to option menu and make it pop up when keys on the physical keyb...Thialfihar2010-06-051-0/+2
* added search feature for key management and select ActivitiesThialfihar2010-06-051-6/+104
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-8/+8
* fully removed old DataProvider for now, manage queries, clean up old database...Thialfihar2010-05-281-6/+1
* some (hopefully better) database/cursor handling, picking encryption and sign...Thialfihar2010-05-271-18/+15
* use new key database for encryption and decryptionThialfihar2010-05-261-1/+1
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-261-26/+43
* key lists somewhat wrapped into one, using the new database stuff, Apg cleane...Thialfihar2010-05-261-0/+633