1. 6dfdfd6 Added attribute showForAllUsers that deprecates showOnLockScreen by Wale Ogunwale · 9 years ago
  2. 83162a9 Eliminate groupId and add task to AppWindowToken by Craig Mautner · 10 years ago
  3. e3119b7 Refactor removeApp and removeTask for last removals. by Craig Mautner · 10 years ago
  4. 799bc1d Refactor moveStackWindowsLocked() by Craig Mautner · 10 years ago
  5. 3d7ca31 Remove AppWindowTokens from exiting apps with task by Craig Mautner · 10 years ago
  6. 7b4655d Ensure arraylist index is montonically decreasing by Craig Mautner · 10 years ago
  7. 98e70d0 Fixed index out of bounds issue when removing windows. by Wale Ogunwale · 10 years ago
  8. 7c9ee19 Fix race condition between binder deaths by Craig Mautner · 10 years ago
  9. 8746a47 Create end of animation callback for Activity by Craig Mautner · 10 years ago
  10. bb74246 Launch activity behind launching task. by Craig Mautner · 10 years ago
  11. e30e02f Add system layer for voice interaction services. by Dianne Hackborn · 10 years ago
  12. 9ef471f Don't remove Activities and Tasks until animation done by Craig Mautner · 10 years ago
  13. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/wm/AppWindowToken.java]
  14. 4c5eb22 Notify apps when insets change. by Craig Mautner · 11 years ago
  15. 5d9f547 Relayout windows that handle their own config change. by Craig Mautner · 11 years ago
  16. 29479eb clean-up following Surface split by Mathias Agopian · 11 years ago
  17. b1fd65c0 Migrate AppWindowToken lists into DisplayContent. by Craig Mautner · 11 years ago
  18. 5810681 Remove some TODOs. by Craig Mautner · 12 years ago
  19. 72669d1 Fixes to clean up icon launching during animations. by Craig Mautner · 12 years ago
  20. 9686833 Recouple layout and animation a bit. by Craig Mautner · 12 years ago
  21. 7636dfb Do not clear AppWindowToken.allDrawn while animating. by Craig Mautner · 12 years ago
  22. 5962b12 Adds showWhenLocked attribute to Activities. by Craig Mautner · 12 years ago
  23. 322e403 Further isolate layout side from animation side. by Craig Mautner · 12 years ago
  24. 6fbda63 Merge CL 202423/3 App launching has random pauses. by Craig Mautner · 12 years ago
  25. bec53f7 Animate from local list of WindowStateAnimators. by Craig Mautner · 12 years ago
  26. e9bdb31 Merge "Refactor input system into its own service." by Jeff Brown · 12 years ago
  27. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago
  28. 5943163 First separation of animation from AppWindowToken. by Craig Mautner · 12 years ago
  29. d09cc4b Move more items between layout and animate sides. by Craig Mautner · 12 years ago
  30. 749a7bb Refactor to convert four state booleans to int. by Craig Mautner · 12 years ago
  31. c8bc97e Further isolate the Surface from WindowState. by Craig Mautner · 12 years ago
  32. a608b88 Move variables into animation class. by Craig Mautner · 12 years ago
  33. c2f9be0 Move Surface operations out of WindowState. by Craig Mautner · 12 years ago
  34. a2c7705 Refactor animation out of WindowState. by Craig Mautner · 12 years ago
  35. cf8cbbe Skip layout if performShow fails. by Craig Mautner · 12 years ago
  36. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  37. 764983d Separate animation into separate class. by Craig Mautner · 12 years ago
  38. 03273d0 Continue animations started from AppWindowToken. by Craig Mautner · 12 years ago
  39. 2fb98b1 Minor refactoring prior to major refactoring. by Craig Mautner · 12 years ago
  40. 22ce141 Fix flickering when starting and ending apps. by Craig Mautner · 12 years ago
  41. 1dd3ed0 Perform finish animation actions. by Craig Mautner · 12 years ago
  42. e32c307 Separate out animations from layout. by Craig Mautner · 12 years ago
  43. dbb7991 Separate animation steps into start, step and finish phases. Fixes bug 6089126. by Craig Mautner · 12 years ago
  44. 2c84cfc Various performance and other work. by Dianne Hackborn · 13 years ago
  45. bc1aa7b Fix issue #5312624: Lock screen very flickery by Dianne Hackborn · 13 years ago
  46. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  47. 6e1eb76 Explode WindowManagerService. by Dianne Hackborn · 13 years ago