1. 391a7c3 Merge "Fix edge effect not showing up on first scroll" am: 894d8cf470 by Vu Thanh Cong · 6 years ago
  2. 894d8cf Merge "Fix edge effect not showing up on first scroll" by Treehugger Robot · 6 years ago
  3. 2285a66 docs: fixing typo in reference document am: 60b06bd217 by kopriva · 6 years ago
  4. 60b06bd docs: fixing typo in reference document by kopriva · 6 years ago
  5. 4397591 Revert "Introduce InputConnection#reportLanguageHint()" by Yohei Yukawa · 6 years ago
  6. 8b764a0 Merge "[DO NOT MERGE] Fix some mouse + list-item selection/scrolling issues" by Treehugger Robot · 6 years ago
  7. ca575236 [DO NOT MERGE] Fix some mouse + list-item selection/scrolling issues by Evan Rosky · 7 years ago
  8. 72c510f Revert "Move A11y events throttling away from View(RootImpl)" by Eugene Susla · 7 years ago
  9. c4a79e0 Merge "Introduce InputConnection#reportLanguageHint()" by TreeHugger Robot · 7 years ago
  10. e77386e Introduce InputConnection#reportLanguageHint() by Yohei Yukawa · 7 years ago
  11. 8e5bd81 Expose selector draw condition for test by Evan Rosky · 7 years ago
  12. e4d31b3 Move A11y events throttling away from View(RootImpl) by Eugene Susla · 7 years ago
  13. 837ae0d Fix some mouse + list-item selection/scrolling issues by Evan Rosky · 7 years ago
  14. abe61c2 Merge "Add deltaX/Y to a11y scroll events" by TreeHugger Robot · 7 years ago
  15. cb45ddf Add deltaX/Y to a11y scroll events by Eugene Susla · 7 years ago
  16. 37b8567 clearChoices when setting AbsListView adapters. by Sumir Kataria · 7 years ago
  17. e28c03b Use newest scrap view in ListView by Phil Weaver · 7 years ago
  18. f830652 Split scroll factor into a 2d float. by Aaron Whyte · 7 years ago
  19. ec66fb8 Fix problem with ListView accessibility focus by Phil Weaver · 7 years ago
  20. 11372fa Resolve pointer icon over FastScroller to arrow. by Vladislav Kaznacheev · 7 years ago
  21. 0f552f4 Provide old behavior for View#hasFocusable to old apps by Adam Powell · 7 years ago
  22. 995c043 Fix ListView click handling under new focus rules by Adam Powell · 7 years ago
  23. 7584b07 Don't invalidate list data during layout. am: a9d976f39a am: 84a0d97b85 by Phil Weaver · 8 years ago
  24. 3af8c96 Fix edge effect not showing up on first scroll by Vu Thanh Cong · 8 years ago
  25. a9d976f Don't invalidate list data during layout. by Phil Weaver · 8 years ago
  26. 8de2328 Revert "Don't invalidate list data during layout." am: 866ded50bb am: 96b4a68c06 am: b8a314427b by Phil Weaver · 8 years ago
  27. 96b4a68 Revert "Don't invalidate list data during layout." am: 866ded50bb by Phil Weaver · 8 years ago
  28. 866ded5 Revert "Don't invalidate list data during layout." by Phil Weaver · 8 years ago
  29. 06ffff6 Don't invalidate list data during layout. am: 456158ffc2 by Phil Weaver · 8 years ago
  30. f74ce27 Merge "Don't invalidate list data during layout." by Phil Weaver · 8 years ago
  31. 456158f Don't invalidate list data during layout. by Phil Weaver · 8 years ago
  32. 2112742 Don't invalidate list data during layout. by Phil Weaver · 8 years ago
  33. 5c02263 Adding support for async view loading in RemoteViewsAdapter by Sunny Goyal · 8 years ago
  34. a8e64d9 Tweak the logic of AbsListView smoothScrollToPositionFromTop by Kirill Grouchnikov · 8 years ago
  35. c8a00b2 Add rotary encoder support to scrolling containers am: 20ad073581 am: dc47505734 by Ned Burns · 8 years ago
  36. 20ad073 Add rotary encoder support to scrolling containers by Ned Burns · 8 years ago
  37. 27ef5de resolve merge conflicts of 84d7f57 to master by Colin Cross · 8 years ago
  38. 2fe301d Focus behavior for scroll containers in watch mode by Adam Powell · 8 years ago
  39. 4a939cc Use symmetric conditions for advertising and performing ACTION_SCROLL am: 47be54bb78 am: fd855c17b1 by Alan Viverette · 8 years ago
  40. 47be54b Use symmetric conditions for advertising and performing ACTION_SCROLL by Alan Viverette · 8 years ago
  41. 0979352 Merge "Tweaking scroll-related functionality of AbsListView" by Kirill Grouchnikov · 8 years ago
  42. b9cda5f Tweaking scroll-related functionality of AbsListView by Kirill Grouchnikov · 8 years ago
  43. 26489e1 Set up view state before attaching, jump drawables if needed by Alan Viverette · 8 years ago
  44. 45700fa Use a flag to grant a temporary URI permission. by Yohei Yukawa · 8 years ago
  45. adebb52 API Rename: IC#inputContent to IC#commitContent. by Yohei Yukawa · 8 years ago
  46. 152944f Add InputConnection#insertContent(). by Yohei Yukawa · 8 years ago
  47. 51b5caf Invalidate child bounds when AbsListView bounds change by Yigit Boyar · 8 years ago
  48. 9afbf9c Fully detach unused scrap views by Yigit Boyar · 8 years ago
  49. 9f9afe52 Add IC#closeConnection(). by Yohei Yukawa · 8 years ago
  50. f6d87ec Add consistent @NonNull annotations for drawable callbacks by Alan Viverette · 8 years ago
  51. 418d0cf Check if item is selectable before calling on click by Yigit Boyar · 8 years ago
  52. 612cce9 Introduce InputConnection#getHandler(). by Yohei Yukawa · 8 years ago
  53. 2af189a Preserve compatibility for ViewGroup#showContextMenuForChild by Adam Powell · 8 years ago
  54. 66df60f Consume AbsListView touch events following a successful long-press by Alan Viverette · 8 years ago
  55. 0b9e35a Merge "AbsListView invalidates data when it isn’t changed" by Siyamed Sinir · 8 years ago
  56. 0837daa Merge "Make scroll bar mouse draggable." by Keisuke Kuroyanagi · 9 years ago
  57. 135554e AbsListView invalidates data when it isn’t changed by Siyamed Sinir · 9 years ago
  58. 62bbd1a Ensure all showContextMenu() overrides have matching x,y overrides by Alan Viverette · 9 years ago
  59. d85bc50 Make scroll bar mouse draggable. by Keisuke Kuroyanagi · 9 years ago
  60. c89e22a Introdude IC#deleteSurroundingTextInCodePoints(). by Yohei Yukawa · 9 years ago
  61. 4610eef Revert "Add support for partial view layouts" by Chet Haase · 9 years ago
  62. 777ef95 Use Context.getSystemService(Class<T>) for InputMethodManager. by Yohei Yukawa · 9 years ago
  63. c55d507 Add support for partial view layouts by Adam Powell · 10 years ago
  64. ed39126 Make context menus show as popup menus. by Oren Blasberg · 9 years ago
  65. 92539d5 Avoid OOBE when AbsListView layout is out of sync with adapter by Alan Viverette · 9 years ago
  66. ad0020f Invalidate when Drawable.setState() returns true by Alan Viverette · 9 years ago
  67. 373ee38 am 2cf699c5: am aeb34f1a: am 161314fa: am 358af143: am 81adda25: Merge "Always create nodes for views backed by an adapter." into mnc-dev by Svetoslav · 9 years ago
  68. 457ec9e Always create nodes for views backed by an adapter. by Svetoslav · 9 years ago
  69. b2cc376 am 75f4278d: am 3c254aba: am 90433ee7: am e89c65fb: am 8830db0a: Merge "Never fully detach header or footer views in AbsListView" into mnc-dev by Alan Viverette · 9 years ago
  70. 1638133 Never fully detach header or footer views in AbsListView by Alan Viverette · 9 years ago
  71. 7f10d78 am 1ffeb7bf: am 77f9e5dc: am d5b18387: Merge "Ensure partially-detached AbsListView children are removed" into mnc-dev by Alan Viverette · 9 years ago
  72. 8bbae34 Ensure partially-detached AbsListView children are removed by Alan Viverette · 9 years ago
  73. 2b48782 am fd597de3: am 0bbabc03: am 9a08fe2a: Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev by Mady Mellor · 9 years ago
  74. 9a08fe2 Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev by Mady Mellor · 9 years ago
  75. 8c184d3 am f8acc3af: am b2b53fb9: am 5ddaa72b: Merge "Handle negative view types properly in getScrapView" into mnc-dev by Yigit Boyar · 9 years ago
  76. 0d85d2a Update button press in AbsListView to use new MotionEvent APIs by Mady Mellor · 9 years ago
  77. f85e673 Handle negative view types properly in getScrapView by Yigit Boyar · 9 years ago
  78. 3dd9a25 am d8fa6c3a: am 6e941351: am 5de55868: Merge "Make ListView\'s EdgeEffect respect the clipToPadding flag" into mnc-dev by Doris Liu · 9 years ago
  79. f36c061 Make ListView's EdgeEffect respect the clipToPadding flag by Doris Liu · 9 years ago
  80. 6004b66 am 59e81d32: am e6206fb8: am 2e4e5d74: Merge "Revert "Synchronize selected item data on-demand after data set invalidation"" into mnc-dev by Alan Viverette · 9 years ago
  81. 2e4e5d7 Merge "Revert "Synchronize selected item data on-demand after data set invalidation"" into mnc-dev by Alan Viverette · 9 years ago
  82. 31ff78b1 Revert "Synchronize selected item data on-demand after data set invalidation" by Alan Viverette · 9 years ago
  83. a40a7b1 am f8e556e7: am 891a7ee6: am e9bb596c: Merge "Synchronize selected item data on-demand after data set invalidation" into mnc-dev by Alan Viverette · 9 years ago
  84. e9bb596 Merge "Synchronize selected item data on-demand after data set invalidation" into mnc-dev by Alan Viverette · 9 years ago
  85. b79ac36 am 88bba269: am d425e2d7: am 4a7bb462: Merge "Call dispatchFinishTemporaryDetach before returning a transient view" into mnc-dev by Alan Viverette · 9 years ago
  86. abed07f Synchronize selected item data on-demand after data set invalidation by Alan Viverette · 9 years ago
  87. 6c413ce Call dispatchFinishTemporaryDetach before returning a transient view by Alan Viverette · 9 years ago
  88. 8760d9d am 9a5b45c1: am 49ceab84: am e0e5c1cf: Merge "Clean up AbsListView constructor" into mnc-dev by Alan Viverette · 9 years ago
  89. 7eceda3 Clean up AbsListView constructor by Alan Viverette · 9 years ago
  90. 6798697 Remove AccessibilityAction.ACTION_CLICK from AbsListView. by Maxim Bogatov · 9 years ago
  91. a19ab34 Update cached child enabled state before selector state by Alan Viverette · 9 years ago
  92. 5987e55 Revert "Call dispatchFinishTemporaryDetach before returning a transient view" by Deepanshu Gupta · 9 years ago
  93. bf6d50f Merge "Call dispatchFinishTemporaryDetach before returning a transient view" into mnc-dev by Alan Viverette · 9 years ago
  94. 94a6d15 Use new hierarchy viewer protocol in all View subclasses by Siva Velusamy · 9 years ago
  95. c73a1aa Call dispatchFinishTemporaryDetach before returning a transient view by Alan Viverette · 9 years ago
  96. d180840 Merge changes from topic 'mwd-merge-050415' into mnc-dev by Prerepa Viswanadham · 9 years ago
  97. fb99ba8 Correctly handle intercepted touch events in FastScroller by Alan Viverette · 9 years ago
  98. ac6ffce Add accessibility actions for scrolling in different directions by Maxim Bogatov · 9 years ago
  99. e556198 Recognize stylus touch + press button as a longpress in AbsListView by Mady Mellor · 9 years ago
  100. 23f4432 Add accessibility action for scrolling to a collection position by Alan Viverette · 9 years ago