1. 910beb8 updates to FrameStatsObserver API by Andres Morales · 8 years ago
  2. f6f5f4e Merge "Made some changes to window caption APIs" by Wale Ogunwale · 8 years ago
  3. 3b93a4d Renamed Activity class multi-window APIs by Wale Ogunwale · 8 years ago
  4. a504ca3 Made some changes to window caption APIs by Wale Ogunwale · 8 years ago
  5. 06f5bc7 expose hwui frame stats through FrameStatsObserver by Andres Morales · 9 years ago
  6. 4846ee3 Optimize window relayouts when dragging divider by Jorim Jaggi · 9 years ago
  7. 75e0979 Request Keyboard Shortcuts for SysUI Dialog via Window by Clara Bayarri · 9 years ago
  8. 411c06f Only allow activities to move to full screen stack. by Filip Gruszczynski · 9 years ago
  9. eb6722c Fixed bug with caption not showing for some apps that handle config changes by Wale Ogunwale · 9 years ago
  10. 3dec081 Remaining APIs for freeform window caption. by Filip Gruszczynski · 9 years ago
  11. 9b81e40 Remove Window.setDecorView API. by Filip Gruszczynski · 9 years ago
  12. 6325065 API for overlaying app content over decor caption in freeform windows. by Filip Gruszczynski · 9 years ago
  13. 02a5a6b Merge "Added StackId object for checking what features a stack supports" by Wale Ogunwale · 9 years ago
  14. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  15. b6c2624 Add window setDecorView API. by Robert Carr · 9 years ago
  16. 9b34442 Use StringBuilder to construct window title string. by Wale Ogunwale · 9 years ago
  17. d4f2b64 am be02134c: am fceaedda: am 75693994: Merge "Disassociate system windows from apps" by Wale Ogunwale · 9 years ago
  18. ff58e30 Disassociate system windows from apps by tiger_huang · 9 years ago
  19. 14418da Fix recents crashing during docked stack resize. by Filip Gruszczynski · 9 years ago
  20. 0daf210 Fix leaking the first activity while preserving windows. by Filip Gruszczynski · 9 years ago
  21. a59ac9c Preserve window during resize triggered relaunches. by Filip Gruszczynski · 9 years ago
  22. 8e89b31 Move window moving and resizing handling to WindowManager by Chong Zhang · 9 years ago
  23. 4aef7c8 Deprecate FEATURE_PROGRESS and related methods by Alan Viverette · 9 years ago
  24. f36bb0c Bring an activity to the front upon click & drag by Skuhne · 9 years ago
  25. ce2faa5 Adding API to access / change the task bounds by Skuhne · 9 years ago
  26. c6feec0 Merge "Adding actions to non client decor buttons" by Stefan Kuhne · 9 years ago
  27. 1b42057 Adding actions to non client decor buttons by Stefan Kuhne · 9 years ago
  28. 9bad741 Adding missing WindowStackCallback to Window by Stefan Kuhne · 9 years ago
  29. 868a5e1 Support for an activity to change and/or query it's associated stack by Wale Ogunwale · 9 years ago
  30. ba7881c Support finishing a task with any finishing activity in the task. by Wale Ogunwale · 9 years ago
  31. 5aec62e Remove hidden/deleted APIs. by George Mount · 9 years ago
  32. 0a4dc22 Added TYPE_APPLICATION_ABOVE_SUB_PANEL window type. by Wale Ogunwale · 9 years ago
  33. 6a975b3 Save search context when dispatching onSearchRequested. by Tim Kilbourn · 9 years ago
  34. bc4cf00 Fix a few found doc problems. by John Spurlock · 9 years ago
  35. da81fa5 Merge "Add resource type annotations to some APIs" by Tor Norbye · 9 years ago
  36. 417ee5b Add resource type annotations to some APIs by Tor Norbye · 9 years ago
  37. 4423d91 Add a type parameter to startActionMode() calls. by Clara Bayarri · 9 years ago
  38. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  39. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  40. c051955 Mark findViewById(int) @Nullable by Scott Kennedy · 9 years ago
  41. b10e33f Split up android.policy into framework.jar and services.jar 1/3 by Jorim Jaggi · 9 years ago
  42. c3a043c Fix TODO in javadoc for FEATURE_CONTENT_TRANSITIONS. by George Mount · 9 years ago
  43. aa1008c Update javadoc for DEFAULT_FEATURES deprecation. by Bryce Lee · 10 years ago
  44. 71922de Update docs for Window.setElevation(), apply changes immediately by Alan Viverette · 10 years ago
  45. fe56835 Add system api for disabling touch events in wallpaper behind the window. by Filip Gruszczynski · 10 years ago
  46. 3a0d878 Ensure all events from a showing window are dispatched. by Svetoslav · 10 years ago
  47. d6e6e72 Make default windows features configurable. by Bryce Lee · 10 years ago
  48. 79c067c5 Add setters for window elevation and clipToOutline properties by Alan Viverette · 10 years ago
  49. 9678e34 Clean up some javadocs in Window.setFeature...() by Alan Viverette · 10 years ago
  50. 393b1c1 Fix issue #17789629: PopupWindow overlaps with navigation bar. by Wale Ogunwale · 10 years ago
  51. 9826f63 Have Activity Transitions activited by a new window attribute. by George Mount · 10 years ago
  52. c03da0e Make Fragment Transitions match Acitivty Transitions API by George Mount · 10 years ago
  53. fd63dd0 Add javadoc to Window.set/getMediaController by RoboErik · 10 years ago
  54. b89d5cc Allow Activities to opt into using Overlay for shared elements. by George Mount · 10 years ago
  55. 68f96d8 Add differentiating transitions for returning/reentering. by George Mount · 10 years ago
  56. 5501165 Add API to set a default session in Activity by RoboErik · 10 years ago
  57. 238010f Allow activity transitions to target nav and status bar colors. by George Mount · 10 years ago
  58. 990205e Don't use overlay to transition ImageViews. by George Mount · 10 years ago
  59. ed1e01d Allow customization of background fade duration. by George Mount · 10 years ago
  60. ea56251 Colorize SystemUI by Adrian Roos · 10 years ago
  61. 217ccd2 Add System UI Color API by Adrian Roos · 10 years ago
  62. 5f97930 am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev by Adam Powell · 10 years ago
  63. 117b695 onWindowDismissed API cleanup by Adam Powell · 10 years ago
  64. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago
  65. cb4b7d9 Implement "Back" for Activity Transitions. by George Mount · 10 years ago
  66. 568628d Manually merge commit '2faf28cf' into master by Will Haldean Brown · 10 years ago
  67. ca6234e Add swipe-to-dismiss support to PhoneWindow. by Will Haldean Brown · 10 years ago
  68. e180337 Change Activity Scene Transitions to be more automatic redo. by George Mount · 10 years ago
  69. 206e30c Revert "Change Activity Scene Transitions to be more automatic." by George Mount · 10 years ago
  70. f10587f Change Activity Scene Transitions to be more automatic. by George Mount · 10 years ago
  71. 0a778ed Cross-Activity Scene transition API. by George Mount · 11 years ago
  72. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 10 years ago
  73. cfbe9be Add support for cross-activity scenes and transitions by Adam Powell · 11 years ago
  74. 2525d9c Deprecate Activity.setTitleColor() by Alan Viverette · 11 years ago
  75. 18e905f Make Scenes and Transitions first-class in PhoneWindow/Themes by Adam Powell · 11 years ago
  76. 38dc2ad am b2db2fbc: am 6d90862f: am d65825ab: Merge "Private flags are masked in correct variable" into klp-dev by Adam Lesinski · 11 years ago
  77. 95c4297 Private flags are masked in correct variable by Adam Lesinski · 11 years ago
  78. d9273d6 Add typedefs and nullness annotations. by Tor Norbye · 11 years ago
  79. 30f420f add local focus mode and input event injection API to Window by keunyoung · 11 years ago
  80. 04fe6eb Fix a bug resolving the correct icon/logo in action bars by Adam Powell · 11 years ago
  81. 4b6d93f Make invalidateOptionsMenu asynchronous by Adam Powell · 12 years ago
  82. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  83. d32460c Refactor local window manager implementation. by Jeff Brown · 12 years ago
  84. 193fc07 Docs tweak by Christopher Tate · 12 years ago
  85. 3a3a6cf Add new feature to let apps layout over status bar / system bar. by Dianne Hackborn · 12 years ago
  86. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  87. 9622e20 Add system property to force hw acceleration. by Romain Guy · 13 years ago
  88. 661cd52 Add progress dialog for booting after an upgrade. by Dianne Hackborn · 13 years ago
  89. e43fca9 Offer a masked version of setUiOptions for windows to only modify certain flags. by Adam Powell · 13 years ago
  90. 269248d Fix bug 5098288 - Rethink the suite of new themes by Adam Powell · 13 years ago
  91. 5fd2169 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 13 years ago
  92. 5be8de3 More compatibility mode improvements. by Dianne Hackborn · 13 years ago
  93. 310ae9b am fe86e979: am 661b6cfb: Merge "Okay, new plan for dialogs." into honeycomb by Dianne Hackborn · 14 years ago
  94. 7fc5d4b8 am 2ec5a716: am 36c84403: Merge "Fix issue #3362484: Can\'t dismiss activity picker by tapping outside dialog" into honeycomb by Dianne Hackborn · 14 years ago
  95. ef57575 Okay, new plan for dialogs. by Dianne Hackborn · 14 years ago
  96. cfaf887 Fix issue #3362484: Can't dismiss activity picker by tapping outside dialog by Dianne Hackborn · 14 years ago
  97. cb1404e Add joystick support to framework. by Jeff Brown · 14 years ago
  98. 64da12a Add dispatch key shortcut window callback. by Jeff Brown · 14 years ago
  99. c918935 Fix issue #3272082: Contacts: when going back from edit view, by Dianne Hackborn · 14 years ago
  100. debf3be Fix bug 2948913 - provide lifecycle notifications for action modes by Adam Powell · 14 years ago