aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* decrypt: restart operation if interrupted by fragment recreationVincent Breitmoser2015-10-261-15/+12
|
* decryptlist: use generic file icon for application/octet-streamVincent Breitmoser2015-10-231-0/+4
|
* fix argument order screwup in FileHelperVincent Breitmoser2015-10-221-1/+1
|
* decrypt: special case single encrypted text -> directly display text, if not ↵Vincent Breitmoser2015-10-211-0/+23
| | | | too large
* Mime type consistencyDominik Schürmann2015-10-151-3/+3
|
* Dont force OpenKeychain in open with for pgp-keysDominik Schürmann2015-10-151-1/+1
|
* Open decrypted application/pgp-keys only in OpenKeychainDominik Schürmann2015-10-151-2/+7
|
* decrypt: fix broken file saveVincent Breitmoser2015-10-061-2/+2
|
* import: special treatment for application/pgp-keysVincent Breitmoser2015-09-301-4/+10
|
* use annotations for android sdk constraintsVincent Breitmoser2015-09-281-2/+5
|
* Cleanup FileHelperDominik Schürmann2015-09-241-2/+2
|
* Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-241-2/+2
|
* use intent icon as fallback if we get no thumbnailVincent Breitmoser2015-09-191-2/+4
|
* multidcrypt: display k9 download only after decryption failureVincent Breitmoser2015-09-171-0/+6
|
* multidecrypt: use chooser intent on click for everything but text/plain ↵Vincent Breitmoser2015-09-171-10/+37
| | | | ACTION_SHOW
* multidecrypt: attempt file deletion only once at mostVincent Breitmoser2015-09-161-0/+3
|
* multidecrypt: disable delete if not from ACTION_VIEWVincent Breitmoser2015-09-161-20/+11
|
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-1/+2
|
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-3/+75
|
* multidecrypt: context menu per card, not per fileVincent Breitmoser2015-09-161-3/+6
|
* Add text icon in decrypt listDominik Schürmann2015-09-161-1/+3
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptListFragment.java
* multidecrypt: display all outputUris as individual itemsVincent Breitmoser2015-09-161-14/+42
|
* multidecrypt: prepare viewholder for file listVincent Breitmoser2015-09-161-38/+58
|
* multidecrypt: put drawable cache in map attributeVincent Breitmoser2015-09-161-41/+44
|
* fix messed up importsVincent Breitmoser2015-09-161-2/+3
|
* multidecrypt: change some method params, prepare for open/share of other outputsVincent Breitmoser2015-09-161-29/+16
|
* multidecrypt: don't pass context to adapterVincent Breitmoser2015-09-161-20/+28
|
* multidecrypt: inline setOnClickListenerVincent Breitmoser2015-09-161-46/+26
|
* preliminary working mime parsing in DecryptListFragment! (beware WIP, here ↵Vincent Breitmoser2015-09-161-39/+42
| | | | be dragons!)
* mime: create more general InputDataOperation, which for now and does basic ↵Vincent Breitmoser2015-09-151-3/+0
| | | | mime parsing
* Merge branch 'master' into mime4jVincent Breitmoser2015-09-141-103/+37
|\ | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptListFragment.java OpenKeychain/src/main/res/values/strings.xml
| * no chooser before DisplayTextActivity, can select from there (#1524)Vincent Breitmoser2015-09-111-17/+4
| |
| * add share item to decrypt file list (#1524)Vincent Breitmoser2015-09-111-35/+39
| |
| * Fixes open-keychain/open-keychain#1515Kaladin Light2015-09-031-1/+1
| | | | | | | | Move launcher icons to mipmap
| * some cleanup in FileHelper, and allow input of filename during exportVincent Breitmoser2015-08-271-14/+2
| |
* | WIP mime parsingDominik Schürmann2015-08-171-41/+89
|/
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-7/+7
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* multi-decrypt: save currentInputUri stateVincent Breitmoser2015-07-091-4/+14
|
* multi-decrypt: add retry mechanismVincent Breitmoser2015-07-081-14/+50
|
* multi-decrypt: add cancelled stateVincent Breitmoser2015-07-081-2/+49
|
* use QueueingCryptoOperationFragment in all other placesVincent Breitmoser2015-07-071-13/+4
|
* fix handling of progress dialog creation in CryptoOperationFragment (fixes ↵Vincent Breitmoser2015-07-071-6/+4
| | | | #1407)
* set data for query intent (fix #1389)Vincent Breitmoser2015-07-051-1/+1
|
* made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-4/+4
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-6/+0
|
* 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
|
* multi-decrypt: use indeterminate progress onlyVincent Breitmoser2015-06-221-4/+3
|