aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFilesFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-4/+8
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-4/+6
* hide keyboard before operations, tooVincent Breitmoser2015-07-081-0/+3
* hide keyboard on crypto error/successVincent Breitmoser2015-07-081-0/+3
* introduce QueueingCryptoOperationFragment to queue result handling in detache...Vincent Breitmoser2015-07-071-5/+2
* better getActivity and getSystemService null handling in encryptfilesfragmentVincent Breitmoser2015-07-051-9/+20
* 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-26/+34
* instrument: some updates to asymmetric decrypt testsVincent Breitmoser2015-06-221-2/+7
* use uris for clipboard data if available in DecryptActivityVincent Breitmoser2015-06-201-3/+1
* drop clipboard backwards compatibility for api level < 11Vincent Breitmoser2015-06-201-26/+52
* allow encrypting to clipboard in EncryptFileFragmentVincent Breitmoser2015-06-201-16/+39
* working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-7/+8
* fix typo in excluder activity nameVincent Breitmoser2015-06-181-1/+1
* some bugfixes for new CryptoOperationFragmentVincent Breitmoser2015-06-111-7/+0
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-92/+53
* Merge branch 'v/sticky-prefs'Vincent Breitmoser2015-06-031-12/+93
|\
| * keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-3/+2
| * implement sticky preferencesVincent Breitmoser2015-05-311-12/+94
* | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-8/+8
* | merged servicesAdithya Abraham Philip2015-06-011-3/+3
|/
* rewrite data flow in EncryptFileFragment preserve state correctlyVincent Breitmoser2015-05-301-50/+68
* correctly preserve state in EncryptFilesFragmentVincent Breitmoser2015-05-271-7/+36
* move synchronous encryption into activity, and preserve checkbox stateVincent Breitmoser2015-05-271-8/+5
* rewrite EncryptActivity data flowVincent Breitmoser2015-05-271-102/+71
* Fixed Snackbar behind layoutManoj Khanna2015-04-221-7/+7
* 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/+2
* Better check if file is already addedDominik Schürmann2015-03-311-19/+42
* Merge branch 'v/crypto-input-parcel' of github.com:open-keychain/open-keychai...Vincent Breitmoser2015-03-301-102/+207
|\
| * Use RecyclerView in EncryptFilesFragmentDominik Schürmann2015-03-301-103/+208
* | remove unused NfcActivityVincent Breitmoser2015-03-301-5/+5
* | fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-26/+1
* | pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-6/+4
|/
* Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-15/+14
* Refactoring of EncryptTextActivityDominik Schürmann2015-03-271-10/+6
* Start refactoring encrypt ui, EncryptFileActivity no longer crashingDominik Schürmann2015-03-261-40/+396
* Reworked Notify classManoj Khanna2015-03-201-4/+4
* File extensions into ConstantsDominik Schürmann2015-03-171-2/+2
* Allow encrypt of filenames via overflow menuDominik Schürmann2015-03-161-6/+9
* Updated fix for Issue #1116Manoj Khanna2015-03-111-0/+7
* Redesign of encrypt activites finishedDominik Schürmann2015-03-091-18/+23
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-2/+2
* Maybe fixes encrypt files on tabletsDominik Schürmann2014-09-291-1/+1
* fix save button when no file is selectedVincent Breitmoser2014-09-241-0/+4
* show message about saving multiple files rather than hide the buttonVincent Breitmoser2014-09-241-23/+8
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-3/+3
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-0/+298