1. b8b11a0 Further improvements to window management! by Dianne Hackborn · 14 years ago
  2. 80ea00c Fix the build. by Romain Guy · 14 years ago
  3. de8d083 Added ViewConfiguration.getScaledPagingTouchSlop() by Adam Powell · 14 years ago
  4. 1127895 Guard against calls to getTextAfterCursor() in text that has no cursor. by Eric Fischer · 14 years ago
  5. 51c5a0c Added accessors for view overscroll modes by Adam Powell · 14 years ago
  6. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  7. 0bba68d Fix VelocityTracker for CTS tests by Adam Powell · 14 years ago
  8. f5bcc6a InputDevice filtering for jumpy screens. by Adam Powell · 14 years ago
  9. 223ff5c Add new CAPTURE_LAYERS command to HiearchyViewer protocol. by Romain Guy · 14 years ago
  10. 8bda248 Turn on fading scrollbars by default. Bug #2142162 by Romain Guy · 14 years ago
  11. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 14 years ago
  12. 74bfea7 am a630dcdb: am ecde72fe: Ensure the IME is rendered above the surface when we z-order the surface to be on top. by Derek Sollenberger · 14 years ago
  13. ecde72f Ensure the IME is rendered above the surface when we z-order the surface to be on top. by Derek Sollenberger · 14 years ago
  14. 8061525 Merge "Send cancel event to recycled views instead of an up. Bug #2309387" by Romain Guy · 14 years ago
  15. 4c904a3 fix the build. by Joe Onorato · 14 years ago
  16. 8afa515 Send cancel event to recycled views instead of an up. Bug #2309387 by Romain Guy · 14 years ago
  17. 5cb70b5 Rename Display.getOrientation() to Display.getRotation(). by Dianne Hackborn · 14 years ago
  18. 82fe564 Comment out the finalize() methods defined on the Activity, by Carl Shapiro · 14 years ago
  19. d82968d Merge "Improve accelerometer-based orientation sensing." by Steve Howard · 14 years ago
  20. 8354fa6 Make setBackgroundResource() remotable by Bjorn Bringert · 14 years ago
  21. 1ba101f Improve accelerometer-based orientation sensing. by Steve Howard · 14 years ago
  22. dcc490f Fix the build. by Romain Guy · 14 years ago
  23. a440b00 Prevents ListView items children to modify properties of other children. by Romain Guy · 14 years ago
  24. 32637cf Merge "Recycle MotionEvents properly in GestureDetector" by Adam Powell · 14 years ago
  25. 45f2ca7 Recycle MotionEvents properly in GestureDetector by Adam Powell · 14 years ago
  26. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  27. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 14 years ago
  28. c9fbaab XML attribute for overscrolling behavior by Adam Powell · 14 years ago
  29. 3d0ff09 Merge "VelocityTracker now uses pointer id instead of index when referring to multiple pointers. VelocityTracker now correctly handles multitouch. Addresses http://b/issue?id=2439030" by Adam Powell · 14 years ago
  30. 73d8fca VelocityTracker now uses pointer id instead of index when referring to by Adam Powell · 14 years ago
  31. b125dc5 Fix MotionEvent pointer API. by Dianne Hackborn · 14 years ago
  32. f5c6eff Force layout on TableRows when column widths are shrinked or streched. by Gilles Debunne · 14 years ago
  33. 0499498 Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency vibration. by Amith Yamasani · 14 years ago
  34. 90d2db3 Add Pointer Location to the window manager. by Dianne Hackborn · 14 years ago
  35. 4886d40 Fix javadoc link for SDK build breakage by Adam Powell · 14 years ago
  36. 0b8bb42 Overscrolling modifications. Overscroll will not allow the user to by Adam Powell · 14 years ago
  37. 5180d1c Prevent infinite loop in the Phone UI. by Romain Guy · 14 years ago
  38. b4a107d Fix the lock screen. by Romain Guy · 14 years ago
  39. e1d6830 am 87da8606: Manually merged VelocityTracker changes by Adam Powell · 14 years ago
  40. 87da860 Manually merged VelocityTracker changes by Adam Powell · 14 years ago
  41. 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 14 years ago
  42. 18f75bd am e88192b9: Cleanup fixes for ScaleGestureDetector by Adam Powell · 14 years ago
  43. e88192b Cleanup fixes for ScaleGestureDetector by Adam Powell · 14 years ago
  44. 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 14 years ago
  45. ad9bcb2 merge from open-source master by The Android Open Source Project · 14 years ago
  46. b09ef7b Merge "Use a circular buffer in VelocityTracker" by Adam Powell · 14 years ago
  47. 4766def Fixed Android animation framework, for using interpolators that do not start at 0.0f by Andreas Agvard · 14 years ago
  48. 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 14 years ago
  49. 732ebb1 Fixed a regression in View.cancelLongPress by Adam Powell · 14 years ago
  50. ab905c87 Javadoc fixes to ScaleGestureDetector for SDK builds by Adam Powell · 14 years ago
  51. ce760cd Use a circular buffer in VelocityTracker by Marc Capdevielle · 14 years ago
  52. 216bccf Updated GestureDetector to ignore multitouch if requested by the app by Adam Powell · 14 years ago
  53. 95f7850 Fix build: javadoc @link pointers need HTML-style #refname by Christopher Tate · 15 years ago
  54. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 15 years ago
  55. 254cb44 More device admin. by Dianne Hackborn · 15 years ago
  56. 43c9cdf New View.dispatchDisplayHint() API. Bug #2399147 by Romain Guy · 15 years ago
  57. f96a91a am 5b745762: am d5ada83c: ScaleGestureDetector needs to query the displaymetrics for the width/height on each touch down as orientation can change. by Grace Kloba · 15 years ago
  58. 8ad96ae am f8c7d06f: am 89e3c1ab: Merge "Fix the sloppy detection in the ScaleGestureDetector." into eclair by Grace Kloba · 15 years ago
  59. a948f47 am 97b10853: am 5910cb53: Merge "Edge of screen slop detection for ScaleGestureDetector." into eclair by Adam Powell · 15 years ago
  60. cf635ae Bring back buttons in dialogs. Bug #2390537 by Romain Guy · 15 years ago
  61. d5ada83 ScaleGestureDetector needs to query the displaymetrics by Grace Kloba · 15 years ago
  62. 8f9fbb0 Fix the sloppy detection in the ScaleGestureDetector. by Grace Kloba · 15 years ago
  63. 380b525 Edge of screen slop detection for ScaleGestureDetector. by Adam Powell · 15 years ago
  64. bc9fdc9 Make sure the drawing cache is invalidated when reattaching a view. Bug #2373677 by Romain Guy · 15 years ago
  65. 3e22d19 am b5a5a397: am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair by Adam Powell · 15 years ago
  66. d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 15 years ago
  67. 52e2ef8 Update ListView's children when the drawing cache color hint changes. by Romain Guy · 15 years ago
  68. ae542ff TransformGestureDetector is now ScaleGestureDetector - scope reduced. by Adam Powell · 15 years ago
  69. a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  70. 908c485 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 15 years ago
  71. 8acdb20 Added TransformGestureDetector (still in progress) by Adam Powell · 15 years ago
  72. 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  73. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  74. d932851 Turn off debug flag by Suchi Amalapurapu · 15 years ago
  75. 63104ed Add four way directional rotation to WindowOrientationListener by Suchi Amalapurapu · 15 years ago
  76. de2606d Don't perform app transition of the app is not currently visible. by Dianne Hackborn · 15 years ago
  77. 83e1095 Merge change I1d1ed967 by Android (Google) Code Review · 15 years ago
  78. ccc8305 Merge change I58acbafc by Android (Google) Code Review · 15 years ago
  79. e14579b Tap delays; making tap UI feel better. Addresses bug 2317577 by Adam Powell · 15 years ago
  80. 38e951b Write HierarchyViewer's data in UTF-8. by Romain Guy · 15 years ago
  81. 1549dd1 Fixes the IME not triggering on touch bug. by Maryam Garrett · 15 years ago
  82. 58acbaf Fix for http://b/issue?id=2323459 and generics correctness on a WeakReference by Adam Powell · 15 years ago
  83. 236092a Fixes crash in HierarchyViewer when windows hash code exceed int capacity. by Romain Guy · 15 years ago
  84. 39f0efb Fixes context-menu trigger behavior after scroll in TextView by Maryam Garrett · 15 years ago
  85. 326d808 Added View#dispatchViewVisibilityChanged and View#onDispatchVisibilityChanged; updated api; tests by Adam Powell · 15 years ago
  86. ea4823c Improve javadoc in View. by Romain Guy · 15 years ago
  87. 237c1ce Improve exception message thrown when a View's state is of the wrong type. by Romain Guy · 15 years ago
  88. f2feb0f am 48a65d99: Merge change I8c5f2fc3 into eclair by Romain Guy · 15 years ago
  89. ecd80ee Fix invalidate code path (#2273209). by Romain Guy · 15 years ago
  90. 44000eb am 678c2e35: Merge change I9ef88863 into eclair by Mike Lockwood · 15 years ago
  91. 435eb64 Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned off by the proximity sensor. by Mike Lockwood · 15 years ago
  92. db727a8 Remove some unused window manager methods. by Mike Lockwood · 15 years ago
  93. df7edf5 am 55896f3c: Merge change Ib71193bf into eclair by Joe Onorato · 15 years ago
  94. b71193b Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB by Joe Onorato · 15 years ago
  95. fb73f79 Add window manager support for overriding button and keyboard backlight values. by Mike Lockwood · 15 years ago
  96. a2f4c25 am 1d62ea9d: Fix issue #2249821: Unable to start passion in safe mode by Dianne Hackborn · 15 years ago
  97. 1d62ea9 Fix issue #2249821: Unable to start passion in safe mode by Dianne Hackborn · 15 years ago
  98. 9db3d07 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  99. 949ffa3 am 11cff8cd: Merge change Ie211adae into eclair by Marco Nelissen · 15 years ago
  100. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 15 years ago