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