aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Properly hide fab in ViewKeyActivity, fixes #1580Dominik Schürmann2015-11-021-5/+28
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-4/+2
|
* viewkeyactivity: ask for passphrase for backup only if key has oneVincent Breitmoser2015-10-091-3/+29
|
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-011-1/+1
|\
| * Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-301-1/+1
| |
* | enc-export: use BackupActivity for backup from ViewKeyActivityVincent Breitmoser2015-09-301-7/+8
|/
* linked: fix "navigate up" in LinkedIdWizard (imperfect)Vincent Breitmoser2015-09-061-1/+2
|
* linked: basic shared element transitionVincent Breitmoser2015-09-061-6/+15
|
* Show linked identity menu item and linked identities only when feature is ↵Dominik Schürmann2015-08-291-1/+2
| | | | enabled
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-5/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * yubikey: don't assume signing key is masterKeyId in ViewKeyActivityVincent Breitmoser2015-05-161-40/+46
| |
| * fix fragment handling in ViewKeyActivityVincent Breitmoser2015-05-161-37/+12
| |
| * use CryptoOperationFragment for linked id fragments, and some warning cleanupVincent Breitmoser2015-04-241-3/+3
| |
| * Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-241-41/+139
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-04-091-4/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-241-194/+71
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-151-3/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * | | | | rearrange linked id layouts, add CertListWidgetVincent Breitmoser2015-03-091-13/+15
| | | | | |
| * | | | | use loader in LinkedIdViewFragmentVincent Breitmoser2015-03-091-1/+3
| | | | | |
| * | | | | successfully certify linked idsVincent Breitmoser2015-03-081-9/+16
| | | | | |
| * | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-081-44/+80
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * | | | | | first steps in ui towards confirmation of linked idsVincent Breitmoser2015-03-061-163/+162
| | | | | | |
| * | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-051-33/+28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-1/+1
| | | | | | | |
| * | | | | | | add linked it to view key context menuVincent Breitmoser2015-03-021-0/+11
| | | | | | | |
* | | | | | | | Make keybase an experimental featureDominik Schürmann2015-08-281-0/+7
| | | | | | | |
* | | | | | | | introduce text protection and fix color change after confirmDominik Schürmann2015-08-281-1/+10
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-08-281-1/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-08-271-2/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | use nicer filenames during exportVincent Breitmoser2015-08-271-1/+3
| | | | | | | | | |
* | | | | | | | | | Collapsing ToolbarDominik Schürmann2015-08-281-35/+32
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Experimental word comparisonDominik Schürmann2015-08-271-2/+10
|/ / / / / / / /
* | | | | | | | Fix key view toolbar and status colourThialfihar2015-07-211-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The status bar wrongly used the same colour as the toolbar, making it indistinguishable from it. This calculates the status bar colour based on the toolbar colour.
* | | | | | | | Fix drawer background color for ViewKeyActivityThialfihar2015-07-211-2/+2
| | | | | | | |
* | | | | | | | Give key flag colors their own color namesThialfihar2015-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* | | | | | | | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-3/+2
| | | | | | | |
* | | | | | | | use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-18/+10
| | | | | | | |
* | | | | | | | implemented revocation on deletionAdithya Abraham Philip2015-07-131-23/+27
| | | | | | | |
* | | | | | | | add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-2/+2
| | | | | | | |
* | | | | | | | change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-081-21/+7
| | | | | | | |
* | | | | | | | Do not ask for passphrase on deleteDominik Schürmann2015-07-081-9/+3
| | | | | | | |
* | | | | | | | Rudimentary backup featureDominik Schürmann2015-07-081-0/+2
| | | | | | | |
* | | | | | | | try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-61/+45
| | | | | | | |
* | | | | | | | fix passphrase->deletion ui flow for secret keys, and disregard cacheVincent Breitmoser2015-07-071-38/+24
| | | | | | | |
* | | | | | | | fix handling of progress dialog creation in CryptoOperationFragment (fixes ↵Vincent Breitmoser2015-07-071-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1407)
* | | | | | | | don't cache exporthelper, keep type for KeyItem in KeySpinnerVincent Breitmoser2015-07-061-9/+5
| | | | | | | |
* | | | | | | | Rename package back to orbot because these are orbot utilsDominik Schürmann2015-07-031-1/+1
| | | | | | | |
* | | | | | | | Cleanup tor codeDominik Schürmann2015-07-031-1/+1
| | | | | | | |
* | | | | | | | ensuring code style is preservedAdithya Abraham Philip2015-07-031-8/+15
| | | | | | | |
* | | | | | | | added proxy to all import operations using KeychainServiceAdithya Abraham Philip2015-07-031-5/+1
| | | | | | | |