1. 5bf03b7 Merge "Allow users to manually request Autofill." by TreeHugger Robot · 7 years ago
  2. 65d1c29 Merge "Move expensive TextClock operations to onAttach" by TreeHugger Robot · 7 years ago
  3. 2ac463e Allow users to manually request Autofill. by Felipe Leme · 7 years ago
  4. 9b31b4e Merge "Make it clear which type of AutoFillValue is set" by Philip P. Moltmann · 7 years ago
  5. 123a34f Merge "Renamed ViewStructure.setSanitized() to setDataIsSensitive()." by TreeHugger Robot · 7 years ago
  6. c9a19b1 Renamed ViewStructure.setSanitized() to setDataIsSensitive(). by Felipe Leme · 7 years ago
  7. 9668903 Make it clear which type of AutoFillValue is set by Philip P. Moltmann · 7 years ago
  8. 2f8fb1f Fix a few auto fill ussues by Svet Ganov · 7 years ago
  9. dffe6fd Move expensive TextClock operations to onAttach by Ian Lake · 7 years ago
  10. 640f30a Replaced auto-fill by autofill to keep it consistent with API style. by Felipe Leme · 7 years ago
  11. d04a697 Optimize ViewStructure for autofill by removing irrelevant nodes. by Felipe Leme · 7 years ago
  12. 7e547fb Merge "Replace AutoFillType by view constants." by TreeHugger Robot · 7 years ago
  13. 8931e30 Replace AutoFillType by view constants. by Felipe Leme · 7 years ago
  14. 4cfda0b TextClassifier: Introduce LocaleList in the API. by Abodunrinwa Toki · 7 years ago
  15. 0f502cb Merge "Prevent crashes when in insertion mode." by Abodunrinwa Toki · 7 years ago
  16. 792d820 Prevent crashes when in insertion mode. by Abodunrinwa Toki · 7 years ago
  17. e1be1df Merge "Ignore non-font resource references in TextView constructor" by Clara Bayarri · 7 years ago
  18. 5591044 Don't set auto-fill options when Spinner has no adapter. by Felipe Leme · 7 years ago
  19. d134b89 Ignore non-font resource references in TextView constructor by Clara Bayarri · 7 years ago
  20. ba6f462 Add autoFillHint property to view by Philip P. Moltmann · 8 years ago
  21. 1bef83f Merge "Added inputType to Assist API." by TreeHugger Robot · 7 years ago
  22. de06d67 Merge "Added auto-fill support for DatePicker and TimePicker." by TreeHugger Robot · 7 years ago
  23. 305b72c Added auto-fill support for DatePicker and TimePicker. by Felipe Leme · 8 years ago
  24. 1ca63ec Merge "Do not send onTimeChanged updates if nothing actually changed." by Aurimas Liutikas · 7 years ago
  25. 2f16bc8 Do not send onTimeChanged updates if nothing actually changed. by Aurimas Liutikas · 7 years ago
  26. 90ebaa8 Merge "Don't trigger textclassifier in a11y action." by Abodunrinwa Toki · 7 years ago
  27. 117240c Don't trigger textclassifier in a11y action. by Abodunrinwa Toki · 7 years ago
  28. 16aafc3 Added inputType to Assist API. by Felipe Leme · 8 years ago
  29. 81926e3 Merge "AutoSize TextView (part 11) - fix final APIs" by Andrei Stingaceanu · 8 years ago
  30. 8e1a729 Implicitly cast views obtained via View.findView methods by Alan Viverette · 8 years ago
  31. ab18567 AutoSize TextView (part 11) - fix final APIs by Andrei Stingaceanu · 8 years ago
  32. d77ae2b Merge "Implement reset to original selection." by TreeHugger Robot · 8 years ago
  33. 89ba5fb Implement reset to original selection. by Abodunrinwa Toki · 8 years ago
  34. a2ba2a3 Merge "Revert "Request re-layout after setText if layout width is 0"" by Siyamed Sinir · 8 years ago
  35. 6f29b7a Revert "Request re-layout after setText if layout width is 0" by Siyamed Sinir · 8 years ago
  36. f30b879 Merge "Added sanitization for CompoundButton and RadioGroup." by TreeHugger Robot · 8 years ago
  37. 62fb65f Merge "Added auto-fill support for Spinner." by Felipe Leme · 8 years ago
  38. 4f911e1 Merge "Fix toggling of AM/PM of TimePicker using hardware keyboard." by Aurimas Liutikas · 8 years ago
  39. 4bc511c Merge "VideoView: option for audio focus, support for AudioAttributes" by TreeHugger Robot · 8 years ago
  40. c01a873 Added sanitization for CompoundButton and RadioGroup. by Felipe Leme · 8 years ago
  41. c51c5f2 Fix toggling of AM/PM of TimePicker using hardware keyboard. by Aurimas Liutikas · 8 years ago
  42. d09ccb8 Added auto-fill support for Spinner. by Felipe Leme · 8 years ago
  43. 7be469a Merge "Fixed missing auto-fill save callbacks on TextView." by Felipe Leme · 8 years ago
  44. 0f49f82 VideoView: option for audio focus, support for AudioAttributes by Jean-Michel Trivi · 8 years ago
  45. 0257c8a Fixed missing auto-fill save callbacks on TextView. by Felipe Leme · 8 years ago
  46. 7843f0a Merge "Added auto-fill listeners for RadioGroup and CompoundButton." by TreeHugger Robot · 8 years ago
  47. f6e3654 Merge "CalendarView Material - fix exception if date is out of range" by Andrei Stingaceanu · 8 years ago
  48. 5882c4f Added auto-fill listeners for RadioGroup and CompoundButton. by Felipe Leme · 8 years ago
  49. 385912e Deprecate "speak passwords" setting. by Phil Weaver · 8 years ago
  50. 33791fd Add API to mark sanitized fields and implement it on TextView. by Felipe Leme · 8 years ago
  51. fc9ea84 CalendarView Material - fix exception if date is out of range by Andrei Stingaceanu · 8 years ago
  52. 2c2c3ee Merge "AutoSize TextView (part 10) - final APIs" by Andrei Stingaceanu · 8 years ago
  53. a42ba85 Merge "Clarify extra data argument nullness." by TreeHugger Robot · 8 years ago
  54. d666953 Clarify extra data argument nullness. by Phil Weaver · 8 years ago
  55. 3057476 AutoSize TextView (part 10) - final APIs by Andrei Stingaceanu · 8 years ago
  56. ceb2504 Merge "Resolve pointer icon over FastScroller to arrow." by TreeHugger Robot · 8 years ago
  57. 11372fa Resolve pointer icon over FastScroller to arrow. by Vladislav Kaznacheev · 8 years ago
  58. 302fe90 Merge "TextView/LinkMovementMethod/ClickableSpan - touch up revert" by Andrei Stingaceanu · 8 years ago
  59. fb30f7c Merge "Do not move PopupWindow when its anchor is detached" by TreeHugger Robot · 8 years ago
  60. bbc2140 Merge "TextClassifierImpl: Handle urls." by Abodunrinwa Toki · 8 years ago
  61. 9b4c82a TextClassifierImpl: Handle urls. by Abodunrinwa Toki · 8 years ago
  62. 22dac1c Introduce @SoftInputModeFlags annotation by Yohei Yukawa · 8 years ago
  63. d834c58 TextView/LinkMovementMethod/ClickableSpan - touch up revert by Andrei Stingaceanu · 8 years ago
  64. afaa932 Do not move PopupWindow when its anchor is detached by Vladislav Kaznacheev · 8 years ago
  65. fbfead2 AutoSize TextView (part 9) - sanitize APIs naming by Andrei Stingaceanu · 8 years ago
  66. 4127c13 Merge "FloatingToolbar: Support for menu groups." by TreeHugger Robot · 8 years ago
  67. 5fedfb8 FloatingToolbar: Support for menu groups. by Abodunrinwa Toki · 8 years ago
  68. 2ec94fd Merge "Provide old behavior for View#hasFocusable to old apps" by Adam Powell · 8 years ago
  69. f9a55d4 Merge "AutoSize TextView (part 8) - APIs for predefined sizes" by TreeHugger Robot · 8 years ago
  70. 9fe208f AutoSize TextView (part 8) - APIs for predefined sizes by Andrei Stingaceanu · 8 years ago
  71. ca4964c Replace com.android.internal.util.Predicate with java.util.function.Predicate by Paul Duffin · 8 years ago
  72. bf1a0e2 Merge "start/invalidate selection actionMode asynchronously" by TreeHugger Robot · 8 years ago
  73. 1e27582 Merge "Provide text locations to accessibility services." by Phil Weaver · 8 years ago
  74. 0f552f4 Provide old behavior for View#hasFocusable to old apps by Adam Powell · 8 years ago
  75. fb0f360 Merge "Refined session management so Save can be automatically called." by Felipe Leme · 8 years ago
  76. 8710ea1 start/invalidate selection actionMode asynchronously by Abodunrinwa Toki · 8 years ago
  77. 155c3a8 Merge "Clickable spans - trigger onClick onSingleTapUp" by Andrei Stingaceanu · 8 years ago
  78. bab851c Refined session management so Save can be automatically called. by Felipe Leme · 8 years ago
  79. c2e2893 Provide text locations to accessibility services. by Phil Weaver · 8 years ago
  80. ab14d82 Adding text input mode to TimePicker. by Aurimas Liutikas · 8 years ago
  81. 40eb0ba Merge "Revert "Implicitly cast views obtained via View.findView methods"" by TreeHugger Robot · 8 years ago
  82. f0ebee9 Clickable spans - trigger onClick onSingleTapUp by Andrei Stingaceanu · 8 years ago
  83. 995f4b5 Merge "Extract and unhide TransitionListenerAdapter" by Ben Weiss · 8 years ago
  84. 177f373 Revert "Implicitly cast views obtained via View.findView methods" by Alan Viverette · 8 years ago
  85. fafdb73 Fix TextClassifier.getTextClassificationResult() by Abodunrinwa Toki · 8 years ago
  86. 5523f9a Merge "Improved AutoFill Save workflow." by Felipe Leme · 8 years ago
  87. 0200d9e Improved AutoFill Save workflow. by Felipe Leme · 8 years ago
  88. 8e332cc Merge "Ignore smart selection for multi-word selections." by Abodunrinwa Toki · 8 years ago
  89. f9a81f3 Ignore smart selection for multi-word selections. by Abodunrinwa Toki · 8 years ago
  90. 7b55251 Merge "Implicitly cast views obtained via View.findView methods" by TreeHugger Robot · 8 years ago
  91. a061550 Merge "Fix crash in TextView getFont" by TreeHugger Robot · 8 years ago
  92. e2896fe Merge "Fix for endless loop in RelativeLayout." by Yura · 8 years ago
  93. 0603324 Fix crash in TextView getFont by Clara Bayarri · 8 years ago
  94. cf45c85 Merge "Introduce set/getFontVariationSettings." by TreeHugger Robot · 8 years ago
  95. 9f5d2b0 Merge "Don't scroll popup parent in response to parent scrolling" by TreeHugger Robot · 8 years ago
  96. a354c4f Fix for endless loop in RelativeLayout. by Yura · 8 years ago
  97. b64e777f Add methods to query animation state by Chet Haase · 8 years ago
  98. 9ff994d Introduce set/getFontVariationSettings. by Seigo Nonaka · 8 years ago
  99. fe98ad9 Merge "Implement .xml font resource support" by TreeHugger Robot · 8 years ago
  100. b46df69 Merge "Move autofill focus triggers from TextView to View." by TreeHugger Robot · 8 years ago