1. 597eec8 Fix keyboard hidden flag. by Jeff Brown · 15 years ago
  2. ac0ee89 Check for the STATUS_BAR permission for the system UI properties. by Joe Onorato · 15 years ago
  3. 3c89f6d Merge "Add "Use physical keyboard" option to system bar IME button." into honeycomb by Jeff Brown · 15 years ago
  4. e97a12e Fix screen size compatibility mode. by Dianne Hackborn · 15 years ago
  5. 2992ea7 Add "Use physical keyboard" option to system bar IME button. by Jeff Brown · 15 years ago
  6. 420829e Fix issue #3291173: Problem report for NewsRoom - RSS News Reader by Dianne Hackborn · 15 years ago
  7. e75d872 Fix issue #3392073: At times soft keyboard comes up in... by Dianne Hackborn · 15 years ago
  8. 428ecb6 Fix another part of #3387855: Menu flashes on left side of screen by Dianne Hackborn · 15 years ago
  9. 2e44b07 Fix regression setting input windows. by Jeff Brown · 15 years ago
  10. 4c541b1 Merge "visibility ("lights out") API." into honeycomb by Joe Onorato · 15 years ago
  11. 664644d visibility ("lights out") API. by Joe Onorato · 15 years ago
  12. 89ba675 Fix issue #3215261: NPE in WiFi Settings by Dianne Hackborn · 15 years ago
  13. c9ce1f2 Merge "Fix spurious resizes during rotation animation." into honeycomb by Jeff Brown · 15 years ago
  14. fbae722 Fix spurious resizes during rotation animation. by Jeff Brown · 15 years ago
  15. ff801ec Fix issue #3302006: Cannot see the dialog lunched from a transparent activity. by Dianne Hackborn · 15 years ago
  16. cab1149 Merge "Reduce number of calls to updateInputWindows by 60%." into honeycomb by Jeff Brown · 15 years ago
  17. 3a22cd9 Reduce number of calls to updateInputWindows by 60%. by Jeff Brown · 15 years ago
  18. a159579 Make the drag input window fullscreen touchable again by Christopher Tate · 15 years ago
  19. f01af75 Fail more gracefully when window state changes during drags by Christopher Tate · 15 years ago
  20. 1fc014f Fix a couple of drag & drop crashes by Christopher Tate · 15 years ago
  21. 08121bc Fix issue #3362666 Activities launched from ongoing notifications don't animate by Dianne Hackborn · 15 years ago
  22. fbf0977 Support non-rectangular input regions. by Jeff Brown · 15 years ago
  23. c827699 Merge "Add volume down as a safe mode key for Stingray." into honeycomb by Jeff Brown · 15 years ago
  24. b09abc1 Add volume down as a safe mode key for Stingray. by Jeff Brown · 15 years ago
  25. 8454370 Merge "Fix issue #3330037: Unnecessary orientations appear..." into honeycomb by Dianne Hackborn · 15 years ago
  26. 94cb2eb Fix issue #3330037: Unnecessary orientations appear... by Dianne Hackborn · 15 years ago
  27. 00ae87d Fix NPE in interceptKeyBeforeDispatching. by Jeff Brown · 15 years ago
  28. 8eca7a1 Merge "Fix issue #3153930: orphan window left on screen" into honeycomb by Dianne Hackborn · 15 years ago
  29. f99f9c5 Fix issue #3153930: orphan window left on screen by Dianne Hackborn · 15 years ago
  30. 6458202 Merge "Suppress orientation changes during drag operations" into honeycomb by Christopher Tate · 15 years ago
  31. 994ef92 Turn off debugging logspam for release by Christopher Tate · 15 years ago
  32. ccd24de Suppress orientation changes during drag operations by Christopher Tate · 15 years ago
  33. 2e7ffa5 Fix issue #3344089: runtime restart due to java.lang.StackOverflowError... by Dianne Hackborn · 15 years ago
  34. 02d2b3b API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly" by Christopher Tate · 15 years ago
  35. 928e054 Prevent events from getting backlogged. by Jeff Brown · 15 years ago
  36. 7eab094 Fix flicker issue in IME. by Dianne Hackborn · 15 years ago
  37. 658ecc1 am 2f209e88: am 1622eee2: Improve performance of WindowState.toString() by Mattias Petersson · 15 years ago
  38. 2f209e8 am 1622eee2: Improve performance of WindowState.toString() by Mattias Petersson · 15 years ago
  39. 1622eee Improve performance of WindowState.toString() by Mattias Petersson · 15 years ago
  40. 4c7cc34 Demo hack! by Dianne Hackborn · 16 years ago
  41. 88b03bd Hm somehow my log didn't make it in the last patch. by Dianne Hackborn · 16 years ago
  42. cb8f0e0 Fix issue #3291975: Google services frame work crash... by Dianne Hackborn · 16 years ago
  43. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 16 years ago
  44. 7da6ac3 Fix issue #3272051: Use backward transition when going backwards. by Dianne Hackborn · 16 years ago
  45. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 16 years ago
  46. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 16 years ago
  47. 49ed71d Add support for fallback keycodes. by Jeff Brown · 16 years ago
  48. 87fc308 Fix issue #3175809: system_server crash with SEGV_MAPERR (IKXEVEREST-1372) by Dianne Hackborn · 16 years ago
  49. cd5e8b6 am a30c12a1: am 4a88013a: resolved conflicts for merge of bf1439c5 to stage-korg-master by Jean-Baptiste Queru · 16 years ago
  50. 4a88013 resolved conflicts for merge of bf1439c5 to stage-korg-master by Jean-Baptiste Queru · 16 years ago
  51. c6ded10 Preserve flags field of event passed to injectKeyEvent() by Mike Playle · 16 years ago
  52. 407b4e9 API CHANGE: drags can now carry an originator-only object payload by Christopher Tate · 16 years ago
  53. 0f761d6 Implement issue #3201795: Improve transition when keyboard comes up by Dianne Hackborn · 16 years ago
  54. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 16 years ago
  55. f9d0be9 Implement rotation animations. by Dianne Hackborn · 16 years ago
  56. c1a968a Option to enable StrictMode flashing on userdebug builds. by Brad Fitzpatrick · 16 years ago
  57. a111187 Change rotation freeze to all be implemented in window manager. by Dianne Hackborn · 16 years ago
  58. 1c24e95 Fix issue #3222014: Dragging items around home screen is unresponsive by Dianne Hackborn · 16 years ago
  59. 6804433 StrictMode visual notification support. by Brad Fitzpatrick · 16 years ago
  60. 3fe7f2f fix warning by Joe Onorato · 16 years ago
  61. 8e11ef0 Some work on issue #3201795: Improve transition when keyboard comes up by Dianne Hackborn · 16 years ago
  62. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 16 years ago
  63. 6c8e20f Implement new task transition animations. by Dianne Hackborn · 16 years ago
  64. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 16 years ago
  65. 3fe3851 Window manager: cancel animations before losing references to them. by Brad Fitzpatrick · 16 years ago
  66. ec062f6 StrictMode: now in more system server threads. by Brad Fitzpatrick · 16 years ago
  67. ed7bfbf Fix issue #3163426: Screen corruption when using the watermark feature by Dianne Hackborn · 16 years ago
  68. 7b362e4 Implement local-window-only drags by Chris Tate · 16 years ago
  69. 373818e Revert "StrictMode: now in more system server threads." by Dianne Hackborn · 16 years ago
  70. b73617d Rotation lock. by Daniel Sandler · 16 years ago
  71. 0721861 StrictMode: now in more system server threads. by Brad Fitzpatrick · 16 years ago
  72. 9d1ab88 Fix drag enter/exit reporting by Chris Tate · 16 years ago
  73. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 16 years ago
  74. f834dfa ClipDescription no longer inherits from ClipData. by Dianne Hackborn · 16 years ago
  75. ef70a07 Fix error recovery when a drag can't be started by Chris Tate · 16 years ago
  76. 1b36424 am eb5aeae6: am fdbb2168: Merge "Adjust boundaries for screen sizes." into gingerbread by Dianne Hackborn · 16 years ago
  77. eb5aeae6 am fdbb2168: Merge "Adjust boundaries for screen sizes." into gingerbread by Dianne Hackborn · 16 years ago
  78. b51dc0f Adjust boundaries for screen sizes. by Dianne Hackborn · 16 years ago
  79. d4533f14 Report drag success/fail in the DRAG_ENDED message by Chris Tate · 16 years ago
  80. b478f46 Drag/drop changes by Chris Tate · 16 years ago
  81. a32dcf7 Actually draw the drag thumbnail by Chris Tate · 16 years ago
  82. b8203e9 Pass the starting touch point in the DRAG_STARTED message by Chris Tate · 16 years ago
  83. d10cd57 Always create OpenGL accelerated windows in RGBA 8888. by Romain Guy · 16 years ago
  84. 5994359 Be sure to hold the window manager lock around *Lw() methods by Chris Tate · 16 years ago
  85. 40e7a62 am 6d1321f0: am 65f23e71: Merge "Corrected visibility reporting error in WindowManager" by Jean-Baptiste Queru · 16 years ago
  86. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 16 years ago
  87. f2e0681 am 1da8d4d1: Merge "Fix an event injection bug when the policy is bypassed." into gingerbread by Jeff Brown · 16 years ago
  88. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 16 years ago
  89. 6d1321f am 65f23e71: Merge "Corrected visibility reporting error in WindowManager" by Jean-Baptiste Queru · 16 years ago
  90. 5ada6cb More drag/drop adjustments: by Christopher Tate · 16 years ago
  91. 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
  92. 2c095f3 Refinements to drag/drop by Christopher Tate · 16 years ago
  93. 89230e3 am 458fc5f5: Merge "Fix issue #3041660: Camera image flips upside down when rotating device" into gingerbread by Dianne Hackborn · 16 years ago
  94. e5439f2 Fix issue #3041660: Camera image flips upside down when rotating device by Dianne Hackborn · 16 years ago
  95. 27dec99 resolved conflicts for merge of 4d28e8c5 to master by Dianne Hackborn · 16 years ago
  96. 4d28e8c am 1fa69735: Merge "Fix issue #3037083: Problem report for Pinball" into gingerbread by Dianne Hackborn · 16 years ago
  97. 6493e64 Fix issue #3037083: Problem report for Pinball by Dianne Hackborn · 16 years ago
  98. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 16 years ago
  99. 3935770 Corrected visibility reporting error in WindowManager by Ulf Rosdahl · 16 years ago
  100. 8c66580 am 4fc3d2f0: DO NOT MERGE by repo sync . build/envsetup.sh lunch passion-en · 16 years ago