aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain
Commit message (Expand)AuthorAgeFilesLines
* Make asciiArmor a parameter, extend advanced app settingsDominik Schürmann2013-09-099-98/+298
* Handle wrong/no passphraseDominik Schürmann2013-09-082-4/+25
* Use handler with messenger instead of Binder for communication between servic...Dominik Schürmann2013-09-083-195/+210
* lock thread for user inputDominik Schürmann2013-09-082-6/+19
* api: handle passphrase entering correctlyDominik Schürmann2013-09-082-7/+16
* sign via apiDominik Schürmann2013-09-084-45/+71
* Select pub key when email could not be foundDominik Schürmann2013-09-084-36/+75
* Make select fragments more reusableDominik Schürmann2013-09-086-37/+124
* Put actionbar methods in helperDominik Schürmann2013-09-0813-139/+178
* Change icon of API Demo for differentiation with main appDominik Schürmann2013-09-061-1/+0
* Preparation for other app settingsDominik Schürmann2013-09-063-25/+25
* sign and encrypt basically workingDominik Schürmann2013-09-062-49/+83
* Work on encryption in new serviceDominik Schürmann2013-09-065-65/+114
* Relicensing from Apache License v2 to GPLv3+. This is only done on classes th...Dominik Schürmann2013-09-0649-432/+549
* Use ButtonBar instead of ActionBar on Done/Cancel activitiesDominik Schürmann2013-09-063-145/+121
* Disable old APIDominik Schürmann2013-09-061-3/+4
* Use mime type in NFC as defined in RFC3156Dominik Schürmann2013-09-061-1/+2
* Always use insertProvider instead of addProviderDominik Schürmann2013-09-061-12/+15
* fix permission checkDominik Schürmann2013-09-061-27/+30
* Add PRNG fixes by GoogleDominik Schürmann2013-09-062-0/+323
* rename version field in data to KeychainDominik Schürmann2013-09-062-2/+2
* merge k9mail back into masterDominik Schürmann2013-09-0626-476/+1650
|\
| * Testing encrypt by serviceDominik Schürmann2013-09-063-26/+64
| * Put model into own class for easier use in serviceDominik Schürmann2013-09-065-65/+149
| * Register works basicallyDominik Schürmann2013-09-064-24/+39
| * Disable parts of the old APIDominik Schürmann2013-09-063-30/+35
| * remove dead codeDominik Schürmann2013-09-062-28/+28
| * Put logic into fragment for reuseDominik Schürmann2013-09-063-164/+224
| * api apps adapter with iconsDominik Schürmann2013-09-062-8/+13
| * select key for api appsDominik Schürmann2013-09-064-37/+106
| * Include DoneBar for edit activitiesDominik Schürmann2013-09-051-20/+49
| * Fix revoke and saveDominik Schürmann2013-09-053-61/+69
| * rename crypto consumers to api appsDominik Schürmann2013-09-059-71/+118
| * App settings activityDominik Schürmann2013-09-049-33/+147
| * Settings fragment and activity for appsDominik Schürmann2013-09-045-10/+74
| * Show app name in registered appsDominik Schürmann2013-09-046-14/+84
| * Redifine Service callbacksDominik Schürmann2013-07-254-21/+45
| * RestructureDominik Schürmann2013-07-016-5/+9
| * More work on crypto consumersDominik Schürmann2013-07-015-1/+144
| * Add database columns for crypto consumer preferencesDominik Schürmann2013-06-183-2/+33
| * some fixes all overDominik Schürmann2013-06-172-20/+95
| * Possible to add allowed packagesDominik Schürmann2013-06-174-18/+43
| * Rename foir clarificationDominik Schürmann2013-06-173-13/+13
| * Better API demo, open activity from service, discover crypto provider with pa...Dominik Schürmann2013-06-175-118/+372
| * rename to openintents namespaceDominik Schürmann2013-05-291-5/+7
| * Check if passphrase is needed in PassphraseCacheService, extend documentationDominik Schürmann2013-05-291-22/+30
* | Type is set to text/plain so that encrypted messages can be sent with Whatsap...Enrico Oliverio2013-08-091-1/+5
* | Refactored action constantsbcbarnes-gmx2013-07-231-11/+11
* | Implemented issue #53 - Change intent actions from extra ints to intent actionsbcbarnes-gmx2013-07-2311-84/+48
* | Issue #61 - Unable to upload public keys to PKSbcbarnes-gmx2013-07-221-1/+1