aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/KeyRing.java
Commit message (Collapse)AuthorAgeFilesLines
* Slight changes for consistencyAlex Fong2016-05-161-1/+1
|
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-45/+5
|
* Fix createUserIdDominik Schürmann2016-04-291-1/+1
|
* Use StringBuilder.append() according to lintDominik Schürmann2016-04-291-2/+6
|
* Merge pull request #1816 from fiaxh/no_name_choose_emailDominik Schürmann2016-04-291-1/+10
|\ | | | | Correctly handle keys only having an email address
| * Better handle user_id sidecases while splittingfiaxh2016-04-121-1/+10
| |
* | Handle user input on key creation more generouslyfiaxh2016-04-151-8/+10
|/ | | | | Allow empty name and do not regex-check email fixes #1825
* make KeyItem serializble, for state in TokenTextCompleteViewVincent Breitmoser2015-05-301-1/+2
|
* Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-161-8/+0
|
* object oriented split user idDominik Schürmann2015-03-161-33/+31
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-10/+10
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-10/+10
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-10/+10
|
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-4/+0
| | | | This one should remedy #811, but waiting for a test
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* Add user id with dialogDominik Schürmann2014-08-011-3/+25
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-1/+1
|
* Fallback if no primary user id existsDominik Schürmann2014-07-161-2/+4
|
* neatness refactoringVincent Breitmoser2014-06-041-0/+42
|
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-021-0/+11
|
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-0/+25