<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_ContactsCommon/src/com, branch cm-13.0</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>resolve merge conflicts of 9f523b4 to nyc-dev</title>
<updated>2017-02-03T23:15:43+00:00</updated>
<author>
<name>Walter Jang</name>
<email>wjang@google.com</email>
</author>
<published>2016-11-07T17:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=f2ee7f03f49ee28823a1665d9ee111b05214c7e4'/>
<id>f2ee7f03f49ee28823a1665d9ee111b05214c7e4</id>
<content type='text'>
Bug: 32219099
Merged-In: Ib141ad682488aeabf6d90e8d169d5fff6df7a8dd
Change-Id: I895b1f9f8ade2dcfa47d1c17e0aaac2edeb75a74
(cherry picked from commit b7eecdd9a1276b721bb9644a0762dfd969e52709)
(cherry picked from commit d47661ad82d402c1e0c90eb83970687d784add1b)
# Conflicts:
#	src/com/android/contacts/common/activity/RequestPermissionsActivity.java
#	src/com/android/contacts/common/activity/RequestPermissionsActivityBase.java
#	src/com/android/contacts/common/util/AccountSelectionUtil.java
#	src/com/android/contacts/common/vcard/ImportVCardActivity.java
mh0rst: Backport from android-7.1.1_r9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 32219099
Merged-In: Ib141ad682488aeabf6d90e8d169d5fff6df7a8dd
Change-Id: I895b1f9f8ade2dcfa47d1c17e0aaac2edeb75a74
(cherry picked from commit b7eecdd9a1276b721bb9644a0762dfd969e52709)
(cherry picked from commit d47661ad82d402c1e0c90eb83970687d784add1b)
# Conflicts:
#	src/com/android/contacts/common/activity/RequestPermissionsActivity.java
#	src/com/android/contacts/common/activity/RequestPermissionsActivityBase.java
#	src/com/android/contacts/common/util/AccountSelectionUtil.java
#	src/com/android/contacts/common/vcard/ImportVCardActivity.java
mh0rst: Backport from android-7.1.1_r9
</pre>
</div>
</content>
</entry>
<entry>
<title>PhoneNumberHelper: formatNumber: check if isEmpty</title>
<updated>2016-10-18T17:09:08+00:00</updated>
<author>
<name>Marcos Marado</name>
<email>mmarado@cyngn.com</email>
</author>
<published>2016-10-18T17:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=da2682ef9fed8115aa2ad5a7e8f306bb6a2d3c6f'/>
<id>da2682ef9fed8115aa2ad5a7e8f306bb6a2d3c6f</id>
<content type='text'>
If formatNumber is invoked with an empty number, then there's no
formatting to be done. This patch avoids an NPE while trying to parse
an inexistent string.

Change-Id: Ic7a9dd3d1e0e7b27457f59f1209387b7faa359d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If formatNumber is invoked with an empty number, then there's no
formatting to be done. This patch avoids an NPE while trying to parse
an inexistent string.

Change-Id: Ic7a9dd3d1e0e7b27457f59f1209387b7faa359d9
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when block incoming call without caller ID</title>
<updated>2016-08-16T15:25:56+00:00</updated>
<author>
<name>Keith Mok</name>
<email>kmok@cyngn.com</email>
</author>
<published>2016-08-16T15:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=60a394e091bea89416f8cb89047385df7da9f4d4'/>
<id>60a394e091bea89416f8cb89047385df7da9f4d4</id>
<content type='text'>
If caller phone number is empty, finish will be called
directly in onCreate without mBlockContactHelper being
created. Causing null object refernece in onDestory
function. Add a null checking to guard that.

CYNGNOS-3262 HAM-1455

Change-Id: I4e73fc52c815feec723e5b56ffee06375619a109
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If caller phone number is empty, finish will be called
directly in onCreate without mBlockContactHelper being
created. Causing null object refernece in onDestory
function. Add a null checking to guard that.

CYNGNOS-3262 HAM-1455

Change-Id: I4e73fc52c815feec723e5b56ffee06375619a109
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish BlockContactActivity on dialog closed</title>
<updated>2016-07-19T22:19:34+00:00</updated>
<author>
<name>Keith Mok</name>
<email>kmok@cyngn.com</email>
</author>
<published>2016-07-19T21:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=60677dcf4446831d4381d022773280cb71088086'/>
<id>60677dcf4446831d4381d022773280cb71088086</id>
<content type='text'>
When block contact dialog box closed, the activity remains
on screen, leaving a grey dummy full screen in the ui.
finish the activity in those cases.

FEIJ-1339, FEIJ-1341

Change-Id: I84ce9afbc538cb0324e9bdb6bda34b7db7b85e06
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When block contact dialog box closed, the activity remains
on screen, leaving a grey dummy full screen in the ui.
finish the activity in those cases.

FEIJ-1339, FEIJ-1341

