aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | add linked id certs uri to KeychainProviderVincent Breitmoser2015-03-092-7/+15
| | * | | | | | | | | | fix transition animationVincent Breitmoser2015-03-093-9/+41
| | * | | | | | | | | | use loader in LinkedIdViewFragmentVincent Breitmoser2015-03-098-110/+267
| | * | | | | | | | | | successfully certify linked idsVincent Breitmoser2015-03-084-21/+80
| | * | | | | | | | | | return key ids from PassphraseDialogActivity, accept null useridsVincent Breitmoser2015-03-084-7/+5
| | * | | | | | | | | | minor changes, add convertFingerprintToKeyId methodVincent Breitmoser2015-03-083-11/+11
| | * | | | | | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-0832-540/+1154
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | work on certification stepVincent Breitmoser2015-03-081-6/+90
| | * | | | | | | | | | | finish after linked id creationVincent Breitmoser2015-03-061-12/+1
| | * | | | | | | | | | | use final fragment superclass for twitterVincent Breitmoser2015-03-061-98/+23
| | * | | | | | | | | | | use final fragment superclass for dnsVincent Breitmoser2015-03-062-214/+19
| | * | | | | | | | | | | extract linked id create final fragment superclassVincent Breitmoser2015-03-062-221/+275
| | * | | | | | | | | | | prepare superclass extraction for final linked id creation fragmentVincent Breitmoser2015-03-065-34/+42
| | * | | | | | | | | | | first steps in ui towards confirmation of linked idsVincent Breitmoser2015-03-064-231/+310
| | * | | | | | | | | | | work on LinkedIdViewFragmentVincent Breitmoser2015-03-059-25/+170
| | * | | | | | | | | | | make linked identity list homogeneousVincent Breitmoser2015-03-0510-106/+150
| | * | | | | | | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-0538-451/+780
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | small fixes to the matcherVincent Breitmoser2015-03-051-5/+2
| | * | | | | | | | | | | | fixed length identifiersVincent Breitmoser2015-03-052-7/+4
| | * | | | | | | | | | | | do a TON of UI workVincent Breitmoser2015-03-0522-246/+456
| | * | | | | | | | | | | | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-0419-226/+408
| | * | | | | | | | | | | | remove unused bits from projectionVincent Breitmoser2015-03-021-15/+1
| | * | | | | | | | | | | | nonce is 4 bytesVincent Breitmoser2015-03-021-9/+9
| | * | | | | | | | | | | | add linked it to view key context menuVincent Breitmoser2015-03-022-0/+19
| | * | | | | | | | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-027-279/+323
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | some fixes for compiling (still not working!)Vincent Breitmoser2015-03-024-25/+10
| | * | | | | | | | | | | | | NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-02160-5274/+7662
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | small language fixVincent Breitmoser2015-01-161-13/+17
| | * | | | | | | | | | | | | | linked id ui work dns/twitterVincent Breitmoser2015-01-163-9/+16
| | * | | | | | | | | | | | | | dns resource is parametrized by fqdn, class and typeVincent Breitmoser2015-01-162-5/+34
| | * | | | | | | | | | | | | | show notification if KeyListActivity is spawned with an EXTRA_RESULTVincent Breitmoser2015-01-162-1/+9
| | * | | | | | | | | | | | | | affirmation -> linked identityVincent Breitmoser2015-01-1519-175/+147
| | * | | | | | | | | | | | | | work on dns resource, working (dummy) verificationVincent Breitmoser2015-01-146-66/+454
| | * | | | | | | | | | | | | | fix ambiguous column name in advanced key infoVincent Breitmoser2015-01-141-1/+1
| | * | | | | | | | | | | | | | small fixes to user attribute handlingVincent Breitmoser2015-01-143-3/+27
| | * | | | | | | | | | | | | | fix log entry for addition of user attributesVincent Breitmoser2015-01-141-3/+3
| | * | | | | | | | | | | | | | actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-147-17/+185
| | * | | | | | | | | | | | | | make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-139-88/+120
| | * | | | | | | | | | | | | | certification of the first linked identity packet!Vincent Breitmoser2015-01-137-45/+188
| | * | | | | | | | | | | | | | add support for user attributes in merge() routineVincent Breitmoser2015-01-131-2/+28
| | * | | | | | | | | | | | | | hack to make WrappedUserAttribute serializableVincent Breitmoser2015-01-131-2/+47
| | * | | | | | | | | | | | | | add back button to wizard fragmentsVincent Breitmoser2015-01-136-0/+42
| | * | | | | | | | | | | | | | some work on twitter resourceVincent Breitmoser2015-01-136-1/+670
| | * | | | | | | | | | | | | | forgot to commit WrappedUserAttributeVincent Breitmoser2015-01-121-0/+47
| | * | | | | | | | | | | | | | support addition of user attributesVincent Breitmoser2015-01-123-8/+57
| | * | | | | | | | | | | | | | work on affirmations (begin rename to LinkedIdentityVincent Breitmoser2015-01-125-176/+10
| | * | | | | | | | | | | | | | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-124-0/+350
| | * | | | | | | | | | | | | | even more intermediate resultVincent Breitmoser2015-01-1211-266/+403
| | * | | | | | | | | | | | | | intermediate state, nothing really working yetVincent Breitmoser2015-01-1212-0/+1113
| * | | | | | | | | | | | | | | Make keybase an experimental featureDominik Schürmann2015-08-286-97/+113