1. 8ab6135 MountService: Codeshrink by San Mehat · 15 years ago
  2. 45891e8 Merge "NativeDaemonConnector: Add a convenience method for obtaining lists" by San Mehat · 15 years ago
  3. deba693 NativeDaemonConnector: Add a convenience method for obtaining lists by San Mehat · 15 years ago
  4. 1206b9e Merge "Fix 2385283: Add DevicePolicyManager calls to LockScreen." by Jim Miller · 15 years ago
  5. 31f90b6 Fix 2385283: Add DevicePolicyManager calls to LockScreen. by Jim Miller · 15 years ago
  6. e0ee6ef Add systemApp field to ApplicationErrorReport by Jacek Surazski · 15 years ago
  7. 77872f7 Merge "Make the space between the time and the AM/PM smaller by putting preceding whitespace inside the span." by Joe Onorato · 15 years ago
  8. b49d9af Merge "Mount/Unmount secure containers Persist flags in PackageSetting. Flags are relevant to ApplicationInfo.FLAG_SYSTEM, Application.FLAG_ON_SDCARD, ApplicationInfo.FLAG_FORWARD_LOCK. New pm command to simulate mount/unmount in Pm. This will be removed when MountService/vold event generation gets fixed. Calls from MountService into PackageManager when media gets mounted/unmounted. Scan the packages and grant permissions when the sdcard gets mounted. This api might change again." by Suchi Amalapurapu · 15 years ago
  9. fd3530f Mount/Unmount secure containers by Suchi Amalapurapu · 15 years ago
  10. f078d05 Merge "framework: Introduce INetworkManagementService for communicating with netd" by San Mehat · 15 years ago
  11. 0dac8c0 LocationManagerService: Fix bug removing proximity alerts. by Mike Lockwood · 15 years ago
  12. 873f214 framework: Introduce INetworkManagementService for communicating with netd by San Mehat · 15 years ago
  13. 2b7ff1c Merge "MountService: Add new 'unmountSecureContainer' API call" by San Mehat · 15 years ago
  14. 9dba709 MountService: Add new 'unmountSecureContainer' API call by San Mehat · 15 years ago
  15. 63ce8e8 Make the space between the time and the AM/PM smaller by putting preceding whitespace inside the by Joe Onorato · 15 years ago
  16. d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 15 years ago
  17. 5fbf409 MountService: Suppress media removed notification when enabling UMS by San Mehat · 15 years ago
  18. 462f037 Apps on SD card. by Oscar Montemayor · 15 years ago
  19. d02546b Apps on SD card. by Oscar Montemayor · 15 years ago
  20. 7c44220 Merge "Make the "AM" or "PM" in the status bar clock be in a smaller font size." by Eric Fischer · 15 years ago
  21. 40bbaaa resolved conflicts for merge of 90528645 to master by Robert Greenwalt · 15 years ago
  22. 0894498 Merge "Set net.hostname sys property to our unique ID." by Robert Greenwalt · 15 years ago
  23. 48c0273 Fix to set package path properly after 'adb sync' by Andrew Stadler · 15 years ago
  24. daec172 Avoid renaming apk paths when scanning directories on reboot by Suchi Amalapurapu · 15 years ago
  25. de8383c Set net.hostname sys property to our unique ID. by Robert Greenwalt · 15 years ago
  26. 110fea7 Fix runtime restart when replacing packages by Suchi Amalapurapu · 15 years ago
  27. 36e136c Make the "AM" or "PM" in the status bar clock be in a smaller font size. by Eric Fischer · 15 years ago
  28. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 15 years ago
  29. 9052864 am 1193ae4e: Backport l53e91db7 from master. by Robert Greenwalt · 15 years ago
  30. 1193ae4 Backport l53e91db7 from master. by Robert Greenwalt · 15 years ago
  31. cd77037 Avoid wifi disable in a UNKNOWN state by Irfan Sheriff · 15 years ago
  32. 22dd86e MountService: Refactor to use NativeDaemonConnector and clean-up by San Mehat · 15 years ago
  33. 67bd2cd services: Introduce NativeDaemonConnector class by San Mehat · 15 years ago
  34. fa10153 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 15 years ago
  35. d26707d am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 15 years ago
  36. 7ebf017 framework: storage: Ensure that filesystems are unmounted before shutdown/reboot by San Mehat · 15 years ago
  37. f523609 stop crashing. I'm not sure what triggered this. by Joe Onorato · 15 years ago
  38. 42471dd Simplify & update ANR logging; report ANR data into the dropbox. by Dan Egnor · 15 years ago
  39. 0f5525a framework: asec: Rename 'Cache' -> 'Container' by San Mehat · 15 years ago
  40. f961358 MountService: Clean up some logspam by San Mehat · 15 years ago
  41. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  42. 1f6301e MountService: Add new Settings for UMS prompting and notification behavior by San Mehat · 15 years ago
  43. f5d95cb less log spew by Joe Onorato · 15 years ago
  44. 51d3e79 Merge "MountService: Fix asec list bug" by San Mehat · 15 years ago
  45. cffea95 am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 15 years ago
  46. 6c133a7 MountService: Fix asec list bug by San Mehat · 15 years ago
  47. 7aac554 Synchronize all WifiNative calls by Irfan Sheriff · 15 years ago
  48. 43866e0 move some system services from gservices to secure settings by Doug Zongker · 15 years ago
  49. dde2539 MountService: Remove ACTION_SHUTDOWN handler by San Mehat · 15 years ago
  50. 1b780a0 Merge "PowerManagerService: Switch to using MountService shutdown for media" by San Mehat · 15 years ago
  51. 9e6f148 Merge "MountService: Add an ACTION_SHUTDOWN handler and export a method for external shutdown" by San Mehat · 15 years ago
  52. 1e51279 PowerManagerService: Switch to using MountService shutdown for media by San Mehat · 15 years ago
  53. 91c7761 MountService: Add an ACTION_SHUTDOWN handler and export a method for external shutdown by San Mehat · 15 years ago
  54. 914d659 Merge "move Watchdog's settings from Gservices to Secure" by Doug Zongker · 15 years ago
  55. 1a8eec6 MountListener: Improve error logging by San Mehat · 15 years ago
  56. f688889 move Watchdog's settings from Gservices to Secure by Doug Zongker · 15 years ago
  57. 14e69af PowerManagerService: When rebooting, ensure external storage is unmounted by San Mehat · 15 years ago
  58. 3697229 framework: MountService: Add initial support for Android Secure External Caches by San Mehat · 15 years ago
  59. 5ef58f6 Merge "Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling." by Mike Lockwood · 15 years ago
  60. 3490140 Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling. by Mike Lockwood · 15 years ago
  61. 1af33d0 add recovery system interface to API by Doug Zongker · 15 years ago
  62. 03abb81 Kill the task killers. by Dianne Hackborn · 15 years ago
  63. 7fd0fee services: MountService: Refactor MountService for vold2 by San Mehat · 15 years ago
  64. 8eb3ea6 Use isLocationProviderEnabled to test for enabled providers by Brad Larson · 15 years ago
  65. 5808317 Immediately close the shade when the status bar is disabled. (DO NOT MERGE) by Daniel Sandler · 15 years ago
  66. 76032b7 Merge change I92a824fe by Android (Google) Code Review · 15 years ago
  67. af5e9de Immediately close the shade when the status bar is disabled. by Daniel Sandler · 15 years ago
  68. dfa47b5 Don't crash the system process when a backup transport unregisters by Christopher Tate · 15 years ago
  69. 233d316 Merge change Ib9285359 by Android (Google) Code Review · 15 years ago
  70. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  71. c59411b Rework activity manager debug dumps. by Dianne Hackborn · 15 years ago
  72. b928535 Add bugreport info about network feature use. by Robert Greenwalt · 15 years ago
  73. 6cf67fa Fix issue #2329765: Activities are not being immediately stopped. by Dianne Hackborn · 15 years ago
  74. 33b13e3 Merge change Ide2606dc by Android (Google) Code Review · 15 years ago
  75. 60d8762 DropBox logging of app & system server crashes. by Dan Egnor · 15 years ago
  76. ad2fa35 am d4a4729c: Update imports to android-common by Tom Taylor · 15 years ago
  77. de2606d Don't perform app transition of the app is not currently visible. by Dianne Hackborn · 15 years ago
  78. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  79. c4c450c am 47c38f00: am 558947c9: Issue #2335763: Cant dial emergency number on my device by Dianne Hackborn · 15 years ago
  80. 47c38f0 am 558947c9: Issue #2335763: Cant dial emergency number on my device by Dianne Hackborn · 15 years ago
  81. 558947c Issue #2335763: Cant dial emergency number on my device by Dianne Hackborn · 15 years ago
  82. 41c5617 am 24317443: am 421c72b6: Cleanup of process-specific DNS. by Robert Greenwalt · 15 years ago
  83. 2431744 am 421c72b6: Cleanup of process-specific DNS. by Robert Greenwalt · 15 years ago
  84. 421c72b Cleanup of process-specific DNS. by Robert Greenwalt · 15 years ago
  85. dd71fc8 Rework the LRU list for hidden and empty processes. by Dianne Hackborn · 15 years ago
  86. e3ab4d0 Restore live wallpapers if specified in the restore data by Christopher Tate · 15 years ago
  87. 089e36f Bump ViewServer version number from 2 to 3 by Romain Guy · 15 years ago
  88. 236092a Fixes crash in HierarchyViewer when windows hash code exceed int capacity. by Romain Guy · 15 years ago
  89. 74a76d5 am 83652ebf: am 3a3fd2ba: Merge change Iaf1f0918 into eclair-mr2 by Dianne Hackborn · 15 years ago
  90. 83652eb am 3a3fd2ba: Merge change Iaf1f0918 into eclair-mr2 by Dianne Hackborn · 15 years ago
  91. 64c6902 am 2cb1fe2f: am 59e03a0a: am da4cc343: Fix issue 2324029: In-call (and other) audio screwed up after using Pandora (ERD72). by Eric Laurent · 15 years ago
  92. 2cb1fe2 am 59e03a0a: am da4cc343: Fix issue 2324029: In-call (and other) audio screwed up after using Pandora (ERD72). by Eric Laurent · 15 years ago
  93. 1c633fc Implement API to have new broadcasts replace existing broadcasts. by Dianne Hackborn · 15 years ago
  94. 2685607 am da4cc343: Fix issue 2324029: In-call (and other) audio screwed up after using Pandora (ERD72). by Eric Laurent · 15 years ago
  95. 59e03a0 am da4cc343: Fix issue 2324029: In-call (and other) audio screwed up after using Pandora (ERD72). by Eric Laurent · 15 years ago
  96. da4cc34 Fix issue 2324029: In-call (and other) audio screwed up after using Pandora (ERD72). by Eric Laurent · 15 years ago
  97. b672b6b am 6a6f43f5: am 8091424e: am 9b52a218: Fix #2269582 Sometimes camera preview screen is truncated by Dianne Hackborn · 15 years ago
  98. bd2e6de am c1e6b91d: am c9ca93fb: am 474731d5: Merge change I2ffe306f into eclair by Dianne Hackborn · 15 years ago
  99. 6a6f43f am 8091424e: am 9b52a218: Fix #2269582 Sometimes camera preview screen is truncated by Dianne Hackborn · 15 years ago
  100. c1e6b91 am c9ca93fb: am 474731d5: Merge change I2ffe306f into eclair by Dianne Hackborn · 15 years ago