1. 21625f8 Every chip should take into account bottom padding for the alternates popup. by Mindy Pereira · 13 years ago
  2. acdf967 Fixed bug where appended chips might be added twice. by Mindy Pereira · 13 years ago
  3. e50b0a1 Visual tweaks requested by UX. by Mindy Pereira · 13 years ago
  4. 64af2da Make semi colon and comma commit default contact chips. by Mindy Pereira · 13 years ago
  5. 17bf599 When user has a focused chip and starts typing, unfocus it. by Mindy Pereira · 13 years ago
  6. 46c1647 Fix issue where extra commas were inserted. by Mindy Pereira · 13 years ago
  7. 892eda7 Remove deprecated method. by Mindy Pereira · 13 years ago
  8. 683e47f Deprecate one of the setChipDimen methods. by Mindy Pereira · 13 years ago
  9. 02a1f5f Create chips when text is appended. by Mindy Pereira · 13 years ago
  10. 007a76b Delay closing the alternates popup when the user selects an alternate. by Mindy Pereira · 13 years ago
  11. 81050bd Remve deprecated version of setChipDimensions function. by Mindy Pereira · 13 years ago
  12. 3421420 Added invalid chips, fixed comments. by Mindy Pereira · 13 years ago
  13. a816690 Commented most of the public methods of the RecipientEditTextView. by Mindy Pereira · 13 years ago
  14. 941187c Add copyright to file. by Mindy Pereira · 13 years ago
  15. df44572 Small changes to make this more easily integrated into apps. by Mindy Pereira · 13 years ago
  16. d4c4e77 Remove mRecipients cache and put in error protections. by Mindy Pereira · 13 years ago
  17. 0ab7e73 Make sure select/unselect follow the same pattern for making chips. by Mindy Pereira · 13 years ago
  18. 6b6de62 Make sure even second level addresses have a photo uri. by Mindy Pereira · 13 years ago
  19. 373837f Remove tricksy workaround. by Mindy Pereira · 13 years ago
  20. 6e8e8e8 Asset updates from Ux. by Mindy Pereira · 13 years ago
  21. 8b88f1a Merge "Clear text when address isn't available." by Daisuke Miyakawa · 13 years ago
  22. 364e7cf Fix issue where deleting did not allow the user to start typing again. by Mindy Pereira · 13 years ago
  23. e3a7365 Clear text when address isn't available. by Daisuke Miyakawa · 13 years ago
  24. 4c5fc2c On back key, clear any selected chips. by Mindy Pereira · 13 years ago
  25. 294400c Remove unneeded/ unused Rfc822ChipsTokenizer. by Mindy Pereira · 13 years ago
  26. 12cf3fc When the recipientedittextfield is not focused, shrink it. by Mindy Pereira · 13 years ago
  27. f396b39 When the field loses focus, commit the default chip. by Mindy Pereira · 13 years ago
  28. 2bfe48e Show the contact picture in an unselected chip. by Mindy Pereira · 13 years ago
  29. 05dbd33 Add handling for focus changed. by Mindy Pereira · 13 years ago
  30. 9d2a198 De-select on tap. Also give min width to a chip. by Mindy Pereira · 13 years ago
  31. de7adff Show a checkmark on the default selected item. by Mindy Pereira · 13 years ago
  32. 55ca0a2 Rename delete.png to chip_delete.png by Mindy Pereira · 13 years ago
  33. b86dcd5 If a chip is selected, hide the cursor. by Mindy Pereira · 13 years ago
  34. 67ad489 Fix a crash in the removeChip logic. Update alternates dropdown. by Mindy Pereira · 13 years ago
  35. b88ee45 Make the delete target EXTREMELY large and tweak tapping algorithm by Mindy Pereira · 13 years ago
  36. 47ca507 Merge "Improvement to tap detection for the delete button." by Mindy Pereira · 13 years ago
  37. fd68ea6 Improvement to tap detection for the delete button. by Mindy Pereira · 13 years ago
  38. e0d6908 Don't allow the user to drag the cursor between chips. by Mindy Pereira · 13 years ago
  39. cd61195 Remove wrapper. by Mindy Pereira · 13 years ago
  40. a8da30a Hide the cursor when the user has selected a chip. by Mindy Pereira · 13 years ago
  41. fa7e049 When deleting, make sure we also remove associated extraneous spaces. by Mindy Pereira · 13 years ago
  42. 0057c4e Make the delete tappable region even smaller. by Mindy Pereira · 13 years ago
  43. 84dd9a8 Make RecipientEditTextViewInner package private. by Mindy Pereira · 13 years ago
  44. 6ac24a8 Fix filtering bug and reduce area that causes delete of chip. by Mindy Pereira · 13 years ago
  45. 97d7768 Show alternate addresses when the user taps on a contact. by Mindy Pereira · 13 years ago
  46. 2bdf061 Create wrapper for RecipientEditTextView. by Mindy Pereira · 13 years ago
  47. 1a8b3eb Merge "Use long for ids" by Daisuke Miyakawa · 13 years ago
  48. f84d110 Fix issues with deleting. by Mindy Pereira · 13 years ago
  49. f15b448 Use long for ids by Daisuke Miyakawa · 13 years ago
  50. 7537f84 Add data Id support and account support. by Daisuke Miyakawa · 13 years ago
  51. 9ff623b Add getRecipients by Mindy Pereira · 13 years ago
  52. c510471 Setup a really cheesy delete icon. by Mindy Pereira · 13 years ago
  53. 5e7af11 Fix tap logic and make moving tapped non complete contact to end work. by Mindy Pereira · 13 years ago
  54. f621a60 Multiple updates to chips. by Mindy Pereira · 13 years ago
  55. cf9337a Use LinkedHashMap to keep order. by Daisuke Miyakawa · 13 years ago
  56. efcac0c Back to static library. by Mindy Pereira · 13 years ago
  57. 86aec37 Fix build. Should not be using R from the chips app. by Mindy Pereira · 13 years ago
  58. d93630f Make chips included source instead of static java library. by Mindy Pereira · 13 years ago
  59. 1d09bb0 Merge "Chips implementation." by Mindy Pereira · 13 years ago
  60. d4baa3f Add sharable resources for chips UI. add phone support by Daisuke Miyakawa · 13 years ago
  61. 9159cd2 Chips implementation. by Mindy Pereira · 13 years ago
  62. 74a977c Fix several bugs for BaseRecipientAdapter by Daisuke Miyakawa · 13 years ago
  63. 6ac7d0c Initial commit for chips UI library. by Daisuke Miyakawa · 13 years ago
  64. b87362e new project, first commit by Ed Heyl · 14 years ago