aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix intent filters for servicesDominik Schürmann2013-01-161-2/+2
* Rename fixesDominik Schürmann2013-01-164-18/+17
* Renaming APG to OpenPGP KeychainDominik Schürmann2013-01-16752-1253/+1198
* Make ApiService thread safeDominik Schürmann2013-01-102-27/+13
* Synchronizing methods in ApgKeyServiceDominik Schürmann2013-01-101-22/+40
* Explicit export of providerDominik Schürmann2013-01-091-0/+1
* Fixes to use import intents without file dataDominik Schürmann2013-01-091-2/+8
* nfc help headerDominik Schürmann2013-01-081-0/+1
* changelogDominik Schürmann2013-01-082-5/+7
* Fix import from key serverDominik Schürmann2013-01-081-2/+1
* Generic share of keyring via Android Intent SEND, renaming of own share intentsDominik Schürmann2013-01-088-32/+62
* Fixes, update Integration libDominik Schürmann2013-01-082-5/+58
* Fix many problems with import from filesDominik Schürmann2013-01-086-73/+101
* When exporting secret keyrings, also export public partDominik Schürmann2013-01-087-83/+72
* Improved import with preview of keyringsDominik Schürmann2013-01-0817-183/+451
* Share with NFC, Qr Code sharing refactored, Receiving NFC is not ready yetDominik Schürmann2013-01-0818-59/+459
* Externalize all import actions into ImportKeysActivityDominik Schürmann2013-01-0715-546/+663
* 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