<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_ContactsCommon/tests, 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>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>Adds tests and makes sure all DataItem types collapse correctly</title>
<updated>2014-07-28T21:12:23+00:00</updated>
<author>
<name>Paul Soulos</name>
<email>psoulos@google.com</email>
</author>
<published>2014-07-28T21:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=45d8dd98608fe7dc65becf1b5e34e7ec8c097371'/>
<id>45d8dd98608fe7dc65becf1b5e34e7ec8c097371</id>
<content type='text'>
Bug: 16517558
Change-Id: Ib819864dce11818861d455efbf2b9059d91f622c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 16517558
Change-Id: Ib819864dce11818861d455efbf2b9059d91f622c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes storing primary flags as booleans</title>
<updated>2014-07-21T17:08:22+00:00</updated>
<author>
<name>Paul Soulos</name>
<email>psoulos@google.com</email>
</author>
<published>2014-07-18T21:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=6b7e1b8d8723ae8c96b233513ae037b2aba819bd'/>
<id>6b7e1b8d8723ae8c96b233513ae037b2aba819bd</id>
<content type='text'>
Bug: 16327819
Change-Id: I6c71519b834a2194f4d79b92bd85d48cd5edeaa6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 16327819
Change-Id: I6c71519b834a2194f4d79b92bd85d48cd5edeaa6
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ContactPreferences use SharedPreferences instead of System settings (3/5)</title>
<updated>2014-07-15T02:22:13+00:00</updated>
<author>
<name>Yorke Lee</name>
<email>yorkelee@google.com</email>
</author>
<published>2014-07-10T18:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=495c732e471c1c68db91ca6e824440130fdb7146'/>
<id>495c732e471c1c68db91ca6e824440130fdb7146</id>
<content type='text'>
* Move constants that originally lived in the framework into ContactsCommon
* Use SharedPreferences instead of System settings to persist preferences
* Use a SharedPreferenceListener to monitor changes instead of a content observer
on system settings
* Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that
it can be used by Dialer
* Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity
extend it
Bug: 16153186

Change-Id: Ib3500b82b03960a30b565f1024f20f78879d3ce3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move constants that originally lived in the framework into ContactsCommon
* Use SharedPreferences instead of System settings to persist preferences
* Use a SharedPreferenceListener to monitor changes instead of a content observer
on system settings
* Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that
it can be used by Dialer
* Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity
extend it
Bug: 16153186

Change-Id: Ib3500b82b03960a30b565f1024f20f78879d3ce3
</pre>
</div>
</content>
</entry>
<entry>
<title>Moves more Im Intent functions to ContactsUtils</title>
<updated>2014-07-07T23:56:53+00:00</updated>
<author>
<name>Paul Soulos</name>
<email>psoulos@google.com</email>
</author>
<published>2014-07-07T23:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=c219d047ada3c8f7a43e850baa7c7acb71252870'/>
<id>c219d047ada3c8f7a43e850baa7c7acb71252870</id>
<content type='text'>
Change-Id: I2b1462f91ec385cd203475bc2b550df11a576e09
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2b1462f91ec385cd203475bc2b550df11a576e09
</pre>
</div>
</content>
</entry>
<entry>
<title>Moves getCustomIMIntent to Util class</title>
<updated>2014-07-07T18:46:49+00:00</updated>
<author>
<name>Paul Soulos</name>
<email>psoulos@google.com</email>
</author>
<published>2014-07-07T18:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=35408bef2b7a180dfa5860e87d4d62209d9d1e09'/>
<id>35408bef2b7a180dfa5860e87d4d62209d9d1e09</id>
<content type='text'>
Change-Id: I7b8f818becb5e0e1d855db742de053d9a23a09a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7b8f818becb5e0e1d855db742de053d9a23a09a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix references to two constants</title>
<updated>2014-07-02T21:09:45+00:00</updated>
<author>
<name>Ihab Awad</name>
<email>ihab@google.com</email>
</author>
<published>2014-07-02T21:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=612b408f55e4a42635925c52f93c4b8f1a0916a7'/>
<id>612b408f55e4a42635925c52f93c4b8f1a0916a7</id>
<content type='text'>
The names of two constants missed getting updated in a previous CL,
causing a build breakage.

Change-Id: I2dec3d91f79aa74f24d84324569cda95c7e455c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The names of two constants missed getting updated in a previous CL,
causing a build breakage.

Change-Id: I2dec3d91f79aa74f24d84324569cda95c7e455c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Telecomm "Subscription" to "Account" (2/7)</title>
<updated>2014-07-02T19:37:00+00:00</updated>
<author>
<name>Ihab Awad</name>
<email>ihab@google.com</email>
</author>
<published>2014-07-01T04:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=ad12d04e15a8a66c43893fb29cf08649bd0b675e'/>
<id>ad12d04e15a8a66c43893fb29cf08649bd0b675e</id>
<content type='text'>
Change-Id: I73cd3d1a2e7ae12f2e8d94f0a093c6d91bf7c912
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I73cd3d1a2e7ae12f2e8d94f0a093c6d91bf7c912
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds support for DataUsageStatColumns</title>
<updated>2014-06-23T18:24:17+00:00</updated>
<author>
<name>Paul Soulos</name>
<email>psoulos@google.com</email>
</author>
<published>2014-06-23T18:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=2c4f0b1683d93b799d6275a4e62db0596ec04532'/>
<id>2c4f0b1683d93b799d6275a4e62db0596ec04532</id>
<content type='text'>
Change-Id: I9f3a538284106605ba55cc42ac757b157c3ebd42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9f3a538284106605ba55cc42ac757b157c3ebd42
</pre>
</div>
</content>
</entry>
</feed>
