OSDN Git Service

Unique strings for labels and actions, SMS as alternate.
authorJeff Sharkey <jsharkey@android.com>
Tue, 11 Aug 2009 18:00:22 +0000 (11:00 -0700)
committerJeff Sharkey <jsharkey@android.com>
Tue, 11 Aug 2009 19:00:39 +0000 (12:00 -0700)
commitd4c41d5c553745fb1126e01334319f05f0808eb3
treefb7dcbe951174fecd93651d849641c0acaa80642
parent0b45a58fad48888fee36eb0edf50705e0aa00e30
Unique strings for labels and actions, SMS as alternate.

To prepare for strings in various languages, make unique
strings for each combination of "action" and EditType, for
example, "Call home" and "Email work" as unique strings.

Also added iconAltRes and actionAltRes to handle alternate
actions on data rows, such as SMS for phone numbers.  These
changes allow Fast-Track to show correct labels.
res/values/strings.xml
src/com/android/contacts/model/ContactsSource.java
src/com/android/contacts/model/Sources.java
src/com/android/contacts/ui/FastTrackWindow.java
tests/src/com/android/contacts/EntityModifierTests.java