History log of /packages/apps/Contacts/src/com/android/contacts/util/DateUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/util/DateUtils.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/util/DateUtils.java
dcf751d75ad5d31620a4216d8c53fd59525e8bd8 18-Oct-2011 Makoto Onuki <omakoto@google.com> EditSchema parser for ExternalAccountType

This also includes:
- Removed getHeaderColor/getSideBarColor from AccountType

- Implemented a test authenticator/sync adapter in the test apk.
This defines a test account type "com.android.contacts.tests.authtest.basic".
We could potentially add more account types to the test apk to test different
edit schema variations, but at this point this is impossible, as
ExternalAccountType doesn't have a way to tell which contacts.xml belongs
to which account type. The current contacts.xml defined here builds
the fallback account type equivalent.

The sync adapter is pretty rudimentary; it doesn't clear the isDirty flag
on modified raw contacts or delete raw contacts with isDeleted set. At
this point this doesn't seem to be necessary to test EditSchema.

Note:
For now it's still not meant to be public API. Right now it's only manually
tested with the edit schema defition in the test apk described above.

Bug 5381810

Change-Id: Ifefdb969b4e08775125924b1366d24effc4db2f2
/packages/apps/Contacts/src/com/android/contacts/util/DateUtils.java
4b648485346462dc26c3a469caeae8589f5fbd58 04-Mar-2011 Daniel Lehmann <lehmannd@google.com> Set time zone on date formats.

Also fix Locale to use en-US for storing dates

Bug:3502565

Change-Id: Id3728de2d2f2c77ad1f27e6acbd71a91d840b3a6
/packages/apps/Contacts/src/com/android/contacts/util/DateUtils.java
2b3f95cc12b76523410782d4178562ce241410ef 03-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Adding support for (some of) ISO 8601 date formats

Bug: 3293435
Change-Id: I1925040b92895bc8c721f18d75f22329d0ba0ac8
/packages/apps/Contacts/src/com/android/contacts/util/DateUtils.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/util/DateUtils.java
45b4402f0c05b21312dd8d647ae549d43057537d 16-Oct-2010 Dmitri Plotnikov <dplotnikov@google.com> Improving display of birthdays

Change-Id: I1a098c52e2b6c8968ce811b795611ab028609658
/packages/apps/Contacts/src/com/android/contacts/util/DateUtils.java