summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Looper.java
Commit message (Expand)AuthorAgeFilesLines
* Detect invalid uses of Message.Jeff Brown2014-03-031-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-21/+4
* Cleanup some of the thread merging.Dianne Hackborn2013-05-071-0/+10
* Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-7/+26
* Ensure looper quits after all other messages are handled.Jeff Brown2013-04-111-2/+10
* Queues, queues, queues and input.Jeff Brown2013-04-081-0/+8
* Make MessageQueue and Looper final.Jeff Brown2013-04-011-3/+3
* Remove unused, obsolete debug codeRomain Guy2012-05-211-20/+0
* Improve MessageQueue sync barrier implementation.Jeff Brown2012-02-161-60/+107
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-1/+1
* Convert looper traces to traceview tracesRomain Guy2011-07-201-6/+8
* Add new ViewDebug APIs to profile the event queue.Romain Guy2011-07-151-32/+37
* Eliminate single-process mode.Jeff Brown2011-07-081-3/+1
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-1/+0
* am e2e8da7c: am 7c2e76f0: Merge "Improve error reporting for issue #3183612" ...Dianne Hackborn2011-03-151-1/+2
|\
| * Improve error reporting for issue #3183612Dianne Hackborn2011-03-151-1/+2
* | am 3d79f1ce: am edc68a00: Merge "Attempt to reduce problems from issue #31836...Simon Wilson2011-03-021-0/+17
|\ \ | |/
| * Attempt to reduce problems from issue #3183612Dianne Hackborn2011-02-091-0/+18
* | Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick2010-11-231-33/+36
|/
* Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-151-1/+2
* Add support for the PointerLocation overlay.Jeff Brown2010-08-111-0/+5
* AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-3/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+226
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-226/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+14
* Initial ContributionThe Android Open Source Project2008-10-211-0/+214