History log of /frameworks/base/core/java/android/widget/DateTimeView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d3c234407883afd574b17b13ea92a9cdc6afc7a 09-Aug-2011 Daniel Sandler <dsandler@google.com> Fix obviously broken DateTimeView.onAttachedToWindow().

Change-Id: I6b9e948d26b4c22b4520ca48b71c1f7e45ca7899
/frameworks/base/core/java/android/widget/DateTimeView.java
f3311c940aee73afb0eeeedde4799e45f544dbc3 24-Mar-2010 Adam Powell <adamp@google.com> Fix bug 2531732 - DateTimeView explodes on bad system date format.

Fall back to a default date format instead of throwing an exception.

Change-Id: I827a81d9610ea7f9243c1c33579e7a5d3b423692
/frameworks/base/core/java/android/widget/DateTimeView.java
7747210426f0169b7f10f47a66d15a754b36d64c 02-Feb-2010 Joe Onorato <joeo@android.com> Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings.
/frameworks/base/core/java/android/widget/DateTimeView.java
c83bb730ec0333e52990a40edf6d54bb66b1d5ba 20-Jan-2010 Joe Onorato <joeo@android.com> Add DateTimeView, a widget that shows a time or the date depending on the
current time. Use that for notifications instead of a TextView that
doesn't ever update.

BUG 1563917
/frameworks/base/core/java/android/widget/DateTimeView.java