index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
AsyncTask.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-06
Deprecate AsyncTask
Charles Munger
2019-03-18
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-02-12
Adjust AsyncTask.THREAD_POOL_EXECUTOR config
Hans Boehm
2019-01-31
Improve AsyncTask API documentation
Hans Boehm
2017-05-25
SelectionActionModeHelper should use target view's thread
Makoto Onuki
2016-09-28
AsyncTask terminating with exception calls onCancelled
Tony Mantler
2016-08-26
docs: Fix typo and broken link in AsyncTask.java am: 53415ff24e
Mark Lu
2016-08-12
docs: Fix typo and broken link in AsyncTask.java
Mark Lu
2016-08-05
Fix AsyncTask to handle exceptions in doInBackground
Tony Mantler
2015-11-30
Tweak AsyncTask#THREAD_POOL_EXECUTOR settings
John Reck
2015-07-29
More maybe fix issue #22765972: Binder transactions running out...
Dianne Hackborn
2015-04-23
Annotate some APIs with threading annotations
Tor Norbye
2015-02-18
Fix typo
Adrian Roos
2014-11-14
Explicitly bind AsyncTask to main looper.
Jeff Brown
2014-02-25
Fix typo in documentation
Patrick Tjin
2014-01-06
Docfixes: three typos and escape */*.
John Spurlock
2013-08-09
Prevent AsyncTask from creating too many threads
Romain Guy
2012-10-17
Fix javadoc
Romain Guy
2012-05-21
Update AsyncTask documentation
Romain Guy
2012-03-01
Shouldn't catch Throwable in AsyncTask.
Jeff Brown
2012-01-30
Always initialize AsyncTask on the main thread.
Romain Guy
2011-12-05
Make sure onPostExecute() is never called after cancel()
Romain Guy
2011-10-11
Revert "Check whether an AsyncTask is created/executed on a looper thread."
Romain Guy
2011-10-11
Revert "Fix the build"
Romain Guy
2011-10-11
Fix the build
Romain Guy
2011-10-11
Check whether an AsyncTask is created/executed on a looper thread.
Romain Guy
2011-10-04
docs: add developer guide cross-references, Project ACRE
Joe Fernandez
2011-09-16
Revert "Forces AsyncTask to use the main looper Bug #5333924"
Jeff Brown
2011-09-16
Forces AsyncTask to use the main looper
Romain Guy
2011-03-17
AsyncTask now uses the poll executor for apps up through HC MR1 and the seria...
Joe Onorato
2011-01-25
Change AsyncTask.execute() back to using a thread pool...
Dianne Hackborn
2011-01-16
fix the build... sorry... bad docs...
Joe Onorato
2011-01-16
Change the default of how AsyncTask enqueues.
Joe Onorato
2011-01-10
Make sure onCancelled() is called if cancel() is called early.
Romain Guy
2011-01-09
Tighten up AsyncTask's semantics and behavior.
Romain Guy
2010-12-20
More cleanup of Loader APIs.
Dianne Hackborn
2010-09-15
am 282315e1: am 52e19d59: Merge "Change the keep alive time for excess idle t...
Romain Guy
2010-09-14
Change the keep alive time for excess idle threads.
Romain Guy
2010-09-08
Added "Memory observability" to javadoc.
Makoto Onuki
2010-08-08
Add new ContentProvider for doing conversions to data streams.
Dianne Hackborn
2010-06-16
Preventing cursor leaks when a query is interrupted
Dmitri Plotnikov
2010-06-03
Do not invoke onProgressUpdate if the task is canceled.
Romain Guy
2010-04-27
Changed steps names in documentation.
Gilles Debunne
2009-12-28
Fix a typo.
Owen Lin
2009-10-05
Make sure AsyncTask sens a null result to onPostExecute() when cancelled.
Romain Guy
2009-06-26
Tweak the core and maximum pool sizes for AsyncTask.
Romain Guy
2009-05-02
Fix another HTML formatting in android.os.AsyncTask
Romain Guy
2009-05-02
Fix HTML formatting in android.os.AsyncTask
Romain Guy
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
[next]