summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DateTimeView.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-07-09Merge "Switch widgets away from android.text.format.Time"Neil Fuller
2019-06-18Switch widgets away from android.text.format.TimeNeil Fuller
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-16Merge "Avoid use of DateUtilsBridge.icuTimeZone()"Neil Fuller
2018-07-13Avoid use of DateUtilsBridge.icuTimeZone()Neil Fuller
2018-06-06Fix exception from DateTimeView unregisters receiver againRiddle Hsu
2018-05-03Fix new notification showing timestamp "now" after turning off DNDshawnlin
2017-01-13Move all time ticks to bg handlers, and postJason Monk
2016-05-25Fixed the relative time spoken with accessibilitySelim Cinek
2016-04-21Fixed a bug where notification header could become emptySelim Cinek
2016-04-21Switched the notification time to relative timeSelim Cinek
2015-07-30Make DateTimeView more robust to weird contexts.Dan Sandler
2015-07-30DateTimeView: don't assume you have an ApplicationContext.Dan Sandler
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-11-24resolved conflicts for merge of 98b8fe74 to lmp-mr1-dev-plus-aospNarayan Kamath
2014-11-18Stop using DATE_FORMAT from settings.Narayan Kamath
2014-11-07Don't register more receivers and observers for every DateTimeViewAdam Powell
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-11-20Remove unused imports from frameworks/base.John Spurlock
2013-01-14Switch over to getting 12-/24-hour time formats from CLDR via icu4c.Elliott Hughes
2011-08-09Fix obviously broken DateTimeView.onAttachedToWindow().Daniel Sandler
2010-03-23Fix bug 2531732 - DateTimeView explodes on bad system date format.Adam Powell
2010-02-01Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings.Joe Onorato
2010-01-19Add DateTimeView, a widget that shows a time or the date depending on theJoe Onorato