History log of /packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c034ec68d6b0d26cd8ec7453abc6dbb923ce9ecd 01-May-2013 Elliott Hughes <enh@google.com> Reuse some of the regular DatePicker implementation in Contacts.

Unlike the regular DatePicker, Contacts' DatePicker didn't have the
bugs I've been looking at, but it can now share the code DatePicker
uses.

Bug: 7207103
Change-Id: I5c57d349e947943f713453a8a0c32f8ba8c25ec0
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
4857fb475c9b1cd8b5f4d6a60fe57587f248bc47 23-Sep-2012 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #7206086 NumberPicker widget should use locale digits

- fix for having the TwoDigitFormatter being able to be recreated if the locale is changed
- accept now also the Arabic and Persian digits

Change-Id: I498a020e6ca4709ba76a2cbfa9a067e570b90e92
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
5a7a26962cc781d675280c790789e2dea28a7b34 04-Aug-2012 Daniel Lehmann <lehmannd@google.com> Fix support for birthday on February 29th with year omitted

Bug:6260151
Change-Id: Ib78e8bfc30dd5d9554c1f82f9617f7abacb5ce78
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
ae4f61b9a2c52e3e8731c7578a222f67ca3a99fa 07-May-2012 Daniel Lehmann <lehmannd@google.com> Turn on the animation for toggling the year

Bug:6009385
Change-Id: If31cdfd50e9b7295bf8d5ae9c19c9f46172e2f6f
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
11812c59ee140d62eaf3a8d826d2018767d490c5 30-Mar-2012 Daniel Lehmann <lehmannd@google.com> Don't move "Provide a year" around on screen anymore, center instead

- Also fixes the title when no year is used. Doesn't show year "1' anymore

Bug:6009385
Change-Id: If0a23d852112970456dc3f5c4061d5c578fff48a
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
537af4ff5837ea172602793326594dccc057bbbf 20-Jan-2011 Svetoslav Ganov <svetoslavganov@google.com> API REVIEW: android.widget.NumberPicker.OnValueChangedListener - Contacts

Change-Id: Ifd74a235a2407c1b9e87cba31d19ac4f77f2a26b
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
21c3897231d5650fe86ad3223d76b3a55411ac64 28-Dec-2010 Svetoslav Ganov <svetoslavganov@google.com> Updating Contacts to use the new NumberPicker API that are to be made public

Change-Id: Ib2240ba3ae6709a7d9362deb4b674e06193faa74
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
9a0519f4f765c3039fc6e6a9e231f1437a9750d6 08-Dec-2010 Svetoslav Ganov <svetoslavganov@google.com> Updated Contacts due to refactoring in NumberPicker for exposing the latter in the SDK

Change-Id: Icd5c8727436759d4f3144ec6c14ea580d9bee7a1
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java
392ccec3b56e8074a5a028af28106134b39f64bc 02-Nov-2010 Daniel Lehmann <lehmannd@google.com> Provide support for events (birthdays)

Bug:3134950

Change-Id: I9194dca403496a6f3a72bb45f69b16d8f530b15d
/packages/apps/Contacts/src/com/android/contacts/datepicker/DatePicker.java