<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_opt_chips, branch stable/cm-12.0-YNG1T</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_frameworks_opt_chips/'/>
<entry>
<title>chips: fix NPE errors</title>
<updated>2015-03-17T21:30:06+00:00</updated>
<author>
<name>Jorge Ruesga</name>
<email>jorge@ruesga.com</email>
</author>
<published>2015-03-12T04:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=811dd1ec458af484f5daf621c1826e0dd017ef48'/>
<id>811dd1ec458af484f5daf621c1826e0dd017ef48</id>
<content type='text'>
Avoid access to potencial null references. Only chips_autocomplete_recipient_dropdown_item has
all the suggested contacts views. Only remove objects with valid destination references

Change-Id: I0e53d76a9bb6d319511269568a32104c8ffd3521
Signed-off-by: Jorge Ruesga &lt;jorge@ruesga.com&gt;
(cherry picked from commit 15785bcd55931e3b24f791ec846586a1b295b007)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid access to potencial null references. Only chips_autocomplete_recipient_dropdown_item has
all the suggested contacts views. Only remove objects with valid destination references

Change-Id: I0e53d76a9bb6d319511269568a32104c8ffd3521
Signed-off-by: Jorge Ruesga &lt;jorge@ruesga.com&gt;
(cherry picked from commit 15785bcd55931e3b24f791ec846586a1b295b007)
</pre>
</div>
</content>
</entry>
<entry>
<title>chips: suggested contacts</title>
<updated>2015-03-03T23:50:08+00:00</updated>
<author>
<name>Jorge Ruesga</name>
<email>jorge@ruesga.com</email>
</author>
<published>2015-03-01T21:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=70d7d7c9d85023617e53f402ac7d3b084e803075'/>
<id>70d7d7c9d85023617e53f402ac7d3b084e803075</id>
<content type='text'>
This change adds support for custom suggested contacts (not associated/present in
the contacts provider) in BaseRecipientAdapter.

Basically an implementor MUST overload BaseRecipientAdapter#loadSuggestedEntries
and return a set of SuggestionEntry. This class also should react to onAddSuggestion
and onDeleteSuggestion methods, invoked when the user request add/delete the
suggested contact.

Vectors/SVG: https://cloud.ruesga.com/f/633563d38f/

Change-Id: I8312cba56251caab82b92e4e7520f8c9db7d9690
Signed-off-by: Jorge Ruesga &lt;jorge@ruesga.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for custom suggested contacts (not associated/present in
the contacts provider) in BaseRecipientAdapter.

Basically an implementor MUST overload BaseRecipientAdapter#loadSuggestedEntries
and return a set of SuggestionEntry. This class also should react to onAddSuggestion
and onDeleteSuggestion methods, invoked when the user request add/delete the
suggested contact.

Vectors/SVG: https://cloud.ruesga.com/f/633563d38f/

Change-Id: I8312cba56251caab82b92e4e7520f8c9db7d9690
Signed-off-by: Jorge Ruesga &lt;jorge@ruesga.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Chips: Add more logic to dismiss selection dialog</title>
<updated>2015-01-28T19:24:52+00:00</updated>
<author>
<name>linus_lee</name>
<email>llee@cyngn.com</email>
</author>
<published>2015-01-28T19:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=9677961ed1d8c2362890a83d30c53f5eb754031e'/>
<id>9677961ed1d8c2362890a83d30c53f5eb754031e</id>
<content type='text'>
Check for address popup in addition to alternates with dismissing
On shrink, dismiss phone generated contact chips

Change-Id: I0e8b467e3faad15c0e7c46a03c8d8e4af8c3963e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for address popup in addition to alternates with dismissing
On shrink, dismiss phone generated contact chips

Change-Id: I0e8b467e3faad15c0e7c46a03c8d8e4af8c3963e
</pre>
</div>
</content>
</entry>
<entry>
<title>Chips: Fix some crashes and missing default icon scenario</title>
<updated>2015-01-27T03:21:18+00:00</updated>
<author>
<name>linus_lee</name>
<email>llee@cyngn.com</email>
</author>
<published>2015-01-26T23:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=49d58be28e44edc33a6bb2aaab1319c3fc944f88'/>
<id>49d58be28e44edc33a6bb2aaab1319c3fc944f88</id>
<content type='text'>
Handle a NPE when directoryId is null
Handle a NPE when the contact has no address
Set the default icon for SINGLE_RECIPIENT or else there is a blank space

Change-Id: Ic1231ed5d25cb4a567898f7b72abeb8880b3256c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle a NPE when directoryId is null
Handle a NPE when the contact has no address
Set the default icon for SINGLE_RECIPIENT or else there is a blank space

Change-Id: Ic1231ed5d25cb4a567898f7b72abeb8880b3256c
</pre>
</div>
</content>
</entry>
<entry>
<title>Chips : Fix recipient list picked contact</title>
<updated>2015-01-07T19:22:45+00:00</updated>
<author>
<name>Danesh M</name>
<email>daneshm90@gmail.com</email>
</author>
<published>2014-12-24T00:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=ae5150963063afbaa9b513a3af6faff8eeaf5cb4'/>
<id>ae5150963063afbaa9b513a3af6faff8eeaf5cb4</id>
<content type='text'>
When picking a contact from the recipient list,
and entered via append() its treated as a EMAIL.

This patch differentiates items if query type is PHONE.

Change-Id: Ie9674e8b7bd3213ed7d8243938df4e8dc5f51c3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When picking a contact from the recipient list,
and entered via append() its treated as a EMAIL.

This patch differentiates items if query type is PHONE.

Change-Id: Ie9674e8b7bd3213ed7d8243938df4e8dc5f51c3e
</pre>
</div>
</content>
</entry>
<entry>
<title>Always trim destination.</title>
<updated>2014-12-03T09:21:09+00:00</updated>
<author>
<name>Danny Baumann</name>
<email>dannybaumann@web.de</email>
</author>
<published>2014-12-03T09:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=8654f01988519c968dc127d092b42ff186eb012c'/>
<id>8654f01988519c968dc127d092b42ff186eb012c</id>
<content type='text'>
Makes sure isPhoneNumber() recognizes phone numbers even if they are
postfixed with a space.

Change-Id: I9a26488b5286c6b6e936e09403396a225ee3b8d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes sure isPhoneNumber() recognizes phone numbers even if they are
postfixed with a space.

Change-Id: I9a26488b5286c6b6e936e09403396a225ee3b8d5
</pre>
</div>
</content>
</entry>
<entry>
<title>Import translations. DO NOT MERGE</title>
<updated>2014-10-19T20:04:51+00:00</updated>
<author>
<name>Baligh Uddin</name>
<email>baligh@google.com</email>
</author>
<published>2014-10-19T20:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=966b35006b2865b50bb7cc880cc5eb9f26c27a36'/>
<id>966b35006b2865b50bb7cc880cc5eb9f26c27a36</id>
<content type='text'>
Change-Id: I9ab4ea81572597b8d4be42c0ed83bfc498c7d6eb
Auto-generated-cl: translation import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9ab4ea81572597b8d4be42c0ed83bfc498c7d6eb
Auto-generated-cl: translation import
</pre>
</div>
</content>
</entry>
<entry>
<title>Import translations. DO NOT MERGE</title>
<updated>2014-08-24T18:17:44+00:00</updated>
<author>
<name>Baligh Uddin</name>
<email>baligh@google.com</email>
</author>
<published>2014-08-24T18:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=4f00fc7d0347b785821e7bb97006c33a860864e4'/>
<id>4f00fc7d0347b785821e7bb97006c33a860864e4</id>
<content type='text'>
Change-Id: I491228b4588e0557778d704eeb8084c598c6e00f
Auto-generated-cl: translation import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I491228b4588e0557778d704eeb8084c598c6e00f
Auto-generated-cl: translation import
</pre>
</div>
</content>
</entry>
<entry>
<title>reset to 049af32 with history</title>
<updated>2014-08-20T23:16:16+00:00</updated>
<author>
<name>Qiwen Zhao</name>
<email>zhao@google.com</email>
</author>
<published>2014-08-20T23:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=f510f6c5138358ebeafe63c47417648d31c51d7a'/>
<id>f510f6c5138358ebeafe63c47417648d31c51d7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary font metrics call</title>
<updated>2014-08-19T00:50:31+00:00</updated>
<author>
<name>Jin Cao</name>
<email>jinyan@google.com</email>
</author>
<published>2014-08-19T00:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_opt_chips/commit/?id=049af326764fafc35a837a38ee29879a89d2e446'/>
<id>049af326764fafc35a837a38ee29879a89d2e446</id>
<content type='text'>
Change-Id: Ie36a3a29b81d3e0024e0f1c29aec98a36e74dec9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie36a3a29b81d3e0024e0f1c29aec98a36e74dec9
</pre>
</div>
</content>
</entry>
</feed>
