aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/WrappedUserAttribute.java
Commit message (Collapse)AuthorAgeFilesLines
* change user_id primary key in database, use keyring rather than unified ↵Vincent Breitmoser2015-03-111-0/+9
| | | | query in consolidate
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+0
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* small fixes to user attribute handlingVincent Breitmoser2015-01-141-3/+22
|
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-3/+18
|
* hack to make WrappedUserAttribute serializableVincent Breitmoser2015-01-131-0/+90
Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/WrappedUserAttribute.java