aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/src/org/thialfihar/android/apg/ui
Commit message (Collapse)AuthorAgeFilesLines
* fixed sql quieries in select pub/secret keyDominik2012-11-174-28/+44
|
* Rework encrypt for files with intentsDominik2012-11-162-240/+263
|
* implemented security modelDominik2012-11-163-5/+25
|
* removed deprecated code, reworked service blob providerDominik2012-11-152-11/+11
|
* Fix decrypt by searching for secret key based on keyId not masterKeyId, new ↵Dominik2012-11-1413-224/+213
| | | | ApgService for RPC
* dsa and elgamal fixDominik2012-11-022-2/+4
|
* improvements, workaround for jelly bean bugDominik2012-11-014-18/+24
|
* select secret key refactoredDominik2012-11-0110-564/+336
|
* select public key refactoredDominik2012-11-017-432/+452
|
* better help screenDominik2012-10-312-9/+35
|
* small improvementsDominik2012-10-313-8/+5
|
* removed unused code, fixed certification bug when editing existing keyDominik2012-10-315-51/+3
|
* remove old filesDominik2012-10-311-1/+0
|
* fix crash in KeyListAdapter by changing from different child layouts to one, ↵Dominik2012-10-313-32/+117
| | | | which is changed on the fly in bindChildView()
* fixing public and secret key activitiesDominik2012-10-3113-1505/+415
|
* KeyListAdapter is working basically, Provider refactoredDominik2012-10-304-165/+180
|
* more work on content providerDominik2012-10-2825-1024/+3075
|
* reworking Content ProviderDominik2012-10-257-26/+34
|
* more Provider Helper methodsDominik2012-09-207-19/+36
|
* started restructuring APGs Provider and DatabaseDominik2012-09-186-22/+23
|
* code cleanupDominik2012-09-138-147/+21
|
* fixed <unknown> user id bug, restructured codeDominik2012-09-133-142/+161
|
* intent improvementsDominik2012-09-123-21/+43
|
* improving definition send and view intentsDominik2012-09-122-191/+257
|
* better definition of intent filters to open from file managersDominik2012-09-123-31/+45
|
* improved commentsDominik2012-09-121-1/+1
|
* Fixes for passphrase cache implementationDominik2012-09-121-1/+0
|
* completly new PasswordCacheService (more energy efficient), reworked ↵Dominik2012-09-118-26/+115
| | | | Password dialogs
* fixes, refactoringDominik2012-09-119-62/+43
|
* fixes, cleanupDominik2012-09-106-477/+30
|
* started working on signingDominik2012-09-102-110/+246
|
* simplified use of progressdialog with apgserviceDominik2012-09-109-86/+49
|
* query key externalized into serviceDominik2012-09-101-84/+95
|
* key server upload activity refactoredDominik2012-09-103-123/+161
|
* qr code scanning basically worksDominik2012-09-103-52/+114
|
* externalized import, export, started working on qr code importDominik2012-09-108-497/+521
|
* fixes for lookup keyDominik2012-09-081-4/+3
|
* lookup key fixesDominik2012-09-081-53/+42
|
* fix signature view, cleanupDominik2012-09-083-226/+16
|
* dialog for setting passphrase is now in a fragmentDominik2012-09-054-81/+253
|
* merging actions in ApgServiceDominik2012-06-203-8/+13
|
* backward compatible extras, restructuringDominik2012-06-2012-93/+76
|
* Log wrapper and actionbarsherlock updateDominik2012-06-209-9/+9
|
* new spongy castle version, restructering, deprecation fixesDominik2012-06-2023-81/+93
|
* extra constants moved into coresponding activitiesDominik2012-06-2016-100/+150
|
* seperating intent action constants into activities as it is best practice, ↵Dominik2012-06-2017-303/+162
| | | | restructering...
* working on decrypt and restructering...Dominik2012-06-2026-634/+912
|
* fixes for symmetric encryption check and securely deleting reworkedDominik2012-06-193-72/+194
|
* symmetric encryption working againDominik2012-06-193-59/+18
|
* file dialog reworked, file encryption should work againDominik2012-06-188-212/+210
|