1. f6ddb75 Don't rely on action bar height by Jin Cao · 10 years ago
  2. fcaf986 Make rect and coords instance variables to avoid reallocation by Jin Cao · 10 years ago
  3. 93d69f4 Use dropdown anchor to compute dropdown height by Jin Cao · 10 years ago
  4. 04f06ea Don't use announceForAccessibility by Jin Cao · 10 years ago
  5. fe686ee Merge "Bug: 17517371: Stop using custom action label in chips" into ub-chips-cranbrook by Kaikai Wang · 10 years ago
  6. a5461b7 Bug: 17517371: Stop using custom action label in chips by Kaikai Wang · 10 years ago
  7. 15a5ebc Remove leading space when editing invalid address by Jin Cao · 10 years ago
  8. b1aeb7b Announce chips dropdown for accessibility by Jin Cao · 10 years ago
  9. 569fbc0 Merge "Set dropdown height so dropdowns wont be on top" into ub-chips-cranbrook by Jin Cao · 10 years ago
  10. bd31231 Set dropdown height so dropdowns wont be on top by Jin Cao · 10 years ago
  11. e3267bc Merge "Change workpaint to protected static so child classes can use it" into ub-chips-cranbrook by Jin Cao · 10 years ago
  12. 2a48e87 Change workpaint to protected static so child classes can use it by Jin Cao · 10 years ago
  13. eed6943 am 2a87fbfb: FilterListener#onFilterComplete(count) was returning the incorrect count of 1 always, rather than how many entries exist. by Scott Kennedy · 10 years ago
  14. 2a87fbf FilterListener#onFilterComplete(count) was returning the incorrect count of 1 always, rather than how many entries exist. by Scott Kennedy · 10 years ago
  15. 14efc57 Take status bar height into account when computing scroll by Jin Cao · 10 years ago
  16. 31c33ef Only cache current selection if there are pending searches by Jin Cao · 10 years ago
  17. 808d713 DO NOT MERGE prevent popup view leaks by Jin Cao · 10 years ago
  18. 568fb22 Properly dismiss popup when chip loses focus by Jin Cao · 10 years ago
  19. 049af32 Remove unnecessary font metrics call by Jin Cao · 10 years ago
  20. 6c2a016 [Quantum chips] change chips into ReplacementSpan by Jin Cao · 10 years ago
  21. 219cbfb Allow to paste text or html into a chip by Régis Décamps · 10 years ago
  22. a21fd88 [Quantum chips] code cleanup and restyling by Jin Cao · 10 years ago
  23. 9b16620 More chip dropdown fix by Jin Cao · 10 years ago
  24. d36bf69 Merge "Don't use textpaint for drawing icons" into ub-chips-cranbrook by Jin Cao · 10 years ago
  25. 809c595 Don't use textpaint for drawing icons by Jin Cao · 10 years ago
  26. 4de6a53 Support custom popup anchor in RecipientEditTextView by Jin Cao · 10 years ago
  27. 4d0425d Merge "Ensure delete listener is set for chips" into ub-chips-cranbrook by Jin Cao · 10 years ago
  28. a20a8d0 Ensure delete listener is set for chips by Jin Cao · 10 years ago
  29. 33515e7 [Quantum chips] draw chips programmatically by Jin Cao · 10 years ago
  30. 142f4c5 Merge "Don't use "done" for string name." into ub-chips-cranbrook by Andrew Sapperstein · 10 years ago
  31. f585f36 Don't use "done" for string name. by Andrew Sapperstein · 10 years ago
  32. b58c9a6 [Quantum chips] add custom dividers for autocomplete by Jin Cao · 10 years ago
  33. bf84bd8 Chips show icon even if name is null by Jin Cao · 10 years ago
  34. 6fc1fee [Quantum] update alt/single chips to quantum by Jin Cao · 10 years ago
  35. 58d541d [Quantum chips] restyle recipient chips to quantum by Jin Cao · 10 years ago
  36. 4db8ccc [Quantum chips] add delete button in dropdown by Jin Cao · 10 years ago
  37. 4ddcdae [Quantum] chips autocomplete to quantum style by Jin Cao · 10 years ago
  38. e096b45 Port CircularImageView for chips by Jin Cao · 10 years ago
  39. c85e75e Update dropdown assets/layouts for Material by Scott Kennedy · 10 years ago
  40. 15259d5 Use a better y offset algorithm by Scott Kennedy · 10 years ago
  41. b232e5c Update assets/dimensions/defaults to match Material spec by Scott Kennedy · 10 years ago
  42. 50429c5 Update suggestions for every character. by Andrew Sapperstein · 10 years ago
  43. 5c49b0e Merge "Adding the ability to remove chips that match a given ReicipientEntry" into ub-chips-bagotville by Kaikai Wang · 10 years ago
  44. cd980d9 Adding the ability to remove chips that match a given ReicipientEntry by Kaikai Wang · 10 years ago
  45. 3e05cfa Add a callback to RecipientEditTextView for whenever it creates a chip. by Kevin Lin · 10 years ago
  46. 52e4814 Ensure that invalidate is called on main thread by Jin Cao · 10 years ago
  47. 0efdc53 Add failure callback for loading avatar async by Jin Cao · 10 years ago
  48. e35d6c5 Invalidate each chip if it loads avatar on background by Jin Cao · 10 years ago
  49. 82d3885 Fixed bug with null origPhoto by Jin Cao · 10 years ago
  50. 35e82d4 Move getAvatarIcon off UI by Jin Cao · 10 years ago
  51. 972def7 Adding the ability to manually append a RecipientEntry to RecipientEditTextView by Kaikai Wang · 10 years ago
  52. 48de6b5 Merge "Add support for autocomplete suggestion analytics." into ub-chips-bagotville by Andrew Sapperstein · 10 years ago
  53. 0f2b174 Add support for autocomplete suggestion analytics. by Andrew Sapperstein · 10 years ago
  54. 8af0d3b Allow support for alternate data sources. by Andrew Sapperstein · 10 years ago
  55. 1248e53 Add the ability to retrieve all recipients that have been selected by Ken Thai · 10 years ago
  56. 1db635b Code cleanup. by Andrew Sapperstein · 10 years ago
  57. 4ab98d1 Merge "Fix an issue showing people who don't match typed query" into ub-chips-bagotville by Scott Kennedy · 10 years ago
  58. e4945e9 Allow selection of all entries in the dropdown by Scott Kennedy · 10 years ago
  59. fa7b0fb Fix an issue showing people who don't match typed query by Scott Kennedy · 10 years ago
  60. f11483a Make this constant final by Scott Kennedy · 10 years ago
  61. b3b248a Don't autocomplete unknown email addresses by Jin Cao · 10 years ago
  62. 2b2de7c Call super.onAttached/onDetachedFromWindow by Tony Mantler · 10 years ago
  63. 38fe984 fix visibility by Mike Schneider · 10 years ago
  64. c61c13f Fix redrawing chips with recipientEditText onSizeChanged when it has left and right padding. by Kevin Lin · 10 years ago
  65. 30043f9 Fix build with VisibleRecipientChip by Kevin Lin · 10 years ago
  66. 9b398e3 Added support to choose vertical alignment for image spans. by Kevin Lin · 10 years ago
  67. bb7e7e1 BaseRecipientAdapter does not need to be abstract by Scott Kennedy · 10 years ago
  68. 7a4e677 Fix directory lookups by Scott Kennedy · 11 years ago
  69. 53e718a Change to scrollToBottomView to be protected instead of private. by Kevin Lin · 10 years ago
  70. 41e93fb Fix chips library bugs related to setting the threshold to 1. by Kevin Lin · 10 years ago
  71. b8985b7 Fix a small bug by Scott Kennedy · 10 years ago
  72. d5ce95b Fixed NPE in BaseRecipientAdapter when constraint is null. by Kevin Lin · 10 years ago
  73. c0e6023 Support RTL in chips library. by Andrew Sapperstein · 10 years ago
  74. b10d1c6 Main changes to the chips library: by Kevin Lin · 10 years ago
  75. f5c24c9 am 3e8176df: Don\'t show the alternates dialog for GAL contacts by Scott Kennedy · 11 years ago
  76. 514f8a7 Don't show the alternates dialog for GAL contacts by Scott Kennedy · 11 years ago
  77. d1c1e35 am e444c661: am eaf43ea2: Don\'t show pop-ups and dialogs if we\'re not attached to a valid window. by Tony Mantler · 11 years ago
  78. 7894c8a am eaf43ea2: Don\'t show pop-ups and dialogs if we\'re not attached to a valid window. by Tony Mantler · 11 years ago
  79. fbeca0e Don't show pop-ups and dialogs if we're not attached to a valid window. by Tony Mantler · 11 years ago
  80. 858e094 Merge chips from jb-ub-mail-ur11 into klp-ub-dev by Scott Kennedy · 11 years ago
  81. 4996c3c am 3be35a39: Remove some unused resources and imports by Scott Kennedy · 11 years ago
  82. 2e3fb2e Remove some unused resources and imports by Scott Kennedy · 11 years ago
  83. e091107 am 30d26326: Add directory photo support by Jay Shrauner · 11 years ago
  84. c88702e Add directory photo support by Jay Shrauner · 11 years ago
  85. f30ea36 am bc742af5: Make Chips work on API 11+ by Scott Kennedy · 11 years ago
  86. 1650ef6 Make Chips work on API 11+ by Scott Kennedy · 11 years ago
  87. 47f4077 resolved conflicts for merge of b6c18ed6 to master by Scott Kennedy · 11 years ago
  88. c430ea8 Remove an unnecessary null check by Scott Kennedy · 11 years ago
  89. b2b33af am ad1d181c: Don\'t bother storing a null value in the cache by Scott Kennedy · 11 years ago
  90. b52d29b Don't bother storing a null value in the cache by Scott Kennedy · 11 years ago
  91. 76f1f2d Support an External Dictionary of Contacts by Alon Albert · 11 years ago
  92. da5932f Prepare to remove a null check by Scott Kennedy · 11 years ago
  93. 771e417 Fix a NPE by Scott Kennedy · 11 years ago
  94. 6b7110f Prevent NPE in chips by Alice Yang · 11 years ago
  95. b023f69 Prevent IOOB exception by Paul Westbrook · 11 years ago
  96. 0c0e0a3 Merge "Messaging crash on selecting a contact from the auto complete list in landscape mode" into jb-mr2-dev by Tom Taylor · 11 years ago
  97. 0e12896 Don't do chip resolving in place by Scott Kennedy · 11 years ago
  98. 114c893 Messaging crash on selecting a contact from the auto complete list in landscape mode by Tom Taylor · 11 years ago
  99. dd00bac am da491f04: Prevent a potential ANR by Scott Kennedy · 11 years ago
  100. 272aae0 Prevent a potential ANR by Scott Kennedy · 11 years ago