aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | add expand item to linked id listVincent Breitmoser2015-03-103-1/+36
| | | | | | | | | |
| * | | | | | | | | cleaner handling of verification stateVincent Breitmoser2015-03-101-1/+2
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'development' into linked-identitiesVincent Breitmoser2015-03-1082-474/+507
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | rearrange linked id layouts, add CertListWidgetVincent Breitmoser2015-03-092-11/+102
| | | | | | | | | | |
| * | | | | | | | | | add linked id certs uri to KeychainProviderVincent Breitmoser2015-03-091-52/+0
| | | | | | | | | | |
| * | | | | | | | | | use loader in LinkedIdViewFragmentVincent Breitmoser2015-03-091-0/+8
| | | | | | | | | | |
| * | | | | | | | | | successfully certify linked idsVincent Breitmoser2015-03-081-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-0820-75/+110
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * | | | | | | | | | | work on certification stepVincent Breitmoser2015-03-081-1/+10
| | | | | | | | | | | |
| * | | | | | | | | | | first steps in ui towards confirmation of linked idsVincent Breitmoser2015-03-064-6/+100
| | | | | | | | | | | |
| * | | | | | | | | | | work on LinkedIdViewFragmentVincent Breitmoser2015-03-053-80/+8
| | | | | | | | | | | |
| * | | | | | | | | | | make linked identity list homogeneousVincent Breitmoser2015-03-052-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-05486-950/+370
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * | | | | | | | | | | | do a TON of UI workVincent Breitmoser2015-03-055-0/+216
| | | | | | | | | | | | |
| * | | | | | | | | | | | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-042-1/+30
| | | | | | | | | | | | |
| * | | | | | | | | | | | add linked it to view key context menuVincent Breitmoser2015-03-022-1/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-024-9/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/UserAttributesAdapter.java
| * | | | | | | | | | | | | some fixes for compiling (still not working!)Vincent Breitmoser2015-03-023-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-02696-3375/+8010
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedPublicKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/WrappedUserAttribute.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainDatabase.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/SaveKeyringParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/UserAttributesAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/ContactHelper.java OpenKeychain/src/main/res/layout/view_key_main_fragment.xml OpenKeychain/src/main/res/values/strings.xml extern/spongycastle
| * | | | | | | | | | | | | | small language fixVincent Breitmoser2015-01-161-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | linked id ui work dns/twitterVincent Breitmoser2015-01-162-5/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | affirmation -> linked identityVincent Breitmoser2015-01-159-29/+29
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | work on dns resource, working (dummy) verificationVincent Breitmoser2015-01-144-13/+232
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | small fixes to user attribute handlingVincent Breitmoser2015-01-141-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-0/+17
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | certification of the first linked identity packet!Vincent Breitmoser2015-01-131-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add back button to wizard fragmentsVincent Breitmoser2015-01-136-12/+24
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | some work on twitter resourceVincent Breitmoser2015-01-136-14/+627
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add dns button to linked identity selectionVincent Breitmoser2015-01-122-1/+36
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | support addition of user attributesVincent Breitmoser2015-01-121-1/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-121-1/+16
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | even more intermediate resultVincent Breitmoser2015-01-122-5/+32
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | intermediate state, nothing really working yetVincent Breitmoser2015-01-127-0/+453
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Make keybase an experimental featureDominik Schürmann2015-08-286-116/+100
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add missing scrim drawableDominik Schürmann2015-08-281-0/+8
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | introduce text protection and fix color change after confirmDominik Schürmann2015-08-282-9/+28
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove old commentDominik Schürmann2015-08-281-1/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Improve scrolling in key viewDominik Schürmann2015-08-282-5/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Dont show FAB for expired, revoked keysDominik Schürmann2015-08-282-2/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Improve certify stringsDominik Schürmann2015-08-281-9/+9
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Collapsing ToolbarDominik Schürmann2015-08-282-253/+237
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Experimental word comparisonDominik Schürmann2015-08-273-1/+10
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Prettify settings, rename some stringsDominik Schürmann2015-08-2724-20/+45
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Use SwitchPreference more oftenDominik Schürmann2015-08-273-6/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Experimental features settings reworkedDominik Schürmann2015-08-273-5/+29
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Experimental feature settingDominik Schürmann2015-08-273-2/+9
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fix msg_ip_merge_secretDominik Schürmann2015-08-261-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Use CDATA to prevent transifex problemsDominik Schürmann2015-08-261-6/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Pull from transifexDominik Schürmann2015-08-2644-4229/+965
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Pull from transifexDominik Schürmann2015-08-2552-755/+1178
| | | | | | | | | | | | | | |