1. 98836f8 RRO: idmap: fix sorting of overlays.list by Mårten Kongstad · 9 years ago
  2. cd90536 display : Align all rotation values according to panel orientation by Ramakant Singh · 9 years ago
  3. 1d246f6 idmap: Do not unlink the file if it is locked by another process. by yingying · 10 years ago
  4. 620c100 AVRCP 1.5 implementation by Ayan Ghosh · 10 years ago
  5. 47dd08d Teach Pm about the "always ask" link-handling state by Christopher Tate · 9 years ago
  6. 9a010d0 Merge "Allow debugging only for apps forked from zygote" into mnc-dev by Sebastien Hertz · 9 years ago
  7. 56f0ff3 Make "Ask every time" actually work that way by Christopher Tate · 9 years ago
  8. 7a09b83 Allow debugging only for apps forked from zygote by Sebastien Hertz · 9 years ago
  9. d3586e1 Add a command to register SIM Phone account. by Roshan Pius · 9 years ago
  10. 6b66a4a use findProcess instead of getProcess by John Reck · 9 years ago
  11. f40c66d Add a wm command to dismiss the keyguard. by Tim Kilbourn · 9 years ago
  12. f6e9a3e Merge "More info to support CTS, fix reconcile bug." into mnc-dev by Jeff Sharkey · 9 years ago
  13. 85ced63 More info to support CTS, fix reconcile bug. by Jeff Sharkey · 9 years ago
  14. 2ba3fec Merge "Support waiting for adb shell am stop-user to complete." into mnc-dev by Kenny Guy · 9 years ago
  15. 2c7836b Support waiting for adb shell am stop-user to complete. by Kenny Guy · 9 years ago
  16. 387225f Add 'pm' operation to set a package's app-linking state by Christopher Tate · 9 years ago
  17. 280a64e Improve tracking of screen on reasons. by Dianne Hackborn · 9 years ago
  18. d4fd8c7 Added sendBroadcastMultiplePermissions method by Fyodor Kupolov · 9 years ago
  19. 396080d Add grant flag support to "install-create" verb. by Jeff Sharkey · 9 years ago
  20. 9d3cd84 Merge "Add libhidcommand_jni.so to required module." into mnc-dev by Seigo Nonaka · 9 years ago
  21. 3e7d977 Grant installer and verifier install permissions robustly by Svetoslav · 9 years ago
  22. edbeacc Add libhidcommand_jni.so to required module. by Seigo Nonaka · 9 years ago
  23. 99b6043 Teach receivers, activities, providers, and services app ops. by Svet Ganov · 9 years ago
  24. ca8e6da Fix issue #22023824: Download folder is not created in internal storage by Dianne Hackborn · 9 years ago
  25. c30454c Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance() by Adam Lesinski · 9 years ago
  26. f5ad42f Update surfaces secure flag on screen capture setting change by Wale Ogunwale · 9 years ago
  27. 1211973 Merge "Add new `hid` command." into mnc-dev by Michael Wright · 9 years ago
  28. bf30b4f Merge "Add libwilhelm to app_process." into mnc-dev by Christopher Ferris · 9 years ago
  29. ad81791 Add libwilhelm to app_process. by Christopher Ferris · 9 years ago
  30. a750a63 Fix issue #21814207 and issue #21814212 (alarm manager) by Dianne Hackborn · 9 years ago
  31. 4600dd0 ZipFileRO: Use precise widths for zip file types. by Narayan Kamath · 9 years ago
  32. fbb32f6 Better systrace slices for application startup. by Narayan Kamath · 9 years ago
  33. 1f2c768 Add new `hid` command. by Michael Wright · 9 years ago
  34. 8cd95ee Add adb shell telecom get-system-dialer by Yorke Lee · 9 years ago
  35. a6dd714 Merge "Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array. BUG: 21757911 Change-Id: I7e2a9c81ad4606a8aba90ea4820ba0732a1c8749 modified: src/com/android/commands/am/Am.java On branch handles_array_list Changes to be committed: modified: src/com/android/commands/am/Am.java" into mnc-dev by Felipe Leme · 9 years ago
  36. f36a0f5 Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array. by Felipe Leme · 9 years ago
  37. 56b94e1 Merge "screencap: Rotate images when display is rotated" into mnc-dev by Dan Stoza · 9 years ago
  38. ab23409 Flags to select storage volume for app installs. by Jeff Sharkey · 9 years ago
  39. cf70d71 screencap: Rotate images when display is rotated by Dan Stoza · 9 years ago
  40. 5c6c06b Merge "Adding am send-trim-memory command" into mnc-dev by Stefan Kuhne · 9 years ago
  41. 16045c2 Adding am send-trim-memory command by Stefan Kuhne · 9 years ago
  42. adb53b3 Add phone permissions to Shell by Yorke Lee · 9 years ago
  43. b9381c7 Add adb shell command to register/unregister phone accounts by Yorke Lee · 9 years ago
  44. db6da48 Allow default dialer changes and phone account enable/disable via ADB by Yorke Lee · 9 years ago
  45. a9ac835 Merge "Clean up calls to Rect.intersect()" into mnc-dev by Doris Liu · 9 years ago
  46. adb8921 Clean up calls to Rect.intersect() by Doris Liu · 9 years ago
  47. 5ca3afa Update asan/app_process. by Evgenii Stepanov · 9 years ago
  48. 2177ed4 Merge changes from topic 'bench' into mnc-dev by Jeff Sharkey · 9 years ago
  49. 4c099d0 Command to change force adoptable state. by Jeff Sharkey · 9 years ago
  50. 4ccca50 Fix grant/revoke to act on owner by default and log invalid user id. by Svet Ganov · 9 years ago
  51. 9831fad Merge "Modify how USB connections are handled." into mnc-dev by Nick Kralevich · 9 years ago
  52. fcf10f7 Modify how USB connections are handled. by Nick Kralevich · 9 years ago
  53. c968e21 Merge "Determine if we have adoptable disks." into mnc-dev by Jeff Sharkey · 9 years ago
  54. 0d838a0 Determine if we have adoptable disks. by Jeff Sharkey · 9 years ago
  55. 44b4add Merge "New "sm" shell tool to call StorageManager." into mnc-dev by Jeff Sharkey · 9 years ago
  56. 7d2af54 New "sm" shell tool to call StorageManager. by Jeff Sharkey · 9 years ago
  57. 8c7f700 Add permission meta-state flags to support grant/revoke permission policy. by Svet Ganov · 9 years ago
  58. a5b2684 Merge "Rename *AppIdle to *AppInactive per api-council" into mnc-dev by Amith Yamasani · 9 years ago
  59. e5f3304 Rename *AppIdle to *AppInactive per api-council by Amith Yamasani · 9 years ago
  60. 80f232d am b65b66cc: am 2224eac3: Merge "bootanimation: fix garbage line issue when screen height is odd." into lmp-mr1-modular-dev by Chris Elliott · 9 years ago
  61. b65b66c am 2224eac3: Merge "bootanimation: fix garbage line issue when screen height is odd." into lmp-mr1-modular-dev by Chris Elliott · 9 years ago
  62. d13d504 bootanimation: fix garbage line issue when screen height is odd. by Chris Elliott · 9 years ago
  63. 275e3e4 Migrate primary external storage. by Jeff Sharkey · 9 years ago
  64. 4bc7046 Merge "Add ability to get and set idle state of apps" by Amith Yamasani · 9 years ago
  65. cf76872 Add ability to get and set idle state of apps by Amith Yamasani · 9 years ago
  66. 620b32b Package and storage movement callbacks. by Jeff Sharkey · 9 years ago
  67. 529f91f Always send volume UUID with installd commands. by Jeff Sharkey · 9 years ago
  68. 1dfab47 am a26c8371: am 5682a23e: am fef8bcf9: Merge "Explicitly use clang." by Dan Albert · 9 years ago
  69. b9f6b0e Explicitly use clang. by Dan Albert · 9 years ago
  70. 0bd2aa7 Fail early when starting a background user activity. by Wale Ogunwale · 9 years ago
  71. d46747a Add support for disabling display scaling for development. by Jeff Brown · 9 years ago
  72. 1e38382 Fixes to idle alarm scheduling, package importance. by Dianne Hackborn · 9 years ago
  73. 39fb7fd Allow silent package install for device owner. by Benjamin Franz · 9 years ago
  74. b2b9ab8 Installing packages to expanded storage. by Jeff Sharkey · 9 years ago
  75. b677e0a Merge "Update command line usage for pm" by Amith Yamasani · 9 years ago
  76. 3605fac Update command line usage for pm by Amith Yamasani · 9 years ago
  77. d59a5d5 Various fixes and improvements... by Dianne Hackborn · 9 years ago
  78. 222ab66 am 1c329e85: am 855998d0: am c90a4418: Merge "idmap: scan missing include for sys/stat.h" by Mark Salyzyn · 9 years ago
  79. 6b115be am fa037c65: am f942e36a: am 5218065d: Merge "app_main missing include for sys/stat.h" by Mark Salyzyn · 9 years ago
  80. b62286e idmap: scan missing include for sys/stat.h by Mark Salyzyn · 9 years ago
  81. fc737fb app_main missing include for sys/stat.h by Mark Salyzyn · 9 years ago
  82. 34faab5 Add --sampling to am profile start by John Reck · 9 years ago
  83. 95c1ade Add install option to grant all runtime permissions. by Svet Ganov · 9 years ago
  84. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  85. 3449789 SkStream is no longer a ref counted object. by Leon Scroggins III · 9 years ago
  86. b9a5e4a Add new debug feature to automatically create heap dumps. by Dianne Hackborn · 9 years ago
  87. 0510c2e Add a list verb to the settings cmd. by John Spurlock · 9 years ago
  88. a8c6111 Content and settings shell commands passing invalid calling package. by Svetoslav · 9 years ago
  89. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  90. 53a29a9 Added ActivityManager API and AM command to resize a task. by Wale Ogunwale · 9 years ago
  91. 23eeb2b am 287c53f4: am 76507a64: am 72dc62ea: Merge "Track removal of refcounts from FileMap." by Narayan Kamath · 9 years ago
  92. 76507a6 am 72dc62ea: Merge "Track removal of refcounts from FileMap." by Narayan Kamath · 9 years ago
  93. 688ff4c Track removal of refcounts from FileMap. by Narayan Kamath · 9 years ago
  94. 4fecab5 Merge commit '32acf753e8989766f67fd5300d3eb467f707cc79' into HEAD by Bill Yi · 9 years ago
  95. 211f8b4 am b1ea8a53: am 2aa2672d: am 627396ac: Merge "Add missing <sys/file.h> include for flock." by Elliott Hughes · 9 years ago
  96. b1ea8a5 am 2aa2672d: am 627396ac: Merge "Add missing <sys/file.h> include for flock." by Elliott Hughes · 9 years ago
  97. b9de25f Add missing <sys/file.h> include for flock. by Elliott Hughes · 9 years ago
  98. 5e789f0 Fixed bug in 'am stack split' command. by Wale Ogunwale · 9 years ago
  99. 2c5763a Am command to split a stack. by Wale Ogunwale · 9 years ago
  100. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 9 years ago