History log of /packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/activities/JoinContactActivity.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/activities/JoinContactActivity.java
80243fd6a57c77c218dd5de957358cdb6ffba009 26-Aug-2011 Isaac Katzenelson <isaack@android.com> Remove search from join activity

bug: 5199310 No way to search and join two contacts

Removed search code and disabled system search button.

Change-Id: Iefdfd6dbe3ac5744abefa33a4cd4e1ca2195152f
/packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.java
4b25da79091157935042d2942a8961ceba92166f 25-Aug-2011 Minh Pham <phamm@google.com> Change commit() to commitAllowingStateLoss()

- Following the pattern in Email and Gmail, we change all commit() to commitAllowingStateLoss().
At least this will stop the monkey ISE.
Bug: 5167769
Bug: 5179918

Change-Id: Ibee8380a0f854aeb30bc3c4359fb706faf4efb4b
/packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.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/activities/JoinContactActivity.java
3ed426c842a68895a759548fef87bac359f937bb 17-Jan-2011 Dianne Hackborn <hackbod@google.com> Follow API changes.

Change-Id: I984633a080d84bbea756341d029d0aed47882da8
/packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.java
6f667b55687bf9193323802e8f3234f0ab254388 09-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Turning AccountTypeManager into a "system" service.

It's really not a system service proper. It just
uses the same API and the same dependency injection
mechanism as for system services.

Change-Id: I56e24e0f16642a5ab25e809ee12906d965845379
/packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.java
e8b9505e4ba98b565704278d6553605523469cf3 10-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> Fixing join contact activity setup on rotation

Bug: 3268656
Change-Id: I542d6f2fae87eaba507488d58433a0b149df4cda
/packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.java
d21ddb2c96e71f43eaf7addc25e163181d1ca87d 03-Nov-2010 Dmitri Plotnikov <dplotnikov@google.com> Moving JoinContactActivity and updating style

Change-Id: Ie42a751d53f8ad8911bcb796754889514cc665ea
/packages/apps/Contacts/src/com/android/contacts/activities/JoinContactActivity.java