summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DateTimeView.java
Commit message (Expand)AuthorAgeFilesLines
* Don't trigger full relayout if DateTimeView doesn't changeJernej Virag2022-04-211-3/+16
* Clean <plurals> in DateTimeViewCalvin Pan2022-01-261-46/+41
* 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
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Merge "Switch widgets away from android.text.format.Time"Neil Fuller2019-07-091-57/+68
|\
| * Switch widgets away from android.text.format.TimeNeil Fuller2019-06-181-57/+68
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+4
* | @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+11
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+4
|/
* Merge "Avoid use of DateUtilsBridge.icuTimeZone()"Neil Fuller2018-07-161-2/+2
|\
| * Avoid use of DateUtilsBridge.icuTimeZone()Neil Fuller2018-07-131-2/+2
* | Fix exception from DateTimeView unregisters receiver againRiddle Hsu2018-06-061-2/+4
* | Fix new notification showing timestamp "now" after turning off DNDshawnlin2018-05-031-1/+9
|/
* Move all time ticks to bg handlers, and postJason Monk2017-01-131-16/+49
* Fixed the relative time spoken with accessibilitySelim Cinek2016-05-251-1/+58
* Fixed a bug where notification header could become emptySelim Cinek2016-04-211-1/+11
* Switched the notification time to relative timeSelim Cinek2016-04-211-14/+139
* Make DateTimeView more robust to weird contexts.Dan Sandler2015-07-301-1/+2
* DateTimeView: don't assume you have an ApplicationContext.Dan Sandler2015-07-301-3/+7
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* resolved conflicts for merge of 98b8fe74 to lmp-mr1-dev-plus-aospNarayan Kamath2014-11-241-20/+1
|\
| * Stop using DATE_FORMAT from settings.Narayan Kamath2014-11-181-28/+1
* | Don't register more receivers and observers for every DateTimeViewAdam Powell2014-11-071-41/+85
|/
* Revert "Ensure all RemoteViews use myUserId rather than context."Kenny Guy2014-09-041-22/+4
* Ensure all RemoteViews use myUserId rather than context.Kenny Guy2014-09-041-4/+22
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-3/+0
* Switch over to getting 12-/24-hour time formats from CLDR via icu4c.Elliott Hughes2013-01-141-9/+1
* Fix obviously broken DateTimeView.onAttachedToWindow().Daniel Sandler2011-08-091-1/+1
* Fix bug 2531732 - DateTimeView explodes on bad system date format.Adam Powell2010-03-231-1/+6
* Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings.Joe Onorato2010-02-011-1/+1
* Add DateTimeView, a widget that shows a time or the date depending on theJoe Onorato2010-01-191-0/+258