History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45d8dd98608fe7dc65becf1b5e34e7ec8c097371 28-Jul-2014 Paul Soulos <psoulos@google.com> Adds tests and makes sure all DataItem types collapse correctly

Bug: 16517558
Change-Id: Ib819864dce11818861d455efbf2b9059d91f622c
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
3c4e8501b8fe4a6f508a256fd133004e1f1936a4 25-Jun-2014 Brian Attwell <brianattwell@google.com> Frequently Contacted title style in Favorites tab

Change-Id: I2effc74dfd1b570844296c003de456ec71e2940d
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
7dfb24822010e130fa31612e5a488cbc4e9a798d 02-Dec-2013 Yorke Lee <yorkelee@google.com> Fix more libphonenumber dependencies

Bug: 6948882
Change-Id: I6b48e06f6cd6ed5434ee712926f5a3e8c43f2d68
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
039b4d46787bd06f2faeaac8c332459c86f3cffe 24-Oct-2013 Yorke Lee <yorkelee@google.com> Remove use of applicationScale from ContactsCommon

ApplicationScale is always 1.0 by default if android:anyDensity
is not specified in AndroidManifest.xml

Change-Id: I22b50ed5d5db9cbdc63d3047232068bf64b8d70c
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
0e199e0da07392d08f76274e131fab6af9dbad9e 14-Oct-2013 Yorke Lee <yorkelee@google.com> Section/directory font and size changes for ContactsCommon

Bug: 10861682
Change-Id: Ic34a46de80da691dfba1506b769df6b98a9fa9a3
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
b23d36979bad7dbdb0b2f6318fce7573f01fa6b4 11-Sep-2013 Yorke Lee <yorkelee@google.com> UI Polish for list section headers in ContactsCommon

Bug: 10671447

Change-Id: I72927f64a0bbbef1252e6d065546d6186622c96d
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
939837d76f33abdd3b44ce986329293d808ed41c 17-Apr-2013 Chiao Cheng <chiaocheng@google.com> Fixing regression in phone number collapse on detail page.

The case of collapsing phone numbers with different formats was broken due to
another bug fix. e.g...

(555) 555-5555
555-555-5555

would not collapse when they should.

The second problem was that an inconsistency was inadvertently introduced when
deciding what numbers are equal.

rule 1)
+14155551212 == 4155551212

rule 2)
14155551212 != 4155551212

implicitly a third rule was in effect....

rule 3)
+14155551212 == 14155551212

By transitive equality, then all version of the number are equal which broke
rule 2. This could be seen in the UI when all 3 version of the number exists
and they are all collapsed into 1.

Bug: 8621998
Bug: 7519057
Change-Id: Iafb36fbdc72f9a76d9313811894b57aafebb4f35
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
b2c826a4c935a42f458ab187b257cd0b6a47bfb4 08-Jan-2013 Jay Shrauner <shrauner@google.com> Dedup NANPA numbers

Reverts changes from Bug 5779336 that stopped using libphonenumber for
detecting dups, although keep matching as strict except when one number
begins with +1, in which case collapse. Change Collapser to allow
preferred collapse direction.

Bug:7519057
Change-Id: Ib8ba6da611638d05781ed4363d71bc2628d907b7
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
d305a6e633b7315cdd1ce4711c0d3a2b18b3c05f 15-Nov-2012 Chiao Cheng <chiaocheng@google.com> Final move of AccountTypeManager dependencies.

After this change, AccountTypeManager can be moved into ContactsCommon.

Bug: 6993891
Change-Id: I73974557274379fd307ed2b5e787f448fb1fc3c5
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
63ac534dcf60e9a6c651ef2434557bec922b9a7d 08-Nov-2012 Chiao Cheng <chiaocheng@google.com> Further clean-up of PhoneFavoriteFragment.

Moving common dependencies from Contacts to ContactsCommon.

Bug: 6993891
Change-Id: I7530d13771b65f17dafa3f4f8283965622b1c71e
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java
0c355f691e91ff0d6dfd3765bf72b04cce8a1ceb 25-Oct-2012 Chiao Cheng <chiaocheng@google.com> Move dependencies in prep for PhoneNumberInteraction move.

Committing this change first which is a pre-factor to moving
PhoneNumberInteraction into Dialer completely.

Bug: 6993891
Change-Id: Iceca505f6cd0dcbc1ebb39b98ab63a13bb263eda
/packages/apps/ContactsCommon/src/com/android/contacts/common/MoreContactUtils.java