1. 612cce9 Introduce InputConnection#getHandler(). by Yohei Yukawa · 8 years ago
  2. 2af189a Preserve compatibility for ViewGroup#showContextMenuForChild by Adam Powell · 8 years ago
  3. 66df60f Consume AbsListView touch events following a successful long-press by Alan Viverette · 9 years ago
  4. 0b9e35a Merge "AbsListView invalidates data when it isn’t changed" by Siyamed Sinir · 9 years ago
  5. 0837daa Merge "Make scroll bar mouse draggable." by Keisuke Kuroyanagi · 9 years ago
  6. 135554e AbsListView invalidates data when it isn’t changed by Siyamed Sinir · 9 years ago
  7. 62bbd1a Ensure all showContextMenu() overrides have matching x,y overrides by Alan Viverette · 9 years ago
  8. d85bc50 Make scroll bar mouse draggable. by Keisuke Kuroyanagi · 9 years ago
  9. c89e22a Introdude IC#deleteSurroundingTextInCodePoints(). by Yohei Yukawa · 9 years ago
  10. 4610eef Revert "Add support for partial view layouts" by Chet Haase · 9 years ago
  11. 777ef95 Use Context.getSystemService(Class<T>) for InputMethodManager. by Yohei Yukawa · 9 years ago
  12. c55d507 Add support for partial view layouts by Adam Powell · 10 years ago
  13. ed39126 Make context menus show as popup menus. by Oren Blasberg · 9 years ago
  14. 92539d5 Avoid OOBE when AbsListView layout is out of sync with adapter by Alan Viverette · 9 years ago
  15. ad0020f Invalidate when Drawable.setState() returns true by Alan Viverette · 9 years ago
  16. 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
  17. 457ec9e Always create nodes for views backed by an adapter. by Svetoslav · 9 years ago
  18. 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
  19. 1638133 Never fully detach header or footer views in AbsListView by Alan Viverette · 9 years ago
  20. 7f10d78 am 1ffeb7bf: am 77f9e5dc: am d5b18387: Merge "Ensure partially-detached AbsListView children are removed" into mnc-dev by Alan Viverette · 9 years ago
  21. 8bbae34 Ensure partially-detached AbsListView children are removed by Alan Viverette · 9 years ago
  22. 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
  23. 9a08fe2 Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev by Mady Mellor · 9 years ago
  24. 8c184d3 am f8acc3af: am b2b53fb9: am 5ddaa72b: Merge "Handle negative view types properly in getScrapView" into mnc-dev by Yigit Boyar · 9 years ago
  25. 0d85d2a Update button press in AbsListView to use new MotionEvent APIs by Mady Mellor · 9 years ago
  26. f85e673 Handle negative view types properly in getScrapView by Yigit Boyar · 9 years ago
  27. 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
  28. f36c061 Make ListView's EdgeEffect respect the clipToPadding flag by Doris Liu · 9 years ago
  29. 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
  30. 2e4e5d7 Merge "Revert "Synchronize selected item data on-demand after data set invalidation"" into mnc-dev by Alan Viverette · 9 years ago
  31. 31ff78b1 Revert "Synchronize selected item data on-demand after data set invalidation" by Alan Viverette · 9 years ago
  32. 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
  33. e9bb596 Merge "Synchronize selected item data on-demand after data set invalidation" into mnc-dev by Alan Viverette · 9 years ago
  34. b79ac36 am 88bba269: am d425e2d7: am 4a7bb462: Merge "Call dispatchFinishTemporaryDetach before returning a transient view" into mnc-dev by Alan Viverette · 9 years ago
  35. abed07f Synchronize selected item data on-demand after data set invalidation by Alan Viverette · 9 years ago
  36. 6c413ce Call dispatchFinishTemporaryDetach before returning a transient view by Alan Viverette · 9 years ago
  37. 8760d9d am 9a5b45c1: am 49ceab84: am e0e5c1cf: Merge "Clean up AbsListView constructor" into mnc-dev by Alan Viverette · 9 years ago
  38. 7eceda3 Clean up AbsListView constructor by Alan Viverette · 9 years ago
  39. 6798697 Remove AccessibilityAction.ACTION_CLICK from AbsListView. by Maxim Bogatov · 9 years ago
  40. a19ab34 Update cached child enabled state before selector state by Alan Viverette · 9 years ago
  41. 5987e55 Revert "Call dispatchFinishTemporaryDetach before returning a transient view" by Deepanshu Gupta · 9 years ago
  42. bf6d50f Merge "Call dispatchFinishTemporaryDetach before returning a transient view" into mnc-dev by Alan Viverette · 9 years ago
  43. 94a6d15 Use new hierarchy viewer protocol in all View subclasses by Siva Velusamy · 9 years ago
  44. c73a1aa Call dispatchFinishTemporaryDetach before returning a transient view by Alan Viverette · 9 years ago
  45. d180840 Merge changes from topic 'mwd-merge-050415' into mnc-dev by Prerepa Viswanadham · 9 years ago
  46. fb99ba8 Correctly handle intercepted touch events in FastScroller by Alan Viverette · 9 years ago
  47. ac6ffce Add accessibility actions for scrolling in different directions by Maxim Bogatov · 9 years ago
  48. e556198 Recognize stylus touch + press button as a longpress in AbsListView by Mady Mellor · 9 years ago
  49. 23f4432 Add accessibility action for scrolling to a collection position by Alan Viverette · 9 years ago
  50. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  51. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  52. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  53. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  54. f723c83 Ensure AbsListView's drawable state reflects its actual state by Alan Viverette · 9 years ago
  55. a54956a Fix accessibility delegation by Alan Viverette · 10 years ago
  56. 3f5f13d am 154d251e: am 22a3163f: Merge "Fix selector bug" into lmp-mr1-dev by Alan Viverette · 10 years ago
  57. 2167b11 Fix selector bug by Chet Haase · 10 years ago
  58. 5a50a8bc am e615da7e: am f1792c42: Merge "Fix hotspot coordinate propagation in ViewGroup and AbsListView" into lmp-mr1-dev by Alan Viverette · 10 years ago
  59. b942b6f Fix hotspot coordinate propagation in ViewGroup and AbsListView by Alan Viverette · 10 years ago
  60. e0e1679 am 19745dc0: am 0c189ca5: Merge "Only draw AbsListView selector when focused or pressed" into lmp-mr1-dev by Alan Viverette · 10 years ago
  61. aff329f am 9b5a4e9d: am 66c0adcf: Merge "Ensure accessibility focus rect is drawn correctly" into lmp-mr1-dev by Alan Viverette · 10 years ago
  62. f7dee54 Only draw AbsListView selector when focused or pressed by Alan Viverette · 10 years ago
  63. 632af84 Ensure accessibility focus rect is drawn correctly by Alan Viverette · 10 years ago
  64. d439b03 am 171c98bd: am e8f676c0: Merge "Use correct smooth scroll default duration" into lmp-mr1-dev by Alan Viverette · 10 years ago
  65. 3b415e4 Use correct smooth scroll default duration by Alan Viverette · 10 years ago
  66. cc4c6e3 am 28a845c0: am 5bf925d9: am 5a99c276: am a9ac89a3: Merge "Correctly advertise accessibility scrolling actions" into lmp-dev by Alan Viverette · 10 years ago
  67. 80c0bbe Merge "Correctly advertise accessibility scrolling actions" into lmp-dev by Alan Viverette · 10 years ago
  68. 947a969 Correctly advertise accessibility scrolling actions by Alan Viverette · 10 years ago
  69. bbceeff am 7c673645: am 76cedc5b: am 0bff30ba: am c8d72a97: Merge "Track persistent nested Y offset for fling velocity" into lmp-dev by Adam Powell · 10 years ago
  70. 744beff Track persistent nested Y offset for fling velocity by Adam Powell · 10 years ago
  71. d0b62be am 827cb4a2: am 579aff33: am 9c943a94: am 56d143ae: Merge "Pass different dy into dispatchNestedSCroll" into lmp-dev by Brian Attwell · 10 years ago
  72. 5665c0f Merge "Pass different dy into dispatchNestedSCroll" into lmp-dev by Brian Attwell · 10 years ago
  73. e0e4217 Pass different dy into dispatchNestedSCroll by Brian Attwell · 10 years ago
  74. 6468b78 am 5bdb322f: am b7dd9519: Merge "API Review: Clean up removed APIs" into lmp-dev by Yohei Yukawa · 10 years ago
  75. 3fadee4 API Review: Clean up removed APIs by Yohei Yukawa · 10 years ago
  76. 5b39e1f am 2cd0a9ca: am d6fa07e7: Merge "New new design for ResolverActivity" into lmp-dev by Adam Powell · 10 years ago
  77. fd1e93d New new design for ResolverActivity by Adam Powell · 10 years ago
  78. 8bb3b43 am d88a1f97: am ebb6b422: Merge "API Review: InputConnection" into lmp-dev by Yohei Yukawa · 10 years ago
  79. d8636ea API Review: InputConnection by Yohei Yukawa · 10 years ago
  80. 7583094 am 3756a2e2: am dc42737e: Remove CursorAnchorInfoRequest and related stuff by Yohei Yukawa · 10 years ago
  81. a277db2 Remove CursorAnchorInfoRequest and related stuff by Yohei Yukawa · 10 years ago
  82. dbed9e5 resolved conflicts for merge of 8432e77b to lmp-dev-plus-aosp by Adam Powell · 10 years ago
  83. 4884c64 Add AbsListView#fling by Adam Powell · 10 years ago
  84. 9413b24 Nested pre-fling for AbsListView and ScrollView by Adam Powell · 10 years ago
  85. 1dada3d DO NOT MERGE Remove sub-position scroller by Alan Viverette · 10 years ago
  86. 0023d0e Polish new IME API for L part 2: CursorAnchorInfo by Yohei Yukawa · 10 years ago
  87. aab726c Fix consistency in nested pre-scroll with ScrollView for AbsListView by Adam Powell · 10 years ago
  88. d361a4f Use touch hotspot in drag-to-open, fix forwarding cancellation by Alan Viverette · 10 years ago
  89. 17fcede Don't unnecessarily set LayoutParams on children by Jacob Abrams · 10 years ago
  90. 8390fab Fix NPE in AbsListView hotspot management by Alan Viverette · 10 years ago
  91. 287c0361 Compatibility shim for apps calling View methods with TypedArray params by Adam Powell · 10 years ago
  92. 9be2245 Fix EdgeEffect clipping and AbsListView's use of it by Adam Powell · 10 years ago
  93. 4d2f248 Fixes hotspot list transitions, update to use a single hotspot by Alan Viverette · 10 years ago
  94. c80ad99 TouchFeedbackDrawable is now RippleDrawable by Alan Viverette · 10 years ago
  95. 2897a6f Tweak EdgeEffect by Adam Powell · 10 years ago
  96. e2e1939 Fix magnitude of AbsListView nested scrolling offset by Yorke Lee · 10 years ago
  97. 0336556 Merge "Fix nested scrolling bugs in AbsListView" by Yorke Lee · 10 years ago
  98. 43943d8 Fix nested scrolling bugs in AbsListView by Yorke Lee · 10 years ago
  99. c501db9f New, inkier EdgeEffect visual style by Adam Powell · 10 years ago
  100. 11d0069 Fix a bug in AbsListView nested scrolling support. by Adam Powell · 10 years ago