History log of /packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b831b14466d640fe260ba2e752c88c7fcd62a14b 04-Oct-2014 Brian Attwell <brianattwell@google.com> Don't crash QuickContacts because of null uri

When composeQuickContactActivity() is passed a null uri, then
startActivity throws the following exception:

ActivityNotFoundException: No Activity found to handle Intent
{ act=android.provider.action.QUICK_CONTACT flg=0x20000000 (has extras) }

I can't reproduce this. So lets just fix the crash.

Inside contact list fragments, ignore clicks on views bound to null uris.
We don't need to change Dialer. It already handles these cases.

Note that we can't fix this by checking for null URIs inside
ContactEntryListFragment. One of the Dialer subclasses of
ContactEntryListFragment requires null URIs.

Bug: 17807956
Change-Id: I41dd878b23b8cc3e9b8ad49e12675a4da9ced466
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
821a657d618285c04cbb3c440f1777a08381f868 05-Dec-2012 Chiao Cheng <chiaocheng@google.com> Moving depedencies of DialtactsActivity into ContactsCommon.

This completes the clean-up of class depedencies for DialtactsActivity in
the Dialer.

Bug: 6993891
Change-Id: Ie159868ab327ee773334fec4312804288f002597
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
a0233a048858f1593ea4924e9c5036f39aedbcdd 02-Nov-2012 Chiao Cheng <chiaocheng@google.com> Moving ContactListItemView and dependent classes.

Further clean-up of PhoneFavoriteFragment in Dialer app to move all necessary
dependencies into Contacts Common package.

Bug: 6993891
Change-Id: I3dfce84ad01932450dc09588c22903e7307d7da0
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.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/list/PostalAddressPickerFragment.java
e231f1994a57b3ecaa3a1c73ed7ddfec40fbd235 18-Nov-2011 Daisuke Miyakawa <dmiyakawa@google.com> Misc picker configuration fixes.

- Postal address picker now has a vertical scroll bar
- Email picker now has the scroll bar and section header

Bug: 5484952
Change-Id: I6c80258bdbd748848cab5a89c2dc72fe7530ec31
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
34b901ca7781cf7fdd4f6275ef98ae73c95749c2 18-Oct-2011 Daisuke Miyakawa <dmiyakawa@google.com> Filter and header refactoring.

- have AccountFilterUtil to unify account filter implementations.
- modify account header on top of search screens
Now it is bigger than before (40dip > 32dip), and uses people's
blue text color instead of gray (issue 5451033)
- introduce ContactListSeparatorTextViewStyle and use it everywhere

Bug: 5269692
Bug: 5451033
Bug: 5429203
Change-Id: Ibe810ff9adaafc74d53b0dcf171a3853f4be039a
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
c86ace78ca5c2e10dcb001a916386c8a9865e230 24-Mar-2011 Daniel Lehmann <lehmannd@google.com> Provide a picker for third parties

Also fix a bug where custom labels wouldn't be shown for addresses

Bug:3378785
Change-Id: Iaafdc44fdcd67b878b80218976d8b94b529e8aeb
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
d66d4158d832ceec0e7754908b0c5541311613d4 24-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Removing search field from postal picker

Bug: 3381296

Change-Id: I7e2c31cdb7a745c084ce2f76606634a872478be2
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
98fa1b049f3bd5c84237169983e171fae345439b 14-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Disabling QC and fixing picture size in phone and postal pickers

Bug: 3349310
Change-Id: I96a5244b53371612a618ae809fac393cd2dc6f4a
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
4d174aad97cd382f810e3bf1a7f1f4f4772be118 26-Oct-2010 Dmitri Plotnikov <dplotnikov@google.com> Adding search mode to pickers.

Also cleaning up picker layout.

Change-Id: Ic4d344e9c86398d7c591be33b204d40b23d86a2c
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
4cc85dd15d6546bcb2feb587691bfca3f1654d94 29-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Removing the obsolete "search results mode"

Change-Id: I07834c23916819b23aa306877cc19ba508dbb8b8
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
0fb96d685252e453ad179aa6e510e889a816dddd 03-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Removing obsolete API and fixing ArrayIndexOutOfBoundsException

Change-Id: I42c2b7352bf52b1fee6fbde23681d770860a6fce
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
e124722daa8a4b31308d53e3f0457c3b66a20ae5 03-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Reworking contacts list adapters for the new CompositeCursorAdapter API

Also redesigning PinnedHeaderListAdapter

Change-Id: Ia4a2e7bb449fc82e1c3ac9b7a3f0c54a8e4d9d38
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
1ce1e7cf261994e46e6fe85ed4d445241ad55f16 14-May-2010 Dmitri Plotnikov <dplotnikov@google.com> Refactoring contact list mode resolution.

Also, removing tons of obsolete code.

Change-Id: Ib661fae4f7568e18bb98d5f5e85d1ba75dc32cdb
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
c28390b65183a2e1bf85f381ba27bf846706c04a 07-May-2010 Dmitri Plotnikov <dplotnikov@google.com> Now supporting legacy postal address picker in the Loader/Fragment solution.

Change-Id: I7cbb9dc455966b0f5d5e3537596410f6216c9fe0
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
4b4681dbdedf60c5828ed7a6990097528df635f2 07-May-2010 Dmitri Plotnikov <dplotnikov@google.com> Bringing back contacts display preferences.

Cleaning up some life-cycle management issues.

Change-Id: Ifd29b898e46eb5bb713d65327d80cbf7aa562933
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java
d820cdbefa159bdf4c281ac8102805fe9a165379 06-May-2010 Dmitri Plotnikov <dplotnikov@google.com> Postal address picker now works with Loaders and Fragments.

(except search)

Change-Id: Ib7f20270a71a5234d505696e76e1f97f659eef22
/packages/apps/Contacts/src/com/android/contacts/list/PostalAddressPickerFragment.java