summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/utils/ExecutorUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Separate executor for the Spelling decoder.Dan Zivkovic2015-03-121-12/+45
* Mark method @UsedForTestingDan Zivkovic2015-03-111-0/+1
* Make inner classes visible for testing.Dan Zivkovic2015-03-111-1/+7
* Restart background executor.Dan Zivkovic2015-03-101-1/+3
* Kill+restart tasks before/after decoder init.Dan Zivkovic2015-03-091-1/+10
* ExecutorUtils lets use schedule a runnable chain.Dan Zivkovic2015-03-091-25/+35
* Use a single background executor.Dan Zivkovic2015-03-091-46/+9
* Sanitize the usage of executors.Dan Zivkovic2015-02-191-21/+67
* Refactor content provider code from ContactsDictJatin Matani2015-02-111-5/+7
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-3/+3
* Remove PrioritizedSerialExecutor.Keisuke Kuroyanagi2014-05-291-6/+25
* Add thread name for PrioritizedSerialExecutor.Keisuke Kuroyanagi2014-05-271-5/+5
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+3
* Shuwdown executors after executing all tasks.Keisuke Kuroyanagi2014-04-171-2/+7
* Create a utils class for executors.Jean Chalard2014-02-241-0/+55