1. e1bfc92 Fix bugs with shrinking/expanding chips field. by Mindy Pereira · 13 years ago
  2. 61b48cc Suggestions disabled using input type text flag. by Gilles Debunne · 13 years ago
  3. 567ef28 Deprecate old setChipDimensions. by Mindy Pereira · 13 years ago
  4. 1d1ec85 Add ability to copy a single recipient chip. by Mindy Pereira · 13 years ago
  5. 401cd96 Always tokenize the address if possible before creating a chip. by Mindy Pereira · 13 years ago
  6. ee58f49 Make sure that email addresses are editable when tapped when there is no associated display name. by Mindy Pereira · 13 years ago
  7. 076d1f9 Create way to allow applications to still show all recips when focus is lost. by Mindy Pereira · 13 years ago
  8. 184d377 b/5122753 Make Rfc822Validator a bit smarter by Erik · 13 years ago
  9. 883c499 Make sure we clear our local text watcher variable when removing text watcher. by Mindy Pereira · 13 years ago
  10. aa2afff Fix eclipse error and a couple of warnings. by Andy Stadler · 13 years ago
  11. c7f23c6 Merge "Fix style of autocompletetextview we use for chips." by Mindy Pereira · 13 years ago
  12. f05018a Fix style of autocompletetextview we use for chips. by Mindy Pereira · 13 years ago
  13. 34f5320 Use AsyncTask for photo loading by Daisuke Miyakawa · 13 years ago
  14. 218c475 Updated background assets for chips. by Mindy Pereira · 13 years ago
  15. ba5642a Protect againt emtpy strings/ null tokens. by Mindy Pereira · 13 years ago
  16. e90bfad Protect against empty display or address. by Mindy Pereira · 13 years ago
  17. 4e18d8b Update chips to match new spec for validation. by Mindy Pereira · 13 years ago
  18. 750e6e5 Make more chip, dropdown match pixel perfects. by Mindy Pereira · 13 years ago
  19. 536b7e4 Remove deprecated separators. by Mindy Pereira · 13 years ago
  20. 492649c These extra separators are not needed given the design. by Mindy Pereira · 13 years ago
  21. 51158a0 Fix the dropdown binding for single alternates adapter. by Mindy Pereira · 13 years ago
  22. f4c5d9c Merge "Turn off extract mode for chips fields." by Mindy Pereira · 13 years ago
  23. 883e1e4 Turn off extract mode for chips fields. by Mindy Pereira · 13 years ago
  24. 32366d4 When the application clears the text, make sure we clear all the chips. by Mindy Pereira · 13 years ago
  25. cc20880 Stop spawning multiple threads for photo loading by Daisuke Miyakawa · 13 years ago
  26. 102cf10 show type correctly in alternate listing by Daisuke Miyakawa · 13 years ago
  27. 7211747 Show address type in auto-complete list by Daisuke Miyakawa · 13 years ago
  28. 8005f42 Fix case where pending chips called before the widget has size. by Mindy Pereira · 13 years ago
  29. 2cac231 Instead of waiting for size changes, always post a runnable when recips appended. by Mindy Pereira · 13 years ago
  30. dbab9fb Merge "Add styling to the library so apps can have a properly styled widget." by Mindy Pereira · 13 years ago
  31. b6d7e99 Add styling to the library so apps can have a properly styled widget. by Mindy Pereira · 13 years ago
  32. 01382d7 fix appended recipients that have an associated name by Mindy Pereira · 13 years ago
  33. 6d6bd68 Make divider and loading views unselectable by Daisuke Miyakawa · 13 years ago
  34. f7eaa5f b/5021471 Don't try to chipify null entries by Erik · 13 years ago
  35. de2a6ae Update suggestions dropdown to match pixel perfect layouts. by Mindy Pereira · 13 years ago
  36. 8383f44 Remove cursor passing. by Daisuke Miyakawa · 13 years ago
  37. 82d3117 Stop warm-up query. by Daisuke Miyakawa · 13 years ago
  38. 4c74871 Handle case where the contact name is null. by Mindy Pereira · 13 years ago
  39. e81f8a3 Make sure we always check that we have committed all chips on shrink. by Mindy Pereira · 13 years ago
  40. f9bde23 Merge "Enable pasting of text into the recipient edit text field." by Mindy Pereira · 13 years ago
  41. a74f40d Enable pasting of text into the recipient edit text field. by Mindy Pereira · 13 years ago
  42. 4bb6a34 Show "Waiting for more contacts" message on directory load by Daisuke Miyakawa · 13 years ago
  43. c0176d6 Merge "Print debug info for reverse lookup." by Mindy Pereira · 13 years ago
  44. 18987c4 Print debug info for reverse lookup. by Mindy Pereira · 13 years ago
  45. 0d8b77a Never set a span if we dont have matching text. by Mindy Pereira · 13 years ago
  46. 7ebb40f Make sure we leave a space when processing appended recipients. by Mindy Pereira · 13 years ago
  47. 04da325 Fix extra spaces that had been getting added when the user selectd/unselected a chip. by Mindy Pereira · 13 years ago
  48. 81fd3d1 Scroll before showing the alternates list. by Mindy Pereira · 13 years ago
  49. 1852931 Do reverse lookups on pre-appended recipient chips. by Mindy Pereira · 13 years ago
  50. 3bb5216 Always show the more chip for a collapsed recipient view if there are too many recipients. by Mindy Pereira · 13 years ago
  51. c1fed8b Fix the offset of the popup window. by Mindy Pereira · 13 years ago
  52. 475ef41 Merge "Move contact picture to the right of the chip where the delete icon shows." by Mindy Pereira · 13 years ago
  53. fd88765 Show the contact photo to the right of the text. by Mindy Pereira · 13 years ago
  54. 2bc5784 Move contact picture to the right of the chip where the delete icon shows. by Mindy Pereira · 13 years ago
  55. 11a2adb If the selection happens to be at zero, dont look for the char before. by Mindy Pereira · 13 years ago
  56. 749acf9 make sure there is a position after the comma before moving to it. by Mindy Pereira · 13 years ago
  57. 67bd322 If the user chooses a contact with an invalid address, make this an editable address chip. by Mindy Pereira · 13 years ago
  58. ab5a964 If the user put a commit char in the middle of text, make a chip up to the commit char. by Mindy Pereira · 13 years ago
  59. f97eb41 When recipients are appended, take them as is without ANY parsing of tokens. by Mindy Pereira · 13 years ago
  60. 21cc0a2 Make sure we dont use textwatchers or commit chips incorrectly. by Mindy Pereira · 13 years ago
  61. 79fb436 Reenable space handling for chips. by Mindy Pereira · 13 years ago
  62. 44c0771 Merge "Clearselectedchip and unselectchip should not call each other." by Mindy Pereira · 13 years ago
  63. faa944c Fix the left offset of the alternates popup. by Mindy Pereira · 13 years ago
  64. e82e61f Clearselectedchip and unselectchip should not call each other. by Mindy Pereira · 13 years ago
  65. e33555f Don't start the filter until we have an adapter by Erik · 13 years ago
  66. 8b4cab1 Remove space handling for now. by Mindy Pereira · 13 years ago
  67. 2b4ffc5 Follow defined logic for committing when the user presses space. by Mindy Pereira · 13 years ago
  68. 7afe160 Force services to be launched as soon as possible when chips are instantiated. by Mindy Pereira · 13 years ago
  69. 95a6925 Fix rotation crash. by Mindy Pereira · 13 years ago
  70. ffc4276 When the user starts editing mid address and submit, always submit all the text. by Mindy Pereira · 13 years ago
  71. 0f0df29 If there are no chips to chipify and the user hits enter, focus the next view. by Mindy Pereira · 13 years ago
  72. 5086391 Fix race condition. by Mindy Pereira · 13 years ago
  73. 21625f8 Every chip should take into account bottom padding for the alternates popup. by Mindy Pereira · 13 years ago
  74. acdf967 Fixed bug where appended chips might be added twice. by Mindy Pereira · 13 years ago
  75. e50b0a1 Visual tweaks requested by UX. by Mindy Pereira · 13 years ago
  76. 64af2da Make semi colon and comma commit default contact chips. by Mindy Pereira · 13 years ago
  77. 17bf599 When user has a focused chip and starts typing, unfocus it. by Mindy Pereira · 13 years ago
  78. 46c1647 Fix issue where extra commas were inserted. by Mindy Pereira · 13 years ago
  79. 892eda7 Remove deprecated method. by Mindy Pereira · 13 years ago
  80. 683e47f Deprecate one of the setChipDimen methods. by Mindy Pereira · 13 years ago
  81. 02a1f5f Create chips when text is appended. by Mindy Pereira · 13 years ago
  82. 007a76b Delay closing the alternates popup when the user selects an alternate. by Mindy Pereira · 13 years ago
  83. 81050bd Remve deprecated version of setChipDimensions function. by Mindy Pereira · 13 years ago
  84. 3421420 Added invalid chips, fixed comments. by Mindy Pereira · 13 years ago
  85. a816690 Commented most of the public methods of the RecipientEditTextView. by Mindy Pereira · 13 years ago
  86. 941187c Add copyright to file. by Mindy Pereira · 13 years ago
  87. df44572 Small changes to make this more easily integrated into apps. by Mindy Pereira · 13 years ago
  88. d4c4e77 Remove mRecipients cache and put in error protections. by Mindy Pereira · 13 years ago
  89. 0ab7e73 Make sure select/unselect follow the same pattern for making chips. by Mindy Pereira · 13 years ago
  90. 6b6de62 Make sure even second level addresses have a photo uri. by Mindy Pereira · 13 years ago
  91. 373837f Remove tricksy workaround. by Mindy Pereira · 13 years ago
  92. 6e8e8e8 Asset updates from Ux. by Mindy Pereira · 13 years ago
  93. 8b88f1a Merge "Clear text when address isn't available." by Daisuke Miyakawa · 13 years ago
  94. 364e7cf Fix issue where deleting did not allow the user to start typing again. by Mindy Pereira · 13 years ago
  95. e3a7365 Clear text when address isn't available. by Daisuke Miyakawa · 13 years ago
  96. 4c5fc2c On back key, clear any selected chips. by Mindy Pereira · 13 years ago
  97. 294400c Remove unneeded/ unused Rfc822ChipsTokenizer. by Mindy Pereira · 13 years ago
  98. 12cf3fc When the recipientedittextfield is not focused, shrink it. by Mindy Pereira · 13 years ago
  99. f396b39 When the field loses focus, commit the default chip. by Mindy Pereira · 13 years ago
  100. 2bfe48e Show the contact picture in an unselected chip. by Mindy Pereira · 13 years ago