summaryrefslogtreecommitdiff
path: root/core/java/android/os/Handler.java
Commit message (Expand)AuthorAgeFilesLines
* SystemService post-completed user eventAdam Bookatz2022-01-241-0/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Merge "Add method in Handler to remove messages with equal object" am: 36216f...Automerger Merge Worker2020-03-171-0/+31
|\
| * Add method in Handler to remove messages with equal objectfengjinlan2020-03-171-0/+31
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-131-1/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Merge "Deprecate implicit Handler constructors" am: 560c3ebe1e am: 080ddd5dfdCharles Munger2019-11-191-7/+27
|\|
| * Deprecate implicit Handler constructorsCharles Munger2019-11-151-7/+27
* | Integrate pooled lambda with systrace.Felipe Leme2019-09-261-0/+4
|/
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+9
* Add nullability annotations to Handler's public APIJake Wharton2019-03-081-45/+44
* Make ContentCapture calls directly from the UI thread.Felipe Leme2019-02-041-0/+5
* Rename WorkSource methods on Binder and IPCThreadState.Olivier Gaillard2018-11-151-1/+1
* Add work source uid collection to LooperStatsMarcin Oczeretko2018-09-201-0/+2
* docs: fixed typo am: 9b5c03973ekopriva2018-09-131-1/+1
|\
| * docs: fixed typokopriva2018-09-101-1/+1
* | Un-@hide Handler.hasCallbacks.Jake Wharton2018-05-181-2/+0
|/
* Add factory methods for async HandlersAdam Powell2018-03-191-1/+38
* Use PooledLambda in print codeEugene Susla2018-02-231-0/+17
* Fix magnification button toggle offEugene Susla2018-01-231-1/+2
* Add overload to postDelayed which accepts a token.Jake Wharton2018-01-031-0/+28
* Fix Handler.Callback.handleMessage javadoc.Pavel Grafov2017-07-121-3/+4
* Work on issue #36891897: Need to ensure foreground services...Dianne Hackborn2017-06-141-0/+20
* Unbind from service on app killed and dedup association requestsEugene Susla2017-03-241-0/+18
* Automatically trace messages on shared loopers.Jeff Sharkey2016-04-071-1/+13
* Make Message.setAsynchronous() public.Jeff Brown2014-11-111-3/+3
* Add new sendingUid field to Message.Dianne Hackborn2014-06-281-0/+1
* Document that Handler.postDelayed uses uptimeMillis() based counting.David Christie2013-12-191-0/+5
* Add javadoc to Handler.Callback.handleMessageKristian Monsen2013-06-051-0/+3
* Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-5/+10
* More improvements to the display manager.Jeff Brown2012-08-311-7/+29
* Run with scissors.Jeff Brown2012-08-291-0/+81
* Make it easier to create asynchronous Handlers.Jeff Brown2012-08-251-43/+75
* Make all messages in KeyguardViewMediator asynchronous.Jeff Brown2012-08-141-19/+46
* Fix Javadoc.Jeff Brown2012-04-301-1/+1
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-3/+13
* Improve MessageQueue sync barrier implementation.Jeff Brown2012-02-161-4/+4
* Fix for bug 5115066 Handler override of toString() hides derived class nameKristian Monsen2011-08-091-1/+1
* Fix issue #5061083: Handler.removeCallbacksAndMessages...Dianne Hackborn2011-07-211-3/+6
* Add new ViewDebug APIs to profile the event queue.Romain Guy2011-07-151-0/+15
* Correct the PackageManager.checkSignatures documentation.Chris Palmer2010-09-101-1/+1
* SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-2/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+594
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-594/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+55
* Initial ContributionThe Android Open Source Project2008-10-211-0/+548