summaryrefslogtreecommitdiff
path: root/core/java/android/os/AsyncTask.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Deprecate AsyncTaskCharles Munger2019-11-061-3/+19
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-181-0/+7
* Adjust AsyncTask.THREAD_POOL_EXECUTOR configHans Boehm2019-02-121-12/+40
* Improve AsyncTask API documentationHans Boehm2019-01-311-15/+40
* SelectionActionModeHelper should use target view's threadMakoto Onuki2017-05-251-6/+34
* AsyncTask terminating with exception calls onCancelledTony Mantler2016-09-281-0/+3
* docs: Fix typo and broken link in AsyncTask.java am: 53415ff24eMark Lu2016-08-261-3/+3
|\
| * docs: Fix typo and broken link in AsyncTask.javaMark Lu2016-08-121-3/+3
* | Fix AsyncTask to handle exceptions in doInBackgroundTony Mantler2016-08-051-6/+10
|/
* Tweak AsyncTask#THREAD_POOL_EXECUTOR settingsJohn Reck2015-11-301-5/+14
* More maybe fix issue #22765972: Binder transactions running out...Dianne Hackborn2015-07-291-1/+3
* Annotate some APIs with threading annotationsTor Norbye2015-04-231-0/+13
* Fix typoAdrian Roos2015-02-181-1/+1
* Explicitly bind AsyncTask to main looper.Jeff Brown2014-11-141-8/+16
* 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