1. 9d13264 Fix bug in deciding which rotation to use for an orientation. by Dianne Hackborn · 13 years ago
  2. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  3. 9567a66 Deprecate a bunch of APIs. by Dianne Hackborn · 13 years ago
  4. bbdc50b Track unhandled input events in consistency verifiers. by Jeff Brown · 13 years ago
  5. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  6. d4fce2b Add comments for APIs of InputMethodManager added to Honeycomb by satok · 13 years ago
  7. 68f1b78 Add an API to get the last used input method subtype by satok · 13 years ago
  8. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  9. 4e91a18 Coalesce input events that arrive faster than 333Hz. by Jeff Brown · 13 years ago
  10. 5487500 Minor Alt-TAB / Recent Apps Dialog improvements. by Jeff Brown · 13 years ago
  11. 21bc5c9 Add a little input event consistency verifier. by Jeff Brown · 13 years ago
  12. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  13. 3d4bf17 Add view/drawable states for drag-accepting / drag-hovered by Christopher Tate · 13 years ago
  14. e3797a1 Removed APIs for setCorrectionSpan from InputConnection by satok · 13 years ago
  15. c50232d Add hashCode to InputMethodInfo by satok · 13 years ago
  16. dff626c Merge "Added a hovered state for drawables." by Jeff Brown · 13 years ago
  17. c33d8d49e Added a hovered state for drawables. by PY Laligand · 13 years ago
  18. ad575f4 Merge "When deleting a path, remove it from the path cache. Bug #4170585" by Romain Guy · 13 years ago
  19. 1af23a3 When deleting a path, remove it from the path cache. Bug #4170585 by Romain Guy · 13 years ago
  20. 9c78930 Merge "Fixing invalidate problems in software rendered mode" by Michael Jurka · 13 years ago
  21. d0872bd Fixing invalidate problems in software rendered mode by Michael Jurka · 13 years ago
  22. b7c25ce Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT." by Jeff Brown · 13 years ago
  23. a032cc0 Add MotionEvent.HOVER_ENTER and HOVER_EXIT. by Jeff Brown · 13 years ago
  24. c5a43a2 Avoid NPE in postInvalidate(). Bug #4048131 by Romain Guy · 13 years ago
  25. 13f35f3 Correctly check bottom padding in setPadding(). by Romain Guy · 13 years ago
  26. aaceeb0 Use the correct API to query system properties. by Romain Guy · 13 years ago
  27. 5621527 Apply color filters to bitmaps. by Romain Guy · 13 years ago
  28. 566c331 Remove unnecessary test. by Romain Guy · 13 years ago
  29. 43e7aeb Merge "Add support for drawPoint() and drawPoints()." by Romain Guy · 13 years ago
  30. ed6fcb0 Add support for drawPoint() and drawPoints(). by Romain Guy · 13 years ago
  31. a3d17a7 Merge "Text in accessibility events not consistent" by Svetoslav Ganov · 13 years ago
  32. c0a8cd1 Text in accessibility events not consistent by Svetoslav Ganov · 13 years ago
  33. a168d73 Correctly apply filters to Alpha8 bitmaps. by Romain Guy · 13 years ago
  34. 7270f62 am 9cd93f09: am ea775ca3: am f8d1533b: Merge "Fix bug 4111271 and bug 4077526 - WebView touch event handling when WebCore is too slow" into honeycomb-mr1 by Adam Powell · 13 years ago
  35. ea775ca am f8d1533b: Merge "Fix bug 4111271 and bug 4077526 - WebView touch event handling when WebCore is too slow" into honeycomb-mr1 by Adam Powell · 13 years ago
  36. d0197f3 Fix bug 4111271 and bug 4077526 - WebView touch event handling when by Adam Powell · 13 years ago
  37. 5949f89 Merge "Add 3D mode key and others." by Jeff Brown · 13 years ago
  38. 9812aed Add 3D mode key and others. by Jeff Brown · 13 years ago
  39. 4ad45c4 Merge "Pressed state not cleared if view is disabled in long click handler" by Svetoslav Ganov · 13 years ago
  40. 35267f1 Merge "Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextView" by satok · 13 years ago
  41. adb4358 Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextView by satok · 13 years ago
  42. 77b80c0 Pressed state not cleared if view is disabled in long click handler by Svetoslav Ganov · 13 years ago
  43. 843e29d Merge "Improve VelocityTracker numerical stability." by Jeff Brown · 13 years ago
  44. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  45. aaae057 am 403da3a7: am 8d25eab1: Merge "Releasing lock even if exception is thrown." by Brad Fitzpatrick · 13 years ago
  46. 8d25eab Merge "Releasing lock even if exception is thrown." by Brad Fitzpatrick · 13 years ago
  47. 8b5345f Merge "Fixing self-assignment in copying code." by Brad Fitzpatrick · 13 years ago
  48. ee7ace0 Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1 by Romain Guy · 13 years ago
  49. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  50. 1b36592 Fix 3201849: Enable hardware acceleration in LockScreen WaveView [DO NOT MERGE] by Jim Miller · 13 years ago
  51. 7a9794e Merge "Fix 3201849: Enable hardware acceleration in LockScreen WaveView" by Jim Miller · 13 years ago
  52. 3fa8a45 Fix 3201849: Enable hardware acceleration in LockScreen WaveView by Jim Miller · 13 years ago
  53. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  54. 9626b14 Fix off by one errors in touch motion ranges. (DO NOT MERGE) by Jeff Brown · 13 years ago
  55. 3391435 am 812dba1f: Merge "Prevents NPE when a View was detached Bug #4068284" into honeycomb-mr1 by Romain Guy · 13 years ago
  56. e294d41 Prevents NPE when a View was detached Bug #4068284 by Romain Guy · 13 years ago
  57. 1e41502 am 3d7796c1: Merge "Correctly handle opaque fading views Bug #3475554" into honeycomb-mr1 by Romain Guy · 13 years ago
  58. 2243e55 Correctly handle opaque fading views Bug #3475554 by Romain Guy · 13 years ago
  59. d00353f am bc8a8e8c: Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1 by Romain Guy · 13 years ago
  60. bc8a8e8 Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1 by Romain Guy · 13 years ago
  61. 78b9035 am 37e792d5: Merge "Fix issue #3515088: Don\'t be so aggressive trying to reclaim memory" into honeycomb-mr1 by Dianne Hackborn · 13 years ago
  62. 37e792d Merge "Fix issue #3515088: Don't be so aggressive trying to reclaim memory" into honeycomb-mr1 by Dianne Hackborn · 13 years ago
  63. 79bd55c am 4bd6ccd2: Merge "Restore save/restore calls removed recently" into honeycomb-mr1 by Chet Haase · 13 years ago
  64. 4bd6ccd Merge "Restore save/restore calls removed recently" into honeycomb-mr1 by Chet Haase · 13 years ago
  65. 6ac23ab am ad542efb: Merge "Fix bug 3506292 - Add guards against bad event streams to ScaleGestureDetector" into honeycomb-mr1 by Adam Powell · 13 years ago
  66. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  67. ad542ef Merge "Fix bug 3506292 - Add guards against bad event streams to ScaleGestureDetector" into honeycomb-mr1 by Adam Powell · 13 years ago
  68. 88172fe Restore save/restore calls removed recently by Chet Haase · 13 years ago
  69. 0818020 Fix bug 3506292 - Add guards against bad event streams to ScaleGestureDetector by Adam Powell · 13 years ago
  70. 3314a31 am a46c1df2: Merge "Fix bug 4021346 - crash while navigating" into honeycomb-mr1 by Adam Powell · 13 years ago
  71. a46c1df Merge "Fix bug 4021346 - crash while navigating" into honeycomb-mr1 by Adam Powell · 13 years ago
  72. 3ba8f5d6 Fix bug 4021346 - crash while navigating by Adam Powell · 13 years ago
  73. db773c5 Fix issue #3515088: Don't be so aggressive trying to reclaim memory by Dianne Hackborn · 13 years ago
  74. fd47c5e am f0210c36: Merge "Joystick tweaks. (DO NOT MERGE)" into honeycomb-mr1 by Jeff Brown · 13 years ago
  75. f0210c3 Merge "Joystick tweaks. (DO NOT MERGE)" into honeycomb-mr1 by Jeff Brown · 13 years ago
  76. 15c6b71 am 0aaa11ed: Merge "Remove many unnecessary save/restore calls." into honeycomb-mr1 by Romain Guy · 13 years ago
  77. 8529745 Joystick tweaks. (DO NOT MERGE) by Jeff Brown · 13 years ago
  78. d6cf477 Remove many unnecessary save/restore calls. by Romain Guy · 13 years ago
  79. 1bc593e Merge "Fix off by one errors in touch motion ranges." by Jeff Brown · 13 years ago
  80. d41cff2 Fix off by one errors in touch motion ranges. by Jeff Brown · 13 years ago
  81. 63e1cea Merge "Fix issue #3485923: Gmail crash" by Dianne Hackborn · 13 years ago
  82. 6482517 Fix issue #3485923: Gmail crash by Dianne Hackborn · 13 years ago
  83. a454767 Get key repeat timeout and delay from ViewConfiguration. by Jeff Brown · 13 years ago
  84. 55acdf7 Merge "Wake screen from external HID peripherals." by Jeff Brown · 13 years ago
  85. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  86. 2da0c58 Merge "Add system wide management of core settings" by Svetoslav Ganov · 13 years ago
  87. 9402a66 Merge "Cancel LayoutTransition animations selectively" by Chet Haase · 13 years ago
  88. e8e45d3 Cancel LayoutTransition animations selectively by Chet Haase · 13 years ago
  89. 54d068e Add system wide management of core settings by Svetoslav Ganov · 13 years ago
  90. acc3944 Merge "Add an API to force Views to render their layer." by Romain Guy · 13 years ago
  91. f1ae106 Add an API to force Views to render their layer. by Romain Guy · 13 years ago
  92. cbf9cb3 Merge "Fix issue #3400119: API to specify a black background behind a window transition" by Dianne Hackborn · 13 years ago
  93. de75cb4 Fix issue #3400119: API to specify a black background behind a window transition by Dianne Hackborn · 13 years ago
  94. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  95. ffe2c7a Merge "Don't account for scrollX/Y when drawing a display list in a layer." by Romain Guy · 13 years ago
  96. a7dabcd Don't account for scrollX/Y when drawing a display list in a layer. by Romain Guy · 13 years ago
  97. 606ecf3 Merge "Fix issue #3495749: Crash on choosing to open the downloaded images" by Dianne Hackborn · 13 years ago
  98. d643bb5 Correctly mark layers dirty when drawing WebView. by Romain Guy · 13 years ago
  99. e6c5240 Merge "Correctly mark layers dirty when drawing WebView." by Romain Guy · 13 years ago
  100. ce418e6 Fix issue #3495749: Crash on choosing to open the downloaded images by Dianne Hackborn · 13 years ago