summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/AsyncTask.java
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in documentationPatrick Tjin2014-02-251-1/+1
* Docfixes: three typos and escape */*.John Spurlock2014-01-061-1/+1
* Prevent AsyncTask from creating too many threadsRomain Guy2013-08-091-3/+4
* Fix javadocRomain Guy2012-10-171-1/+1
* Update AsyncTask documentationRomain Guy2012-05-211-6/+34
* Shouldn't catch Throwable in AsyncTask.Jeff Brown2012-03-011-3/+0
* Always initialize AsyncTask on the main thread.Romain Guy2012-01-301-0/+2
* Make sure onPostExecute() is never called after cancel()Romain Guy2011-12-051-4/+6
* Revert "Check whether an AsyncTask is created/executed on a looper thread."Romain Guy2011-10-111-61/+28
* Revert "Fix the build"Romain Guy2011-10-111-1/+4
* Fix the buildRomain Guy2011-10-111-4/+1
* Check whether an AsyncTask is created/executed on a looper thread.Romain Guy2011-10-111-28/+61
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-0/+7
* Revert "Forces AsyncTask to use the main looper Bug #5333924"Jeff Brown2011-09-161-7/+1
* Forces AsyncTask to use the main looperRomain Guy2011-09-161-1/+7
* AsyncTask now uses the poll executor for apps up through HC MR1 and the seria...Joe Onorato2011-03-171-3/+8
* 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