1. a81736a Ensure the simple CAB appears below the status bar. by John Spurlock · 11 years ago
  2. ae3349e Move the IME navigation guard view up to decor. by John Spurlock · 11 years ago
  3. ac2d61a Merge "Do not show immersive mode help in touch exploration mode." into klp-dev by John Spurlock · 11 years ago
  4. 900ece5 Do not show immersive mode help in touch exploration mode. by Daniel Sandler · 11 years ago
  5. da35dde Relayout the immersive cling in the correct thread. by Daniel Sandler · 11 years ago
  6. e5f910a Fix issue where keyguard adds widgets before the system is ready by Jim Miller · 11 years ago
  7. 79a0ed5 Merge "Move the wallpaper beneath the keyguard." into klp-dev by Craig Mautner · 11 years ago
  8. 5800443 Move the wallpaper beneath the keyguard. by Craig Mautner · 11 years ago
  9. dd73ee4 Add a config resource to enable translucent bars globally. by Daniel Sandler · 11 years ago
  10. f1a3664 Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY. by John Spurlock · 11 years ago
  11. b83f5c6 Limit transient nav cling to 380dp on large/land devices. by Daniel Sandler · 11 years ago
  12. 47e3de2 Wire up new hideycling ok button to persist setting. by John Spurlock · 11 years ago
  13. a953b6d New window cling for immersive mode. by Daniel Sandler · 11 years ago
  14. 5a78317 Merge "Test for hidden keyguard before waiting for it." into klp-dev by Craig Mautner · 11 years ago
  15. 6f29590 Test for hidden keyguard before waiting for it. by Craig Mautner · 11 years ago
  16. 7a6ccb8 Merge "Remote volume changes" into klp-dev by Jean-Michel Trivi · 11 years ago
  17. fca1e60 Remote volume changes by Jean-Michel Trivi · 11 years ago
  18. d69417d Merge "Reduce jank on incoming phone call during dream." into klp-dev by Craig Mautner · 11 years ago
  19. 2881630 Reduce jank on incoming phone call during dream. by Craig Mautner · 11 years ago
  20. f95b89a Fix dock rect calculation when nav is translucent. by John Spurlock · 11 years ago
  21. 57beb3b IME navigation guard implemented as a View. by John Spurlock · 11 years ago
  22. 65e9112 Merge "Allow IMEs to extend below nav bar, remove SystemUI veto." into klp-dev by John Spurlock · 11 years ago
  23. c68d577 Allow IMEs to extend below nav bar, remove SystemUI veto. by John Spurlock · 11 years ago
  24. e8a057a Merge "Remove overly tight constraint on drawn Keyguard." into klp-dev by Craig Mautner · 11 years ago
  25. 4e8a19c Remove overly tight constraint on drawn Keyguard. by Craig Mautner · 11 years ago
  26. fd71db8 Close context menu dialogs if the menu becomes empty by Adam Powell · 11 years ago
  27. 4268600 Merge "Translucent sysui flags affect layout." into klp-dev by John Spurlock · 11 years ago
  28. 7f4820a Translucent sysui flags affect layout. by John Spurlock · 11 years ago
  29. 65567d4 Don't crop top-most windows at rest. by John Spurlock · 11 years ago
  30. 5a0f4ec Ignore certain WindowManager flags when touch exploration is enabled by Alan Viverette · 11 years ago
  31. bd95740 Transparent system ui flags -> Translucent WM flags. by John Spurlock · 11 years ago
  32. 8e0ca28 Window decor rect should not include the nav bar if hidden. by John Spurlock · 11 years ago
  33. e660ecc Merge "Store decor rects per window for transition cropping." into klp-dev by John Spurlock · 11 years ago
  34. 95c4297 Private flags are masked in correct variable by Adam Lesinski · 11 years ago
  35. 4664623 Store decor rects per window for transition cropping. by John Spurlock · 11 years ago
  36. 6a591f5 Make room for new public flags by Adam Lesinski · 11 years ago
  37. 6c9df50 Fix permissions on WindowManagerService.showAssistant() by Jim Miller · 11 years ago
  38. 138f25d Accessibility improvements in keyguard by Jim Miller · 11 years ago
  39. 79da833 Include starting windows in the sysui vis calculation. by John Spurlock · 11 years ago
  40. caf24fc Add camera affordance to navigation bar on phones by Jim Miller · 11 years ago
  41. d67ec25 Update transient navigation confirmation wording & behavior by John Spurlock · 11 years ago
  42. eda1f69 Fix glitch launching new windows from transparent launcher. by John Spurlock · 11 years ago
  43. 7edfbca Promote lights-out to a bar transition mode. by John Spurlock · 11 years ago
  44. a2906cb Merge "Show alternate menu panel on devices with menu key" into klp-dev by Adam Powell · 11 years ago
  45. 5fcf5b9 Show alternate menu panel on devices with menu key by Adam Powell · 11 years ago
  46. 95d7853 Fix issue #10688644: Java crash in com.android.phone: by Dianne Hackborn · 11 years ago
  47. d625ab2 Fix deadlock by keeping local copy of currentUserId by Craig Mautner · 11 years ago
  48. bd84760 Merge "Remove opaque-on-interaction from nav bar." into klp-dev by John Spurlock · 11 years ago
  49. cfc359a Remove opaque-on-interaction from nav bar. by John Spurlock · 11 years ago
  50. 9e7884a Force the nav bar visible when an IME window is visible. by John Spurlock · 11 years ago
  51. ab8fe69 Merge "Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE." into klp-dev by John Spurlock · 11 years ago
  52. d4e6575 Ensure IME windows always appear north of the nav bar. by John Spurlock · 11 years ago
  53. e47193d Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE. by John Spurlock · 11 years ago
  54. ef4adae Allow wallpaper to extend into the entire screen. by John Spurlock · 11 years ago
  55. 0ec64c6 Add new logging for system bar window state. by John Spurlock · 11 years ago
  56. b77edbf Improve transparent bar transitions. by John Spurlock · 11 years ago
  57. 5b9145b Improve transient bar transitions. by John Spurlock · 11 years ago
  58. 27735a4 Maintain TRANSIENT_*_BAR flags until transient bars hidden. by John Spurlock · 11 years ago
  59. 2617006 Ensure LOW_PROFILE is always clear when bars are transient. by John Spurlock · 11 years ago
  60. 4cf6a94 Delay transient navigation confirmation prompt. by John Spurlock · 11 years ago
  61. 34e13d9 Update transient navigation confirmation logic. by John Spurlock · 11 years ago
  62. 30f420f add local focus mode and input event injection API to Window by keunyoung · 11 years ago
  63. ef981a4 Fix propagation of display overscan information. by Jeff Brown · 11 years ago
  64. e1f366f Introduce new transparent bars sysui flags. by John Spurlock · 11 years ago
  65. 32230ef Merge "Collapse/disable shade when hiding status bar window." by John Spurlock · 11 years ago
  66. 5c71325 Merge "Add force default orientation." by Craig Mautner · 11 years ago
  67. 46ac6fa Add force default orientation. by Craig Mautner · 11 years ago
  68. 9b0dc28 Fix a regression where android:windowContentOverlay did not draw properly. by Adam Powell · 11 years ago
  69. 9764218 Collapse/disable shade when hiding status bar window. by John Spurlock · 11 years ago
  70. 9ba21fd Tweak system gesture listener. by John Spurlock · 11 years ago
  71. b816bed Limit TYPE_SYSTEM_ERROR to system decor bounds. by Craig Mautner · 11 years ago
  72. d4ec3324 Restore nav bar position when wm size is reset. by Craig Mautner · 11 years ago
  73. 20555cb Merge "Add a keycode to switch audio tracks (1/2)" by michaelwr · 11 years ago
  74. a446bf0 add TYPE_PRIVATE_PRESENTATION window type by keunyoung · 11 years ago
  75. bfdad8e Add a keycode to switch audio tracks (1/2) by Jaekyun Seok · 11 years ago
  76. f56bef1 Resolve car dock home activities properly. by John Spurlock · 11 years ago
  77. 4f09d51 Remove debug logging. by Craig Mautner · 11 years ago
  78. 9b40728 Change order of setting isOpen by Craig Mautner · 11 years ago
  79. 1e09cfa Merge "More debug for 9404689." by Craig Mautner · 11 years ago
  80. f1f5054 More debug for 9404689. by Craig Mautner · 11 years ago
  81. e51cf7ae Simplify wake management code in keyguard. by Jim Miller · 11 years ago
  82. 655d0e2 Single-user restrictions by Amith Yamasani · 11 years ago
  83. 80f00c1 Remove concept of system bar from window manager. by John Spurlock · 11 years ago
  84. 0a317e9 Show the default activity icon in the action bar if one is not supplied by Adam Powell · 11 years ago
  85. 037aa8d Centralize all system InputEventReceiver monitors. by Craig Mautner · 11 years ago
  86. 3df2172 Hide "Take bugreport" for secondary users by Amith Yamasani · 11 years ago
  87. 245fd01 Put overlay system bar testing behind a setting. by John Spurlock · 11 years ago
  88. fb70445 Merge "Extend stacks up under status bar" by Craig Mautner · 11 years ago
  89. c5a6e44 Extend stacks up under status bar by Craig Mautner · 11 years ago
  90. 16f6b15 am b093ea59: am f8038bdd: Merge "Fix regression in long-press home behavior on tablets." into jb-mr2-dev by Jeff Brown · 11 years ago
  91. f8038bd Merge "Fix regression in long-press home behavior on tablets." into jb-mr2-dev by Jeff Brown · 11 years ago
  92. f71343d Fix regression in long-press home behavior on tablets. by Jeff Brown · 11 years ago
  93. 04fe6eb Fix a bug resolving the correct icon/logo in action bars by Adam Powell · 11 years ago
  94. 00d4c94 Merge "Fix keyguard issue where an incoming SMS would switch widget" into jb-mr2-dev by Jim Miller · 11 years ago
  95. dfb57cd Fix keyguard issue where an incoming SMS would switch widget by Jim Miller · 11 years ago
  96. 5bee398 Merge "Clear low profile bit when showing hideybars." by John Spurlock · 11 years ago
  97. d85618e Clear low profile bit when showing hideybars. by John Spurlock · 11 years ago
  98. dcf4f21 Hideybars feature confirmation toast bar. by John Spurlock · 11 years ago
  99. d794e64 Check for invalid pointer index in PagedView by Jim Miller · 11 years ago
  100. e9b2f9a am 04be10a5: am 36b3b1dd: Merge "Support double-tap home to go to recents." into jb-mr2-dev by Jeff Brown · 11 years ago