| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -454/+0 |
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+454 |