1. a7f775d Merge "Fix how outlines are sent to rendernode" into nyc-dev by Chris Craik · 8 years ago
  2. 26952d7 Do not call forceLayout if not needed by Jorim Jaggi · 8 years ago
  3. d928908 Merge "Make AVD thread safe" into nyc-dev by Doris Liu · 8 years ago
  4. 1d8e194 Make AVD thread safe by Doris Liu · 8 years ago
  5. 2523d8f Merge "MediaActionSound: fix SoundPool load race condition" into nyc-dev by Eric Laurent · 8 years ago
  6. 1e9c685 Merge "Set correct bounds when docked stack is removed" into nyc-dev by Andrii Kulian · 8 years ago
  7. a68fe1e4d Merge "PowerManager: Adds isSustainedPerformanceModeSupported()" into nyc-dev by Ruchi Kandoi · 8 years ago
  8. 136d1af Fix how outlines are sent to rendernode by Chris Craik · 8 years ago
  9. bcff143 Move docked stack to the side in landscape instead of clip by Jorim Jaggi · 8 years ago
  10. e1d4361 Fix screen rotation animation by Jorim Jaggi · 8 years ago
  11. c6418c0 Merge "Cleanup addtional files that were missed in the first purge of AvoidXfermode" into nyc-dev by Derek Sollenberger · 8 years ago
  12. 817ef32 Merge "Ensure we leave space between layers in docked stack." into nyc-dev by Rob Carr · 8 years ago
  13. 2f1eb93 Merge "Expose setDrawGLFunctionDetachedCallback to webview" into nyc-dev by Bo Liu · 8 years ago
  14. 7182d98 Merge "Move more code from WebViewUpdateService to separate overridable class" into nyc-dev by Gustav Sennton · 8 years ago
  15. 24b7415 Merge "ShortcutManager: More command for CTS, more tests.." into nyc-dev by Makoto Onuki · 8 years ago
  16. d7a267d MediaActionSound: fix SoundPool load race condition by Eric Laurent · 8 years ago
  17. 68a5811 Merge "Camera: Allow preview operation of SCENE_MODE_HDR" into nyc-dev by Eino-Ville Talvala · 8 years ago
  18. ecfbb0a Merge "Camera: Add proper buffer drop errors to LEGACY mode" into nyc-dev by Eino-Ville Talvala · 8 years ago
  19. 23c60f6 Merge "Add app attribution to QS editing" into nyc-dev by Jason Monk · 8 years ago
  20. b4aa2e9 PowerManager: Adds isSustainedPerformanceModeSupported() by Ruchi Kandoi · 8 years ago
  21. cd1e9ad Merge "Fix bug where service disabled with disableSelf() would not reset soft keyboard behavior. Bug: 27947344" into nyc-dev by Anna Galusza · 8 years ago
  22. 93ab281 Cleanup addtional files that were missed in the first purge of AvoidXfermode by Derek Sollenberger · 8 years ago
  23. 063988c Properly handle DimLayers which become fullscreen. by Robert Carr · 8 years ago
  24. 84e69c3 Merge changes I7d406cc8,Id6cf70ea into nyc-dev by Rob Carr · 8 years ago
  25. 6412d75 Ensure we leave space between layers in docked stack. by Robert Carr · 8 years ago
  26. ac21497 ShortcutManager: More command for CTS, more tests.. by Makoto Onuki · 8 years ago
  27. 3942978 Merge "Show toast when subtype is rotated by Meta-Space." into nyc-dev by Yohei Yukawa · 8 years ago
  28. c7c569d Camera: Allow preview operation of SCENE_MODE_HDR by Eino-Ville Talvala · 8 years ago
  29. ebdb34d Merge "Never "save" if the surface control is null." into nyc-dev by Chong Zhang · 8 years ago
  30. 133b07a Merge "Fix missing exit animation when app is closed during starting window" into nyc-dev by Chong Zhang · 8 years ago
  31. ebda7d7 Show toast when subtype is rotated by Meta-Space. by Yohei Yukawa · 8 years ago
  32. 40358e4 Merge "Fix a bug that IMS#mShowInputFlags is never updated." into nyc-dev by Yohei Yukawa · 8 years ago
  33. 385f9e2 Camera: Add proper buffer drop errors to LEGACY mode by Eino-Ville Talvala · 8 years ago
  34. 5bf198c Merge "Fix MediaExtractor.getDrmInitData implementation for webm" into nyc-dev by Robert Shih · 8 years ago
  35. 8a12f64 Fix bug where service disabled with disableSelf() would not reset soft keyboard by Anna Galusza · 8 years ago
  36. 7eb716c0 Merge "Make a11y text navigation by page symmetric." into nyc-dev by Phil Weaver · 8 years ago
  37. 2bf5f20 Merge "Support SET_TEXT for editable text views." into nyc-dev by Phil Weaver · 8 years ago
  38. d4a1932 Merge "Add accessibility window title and anchor." into nyc-dev by Phil Weaver · 8 years ago
  39. 5af3084 Merge "Remove docs for removed a11y gesture methods." into nyc-dev by Phil Weaver · 8 years ago
  40. 0b349ad Add app attribution to QS editing by Jason Monk · 8 years ago
  41. e8c5480 Merge "Don't try to compress .mkv resources" into nyc-dev by Wonsik Kim · 8 years ago
  42. 6dffdf828 Merge "Fix intent filter priorities" into nyc-dev by Todd Kennedy · 8 years ago
  43. 065b7e6 Move more code from WebViewUpdateService to separate overridable class by Gustav Sennton · 8 years ago
  44. 18e7e10 Merge "Update Path and RenderNode delegates to new API" into nyc-dev by Diego Perez · 8 years ago
  45. faec9eb Merge "Track libcore commit cf86f3319e738c76c5e97ad95bb8a4e30654a787 (part 2)" into nyc-dev by Yi Kong · 8 years ago
  46. 876f7df Track libcore commit cf86f3319e738c76c5e97ad95bb8a4e30654a787 (part 2) by Yi Kong · 8 years ago
  47. 6a19637 Track libcore commit cf86f3319e738c76c5e97ad95bb8a4e30654a787 by Yi Kong · 8 years ago
  48. 8f43dfe Update Path and RenderNode delegates to new API by Diego Perez · 8 years ago
  49. 23c8292 Merge "Grant NFC tag app default permissions." into nyc-dev by Martijn Coenen · 8 years ago
  50. 16bbf7d Merge "MediaBrowser: Make EXTRA_PAGE zero-based" into nyc-dev by Sungsoo Lim · 8 years ago
  51. 6e452f9e Don't try to compress .mkv resources by Wonsik Kim · 8 years ago
  52. ef5b465 Fix a bug that IMS#mShowInputFlags is never updated. by Yohei Yukawa · 8 years ago
  53. cff0846 Merge "Don't broadcast <Standby> message during shutdown when setting is disabled" into nyc-dev by Donghyun Cho · 8 years ago
  54. 9ccff51 Don't broadcast <Standby> message during shutdown when setting is disabled by Donghyun Cho · 8 years ago
  55. b707db0 Merge "Use proper package name and UID when checking write settings access" into nyc-dev by Svetoslav Ganov · 8 years ago
  56. 94ba4017 Use proper package name and UID when checking write settings access by Svet Ganov · 8 years ago
  57. 5ee693f Merge "Turn on HDMI-related logs conditionally for better debugging" into nyc-dev by Donghyun Cho · 8 years ago
  58. 699632c Merge "Kill app if revoking a permission while resetting app prefs" into nyc-dev by Svetoslav Ganov · 8 years ago
  59. 893e097 Kill app if revoking a permission while resetting app prefs by Svet Ganov · 8 years ago
  60. 75aee0a Merge "Make TextViewActivityTest stable by sleeping between clicks." into nyc-dev by Keisuke Kuroyanagi · 8 years ago
  61. fc1d11e Merge "Make hasTransientState be true only if user created selection is active." into nyc-dev by Keisuke Kuroyanagi · 8 years ago
  62. 0799bd07 MediaBrowser: Make EXTRA_PAGE zero-based by Sungsoo Lim · 8 years ago
  63. 7d718bb Merge "Support direct-boot tests." into nyc-dev by Jeff Sharkey · 8 years ago
  64. b5e89c6 Support direct-boot tests. by Jeff Sharkey · 8 years ago
  65. 1bb269d Merge "Fix extra data in cache" into nyc-dev by Simranjit Kohli · 8 years ago
  66. 858511c Fix extra data in cache by Simranjit Kohli · 8 years ago
  67. a83a1dc Merge "Added handling apps query response from context hub" into nyc-dev by Ashutosh Joshi · 8 years ago
  68. 5d580ba Merge "Fix suggestions in the language selector" into nyc-dev by Mihai Niță · 8 years ago
  69. b741e3b Added handling apps query response from context hub by Ashutosh Joshi · 8 years ago
  70. 57f3d46 Fix missing exit animation when app is closed during starting window by Chong Zhang · 8 years ago
  71. 958f00f Do not clear INSCREEN and INSET_DECOR for resolver by Jorim Jaggi · 8 years ago
  72. 7af7e3d Merge "Don't performPendingDeferredStart on fragments that aren't added" into nyc-dev by Adam Powell · 8 years ago
  73. e731fab Merge "AudioTrack.Builder: fix javadoc code sample" into nyc-dev by Jean-Michel Trivi · 8 years ago
  74. 41da89c Set correct bounds when docked stack is removed by Andrii Kulian · 8 years ago
  75. 4996226 AudioTrack.Builder: fix javadoc code sample by Jean-Michel Trivi · 8 years ago
  76. 50a2d43 Merge "Updating screenshot icon." into nyc-dev by Winson Chung · 8 years ago
  77. 8f55b89 Merge "Disabling the nav bar scrim when Recents is docked." into nyc-dev by Winson Chung · 8 years ago
  78. f4fa8cb Fix flicker when unlocking by Jorim Jaggi · 8 years ago
  79. c71703e Updating screenshot icon. by Winson · 8 years ago
  80. 86235d4 Fix suggestions in the language selector by Mihai Nita · 8 years ago
  81. c6d7160 Merge "Fixing issue with transition jump due to wrong insets." into nyc-dev by Winson Chung · 8 years ago
  82. c83ce39 Merge "Removed get-metered-network command." into nyc-dev by Felipe Leme · 8 years ago
  83. c67abec Fix MediaExtractor.getDrmInitData implementation for webm by Robert Shih · 8 years ago
  84. b1a684c Merge "ShortcutManager: implement backup & restore" into nyc-dev by Makoto Onuki · 8 years ago
  85. 1747022 Merge "Removed improper check on mCalledExitCoordinator." into nyc-dev by George Mount · 8 years ago
  86. 4bb4830 Get name and address without enabling Bluetooth by Ajay Panicker · 8 years ago
  87. 409635b Allow app to force orientation if dock minimized by Jorim Jaggi · 8 years ago
  88. b9aee90a Removed get-metered-network command. by Felipe Leme · 8 years ago
  89. d19342a fix build break by Chong Zhang · 8 years ago
  90. 500ba75 Disabling the nav bar scrim when Recents is docked. by Winson · 8 years ago
  91. b963c99 Don't performPendingDeferredStart on fragments that aren't added by Adam Powell · 8 years ago
  92. 1c2db89 Merge "Teach keyguard about PASSWORD_QUALITY_MANAGED" into nyc-dev by Toni Barzic · 8 years ago
  93. cf9b832 Fixing issue with transition jump due to wrong insets. by Winson · 8 years ago
  94. 6c71c0b Never "save" if the surface control is null. by Chong Zhang · 8 years ago
  95. f38aa6b Merge "Fix NPE in AlarmManager.cancel(...)" into nyc-dev by Joe LaPenna · 8 years ago
  96. 79700d2 Merge "Adds Soundtrigger Stub HAL Fuzz Test" into nyc-dev by Ryan Bavetta · 8 years ago
  97. 9a54ac4 Fixing regression in drawing thumbnail background. by Winson · 8 years ago
  98. a0319cb Adds Soundtrigger Stub HAL Fuzz Test by Ryan Bavetta · 8 years ago
  99. e6e108e Launch everything from the shade in full-screen stack by Jorim Jaggi · 8 years ago
  100. fbe10f1 Merge "Avoid extra relaunch when rotating side-by-side apps" into nyc-dev by Chong Zhang · 8 years ago