1. 272aae0 Prevent a potential ANR by Scott Kennedy · 12 years ago
  2. 983c99b Add unit test for creating fake phone entries by Scott Kennedy · 12 years ago
  3. b315ee2 Cherry-pick: Area code gets eaten in Chips by Tom Taylor · 12 years ago
  4. 63b2a52 ArrayIndexOutOfBoundsException in RecipientEntry.constructFakeEntry by Tom Taylor · 12 years ago
  5. c659350 Cherry-pick Fix a Dead Loop issue in RecipientEditTextView by jli119X · 12 years ago
  6. 539c2b1 Always close this cursor by Scott Kennedy · 12 years ago
  7. 194d427 Refactor some of thie chips code by Scott Kennedy · 12 years ago
  8. 20c8aa7 Add a test case for b/8321211 by Scott Kennedy · 12 years ago
  9. cb62027 Merge "Initial clean up of the chips code" into jb-ub-mail-ur9 by Scott Kennedy · 12 years ago
  10. d2240c5 Fix a failing test by Scott Kennedy · 12 years ago
  11. f7e202d Initial clean up of the chips code by Scott Kennedy · 12 years ago
  12. 87b683e Unit test for getBetterRecipient() by Scott Kennedy · 12 years ago
  13. 6ac271f am 5863e75e: Ensure we chipify the original text by Scott Kennedy · 12 years ago
  14. 0613ff8 Ensure we chipify the original text by Scott Kennedy · 12 years ago
  15. 0802df0 Revert an unnecessary change by Scott Kennedy · 12 years ago
  16. 0501c63 Ensure appended emails have a comma separator by Scott Kennedy · 12 years ago
  17. b187a71 am 0159508d: Merge "Fix some jank" into jb-ub-mail-ur8 by Scott Kennedy · 12 years ago
  18. 0132502 Merge "Fix some jank" into jb-ub-mail-ur8 by Scott Kennedy · 12 years ago
  19. 341ed3d Fix some jank by Scott Kennedy · 12 years ago
  20. 1184fee am 48ad5213: Fix NPE. by Alice Yang · 12 years ago
  21. ad8781e Fix NPE. by Alice Yang · 12 years ago
  22. 9cbf4d6 am c4d46df7: Fix NPE. by Alice Yang · 12 years ago
  23. f0579ee Fix NPE. by Alice Yang · 12 years ago
  24. a5f3a5b am 211ae635: Reduce chip jank by Scott Kennedy · 12 years ago
  25. 78f38a0 Reduce chip jank by Scott Kennedy · 12 years ago
  26. d36779c am 8c386766: Use the best contact result for chips by Scott Kennedy · 12 years ago
  27. ef3f76c Use the best contact result for chips by Scott Kennedy · 12 years ago
  28. d5242f7 am 2727f969: Ensure all addresses turn into chips by Scott Kennedy · 12 years ago
  29. 94fa301 Ensure all addresses turn into chips by Scott Kennedy · 12 years ago
  30. 55ae101 am 7b1c6d7d: Add a toString() to make debugging easier by Scott Kennedy · 12 years ago
  31. 9796a50 Add a toString() to make debugging easier by Scott Kennedy · 12 years ago
  32. 6dd94e0 Merge "Don't jump focus out of the View when the Activity starts" into jb-ub-mail-ur9 by Scott Kennedy · 12 years ago
  33. 2fe0cff Don't jump focus out of the View when the Activity starts by Scott Kennedy · 12 years ago
  34. 9ef46b8 Prevent the tab key from double-tabbing by Scott Kennedy · 12 years ago
  35. 54d43c6 Hitting enter on a physical keyboard should auto-complete by Scott Kennedy · 12 years ago
  36. 0cd0096 Show contact addresses while chips load by Scott Kennedy · 12 years ago
  37. 1af243f Fix advancing to the next field when "Return" is pressed by Scott Kennedy · 12 years ago
  38. 28b51e8 Properly handle keyboard selection by mindyp · 12 years ago
  39. 488718e Make sure we correctly handle the " " at the end of a chip by mindyp · 12 years ago
  40. 806017c Eliminate jank when adding/ removing character by mindyp · 12 years ago
  41. 8c474ec Scroll when results appear by mindyp · 12 years ago
  42. 16923ee Extend reverse lookup to also check GAL by mindyp · 12 years ago
  43. 8ca8bdb Use same default contact photo for list items and chips by mindyp · 12 years ago
  44. f760e68 Fixup delete logic by mindyp · 12 years ago
  45. 04e5706 Make sure we only use the invisible chips optimization if we are showing the "more" chip by mindyp · 12 years ago
  46. 6a8c8d8 mMaxLines was not being set correctly; dont draw hidden chips on first render pass by mindyp · 12 years ago
  47. fae3c92 Remove unnecessary call to tokenize by mindyp · 12 years ago
  48. 7e10c86 Make sure we proplerly edit created chips. by mindyp · 12 years ago
  49. a24c09d Merge in sms fixes by mindyp · 12 years ago
  50. 637ac7d Remove the unneeded call to "findtokenstart"; we already have the token start by mindyp · 12 years ago
  51. ccb8e23 Don't validate the recipient text each time by mindyp · 12 years ago
  52. cb76b4d Reduce time until first revision of a chip is drawn. by mindyp · 12 years ago
  53. 4f82d88 dont replace the text in the text field when editing a fake or generated entry by mindyp · 12 years ago
  54. 0d93ca4 Make sure that we take the existng temporary contact, where available. by mindyp · 12 years ago
  55. 9f4d30a Make sure that the last "fake entry" chip is correctly committed by mindyp · 12 years ago
  56. 0d7c89b Update chips to follow new ux spec for replacement by mindyp · 12 years ago
  57. 3d78920 Reset maxlines when the user expands text by mindyp · 12 years ago
  58. 37726c0 Show old results by Paul Westbrook · 12 years ago
  59. f214812 Make sure we check the most up to date text for the token offsets. by mindyp · 12 years ago
  60. 73cb50b Add comments to the recipientedittextview replace code. by mindyp · 12 years ago
  61. 2587536 Fix crashes associated with new logic to replace entire address with name + address by mindyp · 12 years ago
  62. a310e9b The "original text" is just what we are putting in the text view, which is displaytext by mindyp · 12 years ago
  63. fa8f1e4 Make sure when we reverse lookup a recipient, we replace the underlying text string as well. by mindyp · 12 years ago
  64. 20d7af7 We add the separator ourselves later if it wasnt specified in append. by mindyp · 12 years ago
  65. abb864d Be extra careful with commas in recipient chips by mindyp · 12 years ago
  66. 0124468 Deal with commas within quoted text by mindyp · 12 years ago
  67. 4e7d20f Merge change from jb-dev to master by Mindy Pereira · 12 years ago
  68. ca52271 Check for null adapter. by Mindy Pereira · 12 years ago
  69. c52ea8e Break out of infinite loop once we detect an error. by Mindy Pereira · 12 years ago
  70. 3032097 Merge "Rather than change the text, just remove the waiting for entries row." into jb-dev by Mindy Pereira · 12 years ago
  71. c0e3599 Rather than change the text, just remove the waiting for entries row. by Mindy Pereira · 12 years ago
  72. 412e9ac Merge "The mysterious blank item was just a mis-used layout" into jb-dev by Mindy Pereira · 12 years ago
  73. cf11061 The mysterious blank item was just a mis-used layout by Mindy Pereira · 12 years ago
  74. fdc0e0d Merge "Dont hide the keyboard when showing alternates/ selecting a chip." into jb-dev by Mindy Pereira · 12 years ago
  75. 6a6bc70 Dont hide the keyboard when showing alternates/ selecting a chip. by Mindy Pereira · 12 years ago
  76. 7a95961 Merge "Null check; back behavior" into jb-dev by Mindy Pereira · 12 years ago
  77. 03cfe3e Null check; back behavior by Mindy Pereira · 12 years ago
  78. ffd270a Fix offset of alternates list dropdown. by Mindy Pereira · 12 years ago
  79. b2af8b4 Try this out with experimenters to see if the scrolling is reasonable. by Mindy Pereira · 12 years ago
  80. a98b8e4 Change text on "done" to say "return" by Mindy Pereira · 12 years ago
  81. dc760f3 Use ALIGN_BOTTOM instead of ALIGN_BASELINE by Mindy Pereira · 12 years ago
  82. 4afc73e Contact added to the "To" field of the Messaging app is not getting deleted by Tom Taylor · 12 years ago
  83. 27715de Merge "Don't autoselect first item in dropdown" into jb-dev by Tom Taylor · 12 years ago
  84. c7a87f0 Don't autoselect first item in dropdown by Tom Taylor · 12 years ago
  85. 43a3fc6 Fix alternate reverse lookup query. by Mindy Pereira · 12 years ago
  86. a5d37c8 Don't show duplicate destinations in alternate popup by Makoto Onuki · 12 years ago
  87. 3a42ce9 Merge "Don't use DISPLAY_NAME for chips if name is email or phone" into jb-dev by Makoto Onuki · 12 years ago
  88. 939283d Merge "Recycle styleable attributes after use." into jb-dev by Mindy Pereira · 12 years ago
  89. ef79800 Recycle styleable attributes after use. by Mindy Pereira · 12 years ago
  90. 00adb32 Don't use DISPLAY_NAME for chips if name is email or phone by Makoto Onuki · 12 years ago
  91. 5c4a2e7 Merge "Vertically center text in chips." into jb-dev by Mindy Pereira · 12 years ago
  92. 8ff0373 Vertically center text in chips. by Mindy Pereira · 12 years ago
  93. 2eb61a3 Merge "Use ime actions to commit when the user presses enter." into jb-dev by Mindy Pereira · 12 years ago
  94. 93364a6 Use ime actions to commit when the user presses enter. by Mindy Pereira · 12 years ago
  95. 6a6a987 Merge "Fix an crash if you pass a SpannableString" into jb-dev by Tom Taylor · 12 years ago
  96. 2d22763 Fix an crash if you pass a SpannableString by Tom Taylor · 12 years ago
  97. c1b76dc Merge "Dont commit by commit char if we cant tokenize." into jb-dev by Mindy Pereira · 12 years ago
  98. 60d96dc Dont commit by commit char if we cant tokenize. by Mindy Pereira · 12 years ago
  99. 9c17ab5 Fix alternates adapter by Tom Taylor · 12 years ago
  100. a62ba49 Fix alternates adapter. by Mindy Pereira · 12 years ago