aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-35/+1
|
* Prepare decrypt UI for input parcelDominik Schürmann2015-03-311-114/+54
|
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-1/+1
|
* Start reworking decrypt ui classesDominik Schürmann2015-03-271-102/+121
|
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-5/+12
| | | | | | 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-3/+3
|
* File extensions into ConstantsDominik Schürmann2015-03-171-1/+3
|
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-6/+7
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-3/+3
| | | | | | | - 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
* move around package structure a bitVincent Breitmoser2014-10-101-1/+1
|
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-2/+2
|
* DecryptFiles: Reset state for new file decrytionDominik Schürmann2014-09-241-1/+3
|
* Fix yubikey file decryptionDominik Schürmann2014-09-241-9/+7
|
* Yubikey text decryption workingDominik Schürmann2014-09-241-1/+1
|
* Yubikey decryptionDominik Schürmann2014-09-241-25/+14
|
* DecryptFilesActivityDominik Schürmann2014-09-241-2/+16
|
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-4/+4
|
* DecryptTextActivity reworkDominik Schürmann2014-09-231-2/+0
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-2/+2
| | | | created ui.util for everything related to formatting
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-39/+51
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-151-2/+2
|
* New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-151-0/+363
non-decodable characters)