1. 8b047dd Move multiplier to ViewConfiguration by Siarhei Vishniakou · 6 years ago
  2. aae0663 Add View#getSourceLayoutResId(). by Aurimas Liutikas · 6 years ago
  3. 35ea763 Removed unused flag from notifyTextChanged(). by Felipe Leme · 6 years ago
  4. b47ddd4 Run inspector annotation processor on framework by Ashley Rose · 6 years ago
  5. 26cbd71 Post expensive ContentCapture calls to Choreographer's CALLBACK_COMMIT stage. by Felipe Leme · 6 years ago
  6. 4125342 Merge "Fixed View.getContentCaptureSession(ContentCaptureManager)." by Felipe Leme · 6 years ago
  7. 902d63b Fixed View.getContentCaptureSession(ContentCaptureManager). by Felipe Leme · 6 years ago
  8. e9c836e Merge "Accelerate long press in View.java" by TreeHugger Robot · 6 years ago
  9. 99eff85 Merge "Explicit delay in View.java" by TreeHugger Robot · 6 years ago
  10. 3394986 Accelerate long press in View.java by Siarhei Vishniakou · 7 years ago
  11. bacad70 Explicit delay in View.java by Siarhei Vishniakou · 6 years ago
  12. e0b050e Merge "Changed the virtual ids on ContentCapture to be long." by TreeHugger Robot · 6 years ago
  13. a75333c Changed the virtual ids on ContentCapture to be long. by Felipe Leme · 6 years ago
  14. 9a84064 Merge "Added trace points for ContentCapture." by TreeHugger Robot · 6 years ago
  15. 73f3e8a Introduce new window insets launch flag by Jorim Jaggi · 6 years ago
  16. d5bd0d0 Merge "Change how notifyAppearedOrDisappearedForContentCaptureIfNeeded() checks if view is visible." by TreeHugger Robot · 6 years ago
  17. 3835835 Change how notifyAppearedOrDisappearedForContentCaptureIfNeeded() checks if view is visible. by Felipe Leme · 6 years ago
  18. a3196a7 Removed graphical properties from Content Capture ViewNode. by Felipe Leme · 6 years ago
  19. b337e1c Added trace points for ContentCapture. by Felipe Leme · 6 years ago
  20. 0fe161d Schematize Display system properties by Kiyoung Kim · 6 years ago
  21. 4a710a8 Merge changes I88f7f7e5,If6c1153d by Jorim Jaggi · 6 years ago
  22. 02a741f A brave new world for window insets (11/n) by Jorim Jaggi · 6 years ago
  23. 2057c38 New, minor ContentCapture APIs for virtual views management. by Felipe Leme · 6 years ago
  24. 93ffb98 Implemented missing methods on android.view.contentcapture.ViewNode by Felipe Leme · 6 years ago
  25. 64e9cd3 Merge changes from topic "inset_dispatch" by Jorim Jaggi · 6 years ago
  26. c41c91a Merge "Update javadoc for accessibility announcements" by Phil Weaver · 6 years ago
  27. 15637fd A brave new world for window insets (10/n) by Jorim Jaggi · 6 years ago
  28. e105cc2 Update javadoc for accessibility announcements by Phil Weaver · 6 years ago
  29. 5fea55b Remove usage of scoped connections. by Robert Carr · 6 years ago
  30. 31755f9 Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  31. 99dc474 Merge "A brave new world for window insets (5/n)" by Jorim Jaggi · 6 years ago
  32. 5bb571d A brave new world for window insets (5/n) by Jorim Jaggi · 6 years ago
  33. 87a9dc9 Moved createContentCaptureSession() to ContentCaptureSession. by Felipe Leme · 6 years ago
  34. aa5088e Another round of changes on Content Capture. by Felipe Leme · 6 years ago
  35. 749b889 Yet another (major) refactoring on Content Capture and Augmented Autofill. by Felipe Leme · 6 years ago
  36. 25c291d Add @InspectableProperty to View by Ashley Rose · 6 years ago
  37. c999d5e Merge "A brave new world for window insets (2 and 3/n)" by Jorim Jaggi · 6 years ago
  38. ecb08be Split IntelligenceManager / IntelligenceService. by Felipe Leme · 6 years ago
  39. b603095 A brave new world for window insets (2 and 3/n) by Jorim Jaggi · 6 years ago
  40. c7f839b Merge "Restrict unsupported API usage to View.setFrame" by Andrey Kulikov · 6 years ago
  41. c5713cb Made View#setTransitionAlpha(),getTransitionAlpha() public by Andrey Kulikov · 6 years ago
  42. 470564c Restrict unsupported API usage to View.setFrame by Andrey Kulikov · 6 years ago
  43. 5754598 Makes View#setAnimationMatrix public by Andrey Kulikov · 6 years ago
  44. 752828f Expose RenderNode#getUniqueId() as View#getUniqueDrawingId() by Ashley Rose · 6 years ago
  45. 636be16 Merge "Made View.setLeftTopRightBottom() public" by TreeHugger Robot · 6 years ago
  46. 6ee8379 Made View.setLeftTopRightBottom() public by Andrey Kulikov · 6 years ago
  47. e86bd98 WM: Removes setSize from buffer-less surfaces by Vishnu Nair · 6 years ago
  48. 2bad68c Merge "Fixed when IntelligenceManager.notifyAppeared()/disappeared() is called." by TreeHugger Robot · 6 years ago
  49. 88dbb1b Merge "Make View#transformMatrixToLocal/Global public" by TreeHugger Robot · 6 years ago
  50. c127cbe Make View#transformMatrixToLocal/Global public by Clara Bayarri · 6 years ago
  51. bd5f58d Fixed when IntelligenceManager.notifyAppeared()/disappeared() is called. by Felipe Leme · 6 years ago
  52. 6d45ba0 Merge "Simplified View.onProvideContentCaptureStructure()" by TreeHugger Robot · 6 years ago
  53. c90e782 Restrict unsupported API usage to View#mParent/mTop/mLeft/mRight/mBottom by Clara Bayarri · 6 years ago
  54. 9424812 Restrict unsupported API usage to View#mMinWidth/Height by Clara Bayarri · 6 years ago
  55. 92ab385 Simplified View.onProvideContentCaptureStructure() by Felipe Leme · 6 years ago
  56. 02896eb Merge "Synthesize hover events for TouchDelegate#onTouchExplorationHoverEvent" by Dieter Hsu · 6 years ago
  57. 4c83ed8 Synthesize hover events for TouchDelegate#onTouchExplorationHoverEvent by Dieter Hsu · 6 years ago
  58. 92736c1 Minor Content Capture-related changes. by Felipe Leme · 6 years ago
  59. 1eec951 Merge "Added moar ContentCapture APIs (and their initial implementation)." by TreeHugger Robot · 6 years ago
  60. 88eae3b Added moar ContentCapture APIs (and their initial implementation). by Felipe Leme · 6 years ago
  61. 320a012 Merge "Update API doc of View.DragShadowBuilder" am: 29f0f9a910 am: 0539710f6f by Daichi Hirono · 6 years ago
  62. 1fa1b99 Merge "Update API doc of View.DragShadowBuilder" am: 29f0f9a910 am: 0539710f6f by Daichi Hirono · 6 years ago
  63. 29f0f9a Merge "Update API doc of View.DragShadowBuilder" by Treehugger Robot · 6 years ago
  64. 05ac00c Merge changes from topic "windowinsets-api" by Jorim Jaggi · 6 years ago
  65. f2c351a Merge "Make RenderNode public API" by John Reck · 6 years ago
  66. ddeaa48 Make RenderNode public API by John Reck · 6 years ago
  67. fa1b8de Improve TouchDelegate Accessibility: Explore by Touch handle hover events by Dieter Hsu · 6 years ago
  68. 60f5929 WindowInsets: reimplement WindowInsets on top of Insets by Adrian Roos · 6 years ago
  69. c7ddcf3 Update some docs & tweak some method names by John Reck · 6 years ago
  70. 41e2d74 Merge "Move some members to the "Q blacklist"." am: f5cf9f24ed am: 13c9e7e2f3 by Nathan Harold · 6 years ago
  71. a2d20b4 Add theme & View API to control force-dark by John Reck · 6 years ago
  72. 8884cfc Merge "Rename & package shuffle" by John Reck · 6 years ago
  73. 45d2c25 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  74. ba1a334 Merge "Stop resetting app drag drop state when startDrag is invoked twice." by TreeHugger Robot · 6 years ago
  75. 571074b Stop resetting app drag drop state when startDrag is invoked twice. by Daichi Hirono · 6 years ago
  76. 4b17314 Get InputMethodManager in View only if needed by Yohei Yukawa · 6 years ago
  77. 4bc4fe6 Merge "Accessibility: Improve TouchDelegate Accessibility" by Rhed Jao · 6 years ago
  78. 254c25f Fix NPE from onChildVisibilityChanged. by Kevin · 6 years ago
  79. ae63875 Accessibility: Improve TouchDelegate Accessibility by Rhed Jao · 6 years ago
  80. 1f68b5e Update API doc of View.DragShadowBuilder by Daichi Hirono · 6 years ago
  81. 32f140aa6 Rename & package shuffle by John Reck · 6 years ago
  82. 3d71e1f Merge "[Magnifier-63] Hide it for rotated/scaled textview" by Mihai Popa · 6 years ago
  83. d896dbd Merge "docs: bug 72853855, wrong parameter" into pi-dev am: 1f86e2f4ca by kopriva · 6 years ago
  84. 978a89c Merge "docs: bug 72853855, wrong parameter" into pi-dev am: 1f86e2f4ca by kopriva · 6 years ago
  85. ddf9fe0 [Magnifier-63] Hide it for rotated/scaled textview by Mihai Popa · 6 years ago
  86. b350c7e docs: bug 72853855, wrong parameter by kopriva · 6 years ago
  87. 7021965 Merge "Wire-up default force-dark based off of isLightTheme" by John Reck · 6 years ago
  88. bb3a358 Wire-up default force-dark based off of isLightTheme by John Reck · 6 years ago
  89. 6b16440 De-couple RenderNode from View package by John Reck · 6 years ago
  90. 1423e13 Create plumbing for disabling force-dark by John Reck · 6 years ago
  91. a52c7fc Merge "Log when autofill is disabled in a view." by TreeHugger Robot · 6 years ago
  92. b9467a1 Log when autofill is disabled in a view. by Felipe Leme · 6 years ago
  93. 484d4af Always use Context.getSystemService() to get IMM by Yohei Yukawa · 6 years ago
  94. 8c854f8 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  95. 305fd40 Revert "Use session id to uniquely identidy autofill ids for multi-session." by Felipe Leme · 6 years ago
  96. ba15db8 Use session id to uniquely identidy autofill ids for multi-session. by Felipe Leme · 6 years ago
  97. e5ad598 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  98. a570dee Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  99. 2ab2813 Merge "isFocusable should also check for clear focus." by TreeHugger Robot · 6 years ago
  100. 2a53ad9 isFocusable should also check for clear focus. by Qasid Ahmad Sadiq · 6 years ago