aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* New NFC dialog design with indeterminate progress, do NFC stuff in backgroundDominik Schürmann2015-07-031-13/+20
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
|
* renamed KeychainNewService to KeychainServiceAdithya Abraham Philip2015-06-271-2/+2
|
* deleted KeychainServiceAdithya Abraham Philip2015-06-271-3/+2
|
* migrated import to KeychainNewServiceAdithya Abraham Philip2015-06-271-43/+44
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-3/+0
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-10/+10
|
* merged servicesAdithya Abraham Philip2015-06-011-0/+2
|
* Use Mode.ALPHANUMERIC for QR codes to save spaceDominik Schürmann2015-05-191-2/+5
|
* load yubikey fragment after mMasterKeyId is availableVincent Breitmoser2015-05-171-17/+33
|
* pass masterKeyId to yubikey fragmentVincent Breitmoser2015-05-161-1/+1
|
* allow state loss when yubikey fragment is loadedVincent Breitmoser2015-05-161-1/+2
|
* yubikey: don't assume signing key is masterKeyId in ViewKeyActivityVincent Breitmoser2015-05-161-39/+45
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
* fix fragment handling in ViewKeyActivityVincent Breitmoser2015-05-161-28/+12
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
* Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-4/+4
|
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SafeSlingerActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/UploadKeyActivity.java
| * shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-4/+4
| | | | | | | | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* | enable nfc in import dialog as wellVincent Breitmoser2015-03-221-2/+2
| |
* | finish ui flow for yubikey importVincent Breitmoser2015-03-221-1/+19
| |
* | move yubikey import into viewkeyfragmentVincent Breitmoser2015-03-221-4/+79
| |
* | first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+1
|/ | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* Reworked Notify classManoj Khanna2015-03-201-5/+5
|
* Implemented #1162: Invoke NFC in Advanced ViewKent2015-03-201-152/+17
| | | | | | | - Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes - Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks - Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment. - Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement)
* Fixed a crash on ViewKeyActivityManoj Khanna2015-03-191-40/+51
| | | | | This occurs when deleting a key with a stripped master key from the ViewKeyActivity.
* object oriented split user idDominik Schürmann2015-03-161-3/+3
|
* Use notify instead of Toast for NFC checkDominik Schürmann2015-03-121-2/+2
|
* Merge pull request #1133 from Rrego6/developmentDominik Schürmann2015-03-121-0/+6
|\ | | | | Check if NFC is available on device
| * Check if NFC is available on deviceRaoul2015-03-101-0/+6
| |
* | Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-3/+4
|/ | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* Merge pull request #1108 from tdjogi010/developmentVincent2015-03-061-38/+74
|\ | | | | Asks Passphrase for key delete/export in ViewKeyActivity.
| * Asks Passphrase for key delete/export in ViewKeyActivity.tdjogi010@gmail.com2015-03-061-38/+74
| |
* | Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-041-4/+5
|\ \ | | | | | | #1042 replaced some int constants with enums
| * | #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-4/+5
| |/ | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | Show fingerprint menu item only if not revoked or expiredDominik Schürmann2015-03-041-9/+12
| |
* | Get high res version of contact photoDominik Schürmann2015-03-041-1/+1
| |
* | Crop image view to centerDominik Schürmann2015-03-041-3/+2
| |
* | Full height contact pic in key viewDominik Schürmann2015-03-041-7/+1
| |
* | Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-11/+9
|/ | | | instead of EXPIRY where possible
* Revert "rescale qr code bitmap in background"Dominik Schürmann2015-03-031-6/+7
| | | | | | size of view may not be available in background thread. This reverts commit 7e4c39c79d1adb58f3181c9674309b1faaecc864.
* rescale qr code bitmap in backgroundVincent Breitmoser2015-03-021-7/+6
|
* don't reload qr code for identical fingerprintVincent Breitmoser2015-03-021-1/+5
|
* fix a couple lint errorsVincent Breitmoser2015-02-281-3/+4
|
* some changes to qr scan logicVincent Breitmoser2015-02-281-6/+46
|
* pass through messenger to certify service from ViewKeyActivityVincent Breitmoser2015-02-281-1/+21
| | | | | | the idea here is to handle progress and result of the CertifyActivity directly in ViewKeyActivity by passing a messenger through to it. this allows smoother transition from an uncertified to certified state.
* slightly longer color fade durationVincent Breitmoser2015-02-271-3/+3
|
* transition status color in key viewVincent Breitmoser2015-02-271-3/+30
|
* show refresh key progress inlineVincent Breitmoser2015-02-271-7/+125
|
* go to directly to certify screen after nfc importVincent Breitmoser2015-02-271-2/+2
|
* Simplify delete key dialogDominik Schürmann2015-02-271-2/+0
|
* Fingerprint verification, design fixes for qr code cardDominik Schürmann2015-02-261-36/+24
|