<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_ContactsCommon/TestCommon, branch stable/cm-12.0-YNG1I</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/'/>
<entry>
<title>Add SIM photo for SIM contacts</title>
<updated>2014-11-05T04:33:33+00:00</updated>
<author>
<name>blong</name>
<email>blong@codeaurora.org</email>
</author>
<published>2014-08-08T01:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=fb49f43b285de6eb1e7d91f855ee7be88d52a191'/>
<id>fb49f43b285de6eb1e7d91f855ee7be88d52a191</id>
<content type='text'>
- Add the customize photo for SIM contacts

Change-Id: I06cd4a7f9c0151a01fdc029e4b669e9cc02886c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add the customize photo for SIM contacts

Change-Id: I06cd4a7f9c0151a01fdc029e4b669e9cc02886c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the support for SIM and Phone account</title>
<updated>2014-11-04T15:54:05+00:00</updated>
<author>
<name>Yujing Gu</name>
<email>guy@codeaurora.org</email>
</author>
<published>2014-07-24T06:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=1122a58d3e8b4f85ffbc97aecbf76f57b2711065'/>
<id>1122a58d3e8b4f85ffbc97aecbf76f57b2711065</id>
<content type='text'>
- Add SIM and Phone account type
- Add insert/update/delete operation for SIM contacts
- Add the support for filter SIM contacts
- Add support to save anr and email for SIM contacts

Change-Id: I1aaa9046462ed114488e4cd0cfa0d061a7330c69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add SIM and Phone account type
- Add insert/update/delete operation for SIM contacts
- Add the support for filter SIM contacts
- Add support to save anr and email for SIM contacts

Change-Id: I1aaa9046462ed114488e4cd0cfa0d061a7330c69
</pre>
</div>
</content>
</entry>
<entry>
<title>Making display name optional for directory contacts.</title>
<updated>2014-09-02T20:49:14+00:00</updated>
<author>
<name>Zheng Fu</name>
<email>zhengfu@google.com</email>
</author>
<published>2014-08-29T23:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=cd9993ef634735bb595c14b8d218ffe95df0fc74'/>
<id>cd9993ef634735bb595c14b8d218ffe95df0fc74</id>
<content type='text'>
Bug: 17034954
Change-Id: I0ebec04ddad3cc1c8d979b02f834e5d544e8d6f3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 17034954
Change-Id: I0ebec04ddad3cc1c8d979b02f834e5d544e8d6f3
</pre>
</div>
</content>
</entry>
<entry>
<title>API changes for ContactsContract</title>
<updated>2014-08-27T00:16:06+00:00</updated>
<author>
<name>Yorke Lee</name>
<email>yorkelee@google.com</email>
</author>
<published>2014-08-26T23:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=d7705a1b6595b57e250f21856c01bf734aa4d5fd'/>
<id>d7705a1b6595b57e250f21856c01bf734aa4d5fd</id>
<content type='text'>
* Remove usages of NAME_VERIFIED
* Update ContactLoader tests
* Also fix broken unit tests as a result of ProviderInfo not having
an authority.

Bug: 17253963
Change-Id: I887fb291fa4de8db6859655956a80898d1ee618c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove usages of NAME_VERIFIED
* Update ContactLoader tests
* Also fix broken unit tests as a result of ProviderInfo not having
an authority.

Bug: 17253963
Change-Id: I887fb291fa4de8db6859655956a80898d1ee618c
</pre>
</div>
</content>
</entry>
<entry>
<title>Only kill image requests from the one fragment</title>
<updated>2014-07-23T18:01:58+00:00</updated>
<author>
<name>Brian Attwell</name>
<email>brianattwell@google.com</email>
</author>
<published>2014-07-22T06:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=c3f21a33fa554f683ddbe6d9553d1b3bd9a4fd29'/>
<id>c3f21a33fa554f683ddbe6d9553d1b3bd9a4fd29</id>
<content type='text'>
In ContractEntryListAdapter#changeCursor(), don't kill all image loading
requests app wide. Instead, only kill the image loading requests that
were associated with the adapter's fragment.

Bug: 15522504
Change-Id: Ib4e0448217e8bbb8df55e74649a013e0f1688a22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ContractEntryListAdapter#changeCursor(), don't kill all image loading
requests app wide. Instead, only kill the image loading requests that
were associated with the adapter's fragment.

Bug: 15522504
Change-Id: Ib4e0448217e8bbb8df55e74649a013e0f1688a22
</pre>
</div>
</content>
</entry>
<entry>
<title>Add circular photo support to ContactPhotoManager</title>
<updated>2014-05-01T19:38:16+00:00</updated>
<author>
<name>Yorke Lee</name>
<email>yorkelee@google.com</email>
</author>
<published>2014-04-29T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=3f9c2f426058413055fa54c08c69ad9461717658'/>
<id>3f9c2f426058413055fa54c08c69ad9461717658</id>
<content type='text'>
* Use RoundedBitmapDrawable to draw circular bitmaps

* Add isCircular to DefaultImageRequest, and add circular
support to LetterTileDrawable

* Temporarily disable fading in contact photos using
TransitionImageDrawable

Bug: 13747208

Change-Id: I4d087b2dab701014297912ccb6cfac36ecffc673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use RoundedBitmapDrawable to draw circular bitmaps

* Add isCircular to DefaultImageRequest, and add circular
support to LetterTileDrawable

* Temporarily disable fading in contact photos using
TransitionImageDrawable

Bug: 13747208

