OSDN Git Service

New edit UI, now without tabs.
authorJeff Hamilton <jham@android.com>
Thu, 1 Oct 2009 09:22:33 +0000 (02:22 -0700)
committerJeff Hamilton <jham@android.com>
Thu, 1 Oct 2009 12:43:16 +0000 (05:43 -0700)
commit5297c6af41f3fd2f08cff5b84105af4efd1ab79f
treeef272f9b95cca8aa456e3ab4f27c08f5bfb990dc
parent735e8b11d8e370f24e9b8ac5329a1985c879bbf2
New edit UI, now without tabs.

Make ExternalSource derive from FallbackSource
and add photo and name to the list of sources
since they're not optional.

Change-Id: I043db076a001a711e56dd6e5e6ee32c4c0c9477a
14 files changed:
AndroidManifest.xml
res/layout/act_edit.xml
res/layout/item_contact_editor.xml
res/layout/item_generic_editor.xml
res/menu/edit.xml
src/com/android/contacts/ViewContactActivity.java
src/com/android/contacts/model/ContactsSource.java
src/com/android/contacts/model/ExchangeSource.java
src/com/android/contacts/model/ExternalSource.java
src/com/android/contacts/model/FallbackSource.java
src/com/android/contacts/model/GoogleSource.java
src/com/android/contacts/ui/EditContactActivity.java
src/com/android/contacts/ui/widget/ContactEditorView.java
tests/src/com/android/contacts/EntityModifierTests.java