1. fbf0977 Support non-rectangular input regions. by Jeff Brown · 15 years ago
  2. c827699 Merge "Add volume down as a safe mode key for Stingray." into honeycomb by Jeff Brown · 15 years ago
  3. b09abc1 Add volume down as a safe mode key for Stingray. by Jeff Brown · 15 years ago
  4. 8454370 Merge "Fix issue #3330037: Unnecessary orientations appear..." into honeycomb by Dianne Hackborn · 15 years ago
  5. 94cb2eb Fix issue #3330037: Unnecessary orientations appear... by Dianne Hackborn · 15 years ago
  6. 00ae87d Fix NPE in interceptKeyBeforeDispatching. by Jeff Brown · 15 years ago
  7. 8eca7a1 Merge "Fix issue #3153930: orphan window left on screen" into honeycomb by Dianne Hackborn · 15 years ago
  8. f99f9c5 Fix issue #3153930: orphan window left on screen by Dianne Hackborn · 15 years ago
  9. 6458202 Merge "Suppress orientation changes during drag operations" into honeycomb by Christopher Tate · 15 years ago
  10. 994ef92 Turn off debugging logspam for release by Christopher Tate · 15 years ago
  11. ccd24de Suppress orientation changes during drag operations by Christopher Tate · 15 years ago
  12. 2e7ffa5 Fix issue #3344089: runtime restart due to java.lang.StackOverflowError... by Dianne Hackborn · 15 years ago
  13. 02d2b3b API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly" by Christopher Tate · 15 years ago
  14. 928e054 Prevent events from getting backlogged. by Jeff Brown · 15 years ago
  15. 7eab094 Fix flicker issue in IME. by Dianne Hackborn · 15 years ago
  16. 658ecc1 am 2f209e88: am 1622eee2: Improve performance of WindowState.toString() by Mattias Petersson · 15 years ago
  17. 2f209e8 am 1622eee2: Improve performance of WindowState.toString() by Mattias Petersson · 15 years ago
  18. 1622eee Improve performance of WindowState.toString() by Mattias Petersson · 15 years ago
  19. 4c7cc34 Demo hack! by Dianne Hackborn · 16 years ago
  20. 88b03bd Hm somehow my log didn't make it in the last patch. by Dianne Hackborn · 16 years ago
  21. cb8f0e0 Fix issue #3291975: Google services frame work crash... by Dianne Hackborn · 16 years ago
  22. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 16 years ago
  23. 7da6ac3 Fix issue #3272051: Use backward transition when going backwards. by Dianne Hackborn · 16 years ago
  24. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 16 years ago
  25. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 16 years ago
  26. 49ed71d Add support for fallback keycodes. by Jeff Brown · 16 years ago
  27. 87fc308 Fix issue #3175809: system_server crash with SEGV_MAPERR (IKXEVEREST-1372) by Dianne Hackborn · 16 years ago
  28. cd5e8b6 am a30c12a1: am 4a88013a: resolved conflicts for merge of bf1439c5 to stage-korg-master by Jean-Baptiste Queru · 16 years ago
  29. 4a88013 resolved conflicts for merge of bf1439c5 to stage-korg-master by Jean-Baptiste Queru · 16 years ago
  30. c6ded10 Preserve flags field of event passed to injectKeyEvent() by Mike Playle · 16 years ago
  31. 407b4e9 API CHANGE: drags can now carry an originator-only object payload by Christopher Tate · 16 years ago
  32. 0f761d6 Implement issue #3201795: Improve transition when keyboard comes up by Dianne Hackborn · 16 years ago
  33. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 16 years ago
  34. f9d0be9 Implement rotation animations. by Dianne Hackborn · 16 years ago
  35. c1a968a Option to enable StrictMode flashing on userdebug builds. by Brad Fitzpatrick · 16 years ago
  36. a111187 Change rotation freeze to all be implemented in window manager. by Dianne Hackborn · 16 years ago
  37. 1c24e95 Fix issue #3222014: Dragging items around home screen is unresponsive by Dianne Hackborn · 16 years ago
  38. 6804433 StrictMode visual notification support. by Brad Fitzpatrick · 16 years ago
  39. 3fe7f2f fix warning by Joe Onorato · 16 years ago
  40. 8e11ef0 Some work on issue #3201795: Improve transition when keyboard comes up by Dianne Hackborn · 16 years ago
  41. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 16 years ago
  42. 6c8e20f Implement new task transition animations. by Dianne Hackborn · 16 years ago
  43. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 16 years ago
  44. 3fe3851 Window manager: cancel animations before losing references to them. by Brad Fitzpatrick · 16 years ago
  45. ec062f6 StrictMode: now in more system server threads. by Brad Fitzpatrick · 16 years ago
  46. ed7bfbf Fix issue #3163426: Screen corruption when using the watermark feature by Dianne Hackborn · 16 years ago
  47. 7b362e4 Implement local-window-only drags by Chris Tate · 16 years ago
  48. 373818e Revert "StrictMode: now in more system server threads." by Dianne Hackborn · 16 years ago
  49. b73617d Rotation lock. by Daniel Sandler · 16 years ago
  50. 0721861 StrictMode: now in more system server threads. by Brad Fitzpatrick · 16 years ago
  51. 9d1ab88 Fix drag enter/exit reporting by Chris Tate · 16 years ago
  52. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 16 years ago
  53. f834dfa ClipDescription no longer inherits from ClipData. by Dianne Hackborn · 16 years ago
  54. ef70a07 Fix error recovery when a drag can't be started by Chris Tate · 16 years ago
  55. 1b36424 am eb5aeae6: am fdbb2168: Merge "Adjust boundaries for screen sizes." into gingerbread by Dianne Hackborn · 16 years ago
  56. eb5aeae6 am fdbb2168: Merge "Adjust boundaries for screen sizes." into gingerbread by Dianne Hackborn · 16 years ago
  57. b51dc0f Adjust boundaries for screen sizes. by Dianne Hackborn · 16 years ago
  58. d4533f14 Report drag success/fail in the DRAG_ENDED message by Chris Tate · 16 years ago
  59. b478f46 Drag/drop changes by Chris Tate · 16 years ago
  60. a32dcf7 Actually draw the drag thumbnail by Chris Tate · 16 years ago
  61. b8203e9 Pass the starting touch point in the DRAG_STARTED message by Chris Tate · 16 years ago
  62. d10cd57 Always create OpenGL accelerated windows in RGBA 8888. by Romain Guy · 16 years ago
  63. 5994359 Be sure to hold the window manager lock around *Lw() methods by Chris Tate · 16 years ago
  64. 40e7a62 am 6d1321f0: am 65f23e71: Merge "Corrected visibility reporting error in WindowManager" by Jean-Baptiste Queru · 16 years ago
  65. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 16 years ago
  66. f2e0681 am 1da8d4d1: Merge "Fix an event injection bug when the policy is bypassed." into gingerbread by Jeff Brown · 16 years ago
  67. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 16 years ago
  68. 6d1321f am 65f23e71: Merge "Corrected visibility reporting error in WindowManager" by Jean-Baptiste Queru · 16 years ago
  69. 5ada6cb More drag/drop adjustments: by Christopher Tate · 16 years ago
  70. 3801476 am 89230e3b: am 458fc5f5: Merge "Fix issue #3041660: Camera image flips upside down when rotating device" into gingerbread by Dianne Hackborn · 16 years ago
  71. 2c095f3 Refinements to drag/drop by Christopher Tate · 16 years ago
  72. 89230e3 am 458fc5f5: Merge "Fix issue #3041660: Camera image flips upside down when rotating device" into gingerbread by Dianne Hackborn · 16 years ago
  73. e5439f2 Fix issue #3041660: Camera image flips upside down when rotating device by Dianne Hackborn · 16 years ago
  74. 27dec99 resolved conflicts for merge of 4d28e8c5 to master by Dianne Hackborn · 16 years ago
  75. 4d28e8c am 1fa69735: Merge "Fix issue #3037083: Problem report for Pinball" into gingerbread by Dianne Hackborn · 16 years ago
  76. 6493e64 Fix issue #3037083: Problem report for Pinball by Dianne Hackborn · 16 years ago
  77. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 16 years ago
  78. 3935770 Corrected visibility reporting error in WindowManager by Ulf Rosdahl · 16 years ago
  79. 8c66580 am 4fc3d2f0: DO NOT MERGE by repo sync . build/envsetup.sh lunch passion-en · 16 years ago
  80. 4fc3d2f DO NOT MERGE by repo sync . build/envsetup.sh lunch passion-eng · 16 years ago
  81. 405e012 am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 16 years ago
  82. deaa8ff am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 16 years ago
  83. f123e49 Some debugging support. by Dianne Hackborn · 16 years ago
  84. 48a781a am 4b187e80: am 8e1b84e7: Merge "Some battery improvements:" into gingerbread by Dianne Hackborn · 16 years ago
  85. 4b187e8 am 8e1b84e7: Merge "Some battery improvements:" into gingerbread by Dianne Hackborn · 16 years ago
  86. ce2ef76 Some battery improvements: by Dianne Hackborn · 16 years ago
  87. fa8186c am 7642c82c: am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 16 years ago
  88. 7642c82c am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 16 years ago
  89. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 16 years ago
  90. b3787d5 am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  91. 0f0541e am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  92. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  93. 9305647 Plumb lights out mode through from the window manager to the status bar running in the system ui process. by Joe Onorato · 16 years ago
  94. 2088fb0 am 03821dc6: am 962e4826: Merge "Allow two SurfaceViews inbetween the app and the wallpaper." by Jean-Baptiste Queru · 16 years ago
  95. 03821dc am 962e4826: Merge "Allow two SurfaceViews inbetween the app and the wallpaper." by Jean-Baptiste Queru · 16 years ago
  96. b380c4d resolved conflicts for merge of a05088c1 to master by Jeff Brown · 16 years ago
  97. 85a3176 Add support for secure views. by Jeff Brown · 16 years ago
  98. 73dc259 Allow two SurfaceViews inbetween the app and the wallpaper. by Pal Szasz · 16 years ago
  99. 22f5ee9 am 36f0cb26: am 8d60866e: Input device calibration and capabilities. by Jeff Brown · 16 years ago
  100. 8d60866 Input device calibration and capabilities. by Jeff Brown · 16 years ago