index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
Handler.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-03-17
Merge "Add method in Handler to remove messages with equal object" am: 36216f...
Automerger Merge Worker
2020-03-17
Add method in Handler to remove messages with equal object
fengjinlan
2020-01-13
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-19
Merge "Deprecate implicit Handler constructors" am: 560c3ebe1e am: 080ddd5dfd
Charles Munger
2019-11-15
Deprecate implicit Handler constructors
Charles Munger
2019-09-26
Integrate pooled lambda with systrace.
Felipe Leme
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-08
Add nullability annotations to Handler's public API
Jake Wharton
2019-02-04
Make ContentCapture calls directly from the UI thread.
Felipe Leme
2018-11-15
Rename WorkSource methods on Binder and IPCThreadState.
Olivier Gaillard
2018-09-20
Add work source uid collection to LooperStats
Marcin Oczeretko
2018-09-13
docs: fixed typo am: 9b5c03973e
kopriva
2018-09-10
docs: fixed typo
kopriva
2018-05-18
Un-@hide Handler.hasCallbacks.
Jake Wharton
2018-03-19
Add factory methods for async Handlers
Adam Powell
2018-02-23
Use PooledLambda in print code
Eugene Susla
2018-01-23
Fix magnification button toggle off
Eugene Susla
2018-01-03
Add overload to postDelayed which accepts a token.
Jake Wharton
2017-07-12
Fix Handler.Callback.handleMessage javadoc.
Pavel Grafov
2017-06-14
Work on issue #36891897: Need to ensure foreground services...
Dianne Hackborn
2017-03-24
Unbind from service on app killed and dedup association requests
Eugene Susla
2016-04-07
Automatically trace messages on shared loopers.
Jeff Sharkey
2014-11-11
Make Message.setAsynchronous() public.
Jeff Brown
2014-06-28
Add new sendingUid field to Message.
Dianne Hackborn
2013-12-19
Document that Handler.postDelayed uses uptimeMillis() based counting.
David Christie
2013-06-05
Add javadoc to Handler.Callback.handleMessage
Kristian Monsen
2013-04-18
Fix change of behavior in Looper.quit().
Jeff Brown
2012-08-31
More improvements to the display manager.
Jeff Brown
2012-08-29
Run with scissors.
Jeff Brown
2012-08-25
Make it easier to create asynchronous Handlers.
Jeff Brown
2012-08-14
Make all messages in KeyguardViewMediator asynchronous.
Jeff Brown
2012-04-30
Fix Javadoc.
Jeff Brown
2012-04-23
Prevent WebView from crashing when detached from the window
Romain Guy
2012-02-16
Improve MessageQueue sync barrier implementation.
Jeff Brown
2011-08-09
Fix for bug 5115066 Handler override of toString() hides derived class name
Kristian Monsen
2011-07-21
Fix issue #5061083: Handler.removeCallbacksAndMessages...
Dianne Hackborn
2011-07-15
Add new ViewDebug APIs to profile the event queue.
Romain Guy
2010-09-10
Correct the PackageManager.checkSignatures documentation.
Chris Palmer
2010-08-27
SharedPreferences$Editor.startCommit()
Brad Fitzpatrick
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project