1. 7a46dde Changed name of recent hasLayout() method to isLaidOut() by Chet Haase · 11 years ago
  2. 1cc0a65 Merge "Fix potential NPE if there is no child in HorizontalScrollView" by Fabrice Di Meglio · 11 years ago
  3. f2fb76c Fix potential NPE if there is no child in HorizontalScrollView by Fabrice Di Meglio · 11 years ago
  4. 90f339a Don't save ScrollView/HorizontalScrollView saved state for old apps by Adam Powell · 11 years ago
  5. fafe88c Fix bug #9302365 HorizontalScrollView is not RTL aware by Fabrice Di Meglio · 11 years ago
  6. c4d7122 Fix bug #9302365 HorizontalScrollView is not RTL aware by Fabrice Di Meglio · 11 years ago
  7. cb25bd8 Prevent scroll views from sending duplicate onScrollChanged events. by Alan Viverette · 11 years ago
  8. 0dc291e Protecting more views from (bad) MotionEvents by Johan Rosengren · 13 years ago
  9. 15279cf docs: fix document issue 27549 by Scott Main · 12 years ago
  10. fb1e80a Exposing some accessiblity actions only for enabled views. by Svetoslav Ganov · 12 years ago
  11. 48d1586 Add accessibility scroll support to some widgets. by Svetoslav Ganov · 12 years ago
  12. a1dc761 Adding scroll actions to accessibility node info. by Svetoslav Ganov · 12 years ago
  13. b3e02c4 Fix nested cross-scrolling for ScrollView/HorizontalScrollView by Adam Powell · 12 years ago
  14. df3ae4f Invalidate for scrolling animations on the animation timer by Adam Powell · 12 years ago
  15. e72cf73 Put back invalidate optimization by Romain Guy · 12 years ago
  16. e979e62 Code cleanup by Romain Guy · 12 years ago
  17. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  18. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  19. 9edd58e HorizontalScrollView should delay child presses by Michael Jurka · 13 years ago
  20. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  21. 82e236d The logic for not populating text to some accessibility events is scattered. by Svetoslav Ganov · 13 years ago
  22. f6a6c97 Fix bug 5385274 - tabs in browser can't be scrolled by Adam Powell · 13 years ago
  23. e9dbef8 Fix bug #5282141 ScrollView overscroll should not generate invalidations when not needed (ANR textview redraws constantly when touched) by Fabrice Di Meglio · 13 years ago
  24. 89935e4 Make EdgeEffect public API. by Adam Powell · 13 years ago
  25. 13451a4 Track motion events before we decide to start scrolling by Michael Jurka · 13 years ago
  26. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  27. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 13 years ago
  28. 2243e55 Correctly handle opaque fading views Bug #3475554 by Romain Guy · 13 years ago
  29. 9bc30d3 Change behavior of multitouch in scrolling views. by Adam Powell · 13 years ago
  30. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  31. 2ed2eac Code clean-up around ScrollView. by Gilles Debunne · 13 years ago
  32. 7d86378 Fix bug 3362273 - Make overscroll glow appear within padding region by Adam Powell · 13 years ago
  33. 0fd89bf Optimize invalidate() calls. by Romain Guy · 14 years ago
  34. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  35. fb75738 Never drag scroll views with no children. by Jeff Brown · 14 years ago
  36. a174d7a Don't match wrap_content/match_parent children with child count = 1. by Romain Guy · 14 years ago
  37. b1297f7 Make horizotnalscrollview and scrollview edgeglows match the new algorithm. by Mindy Pereira · 14 years ago
  38. 4e30d89 Per designers, update the algorithm for when effect is clipped or stretched. by Mindy Pereira · 14 years ago
  39. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  40. fdbf484 Add documentation for fillViewport. by Romain Guy · 14 years ago
  41. a0d645cb Fix bug 2562240 and clean up scrollbar behavior by Adam Powell · 14 years ago
  42. 9d32d24 Remove overscrolling by Adam Powell · 14 years ago
  43. 6579b0b API refactoring for OverScroller. by Adam Powell · 14 years ago
  44. 352b978 Fix some bugs/edge cases in ScrollView/HorizontalScrollView by Adam Powell · 14 years ago
  45. 9d0335b Fix for bug 2502886 - stupid monkeys. by Adam Powell · 14 years ago
  46. 8a836a8 Eliminate haptic feedback when hitting an overscroll barrier due to a fling. by Adam Powell · 14 years ago
  47. 8e618e5 Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763 by Romain Guy · 14 years ago
  48. 4cd4770 HorizontalScrollView multitouch scroll and only grip on content by Adam Powell · 14 years ago
  49. a2f9101 Fix for [Horizontal]ScrollView scroll range reporting by Adam Powell · 14 years ago
  50. 0b8bb42 Overscrolling modifications. Overscroll will not allow the user to by Adam Powell · 14 years ago
  51. f544605 Don't bounce programmatic scrolls of ScrollView and HorizontalScrollView. by Adam Powell · 15 years ago
  52. 3fc3737 ScrollView and HorizontalScrollView now will spring back if smoothScrollBy scrolls out of bounds. Tweaked bounce physics for OverScroller. by Adam Powell · 15 years ago
  53. 17dfce1 Added OverScroller and overscroll effects for ScrollView and HorizontalScrollView. by Adam Powell · 15 years ago
  54. f116bf8 Fading scrollbars return. But you have to opt in. by Mike Cleron · 15 years ago
  55. ef0e9ae Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView. by Romain Guy · 15 years ago
  56. 4296fc4 Fixes #1444844. Set a maximum fling velocity in scrollable views. by Romain Guy · 15 years ago
  57. f83f59f Fixes external #2575 (http://code.google.com/p/android/issues/detail?id=2575). HorizontalScrollView was comparing the measured height of its child to its width. by Romain Guy · 15 years ago
  58. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  61. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  62. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago