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