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