summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/recipientchip/SimpleRecipientChip.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove chips from frameworks/exScott Kennedy2014-03-261-115/+0
| | | | | | It's now its own project in frameworks/opt/chips Change-Id: I0fc5731e3eaff21b5b026746f91b9cdace90f214
* Fix directory lookupsScott Kennedy2014-02-051-5/+16
| | | | | | | | | | | | | The previous "fix" disabled the lookups. Now we will do the lookups, with the proper lookup key and directory id. We also do a much better job of showing directory images. Bug: 11693322 Bug: 12793279 Change-Id: I372711fd7b485f3183516fce2b11f9eff46a9b23
* Don't show the alternates dialog for GAL contactsScott Kennedy2013-11-141-0/+5
| | | | | | | | | | | There's a bug in the chips code that causes this to show either no alternates, or a different person, which is scaring people. The proper future fix is to store some more information about GAL contacts so we can do a proper lookup. Bug: 11535331 Change-Id: Id8b6fc834446afe33bd6ec4e99b3d2b75b985bde
* Refactor some of thie chips codeScott Kennedy2013-03-081-0/+99
VisibleRecipientChip and InvisibleRecipientChip had a lot of the same code, so I moved it all into a delegate class. This resulted in a bunch of "RecipientChip" classes, so I moved them all into their own sub-package. Change-Id: I01dfc931e006270dd37721c73e7bc3c0e7b67515