1. 3fb3d88 Fix first-time usage. by Felipe Leme · 8 years ago
  2. 9e8bc7c Merge "Notification slider update." into nyc-dev by Julia Reynolds · 8 years ago
  3. 4d920ff Notification slider update. by Julia Reynolds · 8 years ago
  4. 2f4c229 Merge "Maybe decrypt user when quiet mode is disabled" into nyc-dev by Benjamin Franz · 8 years ago
  5. f02420c Maybe decrypt user when quiet mode is disabled by Benjamin Franz · 8 years ago
  6. 428fdd1 Merge "Call notifyLockedProfile in TrustManagerService instead of KeyguardViewMediator." into nyc-dev by Nicolas Prévot · 8 years ago
  7. 5981b8c Merge "Remember task which is being locked" into nyc-dev by Andrii Kulian · 8 years ago
  8. 698e763 Disable resize when IME is adjusted by Jorim Jaggi · 8 years ago
  9. 0f051f5 Remember task which is being locked by Andrii Kulian · 8 years ago
  10. e2a49bf Merge "Fixing jank issue with animating alpha." into nyc-dev by Winson Chung · 8 years ago
  11. f19376e Fixing jank issue with animating alpha. by Winson · 8 years ago
  12. de16f96c Merge "Take app screenshots in 565." into nyc-dev by Winson Chung · 8 years ago
  13. a7e2eaa Merge "Fix LockscreenWallpaper panning" into nyc-dev by Adrian Roos · 8 years ago
  14. 3a1ae58 Merge "Disable auto-drawer opening if intent is creating doc on empty dir." into nyc-dev by Ben Lin · 8 years ago
  15. 6eee0e1 Disable starting window for Recents by Chong Zhang · 8 years ago
  16. a5fdde9 Take app screenshots in 565. by Winson · 8 years ago
  17. 95a4791 Merge "Disable recents button in carmode inside of NavigationBarView, instead of doing it from PhoneWindowManager, which doesnt maintain the mUiMode properly and in sync with that in the UiModeManager. In addition the re-layout / modifications in the content of the navigation bar in care mode are better consolidated in one place instead of many places." into nyc-dev by Sriram Viswanathan · 8 years ago
  18. 7c1f390 Merge "PipManager: Revisit the logic for PIP close for TV app case" into nyc-dev by Dongwon Kang · 8 years ago
  19. 469caae Disable recents button in carmode inside of NavigationBarView, by Sriram Viswanathan · 8 years ago
  20. 3ee2cc6 Merge "Update RestrictedSwitchPreference to have an additional summary." into nyc-dev by Sudheer Shanka · 8 years ago
  21. 996c409 Merge "Add a null check to prevent NPE" into nyc-dev by Sid Soundararajan · 8 years ago
  22. 6823a8f Update RestrictedSwitchPreference to have an additional summary. by Sudheer Shanka · 8 years ago
  23. 3b777cb Fix LockscreenWallpaper panning by Adrian Roos · 8 years ago
  24. 3653085 Merge "PIP: Fix regressions" into nyc-dev by Jaewan Kim · 8 years ago
  25. f90db08 Merge "Deal gracefully with empty srcs." into nyc-dev by Steve McKay · 8 years ago
  26. cb6903d Merge "Guard against null clipdata objects." into nyc-dev by Steve McKay · 8 years ago
  27. 6598b2d Add a null check to prevent NPE by Sid Soundararajan · 8 years ago
  28. 4ecc096 Merge "Fixing various layout issues when docking" into nyc-dev by Winson Chung · 8 years ago
  29. 67c7957 Fixing various layout issues when docking by Winson · 8 years ago
  30. 55625a6 Deal gracefully with empty srcs. by Steve McKay · 8 years ago
  31. cac7b22 Merge "PIP: Implement new onboarding spec" into nyc-dev by Jaewan Kim · 8 years ago
  32. 8ad8419 PIP: Update the focusability of recents row whenever Recents is shown by Jaewan Kim · 8 years ago
  33. 419c895 PIP: Fix regressions by Jaewan Kim · 8 years ago
  34. 9d712fa PIP: Implement new onboarding spec by Jaewan Kim · 8 years ago
  35. 671e866 Merge "Keyboard shortcuts: one instance refactor" into nyc-dev by Andrei Stingaceanu · 8 years ago
  36. f86bc97 Keyboard shortcuts: one instance refactor by Andrei Stingaceanu · 8 years ago
  37. ac5a240 Merge "Add a fall back for when the thumbnail is not generated for a task" into nyc-dev by Sid Soundararajan · 8 years ago
  38. dea7075 Merge "QS Edit: Fix drag to add tiles going away" into nyc-dev by Jason Monk · 8 years ago
  39. 42317ea QS Edit: Fix drag to add tiles going away by Jason Monk · 8 years ago
  40. 732bd6c Allow system apps to substitute a different app name in notifications. by Dan Sandler · 8 years ago
  41. c662898 Call notifyLockedProfile in TrustManagerService instead of KeyguardViewMediator. by Nicolas Prevot · 8 years ago
  42. 25c43b7 Merge "Includes both direct boot aware and unaware apps in Apps default view" into nyc-dev by Bernard Chau · 8 years ago
  43. 73ba4a7 Merge "Filter out ACTION_UP events in onKey() listener." into nyc-dev by TreeHugger Robot · 8 years ago
  44. b127334 Filter out ACTION_UP events in onKey() listener. by Daichi Hirono · 8 years ago
  45. 2e27de2 PIP: Fix runtime crash in System UI by Jaewan Kim · 8 years ago
  46. 353d8d7 PipManager: Revisit the logic for PIP close for TV app case by Dongwon Kang · 8 years ago
  47. 670ea71 Reducing work on configuration change (Part 1) by Winson · 8 years ago
  48. 6309cab Merge "PIP: Implement focus change animation in PIP control buttons" into nyc-dev by Jaewan Kim · 8 years ago
  49. f21c3dac Fixing crash. by Winson · 8 years ago
  50. 49d9c79 Merge "PIP: Add PIP boundary" into nyc-dev by Jaewan Kim · 8 years ago
  51. bda1b17 Add a fall back for when the thumbnail is not generated for a task by Sid Soundararajan · 8 years ago
  52. 282c458 Merge "Minor cleanups to delete support." into nyc-dev by Steve McKay · 8 years ago
  53. e6036ad Merge "Keep HUNs that have an active remote input" into nyc-dev by TreeHugger Robot · 8 years ago
  54. c142a8c Merge "StrongAuthTracker: Don't rely on USER_PRESENT" into nyc-dev by TreeHugger Robot · 8 years ago
  55. 845fe50 Disable auto-drawer opening if intent is creating doc on empty dir. by Ben Lin · 8 years ago
  56. 256724e Minor cleanups to delete support. by Steve McKay · 8 years ago
  57. be3deb8 Merge "Improved trust error messaging (2/2)" into nyc-dev by TreeHugger Robot · 8 years ago
  58. 4ab7e59 StrongAuthTracker: Don't rely on USER_PRESENT by Adrian Roos · 8 years ago
  59. 527184d Merge "Open drawer only on first update." into nyc-dev by Ben Lin · 8 years ago
  60. 819b9bc Merge "Dismiss keyguard when user button is tapped" into nyc-dev by TreeHugger Robot · 8 years ago
  61. 545c5c2 Refine long-press enter and exit animations by Jorim Jaggi · 8 years ago
  62. 3c98760 Guard against null clipdata objects. by Steve McKay · 8 years ago
  63. ab5576d Open drawer only on first update. by Ben Lin · 8 years ago
  64. d6d253a Improved trust error messaging (2/2) by Adrian Roos · 8 years ago
  65. 4db7675 Merge "QS: Add content description to page indicator" into nyc-dev by Jason Monk · 8 years ago
  66. 5108d343 Merge "Mark DocumentsUI as a "privileged" app." into nyc-dev by Steve McKay · 8 years ago
  67. 03dab3e Merge "Fix selecting all in DocumentsUI." into nyc-dev by Steve McKay · 8 years ago
  68. ccf08d7 Dismiss keyguard when user button is tapped by Kaori Katou · 9 years ago
  69. 7fd1cbd Merge "Revert warning logic so it has a "don't show again" message." into nyc-dev by TreeHugger Robot · 8 years ago
  70. 92bf96d Mark DocumentsUI as a "privileged" app. by Steve McKay · 8 years ago
  71. 2977ba2 QS: Add content description to page indicator by Jason Monk · 8 years ago
  72. 186f29b Includes both direct boot aware and unaware apps in Apps default view by Bernard Chau · 8 years ago
  73. fcca68d Revert warning logic so it has a "don't show again" message. by Felipe Leme · 8 years ago
  74. d0e1239 Add a log if the printing activity died unexpectly. by Philip P. Moltmann · 8 years ago
  75. 52c66d7 Remove color and appearance by Jason Monk · 8 years ago
  76. eeef75b Merge "Suspend work status bar icon should be removed when work profile is deleted." into nyc-dev by Nicolas Prévot · 8 years ago
  77. 6c7b874 Suspend work status bar icon should be removed when work profile is deleted. by Nicolas Prevot · 8 years ago
  78. 89950ea Fix selecting all in DocumentsUI. by Tomasz Mikolajewski · 8 years ago
  79. 5e02d30 Do not allow to select non-selectable items via mouse. by Tomasz Mikolajewski · 8 years ago
  80. 566c595 Merge "Do not crash when trying to select unselectable items with keyboard." into nyc-dev by Tomasz Mikolajewski · 8 years ago
  81. 1cc1e33 PIP: Add PIP boundary by Jaewan Kim · 8 years ago
  82. 7c10234 Merge "Handle error result returned from MTP API correctly." into nyc-dev by Daichi Hirono · 8 years ago
  83. f7e0799 Handle error result returned from MTP API correctly. by Daichi Hirono · 8 years ago
  84. 1e59f24 PIP: Implement focus change animation in PIP control buttons by Jaewan Kim · 8 years ago
  85. a74888d Merge "TRON refinements for multi-window" into nyc-dev by TreeHugger Robot · 8 years ago
  86. 0e6b84f Do not crash when trying to select unselectable items with keyboard. by Tomasz Mikolajewski · 8 years ago
  87. c1e1e41 Merge "Remove the toolbar icon from DocumentsUI." into nyc-dev by Tomasz Mikolajewski · 8 years ago
  88. e802c81 Merge "PIP: Fix crash in Recents when restrict profile is enabled" into nyc-dev by Jaewan Kim · 8 years ago
  89. b020279 Merge "Added null check in appendSettingToCursor" into nyc-dev by TreeHugger Robot · 8 years ago
  90. 29379ec TRON refinements for multi-window by Jorim Jaggi · 8 years ago
  91. 0dc92ca Merge "Removed redundant notification title." into nyc-dev by TreeHugger Robot · 8 years ago
  92. a5df489 Merge "Add shadow for minimized dock" into nyc-dev by Jorim Jaggi · 8 years ago
  93. 2917dc4 Add shadow for minimized dock by Jorim Jaggi · 8 years ago
  94. ad913ed Remove the toolbar icon from DocumentsUI. by Tomasz Mikolajewski · 8 years ago
  95. c9d064a Added null check in appendSettingToCursor by Suprabh Shukla · 8 years ago
  96. 608f65b Merge "Fixing issue with larger clip bounds being specified than in the view." into nyc-dev by Winson Chung · 8 years ago
  97. a43d1393 Removed redundant notification title. by Felipe Leme · 8 years ago
  98. c406f52 Fixing issue with larger clip bounds being specified than in the view. by Winson · 8 years ago
  99. 1db228a Merge "Daeal with null cursors more leniently." into nyc-dev by Steve McKay · 8 years ago
  100. 15986f0 Merge "Have Recents focus second task when launched, if 2 or more tasks are available" into nyc-dev by Sid Soundararajan · 8 years ago