aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptTextFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* fix symmetric text decryptionVincent Breitmoser2015-06-171-1/+3
|
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-78/+26
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-8/+8
|
* merged servicesAdithya Abraham Philip2015-06-011-3/+2
|
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-7/+4
|
* preserve state in DecryptTextActivityVincent Breitmoser2015-05-281-9/+18
|
* Move error overlay into generalized DecryptFragment, better error handling ↵Dominik Schürmann2015-05-061-28/+1
| | | | in DecryptTextActivity
* Fix revoked/expired state in decrypt activityDominik Schürmann2015-05-041-15/+15
|
* Put decrypt result in toolbar, some ui fixes for decryptDominik Schürmann2015-04-261-3/+3
|
* revamp decrypt uiVincent Breitmoser2015-04-241-25/+49
|
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-56/+10
|
* Prepare decrypt UI for input parcelDominik Schürmann2015-03-311-10/+4
|
* Start reworking decrypt ui classesDominik Schürmann2015-03-271-44/+55
|
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-3/+7
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* Reworked Notify classManoj Khanna2015-03-201-1/+1
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-2/+2
|
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-2/+3
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-1/+14
|
* Disable sharing chooser blacklisting for lollipopDominik Schürmann2015-01-191-1/+1
|
* move around package structure a bitVincent Breitmoser2014-10-101-2/+1
|
* Big error screen if signature is invalid or key is revoked/expired, also ↵Dominik Schürmann2014-10-081-2/+25
| | | | fixes signature status for expired and revoked keys
* Fix decrypt/verify from gmail/aosp mail with sharing intent, fix scrolling ↵Dominik Schürmann2014-10-011-1/+1
| | | | in decryt screen
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-1/+1
|
* Fix yubikey file decryptionDominik Schürmann2014-09-241-2/+1
|
* Yubikey text decryption workingDominik Schürmann2014-09-241-1/+1
|
* Yubikey decryptionDominik Schürmann2014-09-241-7/+11
|
* DecryptFilesActivityDominik Schürmann2014-09-241-8/+4
|
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-25/+90
|
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-21/+24
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-151-1/+1
|
* New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-151-0/+171
non-decodable characters)