1. de2a6ae Update suggestions dropdown to match pixel perfect layouts. by Mindy Pereira · 13 years ago
  2. 8383f44 Remove cursor passing. by Daisuke Miyakawa · 13 years ago
  3. 82d3117 Stop warm-up query. by Daisuke Miyakawa · 13 years ago
  4. 4c74871 Handle case where the contact name is null. by Mindy Pereira · 13 years ago
  5. e81f8a3 Make sure we always check that we have committed all chips on shrink. by Mindy Pereira · 13 years ago
  6. f9bde23 Merge "Enable pasting of text into the recipient edit text field." by Mindy Pereira · 13 years ago
  7. a74f40d Enable pasting of text into the recipient edit text field. by Mindy Pereira · 13 years ago
  8. 4bb6a34 Show "Waiting for more contacts" message on directory load by Daisuke Miyakawa · 13 years ago
  9. c0176d6 Merge "Print debug info for reverse lookup." by Mindy Pereira · 13 years ago
  10. 18987c4 Print debug info for reverse lookup. by Mindy Pereira · 13 years ago
  11. 0d8b77a Never set a span if we dont have matching text. by Mindy Pereira · 13 years ago
  12. 7ebb40f Make sure we leave a space when processing appended recipients. by Mindy Pereira · 13 years ago
  13. 04da325 Fix extra spaces that had been getting added when the user selectd/unselected a chip. by Mindy Pereira · 13 years ago
  14. 81fd3d1 Scroll before showing the alternates list. by Mindy Pereira · 13 years ago
  15. 1852931 Do reverse lookups on pre-appended recipient chips. by Mindy Pereira · 13 years ago
  16. 3bb5216 Always show the more chip for a collapsed recipient view if there are too many recipients. by Mindy Pereira · 13 years ago
  17. c1fed8b Fix the offset of the popup window. by Mindy Pereira · 13 years ago
  18. 475ef41 Merge "Move contact picture to the right of the chip where the delete icon shows." by Mindy Pereira · 13 years ago
  19. fd88765 Show the contact photo to the right of the text. by Mindy Pereira · 13 years ago
  20. 2bc5784 Move contact picture to the right of the chip where the delete icon shows. by Mindy Pereira · 13 years ago
  21. 11a2adb If the selection happens to be at zero, dont look for the char before. by Mindy Pereira · 13 years ago
  22. 749acf9 make sure there is a position after the comma before moving to it. by Mindy Pereira · 13 years ago
  23. 67bd322 If the user chooses a contact with an invalid address, make this an editable address chip. by Mindy Pereira · 13 years ago
  24. 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
  25. f97eb41 When recipients are appended, take them as is without ANY parsing of tokens. by Mindy Pereira · 13 years ago
  26. 21cc0a2 Make sure we dont use textwatchers or commit chips incorrectly. by Mindy Pereira · 13 years ago
  27. 79fb436 Reenable space handling for chips. by Mindy Pereira · 13 years ago
  28. 44c0771 Merge "Clearselectedchip and unselectchip should not call each other." by Mindy Pereira · 13 years ago
  29. faa944c Fix the left offset of the alternates popup. by Mindy Pereira · 13 years ago
  30. e82e61f Clearselectedchip and unselectchip should not call each other. by Mindy Pereira · 13 years ago
  31. e33555f Don't start the filter until we have an adapter by Erik · 13 years ago
  32. 8b4cab1 Remove space handling for now. by Mindy Pereira · 13 years ago
  33. 2b4ffc5 Follow defined logic for committing when the user presses space. by Mindy Pereira · 13 years ago
  34. 7afe160 Force services to be launched as soon as possible when chips are instantiated. by Mindy Pereira · 13 years ago
  35. 95a6925 Fix rotation crash. by Mindy Pereira · 13 years ago
  36. ffc4276 When the user starts editing mid address and submit, always submit all the text. by Mindy Pereira · 13 years ago
  37. 0f0df29 If there are no chips to chipify and the user hits enter, focus the next view. by Mindy Pereira · 13 years ago
  38. 5086391 Fix race condition. by Mindy Pereira · 13 years ago
  39. 21625f8 Every chip should take into account bottom padding for the alternates popup. by Mindy Pereira · 13 years ago
  40. acdf967 Fixed bug where appended chips might be added twice. by Mindy Pereira · 13 years ago
  41. e50b0a1 Visual tweaks requested by UX. by Mindy Pereira · 13 years ago
  42. 64af2da Make semi colon and comma commit default contact chips. by Mindy Pereira · 13 years ago
  43. 17bf599 When user has a focused chip and starts typing, unfocus it. by Mindy Pereira · 13 years ago
  44. 46c1647 Fix issue where extra commas were inserted. by Mindy Pereira · 13 years ago
  45. 892eda7 Remove deprecated method. by Mindy Pereira · 13 years ago
  46. 683e47f Deprecate one of the setChipDimen methods. by Mindy Pereira · 13 years ago
  47. 02a1f5f Create chips when text is appended. by Mindy Pereira · 13 years ago
  48. 007a76b Delay closing the alternates popup when the user selects an alternate. by Mindy Pereira · 13 years ago
  49. 81050bd Remve deprecated version of setChipDimensions function. by Mindy Pereira · 13 years ago
  50. 3421420 Added invalid chips, fixed comments. by Mindy Pereira · 13 years ago
  51. a816690 Commented most of the public methods of the RecipientEditTextView. by Mindy Pereira · 13 years ago
  52. 941187c Add copyright to file. by Mindy Pereira · 13 years ago
  53. df44572 Small changes to make this more easily integrated into apps. by Mindy Pereira · 13 years ago
  54. d4c4e77 Remove mRecipients cache and put in error protections. by Mindy Pereira · 13 years ago
  55. 0ab7e73 Make sure select/unselect follow the same pattern for making chips. by Mindy Pereira · 13 years ago
  56. 6b6de62 Make sure even second level addresses have a photo uri. by Mindy Pereira · 13 years ago
  57. 373837f Remove tricksy workaround. by Mindy Pereira · 13 years ago
  58. 6e8e8e8 Asset updates from Ux. by Mindy Pereira · 13 years ago
  59. 8b88f1a Merge "Clear text when address isn't available." by Daisuke Miyakawa · 13 years ago
  60. 364e7cf Fix issue where deleting did not allow the user to start typing again. by Mindy Pereira · 13 years ago
  61. e3a7365 Clear text when address isn't available. by Daisuke Miyakawa · 13 years ago
  62. 4c5fc2c On back key, clear any selected chips. by Mindy Pereira · 13 years ago
  63. 294400c Remove unneeded/ unused Rfc822ChipsTokenizer. by Mindy Pereira · 13 years ago
  64. 12cf3fc When the recipientedittextfield is not focused, shrink it. by Mindy Pereira · 13 years ago
  65. f396b39 When the field loses focus, commit the default chip. by Mindy Pereira · 13 years ago
  66. 2bfe48e Show the contact picture in an unselected chip. by Mindy Pereira · 13 years ago
  67. 05dbd33 Add handling for focus changed. by Mindy Pereira · 13 years ago
  68. 9d2a198 De-select on tap. Also give min width to a chip. by Mindy Pereira · 13 years ago
  69. de7adff Show a checkmark on the default selected item. by Mindy Pereira · 13 years ago
  70. 55ca0a2 Rename delete.png to chip_delete.png by Mindy Pereira · 13 years ago
  71. b86dcd5 If a chip is selected, hide the cursor. by Mindy Pereira · 13 years ago
  72. 67ad489 Fix a crash in the removeChip logic. Update alternates dropdown. by Mindy Pereira · 13 years ago
  73. b88ee45 Make the delete target EXTREMELY large and tweak tapping algorithm by Mindy Pereira · 13 years ago
  74. 47ca507 Merge "Improvement to tap detection for the delete button." by Mindy Pereira · 13 years ago
  75. fd68ea6 Improvement to tap detection for the delete button. by Mindy Pereira · 13 years ago
  76. e0d6908 Don't allow the user to drag the cursor between chips. by Mindy Pereira · 13 years ago
  77. cd61195 Remove wrapper. by Mindy Pereira · 13 years ago
  78. a8da30a Hide the cursor when the user has selected a chip. by Mindy Pereira · 13 years ago
  79. fa7e049 When deleting, make sure we also remove associated extraneous spaces. by Mindy Pereira · 13 years ago
  80. 0057c4e Make the delete tappable region even smaller. by Mindy Pereira · 13 years ago
  81. 84dd9a8 Make RecipientEditTextViewInner package private. by Mindy Pereira · 13 years ago
  82. 6ac24a8 Fix filtering bug and reduce area that causes delete of chip. by Mindy Pereira · 13 years ago
  83. 97d7768 Show alternate addresses when the user taps on a contact. by Mindy Pereira · 13 years ago
  84. 2bdf061 Create wrapper for RecipientEditTextView. by Mindy Pereira · 13 years ago
  85. 1a8b3eb Merge "Use long for ids" by Daisuke Miyakawa · 13 years ago
  86. f84d110 Fix issues with deleting. by Mindy Pereira · 13 years ago
  87. f15b448 Use long for ids by Daisuke Miyakawa · 13 years ago
  88. 7537f84 Add data Id support and account support. by Daisuke Miyakawa · 13 years ago
  89. 9ff623b Add getRecipients by Mindy Pereira · 13 years ago
  90. c510471 Setup a really cheesy delete icon. by Mindy Pereira · 13 years ago
  91. 5e7af11 Fix tap logic and make moving tapped non complete contact to end work. by Mindy Pereira · 13 years ago
  92. f621a60 Multiple updates to chips. by Mindy Pereira · 13 years ago
  93. cf9337a Use LinkedHashMap to keep order. by Daisuke Miyakawa · 13 years ago
  94. efcac0c Back to static library. by Mindy Pereira · 13 years ago
  95. 86aec37 Fix build. Should not be using R from the chips app. by Mindy Pereira · 13 years ago
  96. d93630f Make chips included source instead of static java library. by Mindy Pereira · 13 years ago
  97. 1d09bb0 Merge "Chips implementation." by Mindy Pereira · 13 years ago
  98. d4baa3f Add sharable resources for chips UI. add phone support by Daisuke Miyakawa · 13 years ago
  99. 9159cd2 Chips implementation. by Mindy Pereira · 13 years ago
  100. 74a977c Fix several bugs for BaseRecipientAdapter by Daisuke Miyakawa · 13 years ago