summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Remove chips from frameworks/exScott Kennedy2014-03-261-1005/+0
* fix visibilityMike Schneider2014-03-051-1/+1
* BaseRecipientAdapter does not need to be abstractScott Kennedy2014-02-181-2/+1
* Fix directory lookupsScott Kennedy2014-02-051-14/+55
* Fixed NPE in BaseRecipientAdapter when constraint is null.Kevin Lin2014-01-281-1/+4
* Main changes to the chips library:Kevin Lin2014-01-241-109/+15
* am 3e8176df: Don\'t show the alternates dialog for GAL contactsScott Kennedy2013-11-141-7/+15
|\
| * Don't show the alternates dialog for GAL contactsScott Kennedy2013-11-141-7/+15
* | Merge chips from jb-ub-mail-ur11 into klp-ub-devScott Kennedy2013-10-101-2/+1
|/
* am 3be35a39: Remove some unused resources and importsScott Kennedy2013-08-221-1/+0
|\
| * Remove some unused resources and importsScott Kennedy2013-08-221-1/+0
* | am 30d26326: Add directory photo supportJay Shrauner2013-08-091-14/+46
|\|
| * Add directory photo supportJay Shrauner2013-08-091-14/+46
* | am bc742af5: Make Chips work on API 11+Scott Kennedy2013-08-061-1/+1
|\|
| * Make Chips work on API 11+Scott Kennedy2013-08-021-1/+1
* | am ad1d181c: Don\'t bother storing a null value in the cacheScott Kennedy2013-07-301-2/+4
|\|
| * Don't bother storing a null value in the cacheScott Kennedy2013-07-291-2/+4
* | Support an External Dictionary of ContactsAlon Albert2013-07-211-4/+37
|/
* Initial clean up of the chips codeScott Kennedy2013-03-061-11/+7
* Scroll when results appearmindyp2012-12-141-0/+12
* Extend reverse lookup to also check GALmindyp2012-12-111-9/+14
* Don't validate the recipient text each timemindyp2012-11-141-3/+3
* Show old resultsPaul Westbrook2012-10-251-5/+36
* Rather than change the text, just remove the waiting for entries row.Mindy Pereira2012-05-251-67/+44
* The mysterious blank item was just a mis-used layoutMindy Pereira2012-05-251-1/+1
* Don't use DISPLAY_NAME for chips if name is email or phoneMakoto Onuki2012-05-011-1/+11
* Support phone numbers in Chips UITom Taylor2012-04-061-51/+48
* Update build file to allow us to have resources in static libs.Mindy Pereira2011-12-151-3/+9
* drive-by fixes for compiler warningsAndy Huang2011-11-181-1/+2
* Remove the code remiving non-existing dividerDaisuke Miyakawa2011-09-201-5/+0
* Disable logging.Daisuke Miyakawa2011-09-191-2/+1
* Remove label from chipsPaul Westbrook2011-08-261-5/+7
* Use AsyncTask for photo loadingDaisuke Miyakawa2011-08-021-12/+6
* Make more chip, dropdown match pixel perfects.Mindy Pereira2011-07-251-1/+2
* Remove deprecated separators.Mindy Pereira2011-07-251-12/+1
* These extra separators are not needed given the design.Mindy Pereira2011-07-251-15/+8
* Stop spawning multiple threads for photo loadingDaisuke Miyakawa2011-07-211-7/+11
* Show address type in auto-complete listDaisuke Miyakawa2011-07-201-28/+60
* Make divider and loading views unselectableDaisuke Miyakawa2011-07-161-0/+5
* Remove cursor passing.Daisuke Miyakawa2011-07-131-255/+307
* Show "Waiting for more contacts" message on directory loadDaisuke Miyakawa2011-07-111-35/+96
* Add copyright to file.Mindy Pereira2011-06-091-1/+1
* Small changes to make this more easily integrated into apps.Mindy Pereira2011-06-091-1/+2
* Make sure even second level addresses have a photo uri.Mindy Pereira2011-06-071-1/+22
* Clear text when address isn't available.Daisuke Miyakawa2011-06-071-0/+2
* Make RecipientEditTextViewInner package private.Mindy Pereira2011-06-011-1/+1
* Show alternate addresses when the user taps on a contact.Mindy Pereira2011-06-011-1/+1
* Use long for idsDaisuke Miyakawa2011-05-311-9/+9
* Add data Id support and account support.Daisuke Miyakawa2011-05-311-6/+26
* Multiple updates to chips.Mindy Pereira2011-05-311-25/+25