aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptTextFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-1/+2
* PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-101-3/+7
* Support for Android 6 ACTION_PROCESS_TEXTDominik Schürmann2015-11-021-1/+21
* Mime type consistencyDominik Schürmann2015-10-151-1/+1
* Remove ShareHelper: Not compat with Android >= 5, reduce code complexityDominik Schürmann2015-10-081-18/+2
* Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-101-6/+5
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-4/+6
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-2/+4
* hide keyboard before operations, tooVincent Breitmoser2015-07-081-0/+2
* hide keyboard on crypto error/successVincent Breitmoser2015-07-081-0/+3
* introduce QueueingCryptoOperationFragment to queue result handling in detache...Vincent Breitmoser2015-07-071-1/+1
* make sure clipboard service retrieval is always null-proofVincent Breitmoser2015-07-051-8/+19
* made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-2/+2
* don't expose dataset for FileAdapter in encrypt view, small improvements to e...Vincent Breitmoser2015-06-221-1/+1
* use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-171-1/+1
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-1/+0
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-85/+20
* Merge branch 'v/sticky-prefs'Vincent Breitmoser2015-06-031-4/+34
|\
| * keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-2/+2
| * implement sticky preferencesVincent Breitmoser2015-05-311-4/+34
* | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-9/+8
* | merged servicesAdithya Abraham Philip2015-06-011-2/+3
|/
* rewrite data flow in EncryptFileFragment preserve state correctlyVincent Breitmoser2015-05-301-10/+15
* correctly preserve state in EncryptTextFragmentVincent Breitmoser2015-05-271-3/+15
* correctly preserve state in EncryptFilesFragmentVincent Breitmoser2015-05-271-0/+2
* move synchronous encryption into activity, and preserve checkbox stateVincent Breitmoser2015-05-271-5/+0
* rewrite EncryptActivity data flowVincent Breitmoser2015-05-271-98/+69
* Fixed Snackbar behind layoutManoj Khanna2015-04-221-6/+6
* More cleanupDominik Schürmann2015-04-151-0/+1
* Fix nullpointer with Intent API, fix clearing of encrypt file list, notify wh...Dominik Schürmann2015-04-041-3/+5
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-42/+10
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-4/+1
* Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-11/+12
* Refactoring of EncryptTextActivityDominik Schürmann2015-03-271-16/+321
* Redesign of encrypt activites finishedDominik Schürmann2015-03-091-16/+25
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-5/+4
* Remove unused gmail clearup methodDominik Schürmann2014-09-061-20/+0
* rename EncryptMessageFragment -> EncryptTextFragmentVincent Breitmoser2014-09-011-0/+124