summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextClock.java
Commit message (Expand)AuthorAgeFilesLines
* 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