Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | use final fragment superclass for dns | Vincent Breitmoser | 2015-03-06 | 2 | -214/+19 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | extract linked id create final fragment superclass | Vincent Breitmoser | 2015-03-06 | 2 | -221/+275 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | prepare superclass extraction for final linked id creation fragment | Vincent Breitmoser | 2015-03-06 | 5 | -34/+42 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | first steps in ui towards confirmation of linked ids | Vincent Breitmoser | 2015-03-06 | 4 | -231/+310 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | work on LinkedIdViewFragment | Vincent Breitmoser | 2015-03-05 | 9 | -25/+170 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | make linked identity list homogeneous | Vincent Breitmoser | 2015-03-05 | 10 | -106/+150 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'development' into linked-identities | Vincent Breitmoser | 2015-03-05 | 38 | -451/+780 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java | |||||
| | * | | | | | | | | | | | | small fixes to the matcher | Vincent Breitmoser | 2015-03-05 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | fixed length identifiers | Vincent Breitmoser | 2015-03-05 | 2 | -7/+4 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | do a TON of UI work | Vincent Breitmoser | 2015-03-05 | 22 | -246/+456 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | work more on separation of linked identities and resources, initial ui work | Vincent Breitmoser | 2015-03-04 | 19 | -226/+408 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | remove unused bits from projection | Vincent Breitmoser | 2015-03-02 | 1 | -15/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | nonce is 4 bytes | Vincent Breitmoser | 2015-03-02 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | add linked it to view key context menu | Vincent Breitmoser | 2015-03-02 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge branch 'development' into linked-identities | Vincent Breitmoser | 2015-03-02 | 7 | -279/+323 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/UserAttributesAdapter.java | |||||
| | * | | | | | | | | | | | | | some fixes for compiling (still not working!) | Vincent Breitmoser | 2015-03-02 | 4 | -25/+10 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | NON-WORKING Merge branch 'development' into linked-identities | Vincent Breitmoser | 2015-03-02 | 163 | -6304/+7662 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 fix | Vincent Breitmoser | 2015-01-16 | 1 | -13/+17 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | linked id ui work dns/twitter | Vincent Breitmoser | 2015-01-16 | 3 | -9/+16 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | dns resource is parametrized by fqdn, class and type | Vincent Breitmoser | 2015-01-16 | 2 | -5/+34 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | show notification if KeyListActivity is spawned with an EXTRA_RESULT | Vincent Breitmoser | 2015-01-16 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | affirmation -> linked identity | Vincent Breitmoser | 2015-01-15 | 19 | -175/+147 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | work on dns resource, working (dummy) verification | Vincent Breitmoser | 2015-01-14 | 6 | -66/+454 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | fix ambiguous column name in advanced key info | Vincent Breitmoser | 2015-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | small fixes to user attribute handling | Vincent Breitmoser | 2015-01-14 | 3 | -3/+27 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | fix log entry for addition of user attributes | Vincent Breitmoser | 2015-01-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | actually import user attributes (though they are not shown anywhere yet) | Vincent Breitmoser | 2015-01-14 | 7 | -17/+185 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | make user_ids table typed, with attribute_data support | Vincent Breitmoser | 2015-01-13 | 9 | -88/+120 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | certification of the first linked identity packet! | Vincent Breitmoser | 2015-01-13 | 7 | -45/+188 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | add support for user attributes in merge() routine | Vincent Breitmoser | 2015-01-13 | 1 | -2/+28 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | hack to make WrappedUserAttribute serializable | Vincent Breitmoser | 2015-01-13 | 1 | -2/+47 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | add back button to wizard fragments | Vincent Breitmoser | 2015-01-13 | 6 | -0/+42 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | some work on twitter resource | Vincent Breitmoser | 2015-01-13 | 6 | -1/+670 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | forgot to commit WrappedUserAttribute | Vincent Breitmoser | 2015-01-12 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | support addition of user attributes | Vincent Breitmoser | 2015-01-12 | 3 | -8/+57 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | work on affirmations (begin rename to LinkedIdentity | Vincent Breitmoser | 2015-01-12 | 5 | -176/+10 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | add support for user attributes (during canonicalization) | Vincent Breitmoser | 2015-01-12 | 4 | -0/+350 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | even more intermediate result | Vincent Breitmoser | 2015-01-12 | 11 | -266/+403 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | intermediate state, nothing really working yet | Vincent Breitmoser | 2015-01-12 | 12 | -0/+1113 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Make keybase an experimental feature | Dominik Schürmann | 2015-08-28 | 6 | -97/+113 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | introduce text protection and fix color change after confirm | Dominik Schürmann | 2015-08-28 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Improve scrolling in key view | Dominik Schürmann | 2015-08-28 | 1 | -0/+1355 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-08-28 | 10 | -140/+177 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:open-keychain/open-keychain | Vincent Breitmoser | 2015-08-27 | 4 | -9/+174 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:open-keychain/open-keychain | Vincent Breitmoser | 2015-08-27 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | use nicer filenames during export | Vincent Breitmoser | 2015-08-27 | 2 | -4/+22 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | some cleanup in FileHelper, and allow input of filename during export | Vincent Breitmoser | 2015-08-27 | 9 | -139/+158 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Collapsing Toolbar | Dominik Schürmann | 2015-08-28 | 1 | -35/+32 | |
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Experimental word comparison | Dominik Schürmann | 2015-08-27 | 4 | -9/+174 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix theme setting | Dominik Schürmann | 2015-08-27 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / / / / |