commit | 5f4af705cef8c914d5875983900e5cf5a5524b68 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Tue Aug 11 11:12:00 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Thu Aug 13 13:25:05 2009 -0700 |
tree | 1c62c16d32b275190f12278fb5d641d97e45be91 | |
parent | b44a17cf159c36e363eb9c3b53bb637768567814 [diff] |
Show tab icons in view activity. -Add an asynchronous request api to Sources, to allow for asynchronous binding of autheticator data to the Sources object. The old getInstance() api has been changed to getPartialInstance(), as not all clients of Sources need the authenticator data bound. -BaseContactProvider uses Sources to get the source icons. This behavior still needs to be added to EditContactActivity.