aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rename clipboard compatibility classDominik Schürmann2013-01-061-0/+96
* rename clipboard compatibility classDominik Schürmann2013-01-063-100/+4
* Externalize compatibility workaroundsDominik Schürmann2013-01-063-0/+199
* Fix bug on Android 4.2 with DialogFragments especially with FileDialogFragmentDominik Schürmann2013-01-0615-164/+85
* update readmeDominik Schürmann2013-01-031-7/+9
* Fix referencing of actionbarsherlockDominik Schürmann2012-12-263-4/+13
* Fix IntentHelperDominik Schürmann2012-12-211-1/+1
* Support fragments in api lib, bug fixesDominik Schürmann2012-12-216-12/+133
* licenses into readmeDominik Schürmann2012-12-193-29/+43
* Fix for email query, add new email query with likeDominik Schürmann2012-12-169-36/+151
* cleanup, add SCAN_QR_CODE intentDominik Schürmann2012-12-149-26/+41
* AIDL API changesDominik Schürmann2012-12-1436-275/+1113
* API changesDominik Schürmann2012-12-1234-787/+303
* Update ActionBarSherlockDominik Schürmann2012-12-12113-209/+3797
* Fix export of keysDominik2012-11-225-70/+70
* Changed layout to have source on bottom in encrypt and decrypt, fixes for dec...Dominik2012-11-226-351/+358
* deactive search until it is reimplemented, syntax improvements in Compatibili...Dominik2012-11-214-22/+32
* update readmeDominik2012-11-193-11/+9
* Fix didnt work, new fix and testsDominik2012-11-1912-22/+158
* Fix conflict between internal and external Provider on Android < 4.1Dominik2012-11-191-1/+1
* fix link to libDominik2012-11-191-1/+1
* Merge branch 'master' of github.com:dschuermann/apgDominik2012-11-191-1/+1
|\
| * Merge pull request #26 from mtparet/masterDominik Schürmann2012-11-191-1/+1
| |\
| | * fix EXTRA_KEY_ID=masterKeyIDMatthieu Paret2012-11-181-1/+1
| |/
* | changed location of ActionBarSherlock libDominik2012-11-19385-1/+2
* | rename main foldersDominik2012-11-19292-4/+4
|/
* permission check not for own appDominik2012-11-171-3/+4
* fixed sql quieries in select pub/secret keyDominik2012-11-177-45/+82
* Rework encrypt for files with intentsDominik2012-11-167-273/+342
* implemented security modelDominik2012-11-1614-71/+267
* Wrote security conceptDominik2012-11-151-1/+49
* removed deprecated code, reworked service blob providerDominik2012-11-1532-2323/+886
* Fix decrypt by searching for secret key based on keyId not masterKeyId, new A...Dominik2012-11-1440-1268/+2160
* removed check again as dsa as subkey of rsa is working againDominik2012-11-022-8/+1
* dsa and elgamal fixDominik2012-11-024-8/+22
* improvements, workaround for jelly bean bugDominik2012-11-014-18/+24
* select secret key refactoredDominik2012-11-0115-671/+350
* select public key refactoredDominik2012-11-0114-525/+489
* better help screenDominik2012-10-318-73/+117
* small improvementsDominik2012-10-316-14/+20
* remove userIds before adding them againDominik2012-10-311-8/+18
* fix foreign key definition in create statementDominik2012-10-311-6/+8
* fixing and extending content providers update and deleteDominik2012-10-311-28/+29
* removed unused code, fixed certification bug when editing existing keyDominik2012-10-317-72/+30
* remove old filesDominik2012-10-315-2188/+0
* fix crash in KeyListAdapter by changing from different child layouts to one, ...Dominik2012-10-316-165/+161
* fixing public and secret key activitiesDominik2012-10-3117-1525/+469
* KeyListAdapter is working basically, Provider refactoredDominik2012-10-307-485/+354
* more work on content providerDominik2012-10-2837-1220/+4075
* reworking Content ProviderDominik2012-10-2518-916/+1274