1. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  2. a8e5a2b Optimize handling of scrolled wallpapers by Chet Haase · 13 years ago
  3. df89e65 Fix how we hide and show the nav bar. by Dianne Hackborn · 13 years ago
  4. 40e0383 Fix issue #5384631: hw windows not resizing correctly by Chet Haase · 13 years ago
  5. bfcb60a Adjust layers for system overlays. by Jeff Brown · 13 years ago
  6. f21c9b0 Don't destroy a window's buffers when moving it by Romain Guy · 13 years ago
  7. 5d927c2 Fix issue #5150899: Call activity takes 15MB we never get back. by Dianne Hackborn · 13 years ago
  8. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  9. 29aae6f Fix issue #4279860: previous UI flashes before showing lock screen... by Dianne Hackborn · 13 years ago
  10. a44abeb Improve window manager debug output. by Dianne Hackborn · 13 years ago
  11. e8ecde1 Whoops also need to move notification shade above lock screen. by Dianne Hackborn · 13 years ago
  12. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  13. 98db5fa Allow touches to slide out of the navigation bar. by Jeff Brown · 13 years ago
  14. 9e3b002 Rename Gravity BEFORE/AFTER to START/END by Fabrice Di Meglio · 13 years ago
  15. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  16. 8956dbb On-screen navigation bar (separate from the status bar). by Daniel Sandler · 13 years ago
  17. 3fa8a45 Fix 3201849: Enable hardware acceleration in LockScreen WaveView by Jim Miller · 13 years ago
  18. d6f5bde Protected surface API by Glenn Kasten · 14 years ago
  19. a4a5ec5 am 1aadb210: Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycomb by Joe Onorato · 14 years ago
  20. 14782f7 Expose the window flags for lights out mode. by Joe Onorato · 14 years ago
  21. faf083e am 4c541b13: Merge "visibility ("lights out") API." into honeycomb by Joe Onorato · 14 years ago
  22. 664644d visibility ("lights out") API. by Joe Onorato · 14 years ago
  23. 8a82de2 am 4bb180d6: am ded2b006: Merge "frameworks/base: remove redundant code in WindowManager" by Brad Fitzpatrick · 14 years ago
  24. be2c4f9 Race condition patched in Email autocompletion. by Gilles Debunne · 14 years ago
  25. 3f6875f frameworks/base: remove redundant code in WindowManager by Vairavan Srinivasan · 14 years ago
  26. 72f0a27 Better documentation for FLAG_HARDWARE_ACCELERATED Bug #3154883 by Romain Guy · 14 years ago
  27. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  28. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  29. a89e903 this should be @hidden by Joe Onorato · 14 years ago
  30. 29fc2c9 Allow status bar panels to be on top of the status bar. by Joe Onorato · 14 years ago
  31. 8e11ef0 Some work on issue #3201795: Improve transition when keyboard comes up by Dianne Hackborn · 14 years ago
  32. d9b3b7e Fix issue #3202866: system server crash by Dianne Hackborn · 14 years ago
  33. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  34. 8eb2e24 Various PreferenceActivity and related improvement. by Dianne Hackborn · 14 years ago
  35. dea3ef7 Add new resize mode to not resize, new web input types. by Dianne Hackborn · 14 years ago
  36. 3b2b354 Add support for secure system overlays. by Jeff Brown · 14 years ago
  37. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  38. e02d808 Dynamically show the menu button on the system bar. by Daniel Sandler · 14 years ago
  39. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 14 years ago
  40. 464fb74 am 9785bf0f: am 14a288da: Merge "Add suuport for splitting touch events across windows." into gingerbread by Jeff Brown · 14 years ago
  41. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 14 years ago
  42. 529b60a Add android:hardwareAccelerated to Activity. by Romain Guy · 14 years ago
  43. 613dde4 Revised "immersive mode" API. by Daniel Sandler · 14 years ago
  44. ae069f7 Fix SDK docs build. by Daniel Sandler · 14 years ago
  45. 611fae4 New API for "immersive" activity windows. by Daniel Sandler · 14 years ago
  46. f10e633 docs: fix markup error by Scott Main · 14 years ago
  47. 20e9271 Add more WindowManager flags to ViewDebug. by Daniel Sandler · 14 years ago
  48. 8f2bd43 Add window flags and window types to hierarchyviewer. by Joe Onorato · 14 years ago
  49. 95f7850 Fix build: javadoc @link pointers need HTML-style #refname by Christopher Tate · 15 years ago
  50. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 15 years ago
  51. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  52. fb73f79 Add window manager support for overriding button and keyboard backlight values. by Mike Lockwood · 15 years ago
  53. badc47e Fix issue #2242440: Window screen brightness attribute is broken by Dianne Hackborn · 15 years ago
  54. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  55. 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 15 years ago
  56. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  57. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  58. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago
  59. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  60. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  61. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  62. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  63. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  64. 7299807 Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible. by Romain Guy · 15 years ago
  65. e5fb328 resolution support fix/improvement by Mitsuru Oshima · 15 years ago
  66. c4d5d02 Add new window manager type for a hacking second-level media surface. by Dianne Hackborn · 15 years ago
  67. d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 15 years ago
  68. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  69. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  70. 8d11267 AI 147845: Compatibility mode support. Part 1 by Mitsuru Oshima · 15 years ago
  71. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  72. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  73. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  74. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  75. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  76. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  77. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  78. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago