aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/src/org/thialfihar/android/apg/helper
Commit message (Collapse)AuthorAgeFilesLines
* fixed sql quieries in select pub/secret keyDominik2012-11-171-0/+2
|
* Rework encrypt for files with intentsDominik2012-11-162-5/+75
|
* implemented security modelDominik2012-11-161-0/+43
|
* removed deprecated code, reworked service blob providerDominik2012-11-154-56/+48
|
* Fix decrypt by searching for secret key based on keyId not masterKeyId, new ↵Dominik2012-11-142-145/+107
| | | | ApgService for RPC
* removed check again as dsa as subkey of rsa is working againDominik2012-11-021-7/+1
|
* dsa and elgamal fixDominik2012-11-021-5/+16
|
* better help screenDominik2012-10-311-18/+5
|
* remove userIds before adding them againDominik2012-10-311-8/+18
|
* removed unused code, fixed certification bug when editing existing keyDominik2012-10-311-19/+25
|
* fixing public and secret key activitiesDominik2012-10-311-17/+18
|
* more work on content providerDominik2012-10-281-0/+20
|
* reworking Content ProviderDominik2012-10-252-49/+20
|
* more Provider Helper methodsDominik2012-09-202-127/+105
|
* started restructuring APGs Provider and DatabaseDominik2012-09-181-75/+73
|
* code cleanupDominik2012-09-131-1/+0
|
* fixed <unknown> user id bug, restructured codeDominik2012-09-132-135/+60
|
* fix ttl preferenceDominik2012-09-121-2/+2
|
* completly new PasswordCacheService (more energy efficient), reworked ↵Dominik2012-09-111-62/+5
| | | | Password dialogs
* fixes, refactoringDominik2012-09-114-16/+91
|
* qr code scanning basically worksDominik2012-09-101-3/+3
|
* externalized import, export, started working on qr code importDominik2012-09-103-17/+55
|
* removed commented deprecated codeDominik2012-09-081-66/+3
|
* lookup key fixesDominik2012-09-081-3/+11
|
* fix signature view, cleanupDominik2012-09-081-1/+5
|
* debuggingDominik2012-06-201-0/+29
|
* merging actions in ApgServiceDominik2012-06-201-1/+1
|
* backward compatible extras, restructuringDominik2012-06-202-21/+17
|
* Log wrapper and actionbarsherlock updateDominik2012-06-202-4/+29
|
* fixed more deprecation warningsDominik2012-06-201-26/+67
|
* new spongy castle version, restructering, deprecation fixesDominik2012-06-203-1908/+2008
|
* extra constants moved into coresponding activitiesDominik2012-06-201-27/+1
|
* seperating intent action constants into activities as it is best practice, ↵Dominik2012-06-202-29/+181
| | | | restructering...
* working on decrypt and restructering...Dominik2012-06-204-0/+2600