1. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago
  2. 1d60133 Merge "Refactor to convert four state booleans to int." by Craig Mautner · 12 years ago
  3. 749a7bb Refactor to convert four state booleans to int. by Craig Mautner · 12 years ago
  4. ea7ff4d Merge "Defer a couple of Surface actions for WSAnimator." by Craig Mautner · 12 years ago
  5. 48ba1e7 Defer a couple of Surface actions for WSAnimator. by Craig Mautner · 12 years ago
  6. 5d724f5 Merge "Further isolate the Surface from WindowState." by Craig Mautner · 12 years ago
  7. c8bc97e Further isolate the Surface from WindowState. by Craig Mautner · 12 years ago
  8. e6c966c Merge "Add frame counter to dumpGfxInfo" by Michael Jurka · 12 years ago
  9. 61d6c8c Merge "Add new feature to let apps layout over status bar / system bar." by Dianne Hackborn · 12 years ago
  10. 3a3a6cf Add new feature to let apps layout over status bar / system bar. by Dianne Hackborn · 12 years ago
  11. 4185012 Merge "Move variables into animation class." by Craig Mautner · 12 years ago
  12. a608b88 Move variables into animation class. by Craig Mautner · 12 years ago
  13. a3fabff Add frame counter to dumpGfxInfo by Michael Jurka · 12 years ago
  14. 15d5a96 Merge "Remove obsolete variable masking valid one." by Craig Mautner · 12 years ago
  15. d87946b Remove obsolete variable masking valid one. by Craig Mautner · 12 years ago
  16. a08f3e8 Merge "Enable vsync traversals by default." by Jeff Brown · 12 years ago
  17. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  18. c2f9be0 Move Surface operations out of WindowState. by Craig Mautner · 12 years ago
  19. e7ae250 Move wallpaper animations int WindowAnimator. by Craig Mautner · 12 years ago
  20. b3cbd0b Merge "Refactor animation out of WindowState." by Craig Mautner · 12 years ago
  21. a2c7705 Refactor animation out of WindowState. by Craig Mautner · 12 years ago
  22. 4accb6a Fix bug: don't show system bar in app thumbnails by Michael Jurka · 12 years ago
  23. cf8cbbe Skip layout if performShow fails. by Craig Mautner · 12 years ago
  24. d5f2374 Merge "Reset layout needed at each animation step." by Craig Mautner · 12 years ago
  25. bb1449b Reset layout needed at each animation step. by Craig Mautner · 12 years ago
  26. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  27. 764983d Separate animation into separate class. by Craig Mautner · 12 years ago
  28. 03273d0 Continue animations started from AppWindowToken. by Craig Mautner · 12 years ago
  29. 2fb98b1 Minor refactoring prior to major refactoring. by Craig Mautner · 12 years ago
  30. 22ce141 Fix flickering when starting and ending apps. by Craig Mautner · 12 years ago
  31. dea50f0 Merge "More work on rotation animation." by Dianne Hackborn · 12 years ago
  32. d6b32b6 More work on rotation animation. by Dianne Hackborn · 12 years ago
  33. 0059d35 Fix black screen on app transition. by Craig Mautner · 12 years ago
  34. 1dd3ed0 Perform finish animation actions. by Craig Mautner · 12 years ago
  35. bf90eaa Separate layout ops from surface ops. by Craig Mautner · 12 years ago
  36. e32c307 Separate out animations from layout. by Craig Mautner · 12 years ago
  37. 1743b64 Dejank: also animate window moves due to requested size changes. by Dianne Hackborn · 12 years ago
  38. 466608e Merge "Fix state machine sequence causing wallpaper flash." by Craig Mautner · 12 years ago
  39. ad3a9bb Fix state machine sequence causing wallpaper flash. by Craig Mautner · 12 years ago
  40. 55b4b28 Merge "Improved rotation animation." by Dianne Hackborn · 12 years ago
  41. 191874e3 Improved rotation animation. by Dianne Hackborn · 12 years ago
  42. df813c0 Merge "Use the Choreographer for Drawable animations." by Jeff Brown · 12 years ago
  43. bb9908b Dispatch screen state change events to Views Bug #6120957 by Romain Guy · 12 years ago
  44. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  45. 7e4e561 Ignore draw requests when the display is off by Romain Guy · 12 years ago
  46. c3b91e9 Merge "More work on rotation animation." by Dianne Hackborn · 12 years ago
  47. 9fd7480 More work on rotation animation. by Dianne Hackborn · 12 years ago
  48. 86add43 Fix reference to wrong ArrayList. Fixes bug 6107296. by Craig Mautner · 12 years ago
  49. a731cd3 Fix rotation so orientation changes aren't dropped. by Craig Mautner · 12 years ago
  50. dbb7991 Separate animation steps into start, step and finish phases. Fixes bug 6089126. by Craig Mautner · 12 years ago
  51. 343511c Detect animation completions like we used to. by Craig Mautner · 12 years ago
  52. ba64dfe debug by Craig Mautner · 12 years ago
  53. 83eaab5 Fix bug introduced when moving animation step out from between assignments to wasAnimating and nowAnimating. by Craig Mautner · 12 years ago
  54. b8678d7 resolved conflicts for merge of 210c1a26 to master by Dianne Hackborn · 12 years ago
  55. 5489e4af Merge "- Consolidate all animations in a single place outside of layout loop. - Move mPolicy.startAnimationLw and mPolicy.finishAnimationLw into same method as mPolicy.animatingWindowLw. - Fix first parameter of performLayoutLockedInner(initial, ...) to pass true on initial pass." by Craig Mautner · 12 years ago
  56. 01011c3 Fix issue #6037252: Screen shifts after all apps are upgraded by Dianne Hackborn · 12 years ago
  57. 2f995a7 - Consolidate all animations in a single place outside of layout loop. by Craig Mautner · 12 years ago
  58. 9806a23 Ignore broken input channel when finishing input event. by Jeff Brown · 12 years ago
  59. 4a06c80 Simplify Choreographer API. by Jeff Brown · 12 years ago
  60. ec5b515 Merge "Fix issue where screen rotations would stop animating." by Dianne Hackborn · 12 years ago
  61. 4dcece8 Fix issue where screen rotations would stop animating. by Dianne Hackborn · 12 years ago
  62. 62d1058 Merge "Remove the input dispatcher throttle." by Jeff Brown · 12 years ago
  63. d747dc8 Fix problems dispatching media button events on headless devices by Mike Lockwood · 13 years ago
  64. 3a74bd3 Add headless mode for running the framework without the surface flinger by Mike Lockwood · 13 years ago
  65. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 12 years ago
  66. 61ac6bb Extract code from performLayoutAndPlaceSurfacesInnerLocked() into multiple methods. by Craig Mautner · 12 years ago
  67. 659793b Merge "Add Developer Option setting for Animator scaling." by Chet Haase · 12 years ago
  68. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  69. 8bcd54b Use Choreographer for window manager animation timing. by Dianne Hackborn · 12 years ago
  70. 08cec4e am a5853595: am 47163685: Merge "Another attempt at issue #5823276: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 12 years ago
  71. 4716368 Merge "Another attempt at issue #5823276: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 12 years ago
  72. b7ff51b Another attempt at issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 12 years ago
  73. eda775c am 9f080e2a: am 44760b10: Merge "Revert "Fix 5797764: Increase lock screen\'s thread priority"" into ics-mr1 by Jim Miller · 12 years ago
  74. 44760b1 Merge "Revert "Fix 5797764: Increase lock screen's thread priority"" into ics-mr1 by Jim Miller · 12 years ago
  75. 54dbbce Revert "Fix 5797764: Increase lock screen's thread priority" by Jim Miller · 12 years ago
  76. fd1c5ed New screen rotation animation design. by Dianne Hackborn · 12 years ago
  77. 8ffd2cc am b1c7785c: am eaa11a72: Merge "Fix 5797764: Increase lock screen\'s thread priority" into ics-mr1 by Jim Miller · 12 years ago
  78. 02d37b9 resolved conflicts for merge of 892d11f4 to master by Dianne Hackborn · 12 years ago
  79. d3fe9ab am ab9601cd: am 230a7092: Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 12 years ago
  80. eaa11a7 Merge "Fix 5797764: Increase lock screen's thread priority" into ics-mr1 by Jim Miller · 12 years ago
  81. 6d6a70a Fix 5797764: Increase lock screen's thread priority by Jim Miller · 12 years ago
  82. cfbf7de Fix issue #5823276 again: home repaints after full-screen app is exited by Dianne Hackborn · 12 years ago
  83. 170997a DO NOT MERGE Revert "Fix issue #5823276: home repaints after full-screen app is exited" by Justin Ho · 12 years ago
  84. 230a709 Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 12 years ago
  85. 93c518e Fix 5863053: Add method to lock screen immediately. by Jim Miller · 12 years ago
  86. f88d149 am 10065177: am 2e282f35: Merge "Fix issue #5823276: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 12 years ago
  87. 01b02a7 Fix issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 12 years ago
  88. ee4d45f am 0be53567: am 19a06fe9: Merge "Fix issue #5755172: Soft menu key disappears when menu is open" into ics-mr1 by Dianne Hackborn · 13 years ago
  89. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  90. 32cbc3855 Refactor InputQueue as InputEventReceiver. by Jeff Brown · 13 years ago
  91. 4952dfd Ensure input events are processed in-order in the application. by Jeff Brown · 13 years ago
  92. 1fbee79 Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset? by Dianne Hackborn · 13 years ago
  93. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  94. bfd24ac Updating recent apps visuals on tablet by Michael Jurka · 13 years ago
  95. be70785 Make activity manager more robust in the face of app activity leaks. by Dianne Hackborn · 13 years ago
  96. 0f70e48 Merge "Fix issue #5470311: Activity with android:configChanges defined..." into ics-mr1 by Dianne Hackborn · 13 years ago
  97. 56b53b5 Fix issue #5470311: Activity with android:configChanges defined... by Dianne Hackborn · 13 years ago
  98. 532147b increase the rate at which we dispatch events. by Chet Haase · 13 years ago
  99. 7f1c94e Merge "Fix rotation displays frame N-1 briefly while rotating" into ics-mr1 by Mathias Agopian · 13 years ago
  100. 222357f workaround to set the WM refresh rate to 48 Hz for tuna devices only by Mathias Agopian · 13 years ago