1. 76591176 Merge "MountService: Harden for pre-boot usage users" by San Mehat · 16 years ago
  2. 6bdcc06 Merge "MountService: Add WARN checks to ASEC calls to catch bad users" by San Mehat · 16 years ago
  3. 18457fd Merge "NativeDaemonConnector: Improve error reporting and debug formatting" by San Mehat · 16 years ago
  4. c8da710 Merge changes I1aabef01,I8dbd0f83 by San Mehat · 16 years ago
  5. 7040ce7 resolved conflicts for merge of 37a00a36 to master by Suchi Amalapurapu · 16 years ago
  6. 628fd6d Network Location unbundling: by Mike Lockwood · 16 years ago
  7. 207e538 MountService: Harden for pre-boot usage users by San Mehat · 16 years ago
  8. f919cd02 MountService: Add WARN checks to ASEC calls to catch bad users by San Mehat · 16 years ago
  9. 1ff4371 NativeDaemonConnector: Improve error reporting and debug formatting by San Mehat · 16 years ago
  10. 1bf3f8b SystemServer: Move MountService startup before NotificationManagerService by San Mehat · 16 years ago
  11. 37a00a3 am 08be55b8: Add null checks when scanning a package. Delete packages whose code and resource paths haven\'t been set correctly. by Suchi Amalapurapu · 16 years ago
  12. 08be55b Add null checks when scanning a package. by Suchi Amalapurapu · 16 years ago
  13. b49ceb3 Remember which apps have available restore info in the ancestral dataset by Christopher Tate · 16 years ago
  14. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
  15. cb14ec1 Merge "Don't hold the backup queue lock across a backup operation" by Chris Tate · 16 years ago
  16. 1688d31 Merge "Keep automatic screen brightness monotonically increasing until screen is turned off." by Mike Lockwood · 16 years ago
  17. 97e4494 Add an AlarmManager API to set the system time (with the proper permissions). by Dan Egnor · 16 years ago
  18. b286541 Keep automatic screen brightness monotonically increasing until screen is turned off. by Mike Lockwood · 16 years ago
  19. c61da31 Don't hold the backup queue lock across a backup operation by Christopher Tate · 16 years ago
  20. 5c1779b Merge "Add single-package restore from an app's most-recent data" by Chris Tate · 16 years ago
  21. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 16 years ago
  22. 64226a4 Merge "Add support in StatusBarManager for disabling ticker text." by Daniel Sandler · 16 years ago
  23. 91e1d0c Add support in StatusBarManager for disabling ticker text. by Daniel Sandler · 16 years ago
  24. 5c19aec API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 16 years ago
  25. 8f3ff09 Merge "resolved conflicts for merge of dd24f599 to master" by Kenny Root · 16 years ago
  26. 2cce626 resolved conflicts for merge of dd24f599 to master by Kenny Root · 16 years ago
  27. 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 16 years ago
  28. dd24f59 am aead64de: Fix issue: 2413494: [Passion-c] Add TTY support. by Eric Laurent · 16 years ago
  29. d0e18ff First pass at USB Tethering. by Robert Greenwalt · 16 years ago
  30. aead64d Fix issue: 2413494: [Passion-c] Add TTY support. by Eric Laurent · 16 years ago
  31. f1dd37a Merge "Fix 1667521 - system process crash after bad notification" by Joe Onorato · 16 years ago
  32. 68065e0 Fix 1667521 - system process crash after bad notification by Joe Onorato · 16 years ago
  33. fa6bc84 Merge "Implement system data migration support." by Dianne Hackborn · 16 years ago
  34. b858dfd Implement system data migration support. by Dianne Hackborn · 16 years ago
  35. 348f7b9 Merge "Add auto-restore setting and Backup Manager awareness thereof" by Chris Tate · 16 years ago
  36. cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 16 years ago
  37. ec4caa0 NativeDaemonConnector: Improve NativeDaemonException reporting to include the actual error response by San Mehat · 16 years ago
  38. 33cea41 Merge "Apps on sdcard: Add new broadcasts" by Suchi Amalapurapu · 16 years ago
  39. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 16 years ago
  40. 3433d3c Modifying Services Tests XML file so it builds with the right permissions. by Neal Nguyen · 16 years ago
  41. 37b2217 Merge "Get rid of now-superfluous "backup or restore in progress" tracking" by Chris Tate · 16 years ago
  42. c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 16 years ago
  43. be16cb1 PackageManagerService: Refactor MountService calls (new api) by San Mehat · 16 years ago
  44. 4270e1e MountService: Massive bloat reduction and rewrite by San Mehat · 16 years ago
  45. 78071b7 Merge "NativeDaemonConnector: Cleanup socket code and use a proper exception Signed-off-by: San Mehat <san@google.com>" by San Mehat · 16 years ago
  46. f6133fe Fix bug 2362761 AppWidgetService should use Intent.setPackage() by Joe Onorato · 16 years ago
  47. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 16 years ago
  48. 9205b2e Merge "Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources." by Neal Nguyen · 16 years ago
  49. b0dcaaf Don't crash on transport unregistration if there is no current transport by Christopher Tate · 16 years ago
  50. 4a20061 Merge "Make backup/restore asynchronous and enforce timeouts" by Chris Tate · 16 years ago
  51. 44a2790 Make backup/restore asynchronous and enforce timeouts by Christopher Tate · 16 years ago
  52. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 16 years ago
  53. 1a44d5d Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. by Neal Nguyen · 16 years ago
  54. bd2f531 Merge "Fix StringIndexOutOfBoundsException in PackageManagerService" by Suchi Amalapurapu · 16 years ago
  55. d425a45 Fix build. by Daniel Sandler · 16 years ago
  56. 4c27e0e NativeDaemonConnector: Cleanup socket code and use a proper exception by San Mehat · 16 years ago
  57. 77c292d Merge "New full-screen activity for USB mass storage interaction." by Daniel Sandler · 16 years ago
  58. 5fd5bfe Fix StringIndexOutOfBoundsException in PackageManagerService by Bjorn Bringert · 16 years ago
  59. 784d53e WifiService: allow EAP variables to be unset using empty strings. by Chia-chi Yeh · 16 years ago
  60. c4a0c27 Merge "Blacklist APs instead of disable" by Irfan Sheriff · 16 years ago
  61. fbf56dc am 3e229076: am cc4b4016: Fix the reporting of NO_CONNECTIVITY. by Robert Greenwalt · 16 years ago
  62. 64fe564 am 6d626d41: am 5381e4ef: Merge "Refine fix I53e91db7 to apply only to wifi network" into eclair by Robert Greenwalt · 16 years ago
  63. b94f795 New full-screen activity for USB mass storage interaction. by Daniel Sandler · 16 years ago
  64. 254cb44 More device admin. by Dianne Hackborn · 16 years ago
  65. bdbc925 resolved conflicts for merge of b0903104 to master by Kenny Root · 16 years ago
  66. 0049a1b Blacklist APs instead of disable by Irfan Sheriff · 16 years ago
  67. f1a0f55 am 131c5e08: am a59551ba: Merge "Fix issue 2388215: Audio not routed to 3.5mm Headset after removal/insertion." into eclair by Eric Laurent · 16 years ago
  68. 51e93db Merge "Remove destroy asec command when mounting secure container" by San Mehat · 16 years ago
  69. 8ea25cc Merge "timestamp field in ApplicationErrorReport was not getting intitialized on ANRs" by Jacek Surazski · 16 years ago
  70. 40b5110 Remove destroy asec command when mounting secure container by Suchi Amalapurapu · 16 years ago
  71. d47c6ed Bite the bullet and add support for multiple device admins. by Dianne Hackborn · 16 years ago
  72. 41a9fd5 timestamp field in ApplicationErrorReport was not getting intitialized on ANRs by Jacek Surazski · 16 years ago
  73. 3ae6162 Merge "Report tombstone (native crash) data to the dropbox." by Dan Egnor · 16 years ago
  74. 492c6ed Report tombstone (native crash) data to the dropbox. by Dan Egnor · 16 years ago
  75. 8ea138c More work on device admins: by Dianne Hackborn · 16 years ago
  76. c028be4 AppsOnSd feature - Add default container by Suchi Amalapurapu · 16 years ago
  77. 02735bc MountService: Introduce new @hide permissions to protect secure containers. by San Mehat · 16 years ago
  78. 78d5ba9 Merge changes Iea11654e,I2242da5a,I66c40e73 by Dan Egnor · 16 years ago
  79. 2242da5 Include more verbose device information with kernel dumps by Dan Egnor · 16 years ago
  80. c2a3947 MountService: Don't update the storage status when we're unmounted by San Mehat · 16 years ago
  81. 66c40e7 Add package information to dropbox reports for ANR, crash, etc. by Dan Egnor · 16 years ago
  82. ec3cad8 Merge "MountService: Explicitly query volume state on startup" by San Mehat · 16 years ago
  83. 7b04317b Merge "NativeDaemonConnector: fix doListCommand() to return *all* list elements" by San Mehat · 16 years ago
  84. 5b77dab MountService: Explicitly query volume state on startup by San Mehat · 16 years ago
  85. 80120b4 NativeDaemonConnector: fix doListCommand() to return *all* list elements by San Mehat · 16 years ago
  86. b91f464 Merge "Move towards a formal public API for backup and restore" by Chris Tate · 16 years ago
  87. 8aa2e89 More device admin work: description, policy control. by Dianne Hackborn · 16 years ago
  88. 508370f Merge "Make PackageManager unpack gdbserver binaries at installation time." by David Turner · 16 years ago
  89. 09ac3c3 resolved conflicts for merge of 1f2f23bd to master by Robert Greenwalt · 16 years ago
  90. d1df8ac NetworkManagementService: Start service when SystemServer starts up by San Mehat · 16 years ago
  91. 80202c8 Move towards a formal public API for backup and restore by Christopher Tate · 16 years ago
  92. 3e22907 am cc4b4016: Fix the reporting of NO_CONNECTIVITY. by Robert Greenwalt · 16 years ago
  93. cc4b401 Fix the reporting of NO_CONNECTIVITY. by Robert Greenwalt · 16 years ago
  94. 6d626d4 am 5381e4ef: Merge "Refine fix I53e91db7 to apply only to wifi network" into eclair by Robert Greenwalt · 16 years ago
  95. 6e6dec2 Refine fix I53e91db7 to apply only to wifi network by Robert Greenwalt · 16 years ago
  96. 1edab2b Make PackageManager unpack gdbserver binaries at installation time. by David 'Digit' Turner · 16 years ago
  97. 45f6104 MountService: Add support for renaming secure containers by San Mehat · 16 years ago
  98. 3e3a6430 Fix whitespace issue causing protocol syntax error by San Mehat · 16 years ago
  99. 4d02d00 NetworkManagementService: Introduce INetworkManagementEventObserver by San Mehat · 16 years ago
  100. b090310 am 678e66a4: Merge "Fix issue #2391429: Crash during boot if fwd locked app is incompletely installed" into eclair by Dianne Hackborn · 16 years ago