History log of /packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fd4df88d03a745728bb1c1df9648e7b5989641b6 11-Sep-2013 Paul Sliwowski <psliwowski@google.com> Update more colors in the People app UI.

Change-Id: I47c50fdc50760bcd05db32069da3d19a4d211f3d
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.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/JoinContactListFragment.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/JoinContactListFragment.java
14ca86206ce0a54c316e1062c5ed9ee4dee44674 26-Apr-2012 Makoto Onuki <omakoto@google.com> Properly manage lifecycle of suggestion cursor

JoinContactLoader loads two cursor in a single load, which is doable,
but not in the way the old code did.

We need to tie the second cursor to the primary cursor in order to
have the framework manage its lifecycle properly.

Bug 6216651

Change-Id: Ia25431832a5b8b94bfd1b319e3d2d4533a4d3840
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
097b10bbd1a2bc110556ec928db4568493a5d21e 25-Apr-2012 Daniel Lehmann <lehmannd@google.com> Guard against a Monkey NPE

Bug:5628769
Change-Id: I68f32088ce7cecf30e0f68e888f9af2e71b2eec4
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
ecd392b81d65a5dd5511b2f96bbedfb5b8157ae7 12-Oct-2011 Daisuke Miyakawa <dmiyakawa@google.com> SearchView on Join

We can have the small feature with some tweaks.

Right now ContctEntryListFragment is assuming that the first
directory in the fragment is the default directory, while on Join
screen the first one is "suggested contacts" directory. This change
modifies the implementation so that the fragment remove all directories
after the "default" directory intsead.

Also remove the code using MatrixCursor since we don't rely on it
anymore. This improves the performance of Join screen.

Change-Id: Ic232e09fb65bf72d19b069ce047e5a32dcb9f4ad
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
a8729cdf778f9ca927b06afde685f7ac6b8c917f 12-Oct-2011 Daisuke Miyakawa <dmiyakawa@google.com> Introduce ActionBar in picker screens

This change focuses on phone screens. Tablet UI fix will be
done later.

- show SearchView on the action bar
- show "create new contact" as a menu on the split action bar
- keep "create new contact" button for tablet support.
- a few visual tweaks for phone

Also this removes "show all contacts" item in JoinContactActivity.
Now all contacts are shown by default.

Bug: 5394377
Change-Id: I82e59b374888d522c81cd4957cb3fde286b419f6
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
8d5abcb71ed4d9671b9066b9e3ffaf5372d2b22c 03-Sep-2011 Makoto Onuki <omakoto@google.com> Make sure only People and Dialtacts responds to search key

- Remove the default search activity meta-data from manifest, so the old-style
search dialog won't show up when the serach key is pressed. It was for
pre-HC style search UI. Now the search key only works on people and dialtacts,
which implement either startSearch or onSearchRequested.

- Removed all the startSearch/onSearchRequested methods which are now
unnecessary.

- Also removed startSearch() in some fragmets. They're not used.

- Tested some viewer/editor/picker activities, and also both dialtacts and
people, the launcher search box, and the SEARCH intent, on both the phone
and the tablet (except dialtacts on tablet). All looking good.

Bug 5230790

Change-Id: If269df74ae218707daa5b7039439c6fea2575e8d
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
d8f84e076b762f063ae498c297d6f02574099dd2 24-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Adjusting style of the Join Contact dialog

Also fixing some minor bugs in Join Contact flow.

Bug: 3351590
Change-Id: I7191f26d7a6736920fe35216ef8766d730d3a0d7
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
4ef95cc3329b4ad9fa450e4090efaad9935d493f 16-Dec-2010 Dianne Hackborn <hackbod@google.com> Prepare for some changes to LoaderManager/Loader.

Sorry it is a bit ugly, it is to allow this change to be
checked in prior to the first stage of the framework change
without breaking the build.

Change-Id: Ic781324da69a06ef30a0b34cd4e16d561c9c7df2
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
5245ea63b4cca18ee504b27abd534fc13d33dea9 11-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> Replacing Aizy with a standard scrollbar

Change-Id: Ie8626844e194894da6e30205fe5da43d92d793c2
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
b22ca30163f5f99f07b906c20fd1a798541448a5 09-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> Setting proper size for photos in JoinContactActivity

Bug: 3268454
Change-Id: I4684b5a9da435510f4cda62f07f8ed34d4eaf30f
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
4e0ce3fb44125453e0ad723d7e3d3e89ad639e01 11-Aug-2010 Dmitri Plotnikov <dplotnikov@google.com> Excluding target contact from the choices in Join Contact

Change-Id: Iec7894c97292bf1b27b32dc37da61959c780f6ed
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
fec29c7320c6c45aff69dbd6ec0edb267fb402f4 03-Aug-2010 Daniel Lehmann <lehmannd@google.com> Fix crash in JoinContactActivity

Change-Id: I4f9e486a67bad775ee9ccf7d3e3781031ce93378
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
4f138ed4f8930227625117821a1c3dc9b6915653 15-Jul-2010 Dmitri Plotnikov <dplotnikov@google.com> Switching to LoaderManager

Change-Id: Ib077c819edfe4f84e53282885c6c304b82c5af9a
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
e2bbe1db7e21e5c1ade79dd2dc74216f82b65e01 13-Jul-2010 Dmitri Plotnikov <dplotnikov@google.com> Switching join contact functionality to LoaderManager.

Change-Id: I935e1610e18d5fb72a321aad9a329ae0232ee192
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
4bb61a7395e026e38f62b1e821d30dc96900c17d 26-Jun-2010 Dianne Hackborn <hackbod@google.com> Update to follow API changes.

Change-Id: I5fc3a83bc231799a835e93d08d7f66c60829cb1b
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
1c5c8e23849ac3babb2bdec65ec63c190a5c40df 25-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Preventing contacts from joining with Directory entries

Also, moving interactions with PackageManager to the bg thread
Also, skipping a trip to the DB when all we want is the default directories

Change-Id: I3813074af2a01d23d0e90cc2f7905ad1691117a3
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
e8a9517483cfa0c4d521b834d872a8cb05482bad 24-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Fixing join contact functionality, including search

Change-Id: I3fe1f6270175cbdd13448c1adecbad1ee96d2fac
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.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/JoinContactListFragment.java
3c46291ef057eaf7b7f8ca5971e59bebe734a660 15-May-2010 Jeff Hamilton <jham@android.com> Use the framework version of Loader and friends now that they exist.

Change-Id: I1c99aec7c60545a1b41b241e95447565c8bd4df4
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
e4d32d92b10c1c1ce89c7a3ee4111a030e6afcf9 11-May-2010 Dmitri Plotnikov <dplotnikov@google.com> Join activity is converted to loaders/fragments

Change-Id: I3d02fac52daffa5e0921a05fcad6932bc94e7274
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
1323d69c40649914ae2195088573a20cc35da86e 27-Apr-2010 Dmitri Plotnikov <dplotnikov@google.com> Delegating context menu handling

Change-Id: I4fa407f92e7f0b30215084b9b8c05596e3862b07
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java
59fb48e7e6a37f26901ad5a4996947dcd25a73d9 27-Apr-2010 Dmitri Plotnikov <dplotnikov@google.com> Controller becomes Fragment and Configuration disappears.

Change-Id: I432b16f8b617765e770a8b2be34632c10d5d913d
/packages/apps/Contacts/src/com/android/contacts/list/JoinContactListFragment.java