aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | successfully certify linked idsVincent Breitmoser2015-03-081-9/+16
| * | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-081-44/+80
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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
* | | | | | | | Fix drawer background color for ViewKeyActivityThialfihar2015-07-211-2/+2
* | | | | | | | Give key flag colors their own color namesThialfihar2015-07-211-4/+4
* | | | | | | | 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 #1...Vincent Breitmoser2015-07-071-33/+32
* | | | | | | | 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
* | | | | | | | 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
* | | | | | | | fix fragment handling in ViewKeyActivityVincent Breitmoser2015-05-161-28/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-4/+4
* | | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-4/+4
| | |_|_|_|/ | |/| | | |
* | | | | | enable nfc in import dialog as wellVincent Breitmoser2015-03-221-2/+2
* | | | | | finish ui flow for yubikey importVincent Breitmoser2015-03-221-1/+19