OSDN Git Service

SHOW_OR_CREATE to original behavior, new FastTrack API.
authorJeff Sharkey <jsharkey@android.com>
Thu, 17 Sep 2009 22:42:36 +0000 (15:42 -0700)
committerJeff Sharkey <jsharkey@android.com>
Fri, 18 Sep 2009 07:03:47 +0000 (00:03 -0700)
commite897162ceb2cfac45783f96d87ea500baf855c17
tree41a11604a45e706d690547393b5f2464119d2c26
parent1e48d111c0366aef6e80e215d9341272bc246649
SHOW_OR_CREATE to original behavior, new FastTrack API.

We had been overriding SHOW_OR_CREATE for awhile, but as
part of http://b/2087222 we added a separate API for
triggering FastTrack.  This change returns SHOW_OR_CREATE to
its original behavior, and adds support for the new API.
AndroidManifest.xml
res/layout-finger/contacts_list_item_photo.xml
res/values/styles.xml
src/com/android/contacts/ui/FastTrackActivity.java [new file with mode: 0644]
src/com/android/contacts/ui/FastTrackWindow.java
src/com/android/contacts/ui/ShowOrCreateActivity.java [moved from src/com/android/contacts/ShowOrCreateActivity.java with 78% similarity]