History log of /packages/apps/Contacts/src/com/android/contacts/list/JoinContactLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/JoinContactLoader.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/JoinContactLoader.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/JoinContactLoader.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/JoinContactLoader.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/JoinContactLoader.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/JoinContactLoader.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/JoinContactLoader.java