1. 9812973 Fix issue #7343200: Fails to show wallpaper in the background for... by Dianne Hackborn · 12 years ago
  2. 529e744 More debugging for issue #7343200 Fails to show wallpaper in the... by Dianne Hackborn · 12 years ago
  3. ad09bcc Bring up unlock screen for FLAG_DISMISS_KEYGUARD. by Craig Mautner · 12 years ago
  4. 341220f Use parent window to evaluate show-to-all-users. by Craig Mautner · 12 years ago
  5. a987d43 Check for apps closing and restore mExiting test. by Craig Mautner · 12 years ago
  6. e6f7d505 Fix problems with IME layers. by Craig Mautner · 12 years ago
  7. 5962b12 Adds showWhenLocked attribute to Activities. by Craig Mautner · 12 years ago
  8. 88400d3 Add flag for displaying non-user's Windows to user. by Craig Mautner · 12 years ago
  9. 5fe7e2a Fix issue #6968859: home not exiting an ANR'd dream by Dianne Hackborn · 12 years ago
  10. 812d2ca Fix layout state issues. by Craig Mautner · 12 years ago
  11. f1b6741 Fix deadlock in LockPatternUtils by using local id. by Craig Mautner · 12 years ago
  12. 178af59 Add debug to help with b/7135184. by Craig Mautner · 12 years ago
  13. c516a5c Only consider hiddenRequested when deciding layout by Craig Mautner · 12 years ago
  14. 1cf70bb Screen magnification - feature - framework. by Svetoslav Ganov · 12 years ago
  15. 69b0818 Limit certain actions to default Display. by Craig Mautner · 12 years ago
  16. 19d59bc Make mLayoutNeeded per-Display. by Craig Mautner · 12 years ago
  17. a2d7b11 Fix to allow SYSTEM_UID to display windows. by Craig Mautner · 12 years ago
  18. 9dc52bc Hide non user app windows from other users. by Craig Mautner · 12 years ago
  19. 59c0097 Introduce multiple displays with DisplayContent. by Craig Mautner · 12 years ago
  20. 6881a10 Small step towards supporting multiple displays by Craig Mautner · 12 years ago
  21. fa25bf5 Add display manager skeleton. by Jeff Brown · 12 years ago
  22. 322e403 Further isolate layout side from animation side. by Craig Mautner · 12 years ago
  23. 918b53b Isolate layout and animation wallpaper objects. by Craig Mautner · 12 years ago
  24. 711f90a Swap source and destination transfer objects. by Craig Mautner · 12 years ago
  25. a4b7f2f Use two fingers to work some magic... by Dianne Hackborn · 12 years ago
  26. 9c5bf3b Don't display based on a dummy animation. by Craig Mautner · 12 years ago
  27. f412095 Fix starting window problems. by Craig Mautner · 12 years ago
  28. 6e2281d Fix issue #6686339: 2 taps required to launch notification... by Dianne Hackborn · 12 years ago
  29. 67e6070 Merge "Change method of tracking moving AppWindowTokens." into jb-dev by Craig Mautner · 12 years ago
  30. ef25d7a Change method of tracking moving AppWindowTokens. by Craig Mautner · 12 years ago
  31. bf08af3 Eliminate deferred surface destruction. by Craig Mautner · 12 years ago
  32. 85afd1b Implement new window cropping. by Dianne Hackborn · 12 years ago
  33. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  34. e9bdb31 Merge "Refactor input system into its own service." by Jeff Brown · 12 years ago
  35. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago
  36. f87d196 Clean up status bar, system bar, navigation bar management. by Dianne Hackborn · 12 years ago
  37. 5943163 First separation of animation from AppWindowToken. by Craig Mautner · 12 years ago
  38. d09cc4b Move more items between layout and animate sides. by Craig Mautner · 12 years ago
  39. 749a7bb Refactor to convert four state booleans to int. by Craig Mautner · 12 years ago
  40. c8bc97e Further isolate the Surface from WindowState. by Craig Mautner · 12 years ago
  41. a608b88 Move variables into animation class. by Craig Mautner · 12 years ago
  42. d87946b Remove obsolete variable masking valid one. by Craig Mautner · 12 years ago
  43. c2f9be0 Move Surface operations out of WindowState. by Craig Mautner · 12 years ago
  44. e7ae250 Move wallpaper animations int WindowAnimator. by Craig Mautner · 12 years ago
  45. a2c7705 Refactor animation out of WindowState. by Craig Mautner · 12 years ago
  46. cf8cbbe Skip layout if performShow fails. by Craig Mautner · 12 years ago
  47. 764983d Separate animation into separate class. by Craig Mautner · 12 years ago
  48. 2fb98b1 Minor refactoring prior to major refactoring. by Craig Mautner · 12 years ago
  49. 22ce141 Fix flickering when starting and ending apps. by Craig Mautner · 12 years ago
  50. 1dd3ed0 Perform finish animation actions. by Craig Mautner · 12 years ago
  51. bf90eaa Separate layout ops from surface ops. by Craig Mautner · 12 years ago
  52. e32c307 Separate out animations from layout. by Craig Mautner · 12 years ago
  53. 1743b64 Dejank: also animate window moves due to requested size changes. by Dianne Hackborn · 12 years ago
  54. ad3a9bb Fix state machine sequence causing wallpaper flash. by Craig Mautner · 12 years ago
  55. dbb7991 Separate animation steps into start, step and finish phases. Fixes bug 6089126. by Craig Mautner · 12 years ago
  56. 343511c Detect animation completions like we used to. by Craig Mautner · 12 years ago
  57. 83eaab5 Fix bug introduced when moving animation step out from between assignments to wasAnimating and nowAnimating. by Craig Mautner · 12 years ago
  58. 2f995a7 - Consolidate all animations in a single place outside of layout loop. by Craig Mautner · 12 years ago
  59. 4a06c80 Simplify Choreographer API. by Jeff Brown · 12 years ago
  60. 8bcd54b Use Choreographer for window manager animation timing. by Dianne Hackborn · 12 years ago
  61. b7ff51b Another attempt at issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  62. cfbf7de Fix issue #5823276 again: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  63. 170997a DO NOT MERGE Revert "Fix issue #5823276: home repaints after full-screen app is exited" by Justin Ho · 13 years ago
  64. 01b02a7 Fix issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  65. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  66. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  67. e02c88a Work on process management. by Dianne Hackborn · 13 years ago
  68. c6592d2 am 67a1b7d6: Merge "Fix issue #5508024: Rotation jank seen in live wallpapers" into ics-mr0 by Dianne Hackborn · 13 years ago
  69. 3ec891a Fix issue #5508024: Rotation jank seen in live wallpapers by Dianne Hackborn · 13 years ago
  70. cef37fb Fix a bug where surface crashes when the enter animation starts while the exit animation has not yet finished by satok · 13 years ago
  71. 526f0a0 Fix a hang in SF caused by invalid transform matrix from the WM by Mathias Agopian · 13 years ago
  72. 3699174 Fix issue #5445966: WindowManager reporting -long on prime when it shouldn't be. by Dianne Hackborn · 13 years ago
  73. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  74. 4941dea Do not blend opaque windows. by Romain Guy · 13 years ago
  75. bc1aa7b Fix issue #5312624: Lock screen very flickery by Dianne Hackborn · 13 years ago
  76. 73db0d8 "Fix" issue #5276520: Noise on edges of rotation animation by Dianne Hackborn · 13 years ago
  77. f809870 Fix issue #4280324: Returning to Fullscreen Layout with WebView... by Dianne Hackborn · 13 years ago
  78. d040edb Use floating point window positions. by Dianne Hackborn · 13 years ago
  79. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  80. a44abeb Improve window manager debug output. by Dianne Hackborn · 13 years ago
  81. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  82. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  83. b961cd2 Don't report a resize unless the window's surface actually changed. by Dianne Hackborn · 13 years ago
  84. 5fd2169 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 13 years ago
  85. ffb3d93 Improve compat mode scaling implementation. by Dianne Hackborn · 13 years ago
  86. ac8dea1 DO NOT MERGE. Integrate from master: Rework display size access. by Dianne Hackborn · 13 years ago
  87. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  88. 6482517 Fix issue #3485923: Gmail crash by Dianne Hackborn · 13 years ago
  89. 6e1eb76 Explode WindowManagerService. by Dianne Hackborn · 13 years ago