summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextClock.java
Commit message (Expand)AuthorAgeFilesLines
* Stop using TIME_TICK broadcast in TextClockStevie Kideckel2021-06-081-16/+24
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...vichang2020-07-221-14/+14
|\
| * Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang2020-07-201-14/+14
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | Making time-zone an API constantSuprabh Shukla2020-03-101-1/+1
* | Rename the api from refresh() to refreshTime() to make it more clearshawnlin2020-01-081-1/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* | Make TextClock.refresh() a public APIshawnlin2019-08-231-1/+0
* | Merge "Merge "Refresh should always update the field" into qt-dev am: ae61369...Lucas Dupin2019-05-211-6/+6
|\|
| * Refresh should always update the fieldLucas Dupin2019-05-201-6/+6
* | Fix NPE in TextClock.George Mount2019-05-101-1/+4
|/
* Merge "Update core widgets to save attribute source info."Aurimas Liutikas2019-02-111-0/+2
|\
| * Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* | TextClock registerContentObserver with UserHandleBookatz2019-02-061-1/+9
|/
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+3
* Trigger new frame after display is ready to turn onLucas Dupin2018-04-051-0/+9
* Add TestApi to disable the TextClock clock tick.George Mount2017-12-201-0/+19
* Make TextClock only listen for specific changes.George Mount2017-12-071-2/+3
* Move expensive TextClock operations to onAttachIan Lake2017-04-181-25/+36
* Revert "Move expensive TextClock operations to onAttach"Ian Pedowitz2017-03-221-46/+18
* Move expensive TextClock operations to onAttachIan Lake2017-03-101-18/+46
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-5/+5
* Do not listen for clock ticks, time changes, timezone changes, or time format...Erik Wolsheimer2016-10-051-18/+9
|\
| * Do not listen for clock ticks, time changes, timezone changes, or time format...Erik Wolsheimer2016-10-051-18/+9
* | Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+2
|/
* Fixed cross profile usage of TextClock.Oleksandr Peletskyi2016-04-111-1/+9
* Fix a few view ctors to not call Looper.myLooperJohn Reck2015-10-201-10/+23
* Accessibility: Read the time correctly in quick settings.Dan Sandler2015-07-291-0/+29
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+16
* resolved conflicts for merge of f0fc23a1 to lmp-mr1-dev-plus-aospJorim Jaggi2014-11-251-2/+32
|\
| * Fixed several time related states for secondary usersSelim Cinek2014-11-211-2/+32
* | am ced7ebdb: Merge "Migrate off timeFormat12 and timeFormat24."Elliott Hughes2014-10-281-4/+4
|\ \ | |/ |/|
| * Migrate off timeFormat12 and timeFormat24.Elliott Hughes2014-10-231-4/+4
* | Revert "Ensure all RemoteViews use myUserId rather than context."Kenny Guy2014-09-041-19/+2
* | Ensure all RemoteViews use myUserId rather than context.Kenny Guy2014-09-041-2/+19
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-7/+11
|/
* Fix TextClock documentationRomain Guy2013-04-301-18/+28
* am eda35cb7: am a8974d3f: Merge "Clean up (some of) our many clocks to use H ...Elliott Hughes2013-03-191-49/+62
|\
| * Clean up (some of) our many clocks to use H instead of k.Elliott Hughes2013-03-181-49/+62
* | Examine widget hierarchy to find clocks.Jeff Sharkey2013-01-111-0/+10
|/
* Respond to ticks when a timezone is set and it doesn't display secondsRomain Guy2012-11-061-11/+7
* Add programmatic access to setters in TextClockRomain Guy2012-11-051-0/+4
* A new clock widget to create lock screen appwidgetsRomain Guy2012-10-311-0/+482