Change-Id: I84ce9afbc538cb0324e9bdb6bda34b7db7b85e06
</pre>
</div>
</content>
</entry>
<entry>
<title>[1/4] Add cancel callback for BlockContactDialog</title>
<updated>2016-07-12T21:51:22+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2016-07-12T21:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=b9ecf21e83c779a915b3e029279aa1fbe3b9e64e'/>
<id>b9ecf21e83c779a915b3e029279aa1fbe3b9e64e</id>
<content type='text'>
Some ui elements need to refresh themselves when the dialog
is cancelled. This allows them to do that.

Change-Id: Ifa4646d799727cf864f560eaeca5fee95c546c36
Ticket: CYNGNOS-3111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some ui elements need to refresh themselves when the dialog
is cancelled. This allows them to do that.

Change-Id: Ifa4646d799727cf864f560eaeca5fee95c546c36
Ticket: CYNGNOS-3111
</pre>
</div>
</content>
</entry>
<entry>
<title>Add valid number checks for block menu item</title>
<updated>2016-06-09T18:14:21+00:00</updated>
<author>
<name>Erica Chang</name>
<email>echang@cyngn.com</email>
</author>
<published>2016-06-08T18:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=939ed41657ab1d8463269a917bbc73d968765a8b'/>
<id>939ed41657ab1d8463269a917bbc73d968765a8b</id>
<content type='text'>
CallStatsDetailActivity crashes upon block contacts synced from
InCall plugins without valid phone numbers.

Change-Id: Ic921fc16bf7a1911c7f0ebf3aed33decc54cc67f
Issue-id: FEIJ-992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CallStatsDetailActivity crashes upon block contacts synced from
InCall plugins without valid phone numbers.

Change-Id: Ic921fc16bf7a1911c7f0ebf3aed33decc54cc67f
Issue-id: FEIJ-992
</pre>
</div>
</content>
</entry>
<entry>
<title>Update LookupRequest to use the new ORIGIN codes within AmbientSDK</title>
<updated>2016-05-19T19:13:26+00:00</updated>
<author>
<name>Rohit Yengisetty</name>
<email>rohit@cyngn.com</email>
</author>
<published>2016-05-19T19:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=1d98744db06fced5b2c23d5ee173372f90f5a6ab'/>
<id>1d98744db06fced5b2c23d5ee173372f90f5a6ab</id>
<content type='text'>
Change-Id: I02f21d5769271d4918cc084fdc56eaf0fc0df92a
Issue-Id: CYNGNOS-2888
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I02f21d5769271d4918cc084fdc56eaf0fc0df92a
Issue-Id: CYNGNOS-2888
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract spam information from encoded lookup-uri</title>
<updated>2016-05-18T22:37:06+00:00</updated>
<author>
<name>Rohit Yengisetty</name>
<email>rohit@cyngn.com</email>
</author>
<published>2016-05-18T22:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=ee5aafb90d8ec2cd1d1469fddf6d64a8c0003b12'/>
<id>ee5aafb90d8ec2cd1d1469fddf6d64a8c0003b12</id>
<content type='text'>
Change-Id: Ibd4ca9b0cc340a59de09c14082b0b74eae180224
Issue-Id: OPO-736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibd4ca9b0cc340a59de09c14082b0b74eae180224
Issue-Id: OPO-736
</pre>
</div>
</content>
</entry>
<entry>
<title>Update LookupProvider to new CallerInfoAPI spec</title>
<updated>2016-05-10T01:28:03+00:00</updated>
<author>
<name>Artem Shvadskiy</name>
<email>ashvadskiy@cyngn.com</email>
</author>
<published>2016-05-09T18:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=13c6c99fa4799c3af18b45a4deaa9edbb6de04d0'/>
<id>13c6c99fa4799c3af18b45a4deaa9edbb6de04d0</id>
<content type='text'>
Change-Id: Icfd981473fdece5bf90016223909be54ee0f4b05
issue-id: DIALER-719 DIALER-724
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icfd981473fdece5bf90016223909be54ee0f4b05
issue-id: DIALER-719 DIALER-724
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid drawable resources from being scaled.</title>
<updated>2016-05-09T06:28:40+00:00</updated>
<author>
<name>Danny Baumann</name>
<email>dannybaumann@web.de</email>
</author>
<published>2016-04-27T08:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ContactsCommon/commit/?id=b29eca5a7a5f29fcb66c159d7d133ed575ac2f9f'/>
<id>b29eca5a7a5f29fcb66c159d7d133ed575ac2f9f</id>
<content type='text'>
CheckableFlipDrawable should only scale contact photos, not drawable
resources.

Change-Id: I63c161c4c5495621d4783ca2bdb92376bb4af43b
Ticket: CD-553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CheckableFlipDrawable should only scale contact photos, not drawable
resources.

Change-Id: I63c161c4c5495621d4783ca2bdb92376bb4af43b
Ticket: CD-553
</pre>
</div>
</content>
</entry>
</feed>
