aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* update progress handling in PgpDecryptVerifyOperationVincent Breitmoser2016-05-111-1/+6
| | | | | | | | - less progress messages overall - report progress again based on input stream position, if filesize is known - limit progress messages to one every 200ms while decrypting - also fixed a bug in DecryptListFragment, the recycler view now reuses old views as intended instead of crossfading all the time.
* ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-231-1/+1
|
* decrypt: always show "View in OpenKeychain" as intent chooser option iff ↵Vincent Breitmoser2016-02-221-0/+12
| | | | isLikelyText
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-8/+2
|
* Handle denied storage permission, use ContentResolver.SCHEME_FILE constantDominik Schürmann2015-11-191-3/+4
|
* Request READ_EXTERNAL_STORAGE permission for encryption of files (shared by ↵Dominik Schürmann2015-11-191-6/+2
| | | | file managers to OpenKeychain)
* decryptlist: fix iteratorsVincent Breitmoser2015-11-151-4/+12
|
* fix delete file securely method and use for delete original fileVincent Breitmoser2015-11-151-21/+6
|
* Merge branch 'master' into v/decrypt-key-lookupVincent Breitmoser2015-11-151-36/+150
|\
| * decryptlist: minor cleanups and documentationVincent Breitmoser2015-11-141-7/+30
| |
| * decryptlist: some cleanup and streamlining of control flowVincent Breitmoser2015-11-141-81/+84
| |
| * Move permission check to createOperationInputDominik Schürmann2015-11-131-91/+96
| |
| * Request READ_EXTERNAL_STORAGE for decryptionDominik Schürmann2015-11-131-8/+94
| |
| * decrypt: restart operation if interrupted by fragment recreationVincent Breitmoser2015-10-261-15/+12
| |
* | decryptlist: re-decrypt after key lookupVincent Breitmoser2015-10-231-8/+14
| |
* | decryptlist: implement key lookup (wip)Vincent Breitmoser2015-10-231-16/+95
|/
* 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
| |