summaryrefslogtreecommitdiff
path: root/core/java/android/os/Handler.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-03-17Merge "Add method in Handler to remove messages with equal object" am: 36216f...Automerger Merge Worker
2020-03-17Add method in Handler to remove messages with equal objectfengjinlan
2020-01-13Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19Merge "Deprecate implicit Handler constructors" am: 560c3ebe1e am: 080ddd5dfdCharles Munger
2019-11-15Deprecate implicit Handler constructorsCharles Munger
2019-09-26Integrate pooled lambda with systrace.Felipe Leme
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-03-08Add nullability annotations to Handler's public APIJake Wharton
2019-02-04Make ContentCapture calls directly from the UI thread.Felipe Leme
2018-11-15Rename WorkSource methods on Binder and IPCThreadState.Olivier Gaillard
2018-09-20Add work source uid collection to LooperStatsMarcin Oczeretko
2018-09-13docs: fixed typo am: 9b5c03973ekopriva
2018-09-10docs: fixed typokopriva
2018-05-18Un-@hide Handler.hasCallbacks.Jake Wharton
2018-03-19Add factory methods for async HandlersAdam Powell
2018-02-23Use PooledLambda in print codeEugene Susla
2018-01-23Fix magnification button toggle offEugene Susla
2018-01-03Add overload to postDelayed which accepts a token.Jake Wharton
2017-07-12Fix Handler.Callback.handleMessage javadoc.Pavel Grafov
2017-06-14Work on issue #36891897: Need to ensure foreground services...Dianne Hackborn
2017-03-24Unbind from service on app killed and dedup association requestsEugene Susla
2016-04-07Automatically trace messages on shared loopers.Jeff Sharkey
2014-11-11Make Message.setAsynchronous() public.Jeff Brown
2014-06-28Add new sendingUid field to Message.Dianne Hackborn
2013-12-19Document that Handler.postDelayed uses uptimeMillis() based counting.David Christie
2013-06-05Add javadoc to Handler.Callback.handleMessageKristian Monsen
2013-04-18Fix change of behavior in Looper.quit().Jeff Brown
2012-08-31More improvements to the display manager.Jeff Brown
2012-08-29Run with scissors.Jeff Brown
2012-08-25Make it easier to create asynchronous Handlers.Jeff Brown
2012-08-14Make all messages in KeyguardViewMediator asynchronous.Jeff Brown
2012-04-30Fix Javadoc.Jeff Brown
2012-04-23Prevent WebView from crashing when detached from the windowRomain Guy
2012-02-16Improve MessageQueue sync barrier implementation.Jeff Brown
2011-08-09Fix for bug 5115066 Handler override of toString() hides derived class nameKristian Monsen
2011-07-21Fix issue #5061083: Handler.removeCallbacksAndMessages...Dianne Hackborn
2011-07-15Add new ViewDebug APIs to profile the event queue.Romain Guy
2010-09-10Correct the PackageManager.checkSignatures documentation.Chris Palmer
2010-08-27SharedPreferences$Editor.startCommit()Brad Fitzpatrick
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project