History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2ea7a83b7a253741fbe0624b24b25f75fb94df5e 18-Aug-2014 Paul Soulos <psoulos@google.com> Uses the material contacts icon (1/2)

bug: 16205836
Change-Id: I261a3b419a096664758f2e145cf20143ff751f62
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
4c62e7adaa0290b4d1ae6926f558fd4c6164c583 23-Jul-2014 Paul Soulos <psoulos@google.com> Fixes bug in Organization inflation

Bug: 16491164
Change-Id: Ie8f0a80fd9d6a6b44bc2ca1d0543965bbc6ca018
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
88bede3df22a27296afcec83c2f2f430d1bc1372 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Contacts tests

Fix broken dependencies on InjectedServices because its name space
was conflicting with the TestCommon package in ContactsCommon

After rebuilding both ContactsCommon and Contacts, you might have to
clear out your data/app folder by doing

adb root; adb remount; adb shell
cd data/app
rm *.*

and then doing adb sync again

Change-Id: Ie67ef6fbba14768cb37f76dfd3c52dd343ed478c
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
c9ab53284252c67011dd10aef850a568e5aa614c 29-May-2014 Ed Heyl <edheyl@google.com> Fix build breakage: Revert "Fix broken Contacts tests"

This reverts commit dca4d855aac546f0969113d611355aaf3a698656.

Change-Id: If68bf7fd2191c8403b8e3fe18d22610fc96dab4a
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
dca4d855aac546f0969113d611355aaf3a698656 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Contacts tests

Fix broken dependencies on InjectedServices because its name space
was conflicting with the TestCommon package in ContactsCommon

After rebuilding both ContactsCommon and Contacts, you might have to
clear out your data/app folder by doing

adb root; adb remount; adb shell
cd data/app
rm *.*

and then doing adb sync again

Change-Id: Iabbe19b4a40d3ec76c410c0352ea48ba9e344a34
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
393285b99f0746dab62899849262526a35d007dc 06-Dec-2012 Chiao Cheng <chiaocheng@google.com> Refactor editor layout file dependencies out of common.

Editor view layout files are only needed by the Contacts app. But they were
being referenced from within AccountTypeManager and several other classes.
These references are un-necessary and would have caused too many editor
dependencies, such as the EditorView classes, to go into common.

With the refactor, many layout files can move back into Contacts.

Bug: 6993891
Change-Id: Ifb3ce45120ba2181cb02cac9820a30c185108739
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java
273399bf829133a8385332ad43add3c34c889102 14-Nov-2012 Chiao Cheng <chiaocheng@google.com> Move dependencies of AccountTypeManager into ContactsCommon.

Moving dependencies in preparation to move AccountTypeManager.

Bug: 6993891
Change-Id: I10893209986efd288315dc6b51c7971838ac3923
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/BaseAccountType.java