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