1. 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 · 15 years ago
  2. 73d8fca VelocityTracker now uses pointer id instead of index when referring to by Adam Powell · 15 years ago
  3. b125dc5 Fix MotionEvent pointer API. by Dianne Hackborn · 15 years ago
  4. f5c6eff Force layout on TableRows when column widths are shrinked or streched. by Gilles Debunne · 15 years ago
  5. 0499498 Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency vibration. by Amith Yamasani · 15 years ago
  6. 90d2db3 Add Pointer Location to the window manager. by Dianne Hackborn · 15 years ago
  7. 4886d40 Fix javadoc link for SDK build breakage by Adam Powell · 15 years ago
  8. 0b8bb42 Overscrolling modifications. Overscroll will not allow the user to by Adam Powell · 15 years ago
  9. 5180d1c Prevent infinite loop in the Phone UI. by Romain Guy · 15 years ago
  10. b4a107d Fix the lock screen. by Romain Guy · 15 years ago
  11. e1d6830 am 87da8606: Manually merged VelocityTracker changes by Adam Powell · 15 years ago
  12. 87da860 Manually merged VelocityTracker changes by Adam Powell · 15 years ago
  13. 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 15 years ago
  14. 18f75bd am e88192b9: Cleanup fixes for ScaleGestureDetector by Adam Powell · 15 years ago
  15. e88192b Cleanup fixes for ScaleGestureDetector by Adam Powell · 15 years ago
  16. 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 15 years ago
  17. ad9bcb2 merge from open-source master by The Android Open Source Project · 15 years ago
  18. b09ef7b Merge "Use a circular buffer in VelocityTracker" by Adam Powell · 15 years ago
  19. 4766def Fixed Android animation framework, for using interpolators that do not start at 0.0f by Andreas Agvard · 15 years ago
  20. 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 15 years ago
  21. 732ebb1 Fixed a regression in View.cancelLongPress by Adam Powell · 15 years ago
  22. ab905c87 Javadoc fixes to ScaleGestureDetector for SDK builds by Adam Powell · 15 years ago
  23. ce760cd Use a circular buffer in VelocityTracker by Marc Capdevielle · 15 years ago
  24. 216bccf Updated GestureDetector to ignore multitouch if requested by the app by Adam Powell · 15 years ago
  25. 95f7850 Fix build: javadoc @link pointers need HTML-style #refname by Christopher Tate · 15 years ago
  26. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 15 years ago
  27. 254cb44 More device admin. by Dianne Hackborn · 15 years ago
  28. 43c9cdf New View.dispatchDisplayHint() API. Bug #2399147 by Romain Guy · 15 years ago
  29. 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
  30. 8ad96ae am f8c7d06f: am 89e3c1ab: Merge "Fix the sloppy detection in the ScaleGestureDetector." into eclair by Grace Kloba · 15 years ago
  31. a948f47 am 97b10853: am 5910cb53: Merge "Edge of screen slop detection for ScaleGestureDetector." into eclair by Adam Powell · 15 years ago
  32. cf635ae Bring back buttons in dialogs. Bug #2390537 by Romain Guy · 15 years ago
  33. d5ada83 ScaleGestureDetector needs to query the displaymetrics by Grace Kloba · 15 years ago
  34. 8f9fbb0 Fix the sloppy detection in the ScaleGestureDetector. by Grace Kloba · 15 years ago
  35. 380b525 Edge of screen slop detection for ScaleGestureDetector. by Adam Powell · 15 years ago
  36. bc9fdc9 Make sure the drawing cache is invalidated when reattaching a view. Bug #2373677 by Romain Guy · 15 years ago
  37. 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
  38. d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 15 years ago
  39. 52e2ef8 Update ListView's children when the drawing cache color hint changes. by Romain Guy · 15 years ago
  40. ae542ff TransformGestureDetector is now ScaleGestureDetector - scope reduced. by Adam Powell · 15 years ago
  41. a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  42. 908c485 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 15 years ago
  43. 8acdb20 Added TransformGestureDetector (still in progress) by Adam Powell · 15 years ago
  44. 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  45. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  46. d932851 Turn off debug flag by Suchi Amalapurapu · 15 years ago
  47. 63104ed Add four way directional rotation to WindowOrientationListener by Suchi Amalapurapu · 15 years ago
  48. de2606d Don't perform app transition of the app is not currently visible. by Dianne Hackborn · 15 years ago
  49. 83e1095 Merge change I1d1ed967 by Android (Google) Code Review · 15 years ago
  50. ccc8305 Merge change I58acbafc by Android (Google) Code Review · 15 years ago
  51. e14579b Tap delays; making tap UI feel better. Addresses bug 2317577 by Adam Powell · 15 years ago
  52. 38e951b Write HierarchyViewer's data in UTF-8. by Romain Guy · 15 years ago
  53. 1549dd1 Fixes the IME not triggering on touch bug. by Maryam Garrett · 15 years ago
  54. 58acbaf Fix for http://b/issue?id=2323459 and generics correctness on a WeakReference by Adam Powell · 15 years ago
  55. 236092a Fixes crash in HierarchyViewer when windows hash code exceed int capacity. by Romain Guy · 15 years ago
  56. 39f0efb Fixes context-menu trigger behavior after scroll in TextView by Maryam Garrett · 15 years ago
  57. 326d808 Added View#dispatchViewVisibilityChanged and View#onDispatchVisibilityChanged; updated api; tests by Adam Powell · 15 years ago
  58. ea4823c Improve javadoc in View. by Romain Guy · 15 years ago
  59. 237c1ce Improve exception message thrown when a View's state is of the wrong type. by Romain Guy · 15 years ago
  60. f2feb0f am 48a65d99: Merge change I8c5f2fc3 into eclair by Romain Guy · 15 years ago
  61. ecd80ee Fix invalidate code path (#2273209). by Romain Guy · 15 years ago
  62. 44000eb am 678c2e35: Merge change I9ef88863 into eclair by Mike Lockwood · 15 years ago
  63. 435eb64 Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned off by the proximity sensor. by Mike Lockwood · 15 years ago
  64. db727a8 Remove some unused window manager methods. by Mike Lockwood · 15 years ago
  65. df7edf5 am 55896f3c: Merge change Ib71193bf into eclair by Joe Onorato · 15 years ago
  66. b71193b Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB by Joe Onorato · 15 years ago
  67. fb73f79 Add window manager support for overriding button and keyboard backlight values. by Mike Lockwood · 15 years ago
  68. a2f4c25 am 1d62ea9d: Fix issue #2249821: Unable to start passion in safe mode by Dianne Hackborn · 15 years ago
  69. 1d62ea9 Fix issue #2249821: Unable to start passion in safe mode by Dianne Hackborn · 15 years ago
  70. 9db3d07 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  71. 949ffa3 am 11cff8cd: Merge change Ie211adae into eclair by Marco Nelissen · 15 years ago
  72. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 15 years ago
  73. 2934bc1 am 644693f4: Merge change Ic42763b1 into eclair by Dianne Hackborn · 15 years ago
  74. badc47e Fix issue #2242440: Window screen brightness attribute is broken by Dianne Hackborn · 15 years ago
  75. 15b9de8 am 1d5b3a63: Fix the build by Romain Guy · 15 years ago
  76. 1d5b3a6 Fix the build by Romain Guy · 15 years ago
  77. 05abe8d am 131564d2: Merge change I3bbfb4f9 into eclair by Romain Guy · 15 years ago
  78. 293451e Remove unused field and add new API to control the children drawing order. by Romain Guy · 15 years ago
  79. 4d7860d am 9ed30f93: Merge change I96444af2 into eclair by Romain Guy · 15 years ago
  80. 732046f Unhide View.isOpaque(). by Romain Guy · 15 years ago
  81. c6bead1 am 7580493b: Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 15 years ago
  82. 7580493 Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 15 years ago
  83. 3d4247ef am fee0f577: Merge change I99dc6477 into eclair by Mike Lockwood · 15 years ago
  84. 3d0ea72 Add WindowManagerPolicy.allowKeyRepeat() method for disabling key repeats. by Mike Lockwood · 15 years ago
  85. d443ba4 Prevent transparent region from getting out of sync with Surface Flinger by Jack Palevich · 15 years ago
  86. fd71653 add local flag to enable FPS w/o having to enable Config.DEBUG, which can have unintended costs by Mike Reed · 15 years ago
  87. 1bb5550 Merge change I85f598e0 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  88. 61a6e68 Prevent transparent region from getting out of sync with Surface Flinger by Jack Palevich · 15 years ago
  89. a62e470 Fixes #2175599. Prevents an NPE when AttachInfo is null. by Romain Guy · 15 years ago
  90. 3d163f07 More fix #2163209: alarm clock rings but is hidden behind lock screen by Dianne Hackborn · 15 years ago
  91. 35b38ce Improve drawing cache speed by selecting the correct opacity and keeping a 32 bits by Romain Guy · 15 years ago
  92. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  93. 290947b Git sucks by Mike Cleron · 15 years ago
  94. 94d6914 Fix issue #1930911: Crash in system process by Dianne Hackborn · 15 years ago
  95. 52f0a64 Finish off java API to allow fading scrollbars by Mike Cleron · 15 years ago
  96. ebd45e5 Merge change I55edce63 into eclair by Android (Google) Code Review · 15 years ago
  97. fe81d38 Remove obsolete links; start at a method to turn on fading scrollbars by Mike Cleron · 15 years ago
  98. 6af0d50 Fix issue #2149145: Safe Mode does not work on Sholes device by Dianne Hackborn · 15 years ago
  99. 3ecd58c Fix build by Mike Cleron · 15 years ago
  100. f116bf8 Fading scrollbars return. But you have to opt in. by Mike Cleron · 15 years ago