Change-Id: I4d087b2dab701014297912ccb6cfac36ecffc673
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing issue where contact photos are shown in the wrong location due to</title>
<updated>2014-04-15T22:30:58+00:00</updated>
<author>
<name>Tyler Gunn</name>
<email>tgunn@google.com</email>
</author>
<published>2014-04-15T22:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=353068614111bd79ac92e0ae98af433868ba3fb3'/>
<id>353068614111bd79ac92e0ae98af433868ba3fb3</id>
<content type='text'>
a concurrent change to the search results list which occurs after the
the request to load the contact photo is registered, but prior to it
being fulfilled.

Bug: 13967012
Change-Id: I6f14e69ad1841df8b7da5632e4a9551b6641e04b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a concurrent change to the search results list which occurs after the
the request to load the contact photo is registered, but prior to it
being fulfilled.

Bug: 13967012
Change-Id: I6f14e69ad1841df8b7da5632e4a9551b6641e04b
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for letter tile avatars to ContactsPhotoManager</title>
<updated>2014-02-28T20:23:44+00:00</updated>
<author>
<name>Yorke Lee</name>
<email>yorkelee@google.com</email>
</author>
<published>2014-02-12T22:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=6084726fbdda78bdb16e2d4cc1c3b81c84fd5da1'/>
<id>6084726fbdda78bdb16e2d4cc1c3b81c84fd5da1</id>
<content type='text'>
* Add LetterTileDrawable, a custom drawable used to display letter tiles
for contacts without a contact photo, instead of static bitmap resource
drawables.

* Add a class DefaultImageRequest to ContactPhotoManager. This is essentially
a data holder object used to store and retrieve various parameters that
clients can use to configure the way they want their requested letter tile
avatars to be drawn.

* Add LetterTileImageProvider to ContactPhotoManager. LetterTileImageProvider
extends DefaultImageProvider, but returns instances of LetterTileDrawable
instead of BitmapDrawables when a default contact image is needed.

* Add two new APIs to ContactPhotoManager:
getDefaultAvatarForContact - This returns an instance of a LetterTileDrawable,
configured with the display parameters stored in the provided
DefaultImageRequest.
getDefaultAvatarUriForContact - This returns an uri which the
ContactPhotoManager can use to recreate a DefaultImageRequest and hence
a LetterTileDrawable.

* Modify ContactPhotoManager.loadPhoto and loadThumbnail to accept a
DefaultImageRequest as a parameter.

* Modify the following classes to use the new ContactPhotoManager APIs. These
affect both the Dialer and People apps.
ContactEntryListADapter
ContactListAdapter
ContactTileView
PhoneNumberListAdapter

Bug: 13101785
Change-Id: Id1a87b459d6e63c42049739059a3b3ee202af837
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add LetterTileDrawable, a custom drawable used to display letter tiles
for contacts without a contact photo, instead of static bitmap resource
drawables.

* Add a class DefaultImageRequest to ContactPhotoManager. This is essentially
a data holder object used to store and retrieve various parameters that
clients can use to configure the way they want their requested letter tile
avatars to be drawn.

* Add LetterTileImageProvider to ContactPhotoManager. LetterTileImageProvider
extends DefaultImageProvider, but returns instances of LetterTileDrawable
instead of BitmapDrawables when a default contact image is needed.

* Add two new APIs to ContactPhotoManager:
getDefaultAvatarForContact - This returns an instance of a LetterTileDrawable,
configured with the display parameters stored in the provided
DefaultImageRequest.
getDefaultAvatarUriForContact - This returns an uri which the
ContactPhotoManager can use to recreate a DefaultImageRequest and hence
a LetterTileDrawable.

* Modify ContactPhotoManager.loadPhoto and loadThumbnail to accept a
DefaultImageRequest as a parameter.

* Modify the following classes to use the new ContactPhotoManager APIs. These
affect both the Dialer and People apps.
ContactEntryListADapter
ContactListAdapter
ContactTileView
PhoneNumberListAdapter

Bug: 13101785
Change-Id: Id1a87b459d6e63c42049739059a3b3ee202af837
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ContactLoader related code to ContactsCommon</title>
<updated>2013-11-05T22:06:06+00:00</updated>
<author>
<name>Yorke Lee</name>
<email>yorkelee@google.com</email>
</author>
<published>2013-10-28T18:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=5ade0bb1757b216ace2f50d2357409bf9876a07a'/>
<id>5ade0bb1757b216ace2f50d2357409bf9876a07a</id>
<content type='text'>
This CL simply moves classes from Contacts into ContactsCommon.

This is needed so that Dialer can use ContactLoader related code
for b/11294679. A ContactLoader will also be needed in the future
to allow InCallUI to download hi-res photos while in call.

Bug: 11294679
Change-Id: If56a60aed2003ac7b8fcedac7ce4f1a7503bce94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CL simply moves classes from Contacts into ContactsCommon.

This is needed so that Dialer can use ContactLoader related code
for b/11294679. A ContactLoader will also be needed in the future
to allow InCallUI to download hi-res photos while in call.

Bug: 11294679
Change-Id: If56a60aed2003ac7b8fcedac7ce4f1a7503bce94
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving common test code to be shared by Dialer and Contacts.</title>
<updated>2012-10-31T18:08:25+00:00</updated>
<author>
<name>Chiao Cheng</name>
<email>chiaocheng@google.com</email>
</author>
<published>2012-10-31T18:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d'/>
<id>2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d</id>
<content type='text'>
Bug: 6993891
Change-Id: Id45480f4c4c1eb8726f701c5fed481f21ed134a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 6993891
Change-Id: Id45480f4c4c1eb8726f701c5fed481f21ed134a0
</pre>
</div>
</content>
</entry>
</feed>
