1. e3d2cc8 fix build by keunyoung · 11 years ago
  2. a446bf0 add TYPE_PRIVATE_PRESENTATION window type by keunyoung · 11 years ago
  3. b713a15 am 8afd195d: am 6b313da0: Merge "Clarify behavior of fullscreen mode and softInputMode\'s adjustResize" into jb-mr2-dev by Chet Haase · 11 years ago
  4. 45c89c2 Clarify behavior of fullscreen mode and softInputMode's adjustResize by Chet Haase · 11 years ago
  5. 570e07c am 0cf469f2: am c1876b25: Merge "Improve javadoc for rotationAnimation." into jb-mr2-dev by Craig Mautner · 11 years ago
  6. c1876b2 Merge "Improve javadoc for rotationAnimation." into jb-mr2-dev by Craig Mautner · 11 years ago
  7. bdcc9a5 Improve javadoc for rotationAnimation. by Craig Mautner · 11 years ago
  8. 11915d1 am 9454a9b3: am 4e0eb22f: Fix doc build. by Ying Wang · 11 years ago
  9. 4e0eb22 Fix doc build. by Ying Wang · 11 years ago
  10. 11dfb30 am f5cfab41: am a59a19ab: Merge "Fix issue #8512015: VideoView\'s window animates when its position changes" into jb-mr2-dev by Dianne Hackborn · 11 years ago
  11. 1c5383c Fix issue #8512015: VideoView's window animates when its position changes by Dianne Hackborn · 11 years ago
  12. ca497d3 am 356bbd1c: am ac3dfb38: Merge "WindowManager.LayoutParams docs cleanup." into jb-mr2-dev by John Spurlock · 11 years ago
  13. 33291d8 WindowManager.LayoutParams docs cleanup. by John Spurlock · 11 years ago
  14. 5ecd811 Move keyguard to its own process. by Jim Miller · 12 years ago
  15. 1bf1af6 Add documentation for overscan flag. by Dianne Hackborn · 11 years ago
  16. 3c17437 Create rotation animation modes. by Craig Mautner · 11 years ago
  17. c652de8 Implement display overscan support. by Dianne Hackborn · 11 years ago
  18. 891d3fb Fix issue #7966357: Super lights out mode vs. volume dialog by Dianne Hackborn · 12 years ago
  19. f0681b3 Secure windows, secure surface views and secure displays. by Jeff Brown · 12 years ago
  20. 6018aee Add throwing InvalidDisplayException from addView. by Craig Mautner · 12 years ago
  21. 5962b12 Adds showWhenLocked attribute to Activities. by Craig Mautner · 12 years ago
  22. 88400d3 Add flag for displaying non-user's Windows to user. by Craig Mautner · 12 years ago
  23. 1e3b98d New internal API to eliminate poke locks. by Jeff Brown · 12 years ago
  24. 1cf70bb Screen magnification - feature - framework. by Svetoslav Ganov · 12 years ago
  25. a492c3a Initial draft of high-level multi-display APIs. by Jeff Brown · 12 years ago
  26. 29d8d267 Fix build for some javac compilers. by Jeff Brown · 12 years ago
  27. bd6e150 Add initial multi-display support. by Jeff Brown · 12 years ago
  28. d32460c Refactor local window manager implementation. by Jeff Brown · 12 years ago
  29. 3cc321e Remove dithering support. by Jeff Brown · 12 years ago
  30. a4b7f2f Use two fingers to work some magic... by Dianne Hackborn · 12 years ago
  31. aeb7723 Clean up IntToStrings for window TYPE_* by Scott Anderson · 12 years ago
  32. bf08af3 Eliminate deferred surface destruction. by Craig Mautner · 12 years ago
  33. e898ac5 Fix 6299832: Add search target swipe action to navigation bar on phones by Jim Miller · 12 years ago
  34. 7d276c3 New Android Dreams architecture, disabled for now. by Daniel Sandler · 12 years ago
  35. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  36. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  37. a8e5a2b Optimize handling of scrolled wallpapers by Chet Haase · 13 years ago
  38. df89e65 Fix how we hide and show the nav bar. by Dianne Hackborn · 13 years ago
  39. 40e0383 Fix issue #5384631: hw windows not resizing correctly by Chet Haase · 13 years ago
  40. bfcb60a Adjust layers for system overlays. by Jeff Brown · 13 years ago
  41. f21c9b0 Don't destroy a window's buffers when moving it by Romain Guy · 13 years ago
  42. 5d927c2 Fix issue #5150899: Call activity takes 15MB we never get back. by Dianne Hackborn · 13 years ago
  43. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  44. 29aae6f Fix issue #4279860: previous UI flashes before showing lock screen... by Dianne Hackborn · 13 years ago
  45. a44abeb Improve window manager debug output. by Dianne Hackborn · 13 years ago
  46. e8ecde1 Whoops also need to move notification shade above lock screen. by Dianne Hackborn · 13 years ago
  47. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  48. 98db5fa Allow touches to slide out of the navigation bar. by Jeff Brown · 13 years ago
  49. 9e3b002 Rename Gravity BEFORE/AFTER to START/END by Fabrice Di Meglio · 13 years ago
  50. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  51. 8956dbb On-screen navigation bar (separate from the status bar). by Daniel Sandler · 13 years ago
  52. 3fa8a45 Fix 3201849: Enable hardware acceleration in LockScreen WaveView by Jim Miller · 13 years ago
  53. d6f5bde Protected surface API by Glenn Kasten · 14 years ago
  54. a4a5ec5 am 1aadb210: Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycomb by Joe Onorato · 14 years ago
  55. 14782f7 Expose the window flags for lights out mode. by Joe Onorato · 14 years ago
  56. faf083e am 4c541b13: Merge "visibility ("lights out") API." into honeycomb by Joe Onorato · 14 years ago
  57. 664644d visibility ("lights out") API. by Joe Onorato · 14 years ago
  58. 8a82de2 am 4bb180d6: am ded2b006: Merge "frameworks/base: remove redundant code in WindowManager" by Brad Fitzpatrick · 14 years ago
  59. be2c4f9 Race condition patched in Email autocompletion. by Gilles Debunne · 14 years ago
  60. 3f6875f frameworks/base: remove redundant code in WindowManager by Vairavan Srinivasan · 14 years ago
  61. 72f0a27 Better documentation for FLAG_HARDWARE_ACCELERATED Bug #3154883 by Romain Guy · 14 years ago
  62. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  63. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  64. a89e903 this should be @hidden by Joe Onorato · 14 years ago
  65. 29fc2c9 Allow status bar panels to be on top of the status bar. by Joe Onorato · 14 years ago
  66. 8e11ef0 Some work on issue #3201795: Improve transition when keyboard comes up by Dianne Hackborn · 14 years ago
  67. d9b3b7e Fix issue #3202866: system server crash by Dianne Hackborn · 14 years ago
  68. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  69. 8eb2e24 Various PreferenceActivity and related improvement. by Dianne Hackborn · 14 years ago
  70. dea3ef7 Add new resize mode to not resize, new web input types. by Dianne Hackborn · 14 years ago
  71. 3b2b354 Add support for secure system overlays. by Jeff Brown · 14 years ago
  72. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  73. e02d808 Dynamically show the menu button on the system bar. by Daniel Sandler · 14 years ago
  74. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 14 years ago
  75. 464fb74 am 9785bf0f: am 14a288da: Merge "Add suuport for splitting touch events across windows." into gingerbread by Jeff Brown · 14 years ago
  76. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 14 years ago
  77. 529b60a Add android:hardwareAccelerated to Activity. by Romain Guy · 14 years ago
  78. 613dde4 Revised "immersive mode" API. by Daniel Sandler · 14 years ago
  79. ae069f7 Fix SDK docs build. by Daniel Sandler · 14 years ago
  80. 611fae4 New API for "immersive" activity windows. by Daniel Sandler · 14 years ago
  81. f10e633 docs: fix markup error by Scott Main · 14 years ago
  82. 20e9271 Add more WindowManager flags to ViewDebug. by Daniel Sandler · 14 years ago
  83. 8f2bd43 Add window flags and window types to hierarchyviewer. by Joe Onorato · 14 years ago
  84. 95f7850 Fix build: javadoc @link pointers need HTML-style #refname by Christopher Tate · 14 years ago
  85. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 15 years ago
  86. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  87. fb73f79 Add window manager support for overriding button and keyboard backlight values. by Mike Lockwood · 15 years ago
  88. badc47e Fix issue #2242440: Window screen brightness attribute is broken by Dianne Hackborn · 15 years ago
  89. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  90. 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 15 years ago
  91. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  92. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  93. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago
  94. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  95. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  96. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  97. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  98. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  99. 7299807 Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible. by Romain Guy · 15 years ago
  100. e5fb328 resolution support fix/improvement by Mitsuru Oshima · 15 years ago