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