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