History log of /packages/apps/Contacts/src/com/android/contacts/ContactsSearchManager.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/src/com/android/contacts/ContactsSearchManager.java
1a222007768e555f38fa8875ffc73c8a83a266af 29-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Removing obsolete constants

Change-Id: Ie957f3bcc34cabeda712d74e593bfa4240bdc732
/packages/apps/Contacts/src/com/android/contacts/ContactsSearchManager.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/ContactsSearchManager.java
df5e05fb93a6bd4b2299dceb7217cfc757b5054e 08-Apr-2010 Bai Tao <michaelbai@google.com> Add MODE_PICK_MULTIPLE_PHONES mode which can be launched by
ACTION_GET_MULTIPLE_PHONES
a. Adds PhoneNumbersAdapter to handle the phone numbers don't
belong to any contacts.
b. UserSelection is added to handle the initial selection and
the user's change.
c. Supports the screen rotation.

The below 2 issues haven't been resolved, and need the decision
from the team.
a. There is no phone will be shown if the filtering text is empty
which make the user unable to select phone from all contacts in
search mode.
c. There is no title in search mode, the user don't know how many
phones has been selected.

Change-Id: Ieb50cf61ed895a1901a9b15ef8f8b26fcb37a48e
/packages/apps/Contacts/src/com/android/contacts/ContactsSearchManager.java
f3ee899e1897e143cec01ce26d81030b352083eb 26-Feb-2010 Dmitri Plotnikov <dplotnikov@google.com> Fixing the "add contact from call log" flow involving search.

Bug: 2310010
Change-Id: I31bd5a62e47a23d2c2236205967a5fd7e891a1e6
/packages/apps/Contacts/src/com/android/contacts/ContactsSearchManager.java
8e86b75681659ce124e89f73d0410efe39025d11 23-Feb-2010 Dmitri Plotnikov <dplotnikov@google.com> Next pass over the contact search UI.

- Search is now a separate activity
- Search bar has animations to make it slide in from the top
- New search plate resources
- Showing a magnifying glass on the right hand side of the search field
- Showing pictures and QuickContact in search result UI
- Search UI now start with no results instead of all visible contacts
- Translucent background for search UI when no filter specified
- Search can now be launched from most activities in the app
- Allowing search in pickers

Bug: 2447965
Change-Id: Ie35ce6df5e850d9c9380a25ed3970e114e9d6929
/packages/apps/Contacts/src/com/android/contacts/ContactsSearchManager.java