aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-2/+3
* displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-221-0/+11
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-7/+2
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-23/+49
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-1/+1
* shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-081-2/+0
* fixed OrbotRequiredDialogActivity not finishing, orbot install dialog styleAdithya Abraham Philip2015-07-031-14/+2
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-6/+1
* 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
* added proxy to all import operations using KeychainServiceAdithya Abraham Philip2015-07-031-2/+16
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
* deleted KeychainServiceAdithya Abraham Philip2015-06-271-4/+1
* introduced OpHelper for import in DecryptFragmentAdithya Abraham Philip2015-06-271-40/+44
* instrument: adapt to new decrypt file dialog, and some minor fixesVincent Breitmoser2015-06-231-1/+5
* working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-35/+23
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-2/+5
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-8/+8
* merged servicesAdithya Abraham Philip2015-06-011-0/+1
* preserve state in DecryptTextActivityVincent Breitmoser2015-05-281-0/+25
* Move error overlay into generalized DecryptFragment, better error handling in...Dominik Schürmann2015-05-061-3/+40
* Fix revoked/expired state in decrypt activityDominik Schürmann2015-05-041-18/+8
* add distinct status for messages signed by "your" keyVincent Breitmoser2015-04-271-0/+13
* Put decrypt result in toolbar, some ui fixes for decryptDominik Schürmann2015-04-261-9/+10
* revamp decrypt uiVincent Breitmoser2015-04-241-123/+293
* More cleanupDominik Schürmann2015-04-151-0/+1
* Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-19/+0
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-10/+0
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-1/+1
* Start reworking decrypt ui classesDominik Schürmann2015-03-271-26/+21
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-2/+3
* object oriented split user idDominik Schürmann2015-03-161-5/+5
* Design fixes for decryption screenDominik Schürmann2015-03-051-1/+1
* Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-041-10/+11
|\
| * #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-10/+11
* | icon name changes in UI filesjiangkai2015-03-031-1/+1
|/
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
* move around package structure a bitVincent Breitmoser2014-10-101-1/+1
* Big error screen if signature is invalid or key is revoked/expired, also fixe...Dominik Schürmann2014-10-081-31/+46
* Handle revoked and expired keys in decrypt activityDominik Schürmann2014-10-081-17/+39
* New decryption screen UI with modernPGP iconsDominik Schürmann2014-10-081-79/+95
* More beautifyKeyIdWithPrefixDominik Schürmann2014-10-031-2/+1
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-1/+2
* Fix NfcActivity task stack problemDominik Schürmann2014-09-291-1/+0
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ...Dominik Schürmann2014-09-241-1/+0
* Fix yubikey file decryptionDominik Schürmann2014-09-241-9/+4
* Yubikey decryptionDominik Schürmann2014-09-241-44/+8
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-28/+55
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-2/+2
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-2/+2