1. 5416468 Change MeteredDataDisabled function names for clarity by Michael Wachenschwanz · 7 years ago
  2. b8d8537 Merge "Window: Provide frame size hint to ViewRootImpl" into pi-dev by Adrian Roos · 7 years ago
  3. 34ab4d9 Merge "Catch and log exceptions from setup or teardown of WindowTestBase" into pi-dev by Chavi Weingarten · 7 years ago
  4. 9e370f2 Window: Provide frame size hint to ViewRootImpl by Adrian Roos · 7 years ago
  5. ac7e255 Removed @FlakyTest from ScreenDecorWindowTests by Wale Ogunwale · 7 years ago
  6. 578b6fe Catch and log exceptions from setup or teardown of WindowTestBase by chaviw · 7 years ago
  7. 76439d8 Merge "Fix wallpaper screenshot" into pi-dev by Chavi Weingarten · 7 years ago
  8. c26a909 Merge "Move com.android.managedprovisioning package constant to config.xml" into pi-dev by TreeHugger Robot · 7 years ago
  9. d4033e8 Merge "Add more tests for MemoryStatUtil" into pi-dev by TreeHugger Robot · 7 years ago
  10. 9015d24 Merge "Using UserManagerInternal for access control instead of UserManager" into pi-dev by TreeHugger Robot · 7 years ago
  11. 29d047b Merge "WallpaperColors hint computation" into pi-dev by TreeHugger Robot · 7 years ago
  12. fb6531d Merge "Only set appToken.setCanTurnScreenOn to false if screen was turned on." into pi-dev by Chavi Weingarten · 7 years ago
  13. 0315a1a Fix wallpaper screenshot by chaviw · 7 years ago
  14. b28de1f Only set appToken.setCanTurnScreenOn to false if screen was turned on. by chaviw · 7 years ago
  15. 597871a Add more tests for MemoryStatUtil by Ng Zhi An · 7 years ago
  16. 14c716c Revert "Allow restoring of apps that rotated key" by Amith Yamasani · 7 years ago
  17. 145c8f8 Using UserManagerInternal for access control instead of UserManager by Sunny Goyal · 7 years ago
  18. 255cb771 Move com.android.managedprovisioning package constant to config.xml by Rubin Xu · 7 years ago
  19. c50f47d WallpaperColors hint computation by Lucas Dupin · 7 years ago
  20. bada41c Merge "Address destroying activities multiple times." by Bryce Lee · 7 years ago
  21. 5481a98 Merge "With build failure fix: Add stats logging in appDiedLocked." by TreeHugger Robot · 7 years ago
  22. dd33df2 Merge "Prevent nav bar vibrations when overview proxy is connected (1/2)" by TreeHugger Robot · 7 years ago
  23. b0f993f Address destroying activities multiple times. by Bryce Lee · 7 years ago
  24. 9055c1b Merge "Wait to pause activity if translucent activity is waiting." by Bryce Lee · 7 years ago
  25. bfcd920 With build failure fix: Add stats logging in appDiedLocked. by Rajeev Kumar · 7 years ago
  26. 64543e6 Prevent nav bar vibrations when overview proxy is connected (1/2) by Matthew Ng · 7 years ago
  27. 8c334d0 Merge "Do not always destroy activity when cleaning up." by Bryce Lee · 7 years ago
  28. a0fb8e0 Wait to pause activity if translucent activity is waiting. by Bryce Lee · 7 years ago
  29. d8b4d19 Merge "Move primary-split-screen stack forward in some cases." by TreeHugger Robot · 7 years ago
  30. f55621a Marked some WM tests as flaky by Wale Ogunwale · 7 years ago
  31. bb28587 Move primary-split-screen stack forward in some cases. by Wale Ogunwale · 7 years ago
  32. 0f0d1ab Merge "Check the public-key signature of the whole certificate file before accepting the certificates" by Bo Zhu · 7 years ago
  33. 36d0a34 Fixed incorrect annotation Flaky to FlakyTest by chaviw · 7 years ago
  34. 4f0f348 Mark wm tests as flaky by chaviw · 7 years ago
  35. 6ff1707 Do not always destroy activity when cleaning up. by Bryce Lee · 7 years ago
  36. 13b1548 Merge "Use destroy in transaction for animation" by Chavi Weingarten · 7 years ago
  37. 59b12b9 Remove calls to setAccount and getAccount in test by Robert Berry · 7 years ago
  38. 8006a27 Merge changes I5c2facba,I2fecbeaa,I045ddf19,I961d190d by TreeHugger Robot · 7 years ago
  39. bf37604 Merge "WM: Split portrait and landscape status bar size" by TreeHugger Robot · 7 years ago
  40. 58b0948 Merge "Use post-execution state for lifecycle callback sequences" by Andrii Kulian · 7 years ago
  41. 7f414d9 Check the public-key signature of the whole certificate file before by Bo Zhu · 7 years ago
  42. 217e7cc Nuke WindowState#mShownPosition. Rework mXOffset/mYOffset. by Robert Carr · 7 years ago
  43. fa3ed75 Merge "Include slider events from managed profile." by TreeHugger Robot · 7 years ago
  44. 3e58039 Merge "Check the given CertPath against the root of trust during recovery" by Bo Zhu · 7 years ago
  45. 961f409 Merge "Allow restoring of apps that rotated key" by Michal Karpinski · 7 years ago
  46. 7ce4ea5 Check the given CertPath against the root of trust during recovery by Bo Zhu · 7 years ago
  47. 9956d89 Use post-execution state for lifecycle callback sequences by Andrii Kulian · 7 years ago
  48. c28f66d Merge "Fix issue with stack order positioning when ending recents animation." by Winson Chung · 7 years ago
  49. 123e07a Fix issue with stack order positioning when ending recents animation. by Winson Chung · 7 years ago
  50. e2a95e5 Merge "Add a new API to import a key provided by the caller, such that this key can also be synced to the remote service" by TreeHugger Robot · 7 years ago
  51. 2c8e538 Add a new API to import a key provided by the caller, such that this key by Bo Zhu · 7 years ago
  52. 102603e Revert "Always finish activity when moving to a destroyed state." by Bryce Lee · 7 years ago
  53. d9f11a9 Clean up RecoveryController imports by Robert Berry · 7 years ago
  54. e91de71 Merge changes I1c8b5638,Id9b2c57a by TreeHugger Robot · 7 years ago
  55. 5622f47 Fix AppStateTrackerTest.loadPersistedAppOps by Makoto Onuki · 7 years ago
  56. d755160 Ensure nav bar contrast under magnification by Phil Weaver · 7 years ago
  57. cea9e6d Frameworks: Annotate JUnit4 tests with @Test & @Ignore by Andreas Gampe · 7 years ago
  58. 313d225 Allow restoring of apps that rotated key by Michal Karpinski · 7 years ago
  59. f34ad95 Merge "Remove packageName from getRecoveryStatus" by Robert Berry · 7 years ago
  60. f690004 Merge "Ignore stopped state when becoming visible and ensuring configuration." by TreeHugger Robot · 7 years ago
  61. 8a36da3 Merge "Add CertPath to KeyChainSnapshot and startRecoverySession" by TreeHugger Robot · 7 years ago
  62. 7c1972f Add CertPath to KeyChainSnapshot and startRecoverySession by Bo Zhu · 7 years ago
  63. b9cacbe Merge "Improve reporting of bucketing reason" by TreeHugger Robot · 7 years ago
  64. b6d75f3 Ignore stopped state when becoming visible and ensuring configuration. by Wale Ogunwale · 7 years ago
  65. 119be9a Improve reporting of bucketing reason by Amith Yamasani · 7 years ago
  66. e4c5e3b Merge "Always finish activity when moving to a destroyed state." by Bryce Lee · 7 years ago
  67. 7ace395 Always finish activity when moving to a destroyed state. by Bryce Lee · 7 years ago
  68. 725024b Merge "Name specific app for rapid data usage." by Jeff Sharkey · 7 years ago
  69. e0c2995 Name specific app for rapid data usage. by Jeff Sharkey · 7 years ago
  70. f6ff0f8 Merge changes Icdb40ee3,I4c239844 by Jeff Sharkey · 7 years ago
  71. 56f06b4 Remove packageName from getRecoveryStatus by Robert Berry · 7 years ago
  72. 22af650 WM: Split portrait and landscape status bar size by Adrian Roos · 7 years ago
  73. add2d38 Merge "Add unit tests for AppOpsService." by Peter Visontay · 7 years ago
  74. 97c5a85 Merge "DisplayCutout: Fix positioning of NO_LIMITS windows" by TreeHugger Robot · 7 years ago
  75. b736e32 Use destroy in transaction for animation by Chavi Weingarten · 7 years ago
  76. ac2e8ef Knobs for connectivity experiments. by Jeff Sharkey · 7 years ago
  77. 93891ea Merge "Split query permission from update permission" by TreeHugger Robot · 7 years ago
  78. eb3697c DisplayCutout: Fix positioning of NO_LIMITS windows by Adrian Roos · 7 years ago
  79. 428a59a Merge "Remove package name parameter from setRecoveryStatus" by Robert Berry · 7 years ago
  80. 821d7cd Merge "Implement UNLIMITED_SHORTCUTS_API_CALLS permission." by Makoto Onuki · 7 years ago
  81. 859206c Add unit tests for AppOpsService. by Peter Visontay · 7 years ago
  82. 751cbc6 Merge "Update lock task features name and javadoc" by Benjamin Franz · 7 years ago
  83. bbe02ae Remove package name parameter from setRecoveryStatus by Robert Berry · 7 years ago
  84. 7d0fa81 Implement UNLIMITED_SHORTCUTS_API_CALLS permission. by Makoto Onuki · 7 years ago
  85. 2e7f5b3 Merge "DisplayCutout: Cache rotations of DisplayCutout" by TreeHugger Robot · 7 years ago
  86. 2aa0fcd DisplayCutout: Cache rotations of DisplayCutout by Adrian Roos · 7 years ago
  87. b1888aa Don't resume until keyguard is gone by Andrii Kulian · 7 years ago
  88. b2675b4 Fix two broken tests in PersistentKeyChainSnapshotTest by Bo Zhu · 7 years ago
  89. 41ed367 Merge changes I86c37b6d,I976b29bf by TreeHugger Robot · 7 years ago
  90. c370471 Merge changes Iff58235b,I1ea44917 by TreeHugger Robot · 7 years ago
  91. 414189f Merge "APIs to watch active op changes" by TreeHugger Robot · 7 years ago
  92. 35289c4 Merge "Add OWNERS for webview directories in framework." by TreeHugger Robot · 7 years ago
  93. 6c90d8a Include slider events from managed profile. by Kenny Guy · 7 years ago
  94. 9de4249 Merge "Skip repositioning home stack for recents animation if already visible" by Winson Chung · 7 years ago
  95. 11c2558 DisplayCutout: account for cutout in appWidth/appHeight etc. by Adrian Roos · 7 years ago
  96. 2426421 DisplayCutout: Dispatch all non-zero safeInsets by Adrian Roos · 7 years ago
  97. 9b73804c Add OWNERS for webview directories in framework. by Torne (Richard Coles) · 7 years ago
  98. 5a9f4e5 Frameworks: Disable two recoverablekeystore tests by Andreas Gampe · 7 years ago
  99. bd66641 Frameworks: Fix JUnit4 test annotations by Andreas Gampe · 7 years ago
  100. caffa77 Update lock task features name and javadoc by Benjamin Franz · 7 years ago