summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/AsyncTask.java
Commit message (Expand)AuthorAgeFilesLines
* Change AsyncTask.execute() back to using a thread pool...Dianne Hackborn2011-01-251-16/+44
* fix the build... sorry... bad docs...Joe Onorato2011-01-161-1/+1
* Change the default of how AsyncTask enqueues.Joe Onorato2011-01-161-6/+73
* Make sure onCancelled() is called if cancel() is called early.Romain Guy2011-01-101-21/+59
* Tighten up AsyncTask's semantics and behavior.Romain Guy2011-01-091-38/+45
* More cleanup of Loader APIs.Dianne Hackborn2010-12-201-1/+1
* am 282315e1: am 52e19d59: Merge "Change the keep alive time for excess idle t...Romain Guy2010-09-151-1/+1
|\
| * Change the keep alive time for excess idle threads.Romain Guy2010-09-141-1/+1
* | Added "Memory observability" to javadoc.Makoto Onuki2010-09-081-0/+10
* | Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-0/+5
* | Preventing cursor leaks when a query is interruptedDmitri Plotnikov2010-06-161-1/+12
* | Do not invoke onProgressUpdate if the task is canceled.Romain Guy2010-06-031-2/+7
* | Changed steps names in documentation.Gilles Debunne2010-04-271-8/+8
|/
* Fix a typo.Owen Lin2009-12-281-1/+1
* Make sure AsyncTask sens a null result to onPostExecute() when cancelled.Romain Guy2009-10-051-0/+1
* Tweak the core and maximum pool sizes for AsyncTask.Romain Guy2009-06-261-3/+3
* Fix another HTML formatting in android.os.AsyncTaskRomain Guy2009-05-021-1/+1
* Fix HTML formatting in android.os.AsyncTaskRomain Guy2009-05-021-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+454
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-454/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+454