aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
...
| * | Create key wizard for blank YubiKeyDominik Schürmann2015-06-298-50/+202
| |/
| * cleanup share fragment, fix sharing of fingerprintVincent Breitmoser2015-06-292-166/+120
* | made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-3011-59/+33
* | changed to work with multi-decryptAdithya Abraham Philip2015-06-2715-228/+94
* | split import and export opsAdithya Abraham Philip2015-06-271-2/+3
* | fixed package importAdithya Abraham Philip2015-06-271-1/+1
* | renamed KeychainNewService to KeychainServiceAdithya Abraham Philip2015-06-273-10/+10
* | removed debug logs, added licensesAdithya Abraham Philip2015-06-273-9/+7
* | fixed Certify opAdithya Abraham Philip2015-06-272-2/+2
* | deleted KeychainServiceAdithya Abraham Philip2015-06-2714-62/+229
* | migrated Keybase verificationAdithya Abraham Philip2015-06-271-100/+125
* | migrated consolidationAdithya Abraham Philip2015-06-272-96/+72
* | migrated promote op to KeychainNewServiceAdithya Abraham Philip2015-06-271-39/+19
* | migrated delete op to KeychainNewServiceAdithya Abraham Philip2015-06-272-43/+71
* | migrated key creation to KeychainNewServiceAdithya Abraham Philip2015-06-272-71/+52
* | added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-272-84/+90
* | allow progress message to be set laterAdithya Abraham Philip2015-06-273-47/+17
* | migrated import to KeychainNewServiceAdithya Abraham Philip2015-06-275-248/+218
* | introduced OpHelper for import in DecryptFragmentAdithya Abraham Philip2015-06-271-40/+44
* | introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-273-221/+404
|/
* Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-262-2/+94
|\
| * use KeyAdapter for AllowedKeysListFragmentVincent Breitmoser2015-06-262-2/+94
* | fix: save fileVincent Breitmoser2015-06-231-5/+5
* | fix original file deletion (and instrumentation)Vincent Breitmoser2015-06-231-6/+21
* | implement deletion of filesVincent Breitmoser2015-06-231-4/+17
* | implement saving of filesVincent Breitmoser2015-06-231-2/+23
* | instrument: adapt to new decrypt file dialog, and some minor fixesVincent Breitmoser2015-06-233-8/+6
* | move select file logic into EncryptDecryptOverviewFragmentVincent Breitmoser2015-06-223-195/+50
* | don't expose dataset for FileAdapter in encrypt view, small improvements to e...Vincent Breitmoser2015-06-222-27/+35
* | multi-decrypt: use indeterminate progress onlyVincent Breitmoser2015-06-221-4/+3
* | instrument: some updates to asymmetric decrypt testsVincent Breitmoser2015-06-222-7/+7
* | add failure state to DecryptListFragmentVincent Breitmoser2015-06-221-56/+91
* | add extra for initial fragment in MainActivityVincent Breitmoser2015-06-221-6/+20
* | update keychain intents submodule (for travis)Vincent Breitmoser2015-06-201-1/+1
* | don't show "delete original file" for non-file input urisVincent Breitmoser2015-06-201-6/+4
* | fix display of signed-only contentVincent Breitmoser2015-06-201-4/+7
* | instrument: update symmetric testsVincent Breitmoser2015-06-202-2/+3
* | fix decrypt view intents, save mimetype in storage provider, and thumbnail lo...Vincent Breitmoser2015-06-202-48/+73
* | use uris for clipboard data if available in DecryptActivityVincent Breitmoser2015-06-202-9/+23
* | drop clipboard backwards compatibility for api level < 11Vincent Breitmoser2015-06-201-26/+52
* | allow encrypting to clipboard in EncryptFileFragmentVincent Breitmoser2015-06-201-16/+39
* | extract readTextFromUri into FileHelperVincent Breitmoser2015-06-201-32/+3
* | more work on decrypt fragment uxVincent Breitmoser2015-06-203-104/+123
* | working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-208-231/+153
* | handle empty filename in decrypt listVincent Breitmoser2015-06-191-1/+5
* | handle EXTRA_TEXT in decrypt activityVincent Breitmoser2015-06-191-21/+58
* | save instance state in DecryptListFragmentVincent Breitmoser2015-06-191-26/+83
* | rename activities to match new purposeVincent Breitmoser2015-06-186-16/+21
* | fix ToolableViewAnimator (againl)Vincent Breitmoser2015-06-181-1/+8
* | handle multiple input URIs and Intent.SEND_MULTIPLEVincent Breitmoser2015-06-184-42/+91