summaryrefslogtreecommitdiff
path: root/core/java/android/os/AsyncTask.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-06Deprecate AsyncTaskCharles Munger
2019-03-18Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-12Adjust AsyncTask.THREAD_POOL_EXECUTOR configHans Boehm
2019-01-31Improve AsyncTask API documentationHans Boehm
2017-05-25SelectionActionModeHelper should use target view's threadMakoto Onuki
2016-09-28AsyncTask terminating with exception calls onCancelledTony Mantler
2016-08-26docs: Fix typo and broken link in AsyncTask.java am: 53415ff24eMark Lu
2016-08-12docs: Fix typo and broken link in AsyncTask.javaMark Lu
2016-08-05Fix AsyncTask to handle exceptions in doInBackgroundTony Mantler
2015-11-30Tweak AsyncTask#THREAD_POOL_EXECUTOR settingsJohn Reck
2015-07-29More maybe fix issue #22765972: Binder transactions running out...Dianne Hackborn
2015-04-23Annotate some APIs with threading annotationsTor Norbye
2015-02-18Fix typoAdrian Roos
2014-11-14Explicitly bind AsyncTask to main looper.Jeff Brown
2014-02-25Fix typo in documentationPatrick Tjin
2014-01-06Docfixes: three typos and escape */*.John Spurlock
2013-08-09Prevent AsyncTask from creating too many threadsRomain Guy
2012-10-17Fix javadocRomain Guy
2012-05-21Update AsyncTask documentationRomain Guy
2012-03-01Shouldn't catch Throwable in AsyncTask.Jeff Brown
2012-01-30Always initialize AsyncTask on the main thread.Romain Guy
2011-12-05Make sure onPostExecute() is never called after cancel()Romain Guy
2011-10-11Revert "Check whether an AsyncTask is created/executed on a looper thread."Romain Guy
2011-10-11Revert "Fix the build"Romain Guy
2011-10-11Fix the buildRomain Guy
2011-10-11Check whether an AsyncTask is created/executed on a looper thread.Romain Guy
2011-10-04docs: add developer guide cross-references, Project ACREJoe Fernandez
2011-09-16Revert "Forces AsyncTask to use the main looper Bug #5333924"Jeff Brown
2011-09-16Forces AsyncTask to use the main looperRomain Guy
2011-03-17AsyncTask now uses the poll executor for apps up through HC MR1 and the seria...Joe Onorato
2011-01-25Change AsyncTask.execute() back to using a thread pool...Dianne Hackborn
2011-01-16fix the build... sorry... bad docs...Joe Onorato
2011-01-16Change the default of how AsyncTask enqueues.Joe Onorato
2011-01-10Make sure onCancelled() is called if cancel() is called early.Romain Guy
2011-01-09Tighten up AsyncTask's semantics and behavior.Romain Guy
2010-12-20More cleanup of Loader APIs.Dianne Hackborn
2010-09-15am 282315e1: am 52e19d59: Merge "Change the keep alive time for excess idle t...Romain Guy
2010-09-14Change the keep alive time for excess idle threads.Romain Guy
2010-09-08Added "Memory observability" to javadoc.Makoto Onuki
2010-08-08Add new ContentProvider for doing conversions to data streams.Dianne Hackborn
2010-06-16Preventing cursor leaks when a query is interruptedDmitri Plotnikov
2010-06-03Do not invoke onProgressUpdate if the task is canceled.Romain Guy
2010-04-27Changed steps names in documentation.Gilles Debunne
2009-12-28Fix a typo.Owen Lin
2009-10-05Make sure AsyncTask sens a null result to onPostExecute() when cancelled.Romain Guy
2009-06-26Tweak the core and maximum pool sizes for AsyncTask.Romain Guy
2009-05-02Fix another HTML formatting in android.os.AsyncTaskRomain Guy
2009-05-02Fix HTML formatting in android.os.AsyncTaskRomain Guy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project