1. 0e71b4f DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into by Xin Li · 5 years ago
  2. 55418ea Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  3. debd4ee docs: fixed instances of typo in 'overridden' by kopriva · 6 years ago
  4. a85f4eb Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  5. 74e7aed Code reformatting for upcoming automated code changes. by Mathew Inwood · 6 years ago
  6. f299fc0 End the TC session on terminal selection event actions by Abodunrinwa Toki · 6 years ago
  7. 3128ebd Fix a typo in the API doc of TextView#setKeyListener() by Yohei Yukawa · 6 years ago
  8. 11fa718 Move accessibilityHeader from TextView to View by Phil Weaver · 6 years ago
  9. 4e51877 Fix crash when modifying Selection by Clara Bayarri · 6 years ago
  10. 080c854 TextClassifier API updates. by Abodunrinwa Toki · 6 years ago
  11. 119d10de Merge "Implement Stateful TextClassifier APIs." into pi-dev by Abodunrinwa Toki · 6 years ago
  12. ebd87bf Merge "Use on-screen text in a11y text changed event" into pi-dev by TreeHugger Robot · 6 years ago
  13. 88be5a6 Implement Stateful TextClassifier APIs. by Abodunrinwa Toki · 6 years ago
  14. 092f754 Use on-screen text in a11y text changed event by Phil Weaver · 6 years ago
  15. a1ff74c Merge "Stop using DynamicLayout in case of non selectable PrecomputedText" into pi-dev by TreeHugger Robot · 6 years ago
  16. d982f56 Merge "Fix random SmartLinkify-related TextView bugs." into pi-dev by TreeHugger Robot · 6 years ago
  17. 0c5daa1 Stop using DynamicLayout in case of non selectable PrecomputedText by Seigo Nonaka · 6 years ago
  18. 5209691 Fix random SmartLinkify-related TextView bugs. by Abodunrinwa Toki · 6 years ago
  19. 02c8d1b Merge "Make PrecomputedText Spannable for supporting selection" into pi-dev by TreeHugger Robot · 6 years ago
  20. e9a7cb8 Merge "Fix smart_linkify_enabled flag." into pi-dev by TreeHugger Robot · 6 years ago
  21. 6563833 Fix smart_linkify_enabled flag. by Abodunrinwa Toki · 6 years ago
  22. a553477 Make PrecomputedText Spannable for supporting selection by Seigo Nonaka · 6 years ago
  23. 46c84bf Merge "Fix rounding error related to autoSize" into pi-dev by Siyamed Sinir · 6 years ago
  24. e887f4d Revert "Make PrecomputedText Spannable for supporting selection" by Seigo Nonaka · 6 years ago
  25. 948693e Fix rounding error related to autoSize by Siyamed Sinir · 6 years ago
  26. 80ed5a3 Make PrecomputedText Spannable for supporting selection by Seigo Nonaka · 6 years ago
  27. 687bf8f Add @attr for justificationMode by Seigo Nonaka · 6 years ago
  28. 0efaf20 Merge "Introduce new perf test for TextView with precomputed text" into pi-dev by TreeHugger Robot · 6 years ago
  29. d15f04e Introduce new perf test for TextView with precomputed text by Seigo Nonaka · 6 years ago
  30. e1ffb54 Throw an exception in case of parameter mismatch of precomputed text by Seigo Nonaka · 6 years ago
  31. 27db81b Don't use highlighting in non-selectable text. Also fixes potential discrepancy in indexes for Linkified entities. by Richard Ledley · 6 years ago
  32. 904fcda Fix CTS TextViewTest by Seigo Nonaka · 6 years ago
  33. e245116 New attribute textFontWeight for selecting weight in the font family by Seigo Nonaka · 6 years ago
  34. 78cab5a Merge "[Magnifier-23] Fix invisible cursor in magnifier" by Mihai Popa · 6 years ago
  35. e68ba07 Merge "Reorganize MeasuredText API (2nd)" by Seigo Nonaka · 6 years ago
  36. 6ef5bbc Merge "Get text positions from transformed text" by Phil Weaver · 6 years ago
  37. a4e39c4 [Magnifier-23] Fix invisible cursor in magnifier by Mihai Popa · 6 years ago
  38. beafa1f Reorganize MeasuredText API (2nd) by Seigo Nonaka · 6 years ago
  39. cc595bb Get text positions from transformed text by Phil Weaver · 6 years ago
  40. 27d0446 Optimization: don't call AFM.notifyValueChanged() when value didn't change. by Felipe Leme · 6 years ago
  41. 4e90fa2 Revert "Reorganize MeasuredText API" by Seigo Nonaka · 6 years ago
  42. 7fd36d1 Reorganize MeasuredText API by Seigo Nonaka · 6 years ago
  43. 72c510f Revert "Move A11y events throttling away from View(RootImpl)" by Eugene Susla · 6 years ago
  44. 6290fb59 Add semantics for accessibility headings by Phil Weaver · 7 years ago
  45. f317e58 Merge "Implement text baseline attributes for TextView." by Abodunrinwa Toki · 7 years ago
  46. e0f35ee Fix API review javadoc issues in TextView/ExtractedText by Clara Bayarri · 7 years ago
  47. e94a75a Implement text baseline attributes for TextView. by Abodunrinwa Toki · 7 years ago
  48. b01e18c Merge "Rename PremeasuredText to MeasuredText" by Seigo Nonaka · 7 years ago
  49. b033685 Merge "Set selection bounds when we try to copy, so it will work with nonselectable text." by Richard Ledley · 7 years ago
  50. b306698 Merge "Make Linkify links clickable in nonselectable text." by Richard Ledley · 7 years ago
  51. 4b823b9 Set selection bounds when we try to copy, so it will work with nonselectable text. by Richard Ledley · 7 years ago
  52. 0b22497 Merge "Move A11y events throttling away from View(RootImpl)" by TreeHugger Robot · 7 years ago
  53. 9d3bd08 Rename PremeasuredText to MeasuredText by Seigo Nonaka · 7 years ago
  54. 724eff9 Make Linkify links clickable in nonselectable text. by Richard Ledley · 7 years ago
  55. 3101268 Merge "Avoid unnecessary division in TextView.Marquee.tick." by TreeHugger Robot · 7 years ago
  56. e4d31b3 Move A11y events throttling away from View(RootImpl) by Eugene Susla · 7 years ago
  57. 0f4c423 Merge "Renaming leftover from previous CL..." by TreeHugger Robot · 7 years ago
  58. 2ef95c9 Merge "Ignores Resources.NotFoundException when setting ViewStructure.setTestIdEntry()." by TreeHugger Robot · 7 years ago
  59. 0ca1807 Renaming leftover from previous CL... by Felipe Leme · 7 years ago
  60. 01f4f03 Ignores Resources.NotFoundException when setting ViewStructure.setTestIdEntry(). by Felipe Leme · 7 years ago
  61. 8038267 Enable/disable fallback line spacing in TextView by Siyamed Sinir · 7 years ago
  62. 5dc45ca Added new Autofill APIs to get name of id used on android:text. by Felipe Leme · 7 years ago
  63. e536e57 Update setLineSpacing docs to mention units by Clara Bayarri · 7 years ago
  64. fa83834 Avoid unnecessary division in TextView.Marquee.tick. by Tim Murray · 7 years ago
  65. 26b8722 Show Floating Toolbar when tapping a selectable TextLink in TextView. by Richard Ledley · 7 years ago
  66. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  67. fbe63bd Introduce PremeasuredText by Seigo Nonaka · 7 years ago
  68. d4128ec Revert "Don't generate irrelevant a11y events - framework" by Eugene Susla · 7 years ago
  69. 8ddfb47 Don't generate irrelevant a11y events - framework by Svet Ganov · 7 years ago
  70. ca189fe [Magnifier - 5] Auto invalidate and misc by Andrei Stingaceanu · 7 years ago
  71. 15af561 [Magnifier - 3] Reduce number of calls to PixelCopy by Andrei Stingaceanu · 7 years ago
  72. 02a20b7 Merge "Added new ViewNode properties for Autofill (minEms, maxEms, maxLength)." by TreeHugger Robot · 7 years ago
  73. aa7e229 Added new ViewNode properties for Autofill (minEms, maxEms, maxLength). by Felipe Leme · 7 years ago
  74. e06eebf Rename mCursorDrawble to mDrawableForCursor by Roozbeh Pournader · 7 years ago
  75. e3c34ce Merge "Switch version gate for fallback linespacing to P" by TreeHugger Robot · 7 years ago
  76. 60f555c Switch version gate for fallback linespacing to P by Roozbeh Pournader · 7 years ago
  77. a26be3c Fix crash in TextView#setHint by Clara Bayarri · 7 years ago
  78. d8c5e7f Fix hint text updates in Extracted text mode by Clara Bayarri · 7 years ago
  79. 390a4d6 Merge "Fix maxLines/lines properties for BoringLayout" into oc-mr1-dev am: ae90cfccee by Siyamed Sinir · 7 years ago
  80. dcb33f1 Fix maxLines/lines properties for BoringLayout by Siyamed Sinir · 7 years ago
  81. 89bda32 Log the "change selected text" gesture. by Abodunrinwa Toki · 7 years ago
  82. 78940eb Log the "change selected text" gesture. by Abodunrinwa Toki · 7 years ago
  83. 160d23e Merge "TextView longpress 2 haptic feedback fix" into oc-mr1-dev am: 04b6095082 by Andrei Stingaceanu · 7 years ago
  84. 4303f22 TextView longpress 2 haptic feedback fix by Andrei Stingaceanu · 7 years ago
  85. 5caf5a6 Use fallback-based line spacing in TextView etc by Roozbeh Pournader · 7 years ago
  86. 22a167c Add a builder for DynamicLayout and switch TextView to it by Roozbeh Pournader · 7 years ago
  87. abe61c2 Merge "Add deltaX/Y to a11y scroll events" by TreeHugger Robot · 7 years ago
  88. b186823 Merge "Improve TextView.onMeasure() for multiline text." by TreeHugger Robot · 7 years ago
  89. 917748e Improve TextView.onMeasure() for multiline text. by Seigo Nonaka · 7 years ago
  90. b969b3e Merge "AutoSize TextView - fix transformation method" into oc-mr1-dev am: 8719c2a8e6 by Andrei Stingaceanu · 7 years ago
  91. cb45ddf Add deltaX/Y to a11y scroll events by Eugene Susla · 7 years ago
  92. d278116 Refactor TextView TextAppearance attributes reading by Clara Bayarri · 7 years ago
  93. 4ecf2de Merge "Remove secondary bidi cursor" by TreeHugger Robot · 7 years ago
  94. 9c13307 Remove secondary bidi cursor by Roozbeh Pournader · 7 years ago
  95. 6e82029 AutoSize TextView - fix transformation method by Andrei Stingaceanu · 7 years ago
  96. 83a8429 Merge "Move cursor to end of text when autofilling." into oc-mr1-dev am: de499f469f by Felipe Leme · 7 years ago
  97. 2e58b16 Move cursor to end of text when autofilling. by Felipe Leme · 7 years ago
  98. 1e2df08 Merge "Define constants for ellipsize values" by TreeHugger Robot · 7 years ago
  99. 3f9cfa7 Define constants for ellipsize values by Roozbeh Pournader · 7 years ago
  100. 967805c Merge "Handle long text for share/cut/copy operations." by Siyamed Sinir · 7 years ago