<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_ContactsCommon/TestCommon/src/com, branch cm-14.1</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>2016-08-24T14:18:43+00:00</updated>
<author>
<name>blong</name>
<email>blong@codeaurora.org</email>
</author>
<published>2016-05-12T05:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=7535bc8107329f00338319c7bf7ae6c9700964f0'/>
<id>7535bc8107329f00338319c7bf7ae6c9700964f0</id>
<content type='text'>
- Add the customize photo for SIM contacts

CRs-Fixed: 1014536

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

CRs-Fixed: 1014536

Change-Id: Ib9ab1e4aa7ce1a42eb06d478a4a9d011ca758d03
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the support for SIM and Phone account</title>
<updated>2016-08-24T14:18:42+00:00</updated>
<author>
<name>blong</name>
<email>blong@codeaurora.org</email>
</author>
<published>2016-04-15T05:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=666203fde2d7a5a31cbe8cd55230540975356932'/>
<id>666203fde2d7a5a31cbe8cd55230540975356932</id>
<content type='text'>
- Add SIM and Phone account type
- Add insert/update/delete operation for SIM contacts
- Add support to save anr and email for SIM contacts

Change-Id: Id29dd5f1e9a7ff5d7fa39ab62339d62d5eb0c31b
</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 support to save anr and email for SIM contacts

Change-Id: Id29dd5f1e9a7ff5d7fa39ab62339d62d5eb0c31b
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Update class to MockContentProvider.</title>
<updated>2016-03-12T04:09:50+00:00</updated>
<author>
<name>Sarmad Hashmi</name>
<email>mhashmi@google.com</email>
</author>
<published>2016-03-12T04:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=110aef099f8d35c8c6393ea84be9e154a06f601a'/>
<id>110aef099f8d35c8c6393ea84be9e154a06f601a</id>
<content type='text'>
+Added update method for mocking update queries
+Added expectUpdate method which accepts all update parameters

Change-Id: I002502d385da12f4c65e9037457d532f88efddad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+Added update method for mocking update queries
+Added expectUpdate method which accepts all update parameters

Change-Id: I002502d385da12f4c65e9037457d532f88efddad
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented expectations for delete method</title>
<updated>2016-03-01T00:59:31+00:00</updated>
<author>
<name>Brandon Maxwell</name>
<email>maxwelb@google.com</email>
</author>
<published>2016-02-27T02:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=b584d42c08295db54c7d238e6f15bb66244fd553'/>
<id>b584d42c08295db54c7d238e6f15bb66244fd553</id>
<content type='text'>
+ This CL is needed so the delete method can be mocked with
whatever expectation is desired.
+ Insert#toString, Insert#equals, and Insert#hashcode were all
regenerated since the old methods didn't use all the variables.

Bug=26664600
Change-Id: I7cdd3ed49c6ad7e32fb2343419f83ef8c2bf5eac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ This CL is needed so the delete method can be mocked with
whatever expectation is desired.
+ Insert#toString, Insert#equals, and Insert#hashcode were all
regenerated since the old methods didn't use all the variables.

Bug=26664600
Change-Id: I7cdd3ed49c6ad7e32fb2343419f83ef8c2bf5eac
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented mocking on MockContentProvider</title>
<updated>2016-02-24T01:43:32+00:00</updated>
<author>
<name>Brandon Maxwell</name>
<email>maxwelb@google.com</email>
</author>
<published>2016-02-23T05:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=ada2bd2926ea8fa462d9cd74dd5a2893220e8768'/>
<id>ada2bd2926ea8fa462d9cd74dd5a2893220e8768</id>
<content type='text'>
+ Previously the MockContentProvider didn't support mocking calls to
insert. This change adds that needed support.
+ Changed our MockContentProvider to extend the MockContentProvider
from the framework.

Change-Id: I73fe5ad5e18613cc895a2aa129a472505035a7c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ Previously the MockContentProvider didn't support mocking calls to
insert. This change adds that needed support.
+ Changed our MockContentProvider to extend the MockContentProvider
from the framework.

Change-Id: I73fe5ad5e18613cc895a2aa129a472505035a7c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Added constructor so MockProviders can register with any authority</title>
<updated>2015-11-12T00:25:47+00:00</updated>
<author>
<name>Brandon Maxwell</name>
<email>maxwelb@google.com</email>
</author>
<published>2015-11-12T00:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=ce07a8811f5c9698eaebad77b6c454c89018ff52'/>
<id>ce07a8811f5c9698eaebad77b6c454c89018ff52</id>
<content type='text'>
Change-Id: I99435ce66ce817c8f613b6215ae322f0927e0550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I99435ce66ce817c8f613b6215ae322f0927e0550
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbundled build fixes for tests</title>
<updated>2015-08-29T18:18:58+00:00</updated>
<author>
<name>Jay Shrauner</name>
<email>shrauner@google.com</email>
</author>
<published>2015-08-27T23:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=5c59ffa9423c49fe149719510dbc2bb3bed946fb'/>
<id>5c59ffa9423c49fe149719510dbc2bb3bed946fb</id>
<content type='text'>
Build tests against current SDK. Make local copy of LaunchPerformanceBase.
Use android-support-test instead of android.test.runner. Use public APIs
for querying ContentProviderOperation type.

Bug:23642167
Change-Id: Id9798146801b1676b222bdd4d9240371f70c41d2
(cherry picked from commit b3a146cc554df8c9965c79af32f2b56fbce01ba0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build tests against current SDK. Make local copy of LaunchPerformanceBase.
Use android-support-test instead of android.test.runner. Use public APIs
for querying ContentProviderOperation type.

Bug:23642167
Change-Id: Id9798146801b1676b222bdd4d9240371f70c41d2
(cherry picked from commit b3a146cc554df8c9965c79af32f2b56fbce01ba0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Overload getTextViewWithStrings to take a View.</title>
<updated>2015-06-09T00:57:05+00:00</updated>
<author>
<name>Andrew Lee</name>
<email>anwlee@google.com</email>
</author>
<published>2015-06-09T00:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=16350340d9275327a0318a25ae6fb9e393917918'/>
<id>16350340d9275327a0318a25ae6fb9e393917918</id>
<content type='text'>
This allows us to use this functionality for testing where there may
be a View but not an Activity.

Bug: 21471763
Change-Id: I9918ea77a72b52c5b8ff4eadb2b19d9fe91e12b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to use this functionality for testing where there may
be a View but not an Activity.

Bug: 21471763
Change-Id: I9918ea77a72b52c5b8ff4eadb2b19d9fe91e12b8
</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>
</feed>
