1. 246b5a0 Merge "Do not call into ActivityManager from DPMS within DPMS lock" by Makoto Onuki · 9 years ago
  2. 53de36f Do not call into ActivityManager from DPMS within DPMS lock by Makoto Onuki · 9 years ago
  3. f9ca399 Merge "Fix crash on invalid dimlayer" by Chong Zhang · 9 years ago
  4. eb91732 Fix crash on invalid dimlayer by Chong Zhang · 9 years ago
  5. 40725b6 Merge "Clarify geometry management for SurfaceView" by Rob Carr · 9 years ago
  6. 4873103 Merge "jni: Regenerated EGL/GLES JNI files to support null arguments" by Pablo Ceballos · 9 years ago
  7. e2703be Merge "Fix threading issues" by John Reck · 9 years ago
  8. cba287b Fix threading issues by John Reck · 9 years ago
  9. 807ea28 Merge "Improve MediaCodec.CryptoException log messages" by Jeff Tinker · 9 years ago
  10. 10bd1da Merge "Fix tuner-related crashes" by Jason Monk · 9 years ago
  11. 72def0d Fix tuner-related crashes by Jason Monk · 9 years ago
  12. 64aadd0 Clarify geometry management for SurfaceView by Robert Carr · 9 years ago
  13. 0a61b36 Introduce socket stats tag for restore traffic by Christopher Tate · 9 years ago
  14. 974f55f Merge "Saving additional context when taking task screenshots." by Winson Chung · 9 years ago
  15. 208ff92d Merge "Fixed issue with not been able to dock task from recents after reboot" by Wale Ogunwale · 9 years ago
  16. 6c5eb1c Fixed issue with not been able to dock task from recents after reboot by Wale Ogunwale · 9 years ago
  17. 6038349 Merge "Move RecentLocationApps to SettingsLib" by Tony Mantler · 9 years ago
  18. 65eb4ad Move RecentLocationApps to SettingsLib by Tony Mantler · 9 years ago
  19. dd763fe Merge "Fix persistent Canvas clip handling" by Florin Malita · 9 years ago
  20. 142af42 Fixing issue with regression with launching focused task. by Winson · 9 years ago
  21. 7cc7b08 Make sure callback is only called once by Jorim Jaggi · 9 years ago
  22. 68ce6dc Merge "Add ACTION_PROVISION_MANAGED_USER" by Mahaver Chopra · 9 years ago
  23. 29deb33 Reset mAppTransitionAnimationSpecs so they are only used once by Jorim Jaggi · 9 years ago
  24. 7af8ea8 When recent changes its layout, update contents by Jorim Jaggi · 9 years ago
  25. 5e73256 Add ACTION_PROVISION_MANAGED_USER by Mahaver Chopra · 9 years ago
  26. a08a48cb Merge "Support KEYCODE_{CUT, COPY, PASTE} in TextView." by Keisuke Kuroyanagi · 9 years ago
  27. bab0846 Merge "Clean up/fix some minor focus-related code." by Ben Kwa · 9 years ago
  28. 02f22f3 Merge "Clean up some unnecessary imports." by Ben Kwa · 9 years ago
  29. ad668b2 Merge "Make folders unselectable in as needed." by Steve McKay · 9 years ago
  30. f69502c Make folders unselectable in as needed. by Steve McKay · 9 years ago
  31. f278c97 Merge "Don't treat dummy animation as exit animation." by Filip Gruszczynski · 9 years ago
  32. 7422a37 Merge "Clear task bounds data when removing non-bounds persistable task." by Wale Ogunwale · 9 years ago
  33. 59cf308 Merge "Avoid NPE in printspooler when changing language" am: 8d8515e708 am: 5522efb130 by Svetoslav Ganov · 9 years ago
  34. 291fdb0 Don't treat dummy animation as exit animation. by Filip Gruszczynski · 9 years ago
  35. 331d5e0 Merge "Fix jumping dock divider when dismissing/maximizng." by Filip Gruszczynski · 9 years ago
  36. c809cbb Saving additional context when taking task screenshots. by Winson · 9 years ago
  37. 609b5b8 Merge "Add root information to MtpDatabase." by Daichi Hirono · 9 years ago
  38. 0378da4 Add root information to MtpDatabase. by Daichi Hirono · 9 years ago
  39. 3ccb34d Improve MediaCodec.CryptoException log messages by Jeff Tinker · 9 years ago
  40. 5960b94 Merge "Fix case where some locales may have empty langauges." by Roozbeh Pournader · 9 years ago
  41. cab5208a Merge "Move 'un/install' to cmd" by Todd Kennedy · 9 years ago
  42. 417bbe0 Fix case where some locales may have empty langauges. by Roozbeh Pournader · 9 years ago
  43. 16009a6 Merge "Avoid NPE in printspooler when changing language" am: 8d8515e708 by Svetoslav Ganov · 9 years ago
  44. 5522efb Merge "Avoid NPE in printspooler when changing language" am: 8d8515e708 by Svetoslav Ganov · 9 years ago
  45. 8d8515e Merge "Avoid NPE in printspooler when changing language" by Svetoslav Ganov · 9 years ago
  46. 29ffd06 Merge "Don't hide wallpaper if surface is destroyed due to drag resizing" by Chong Zhang · 9 years ago
  47. 90d3c03 Merge "Temporarily disable to fix deadlock." by Jeff Sharkey · 9 years ago
  48. 3eef5a5 Temporarily disable to fix deadlock. by Jeff Sharkey · 9 years ago
  49. 87e1db3 Merge "Use the full locale list in resourceQualifierString()." by Roozbeh Pournader · 9 years ago
  50. 6023a99 Merge "Added getServiceState API to TelephonyManager." by Jack Yu · 9 years ago
  51. 118af28 Merge "Fix crash on calling removeSelection with showing selection handlers" by Yoshiki Iguchi · 9 years ago
  52. b801f7b Merge "Extend MediaCodec.CryptoInfo to support Sample AES" by Jeff Tinker · 9 years ago
  53. 72cfcd0 Move 'un/install' to cmd by Todd Kennedy · 9 years ago
  54. e252acb Merge "Add tests for calling end() before start() on ValueAnimator" by Doris Liu · 9 years ago
  55. 46a91b6 Merge "Fix animator sometimes not being ended when end() is called without start()'ing" by Doris Liu · 9 years ago
  56. 6e21cf4 Don't hide wallpaper if surface is destroyed due to drag resizing by Chong Zhang · 9 years ago
  57. 66d4856 Fix animator sometimes not being ended when end() is called without start()'ing by Doris Liu · 9 years ago
  58. 81963e3 Add tests for calling end() before start() on ValueAnimator by Doris Liu · 9 years ago
  59. 33de924 Merge "Block directory selection in openable modes." into mnc-dr-dev am: 00765ef5a2 am: e6538dcc06 am: d9c10d7edd by Jeff Sharkey · 9 years ago
  60. 39daf8d Added getServiceState API to TelephonyManager. by Jack Yu · 9 years ago
  61. 7704905 Fix jumping dock divider when dismissing/maximizng. by Filip Gruszczynski · 9 years ago
  62. ab62877 Merge "Block directory selection in openable modes." into mnc-dr-dev am: 00765ef5a2 am: e6538dcc06 by Jeff Sharkey · 9 years ago
  63. d9c10d7 Merge "Block directory selection in openable modes." into mnc-dr-dev am: 00765ef5a2 by Jeff Sharkey · 9 years ago
  64. ff5fe15 Merge "Fix race condition when setting default ringtones" into mnc-dr-dev am: 83702ec3ed am: 02bf433f90 am: 8fb0121cb6 by Marco Nelissen · 9 years ago
  65. e6538dc Merge "Block directory selection in openable modes." into mnc-dr-dev by Jeff Sharkey · 9 years ago
  66. 00765ef Merge "Block directory selection in openable modes." into mnc-dr-dev by Jeff Sharkey · 9 years ago
  67. b67ae42 Merge "Fix race condition when setting default ringtones" into mnc-dr-dev am: 83702ec3ed am: 02bf433f90 by Marco Nelissen · 9 years ago
  68. 94ec1cb Merge "Fix no thumbnail animation from app to recents." by Filip Gruszczynski · 9 years ago
  69. 8fb0121 Merge "Fix race condition when setting default ringtones" into mnc-dr-dev am: 83702ec3ed by Marco Nelissen · 9 years ago
  70. 02bf433 Merge "Fix race condition when setting default ringtones" into mnc-dr-dev by Marco Nelissen · 9 years ago
  71. 83702ec Merge "Fix race condition when setting default ringtones" into mnc-dr-dev by Marco Nelissen · 9 years ago
  72. ae814fb Merge "Added removed null checks around calls to WindowSurfaceController" by Wale Ogunwale · 9 years ago
  73. 7248c56 Fix no thumbnail animation from app to recents. by Filip Gruszczynski · 9 years ago
  74. f9e0978 Added removed null checks around calls to WindowSurfaceController by Wale Ogunwale · 9 years ago
  75. 0afcfdc Merge "system_server: allow /proc read access to other UIDs" am: 51b48b3877 am: 02cc328d9d by Nick Kralevich · 9 years ago
  76. 7907271 Merge "system_server: allow /proc read access to other UIDs" am: 51b48b3877 by Nick Kralevich · 9 years ago
  77. 02cc328 Merge "system_server: allow /proc read access to other UIDs" am: 51b48b3877 by Nick Kralevich · 9 years ago
  78. 2f40db7 Merge "Fix blink when docking a window." by Filip Gruszczynski · 9 years ago
  79. 51b48b3 Merge "system_server: allow /proc read access to other UIDs" by Nick Kralevich · 9 years ago
  80. a8d3e1f Merge "Allow activities to show on user 0 until provisioned" by Amith Yamasani · 9 years ago
  81. 41f3c49 Don't crash if cannot persist settings by Svetoslav · 9 years ago
  82. b96bccf CEC: Validate <Vendor Command> correctly by Jinsuk Kim · 9 years ago
  83. cb80287 CEC: Queue up callbacks to handle on final result by Jinsuk Kim · 9 years ago
  84. b317b22 Clear task bounds data when removing non-bounds persistable task. by Wale Ogunwale · 9 years ago
  85. c854c95 CEC: Comment for clarification of <Text View On> by Jinsuk Kim · 9 years ago
  86. c2c17c4 Merge "Fix flicker when releasing drag of divider" by Chong Zhang · 9 years ago
  87. 78a08ee Fix blink when docking a window. by Filip Gruszczynski · 9 years ago
  88. 5bc68b5 Merge "Add a alert that allows the user to approve a print service when we print using it the first time." by Philip P. Moltmann · 9 years ago
  89. d153c4f Fix flicker when releasing drag of divider by Chong Zhang · 9 years ago
  90. f49bec0 Merge "Revert "Move 'un/install' to cmd"" by Guang Zhu · 9 years ago
  91. b226c15 Merge "Import translations. DO NOT MERGE" into cw-e-dev am: f3b3a2ce2b -s ours am: 919b74ae35 -s ours by Geoff Mendal · 9 years ago
  92. bd4d7ed Merge "Import translations. DO NOT MERGE" into cw-e-dev am: f3b3a2ce2b -s ours by Geoff Mendal · 9 years ago
  93. d7ba82d Merge "Bring back notification lights and sanitized color." by Julia Reynolds · 9 years ago
  94. 919b74a Merge "Import translations. DO NOT MERGE" into cw-e-dev am: f3b3a2ce2b -s ours by Geoff Mendal · 9 years ago
  95. f3b3a2c Merge "Import translations. DO NOT MERGE" into cw-e-dev by Geoff Mendal · 9 years ago
  96. 853a6f5 Add a alert that allows the user to approve a print service when by Philip P. Moltmann · 9 years ago
  97. 8944b69 Import translations. DO NOT MERGE am: 49eeda33dd -s ours am: 0414438abe -s ours am: 9ab5fb52a0 -s ours by Geoff Mendal · 9 years ago
  98. 016d9e7 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  99. 082593b Merge "Using addAssetPathAsSharedLibrary to load asset." by Tao Bai · 9 years ago
  100. fc2d271 Import translations. DO NOT MERGE am: 49eeda33dd -s ours am: 0414438abe -s ours by Geoff Mendal · 9 years ago