aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* minor fixes to ViewKeyActivityVincent Breitmoser2016-01-051-3/+3
|
* Improve linked identity handlingDominik Schürmann2015-12-311-50/+79
|
* Edit identities designDominik Schürmann2015-12-311-0/+12
|
* Add activity to edit user ids onlyDominik Schürmann2015-12-301-7/+20
|
* Add edit action to user id card, left align card actions per material design ↵Dominik Schürmann2015-12-291-1/+10
| | | | guidelines
* Make ContactHelper less staticDominik Schürmann2015-12-211-5/+5
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-9/+22
| | | | hide linked contact card if permission is denied
* linked: basic shared element transitionVincent Breitmoser2015-09-061-19/+39
|
* Show linked identity menu item and linked identities only when feature is ↵Dominik Schürmann2015-08-291-4/+7
| | | | enabled
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-5/+100
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.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/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
| * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-111-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.2.1 Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/SelectKeyCursorAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/values/strings.xml
| * | show linked ids card only if unfiltered ids are availableVincent Breitmoser2015-04-261-1/+1
| | |
| * | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-241-61/+175
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Graphics/update-drawables.sh OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/PassphraseDialogActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-151-12/+31
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * | | | show certificates for secret keys differentlyVincent Breitmoser2015-03-141-1/+1
| | | | |
| * | | | hack loadSystemContact back inVincent Breitmoser2015-03-101-5/+5
| | | | |
| * | | | Merge remote-tracking branch 'origin/development' into linked-identitiesVincent Breitmoser2015-03-101-1/+67
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java OpenKeychain/src/main/res/layout/view_key_fragment.xml
| * | | | | add expand item to linked id listVincent Breitmoser2015-03-101-1/+6
| | | | | |
| * | | | | filter out unknown linked idsVincent Breitmoser2015-03-101-4/+5
| | | | | |
| * | | | | fix transition animationVincent Breitmoser2015-03-091-7/+24
| | | | | |
| * | | | | use loader in LinkedIdViewFragmentVincent Breitmoser2015-03-091-1/+1
| | | | | |
| * | | | | successfully certify linked idsVincent Breitmoser2015-03-081-1/+1
| | | | | |
| * | | | | first steps in ui towards confirmation of linked idsVincent Breitmoser2015-03-061-58/+38
| | | | | |
| * | | | | work on LinkedIdViewFragmentVincent Breitmoser2015-03-051-1/+10
| | | | | |
| * | | | | make linked identity list homogeneousVincent Breitmoser2015-03-051-3/+4
| | | | | |
| * | | | | do a TON of UI workVincent Breitmoser2015-03-051-4/+32
| | | | | |
| * | | | | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-041-7/+29
| | | | | |
| * | | | | remove unused bits from projectionVincent Breitmoser2015-03-021-15/+1
| | | | | |
* | | | | | fix nullpointer in ViewKeyFragmentVincent Breitmoser2015-06-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | fixed sync on key import, 'me' linked contact crashAdithya Abraham Philip2015-05-081-0/+2
| |_|_|/ |/| | |
* | | | hide linked system contact card if no contact presentAdithya Abraham Philip2015-04-081-9/+23
| | | |
* | | | linked system contact auto-refresh added, fixed contact image issueAdithya Abraham Philip2015-04-081-20/+70
| |_|/ |/| |
* | | -fixed out of bounds crash when retrieving the main profile name with secret ↵Daniel Ramos2015-03-151-1/+3
| | | | | | | | | | | | | | | | | | keys -fixed a possible crash when retrieving the main profile contactid
* | | added some documentationAdithya Abraham Philip2015-03-131-4/+5
| | |
* | | added own profile support in linekd system contactAdithya Abraham Philip2015-03-131-7/+25
| | |
* | | corrected linked system contact display nameAdithya Abraham Philip2015-03-111-11/+12
| |/ |/|
* | cleaned up code, added commentsAdithya Abraham Philip2015-03-101-9/+15
| | | | | | | | optimised imports
* | added contact linkingAdithya Abraham Philip2015-03-101-9/+52
| |
* | added cardAdithya Abraham Philip2015-03-101-0/+18
| |
* | Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-2/+2
|/ | | | instead of EXPIRY where possible
* forgot to rename a methodVincent Breitmoser2015-03-021-3/+1
|
* some cleanup in ViewKey*Vincent Breitmoser2015-03-021-15/+4
|
* make userattributeadapter superclass of useridsadapterVincent Breitmoser2015-03-021-6/+1
|
* Dont show verification icons in my key view, hide edit button for non-secret ↵Dominik Schürmann2015-02-251-23/+85
| | | | keys
* CardView and more header designDominik Schürmann2015-02-251-2/+3
|
* Toolbar: qr code in header, cleanup of fragmentDominik Schürmann2015-02-251-451/+5
|
* Remove tabs in view keyDominik Schürmann2015-02-241-0/+615