History log of /packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/tests/src/com/android/contacts/ContactDetailTest.java
ac1bc8c58ba9d03ff5a24d1094f663042b7164d9 13-Apr-2012 Makoto Onuki <omakoto@google.com> Relax phone number collapser

The current collapser basically compares two phone numbers for equality
using their normalzied numbers, but this can cause an issue when you have a
readonly contact from a different country who has a local version of their
phone numer in their profile. Even if you have an international version
of their phone number, it may be overwritten on the contacts by the local
vesion.

So let's relax it.

The new collapser merges two numbers only if the "unformatted"
(i.e. ignoring all formatting characters) version of two phone numbers
are the same.

The following numbers will no longer be merged. (All assume the user
is in the US.)
- +81-45-381-0000 and 011-81-45-381-0000
- 1-555-123-4567 and 555-123-4567
- +1-555-123-4567 and 1-555-123-4567

But the following will.
- 555-123-4567 and 5551234567

This affects:
- Contact card
- Phone number disambiguation on the phone app
- Quick contact

The list view on the phone app won't be affected, as it's done in SQL, group-by.

Bug 5779336

Change-Id: I2d1f2fcf8a8d85207383cb05a86f66c17af8acfe
/packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java
fbb876392608a36ec1d23704f29d8b46d5d23991 01-Oct-2011 Daniel Lehmann <lehmannd@google.com> Add missing copyright headers

Bug:5399509
Change-Id: Iba658e35cd0bf71a9320037ddb80257003f780c7
/packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java
cdef2b60aa87b1178033fdc964a3402386c03d7c 07-Jun-2010 Daniel Lehmann <lehmannd@google.com> Modal field editors

Bug:2680726
Change-Id: I167b02c50653abfa22ed72023993c9dd31f752a9
/packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java
18f104fa8c167a510b2cca3c15a43833c9a54c7c 08-May-2010 Daniel Lehmann <lehmannd@google.com> Refactor Contact-Editor and Contact-Viewer.

Bug:2579760

Change-Id: Id61cc6fbc2b4def72df012cca3ac3c0185b583bb
/packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java
d3e0cdb35e398249cfbe9ccf6dde589ca7face88 19-Apr-2010 Daniel Lehmann <lehmannd@google.com> Integrate ContactHeaderWidget loading into ContactLoader to save queries. Remove old Activity.

Bug:2579760
Change-Id: Ie1e6c9249c1f9550da2f6e2d3951a9b78d7e11db
/packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java
74a2dc5dd353aa724f3b4bcfc4694f15c4d0ff73 16-Apr-2010 Daniel Lehmann <lehmannd@google.com> Speedup query by using a more narrow View. Change the Loader tests to use a Mock-ContentProvider to not change any real data

Change-Id: Ia87a53038249c8739cf66fc3a77686a1132441c3
/packages/apps/Contacts/tests/src/com/android/contacts/ContactDetailTest.java