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
/
widget
/
TextClock.java
Age
Commit message (
Expand
)
Author
2021-06-08
Stop using TIME_TICK broadcast in TextClock
Stevie Kideckel
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-07-22
Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...
vichang
2020-07-20
Remove @CorePlatformApi LocaleData usage in frameworks
Victor Chang
2020-03-10
Making time-zone an API constant
Suprabh Shukla
2020-01-09
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-08
Rename the api from refresh() to refreshTime() to make it more clear
shawnlin
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-08-23
Make TextClock.refresh() a public API
shawnlin
2019-05-21
Merge "Merge "Refresh should always update the field" into qt-dev am: ae61369...
Lucas Dupin
2019-05-20
Refresh should always update the field
Lucas Dupin
2019-05-10
Fix NPE in TextClock.
George Mount
2019-02-11
Merge "Update core widgets to save attribute source info."
Aurimas Liutikas
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-06
TextClock registerContentObserver with UserHandle
Bookatz
2019-02-04
@InspectableProperty coverage for android.widget
Ashley Rose
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-04-05
Trigger new frame after display is ready to turn on
Lucas Dupin
2017-12-20
Add TestApi to disable the TextClock clock tick.
George Mount
2017-12-07
Make TextClock only listen for specific changes.
George Mount
2017-04-18
Move expensive TextClock operations to onAttach
Ian Lake
2017-03-22
Revert "Move expensive TextClock operations to onAttach"
Ian Pedowitz
2017-03-10
Move expensive TextClock operations to onAttach
Ian Lake
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-05
Do not listen for clock ticks, time changes, timezone changes, or time format...
Erik Wolsheimer
2016-10-05
Do not listen for clock ticks, time changes, timezone changes, or time format...
Erik Wolsheimer
2016-05-24
Add missing @Deprecated annotations.
Aurimas Liutikas
2016-04-11
Fixed cross profile usage of TextClock.
Oleksandr Peletskyi
2015-10-20
Fix a few view ctors to not call Looper.myLooper
John Reck
2015-07-29
Accessibility: Read the time correctly in quick settings.
Dan Sandler
2015-05-07
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2014-11-25
resolved conflicts for merge of f0fc23a1 to lmp-mr1-dev-plus-aosp
Jorim Jaggi
2014-11-21
Fixed several time related states for secondary users
Selim Cinek
2014-10-28
am ced7ebdb: Merge "Migrate off timeFormat12 and timeFormat24."
Elliott Hughes
2014-10-23
Migrate off timeFormat12 and timeFormat24.
Elliott Hughes
2014-09-04
Revert "Ensure all RemoteViews use myUserId rather than context."
Kenny Guy
2014-09-04
Ensure all RemoteViews use myUserId rather than context.
Kenny Guy
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-04-30
Fix TextClock documentation
Romain Guy
2013-03-19
am eda35cb7: am a8974d3f: Merge "Clean up (some of) our many clocks to use H ...
Elliott Hughes
2013-03-18
Clean up (some of) our many clocks to use H instead of k.
Elliott Hughes
2013-01-11
Examine widget hierarchy to find clocks.
Jeff Sharkey
2012-11-06
Respond to ticks when a timezone is set and it doesn't display seconds
Romain Guy
2012-11-05
Add programmatic access to setters in TextClock
Romain Guy
2012-10-31
A new clock widget to create lock screen appwidgets
Romain Guy