aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CachingCryptoOperationFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* show result error in cachingcryptooperationfragment (related #1445)Vincent Breitmoser2015-08-121-0/+1
|
* hide keyboard on crypto error/successVincent Breitmoser2015-07-081-2/+0
|
* introduce QueueingCryptoOperationFragment to queue result handling in ↵Vincent Breitmoser2015-07-071-4/+5
| | | | detached state
* fix handling of progress dialog creation in CryptoOperationFragment (fixes ↵Vincent Breitmoser2015-07-071-0/+1
| | | | #1407)
* forgot a couple lines to commitVincent Breitmoser2015-07-061-2/+6
|
* made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-2/+2
|
* removed debug logs, added licensesAdithya Abraham Philip2015-06-271-1/+1
|
* fixed Certify opAdithya Abraham Philip2015-06-271-1/+2
|
* some bugfixes for new CryptoOperationFragmentVincent Breitmoser2015-06-111-62/+0
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-5/+32
|
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-16/+40
|
* externalize caching functionality from CertifyKeyFragmentVincent Breitmoser2015-05-301-0/+64