aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure
Commit message (Collapse)AuthorAgeFilesLines
* Don't use revoked keysogasser2013-09-171-1/+1
| | | Check if keys are revoked when getting usable encryption keys. Only use keys which are not expired and not revoked.
* null checkAshley Hughes2013-09-171-1/+2
|
* add public keys when importing secret keysAshley Hughes2013-09-171-0/+12
|
* Updated PRNGFixes from official blogpostDominik Schürmann2013-09-171-93/+117
|
* API documentationDominik Schürmann2013-09-161-1/+1
|
* API documentationDominik Schürmann2013-09-161-1/+1
|
* Simplify exception handling in serviceDominik Schürmann2013-09-162-61/+23
|
* Better error handlingDominik Schürmann2013-09-165-64/+108
|
* API update: boolean to allow/disallow user interaction allow real background ↵Dominik Schürmann2013-09-161-17/+20
| | | | pgp operations that will not require user input
* More docs on rng issuesDominik Schürmann2013-09-151-0/+5
|
* Do not seed /dev/urandom. urandom is non-writeable on some devices. Because ↵Dominik Schürmann2013-09-151-42/+55
| | | | only OpenSSL seeding is broken, this should not result in security problems!
* Reorder security providers in application class, document functionalityDominik Schürmann2013-09-152-10/+29
|
* remove unused codeDominik Schürmann2013-09-152-51/+0
|
* rename encryptAndSign to signAndEncryptDominik Schürmann2013-09-153-27/+4
|
* Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵Dominik Schürmann2013-09-1533-2621/+2792
| | | | EditKey not in SecretKeyList
* Move pgp classes into subpackageDominik Schürmann2013-09-1527-43/+41
|
* add untrusted signature statusDominik Schürmann2013-09-151-1/+1
|
* reorder manifestDominik Schürmann2013-09-151-2/+2
|
* Extended apiDominik Schürmann2013-09-159-218/+526
|
* Define abstract remote serviceDominik Schürmann2013-09-153-221/+293
|
* once again reorder packagesDominik Schürmann2013-09-1510-10/+10
|
* Update Intent APIDominik Schürmann2013-09-142-235/+74
|
* API updateDominik Schürmann2013-09-141-11/+18
|
* unify naming of api package and processDominik Schürmann2013-09-1310-10/+10
|
* remove unnecessary boolean from SignatureResultDominik Schürmann2013-09-131-2/+2
|
* rename api to openpgp apiDominik Schürmann2013-09-102-46/+46
|
* remove swap fileDominik Schürmann2013-09-101-0/+0
|
* rename extra of importDominik Schürmann2013-09-103-5/+5
|
* API docsDominik Schürmann2013-09-101-1/+0
|
* Fixes for decrypt and signDominik Schürmann2013-09-091-39/+75
|
* update gradle, description,...Dominik Schürmann2013-09-091-5/+6
|
* Use underscore in extras, cleanup codeDominik Schürmann2013-09-0913-164/+157
|
* Ascii armror docDominik Schürmann2013-09-091-3/+3
|
* Increase default RSA from 2048 to 4096 due to recent security speculationsDominik Schürmann2013-09-091-3/+3
|
* Handle no selection of pub keys correctlyDominik Schürmann2013-09-091-6/+14
|
* Handle dublicate or missing pub keys corresponding to user ids, handle ↵Dominik Schürmann2013-09-092-28/+108
| | | | navigating back from service activity properly
* fix editactivity crash, default key creation, import from keyserver menu buttonDominik Schürmann2013-09-094-16/+37
|
* task affinity of service activityDominik Schürmann2013-09-091-1/+1
|
* KEY_IMPORT to IMPORT_KEYDominik Schürmann2013-09-095-18/+18
|
* Remove most of old APIDominik Schürmann2013-09-0924-890/+184
|
* Switch from HtmlSpanner to HtmlTextViewDominik Schürmann2013-09-093-77/+16
|
* 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 ↵Dominik Schürmann2013-09-083-195/+210
| | | | service and activity
* 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
|