1. acf8474 Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts. by Jeff Hamilton · 16 years ago
  2. 6f86c0e Fix issue #2676378: Activity Manager Crash on FRF40 by Dianne Hackborn · 16 years ago
  3. 906497c Hopefully fix issue #2662536: Why is launcher being killed? by Dianne Hackborn · 16 years ago
  4. 4416c3d Fix issue #2643754: Launcher is caching widget layouts for too long by Dianne Hackborn · 16 years ago
  5. 149427c Fix issue #2621809: Kill! Kill! Kill! by Dianne Hackborn · 16 years ago
  6. 8633e68e Fix issue #2619247: Music sometimes stops playing when navigation talks by Dianne Hackborn · 16 years ago
  7. b213d10 Reduce lock contention, removing unnecessary synchronization. by Brad Fitzpatrick · 16 years ago
  8. 01fad4a Ease contention on the mProcessStatsThread mutex in updateCpuStats. by Brad Fitzpatrick · 16 years ago
  9. b67fa45 Fix issue #258640: Automatic propagation of FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET by Dianne Hackborn · 16 years ago
  10. 399cccb Fix issue #593153: Broadcast time out when sending... by Dianne Hackborn · 16 years ago
  11. 53d9264d Fix issue #2555171: Switching to app immediately after unmounting... by Dianne Hackborn · 16 years ago
  12. 472ad87 Fix issue #2528537: android.os.DeadObjectException by Dianne Hackborn · 16 years ago
  13. f83c555 Fix issue #2561067: Screen Display half faded... by Dianne Hackborn · 16 years ago
  14. e252246 Fix issue #2547337: switching night modes by Dianne Hackborn · 16 years ago
  15. ad5499d Hopefully get rid of some ANRs. by Dianne Hackborn · 16 years ago
  16. d49258f Fix issue #2544466: Car Home brightness icon comes and goes while phone is in car dock in FRE83 by Dianne Hackborn · 16 years ago
  17. f7f5dda Add new activity manager method to get list of running applications installed on sdcard. by Suchi Amalapurapu · 16 years ago
  18. 2ccda4d Improve switching to car mode, retain night mode option. by Dianne Hackborn · 16 years ago
  19. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 16 years ago
  20. 4cee725 Use atomic++ rather than lock/++/unlock in the input dispatch code path by Christopher Tate · 16 years ago
  21. 1afd1c9 Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127 by Dianne Hackborn · 16 years ago
  22. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 16 years ago
  23. 5c83a5f resolved conflicts for merge of 2ecce34f to master by Dianne Hackborn · 16 years ago
  24. 061d58a Fix problem with starting a translucent activity in onCreate(). by Dianne Hackborn · 16 years ago
  25. a455d19 Record some logcat output with crashes, ANRs, etc.. by Dan Egnor · 16 years ago
  26. b62f959 Fix problems with new PowerManager.reboot() implementation. by Mike Lockwood · 16 years ago
  27. 2ecce34 Synchronize access to *Locked() functions by Josh Bartel · 16 years ago
  28. b8b11a0 Further improvements to window management! by Dianne Hackborn · 16 years ago
  29. 7f20874 Rename functions which ought to be named *Locked() by Josh Bartel · 16 years ago
  30. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 16 years ago
  31. 9bdc94b Improve watchdog diagnostics. by Dan Egnor · 16 years ago
  32. 20cb56e Fix some bugs. by Dianne Hackborn · 16 years ago
  33. 5d3bea6 fix the build by Joe Onorato · 16 years ago
  34. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 16 years ago
  35. 28a8c2b resolved conflicts for merge of 4dcd2ee8 to master by Dianne Hackborn · 16 years ago
  36. 4dcd2ee merge from open-source master by The Android Open Source Project · 16 years ago
  37. 7bb2581 Fix problem with restarting an application process that recently has died. by Magnus Edlund · 16 years ago
  38. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 16 years ago
  39. c3b91fd Fix crash in PendingIntentRecord debug output. by Dianne Hackborn · 16 years ago
  40. 9e0f5d9 Fix some random bugs. by Dianne Hackborn · 16 years ago
  41. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 16 years ago
  42. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 16 years ago
  43. 6a6588b am 6371a2d3: am ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foreground service notification." into eclair by Joe Onorato · 16 years ago
  44. 6371a2d am ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foreground service notification." into eclair by Joe Onorato · 16 years ago
  45. 34fcf97 Don't crash the system process when apps give us a bad foreground service notification. by Joe Onorato · 16 years ago
  46. 6f4f619 Fix formatting of ANRs. by Eric Rowe · 16 years ago
  47. 6c0afff Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 16 years ago
  48. 3619b9ab Fix dumpsys activity service <name> by Kenny Root · 16 years ago
  49. 5ce7d28 Small oom_adj tweaks. by Dianne Hackborn · 16 years ago
  50. 18e9396 Eliminate dependencies on Checkin, replacing checkin events with EventLog by Dan Egnor · 16 years ago
  51. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 16 years ago
  52. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
  53. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 16 years ago
  54. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 16 years ago
  55. 41a9fd5 timestamp field in ApplicationErrorReport was not getting intitialized on ANRs by Jacek Surazski · 16 years ago
  56. 66c40e7 Add package information to dropbox reports for ANR, crash, etc. by Dan Egnor · 16 years ago
  57. 2780e73 As requested, expand ANR event log entry (and crash/WTF too) to include by Dan Egnor · 16 years ago
  58. c0cea485 am 5f641285: am b1c4a2a3: Fix issue #2364506: Phone locked up while listening to music and attempting to download an update by Dianne Hackborn · 16 years ago
  59. e0ee6ef Add systemApp field to ApplicationErrorReport by Jacek Surazski · 16 years ago
  60. 5f64128 am b1c4a2a3: Fix issue #2364506: Phone locked up while listening to music and attempting to download an update by Dianne Hackborn · 16 years ago
  61. b1c4a2a Fix issue #2364506: Phone locked up while listening to music and attempting to download an update by Dianne Hackborn · 16 years ago
  62. d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 16 years ago
  63. 42471dd Simplify & update ANR logging; report ANR data into the dropbox. by Dan Egnor · 16 years ago
  64. 43866e0 move some system services from gservices to secure settings by Doug Zongker · 16 years ago
  65. 03abb81 Kill the task killers. by Dianne Hackborn · 16 years ago
  66. c59411b Rework activity manager debug dumps. by Dianne Hackborn · 16 years ago
  67. 60d8762 DropBox logging of app & system server crashes. by Dan Egnor · 17 years ago
  68. dd71fc8 Rework the LRU list for hidden and empty processes. by Dianne Hackborn · 17 years ago
  69. 83652eb am 3a3fd2ba: Merge change Iaf1f0918 into eclair-mr2 by Dianne Hackborn · 17 years ago
  70. 1c633fc Implement API to have new broadcasts replace existing broadcasts. by Dianne Hackborn · 17 years ago
  71. c1e6b91 am c9ca93fb: am 474731d5: Merge change I2ffe306f into eclair by Dianne Hackborn · 17 years ago
  72. c9ca93f am 474731d5: Merge change I2ffe306f into eclair by Dianne Hackborn · 17 years ago
  73. e9b86b5 am 474731d5: Merge change I2ffe306f into eclair by Dianne Hackborn · 17 years ago
  74. 871ecdce Fix issue #2304284: contacts/dialer/recentcalls constantly flashing by Dianne Hackborn · 17 years ago
  75. f6bb01b am b7f0367c: Eliminate CrashData and friends. by Dan Egnor · 17 years ago
  76. b7f0367 Eliminate CrashData and friends. by Dan Egnor · 17 years ago
  77. eb68a22 am af9788a9: Merge change Ia53c6725 into eclair-mr2 by Dianne Hackborn · 17 years ago
  78. 09c916b Add bindService API to not bring ot foreground. by Dianne Hackborn · 17 years ago
  79. 0f91f87 am f6683bb5: Merge change I5f1d2d24 into eclair-mr2 by Doug Zongker · 17 years ago
  80. f6683bb Merge change I5f1d2d24 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  81. 2bec3d4 move event log tags used by ActivityManager into this package by Doug Zongker · 17 years ago
  82. 32c66ee am ccbf4c28: am ae952b3b: Merge change Ibe1c422a into eclair by Suchi Amalapurapu · 17 years ago
  83. 3f075ad am ae952b3b: Merge change Ibe1c422a into eclair by Suchi Amalapurapu · 17 years ago
  84. be1c422 If the usage stats file doesn't exist in the first place there is no need to by Suchi Amalapurapu · 17 years ago
  85. 3a624ab am 92b18800: am ab5efde8: Merge change Iff5b8ce3 into eclair by Dianne Hackborn · 17 years ago
  86. 3235cca am ab5efde8: Merge change Iff5b8ce3 into eclair by Dianne Hackborn · 17 years ago
  87. f670ef7 Work on issue 2259506: camera ANRed and then device runtime restarted by Dianne Hackborn · 17 years ago
  88. b9456ac7 am 6e0ff0c3: am 826d17c0: A little more on #2256270: Package manager sends bad broadcasts when components change by Dianne Hackborn · 17 years ago
  89. fac7bd8 am 826d17c0: A little more on #2256270: Package manager sends bad broadcasts when components change by Dianne Hackborn · 17 years ago
  90. 826d17c A little more on #2256270: Package manager sends bad broadcasts when components change by Dianne Hackborn · 17 years ago
  91. 7bd2179 am 823edb76: am 532d5603: Merge change I80022375 into eclair by Dianne Hackborn · 17 years ago
  92. 8c3fc080 am 5bb200fd: am 2ade6421: Merge change I775e1ec0 into eclair by Dianne Hackborn · 17 years ago
  93. 7a2d978 am 532d5603: Merge change I80022375 into eclair by Dianne Hackborn · 17 years ago
  94. af194fe am 2ade6421: Merge change I775e1ec0 into eclair by Dianne Hackborn · 17 years ago
  95. 362d5b9 Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast by Dianne Hackborn · 17 years ago
  96. 12527f9 Debugging for issue #2250075: Desk dock clock app sometimes doesn't by Dianne Hackborn · 17 years ago
  97. 972bad3 am 750e82e5: am bf50200b: Merge change Ic9568e39 into eclair by Suchi Amalapurapu · 17 years ago
  98. 7442abf am bf50200b: Merge change Ic9568e39 into eclair by Suchi Amalapurapu · 17 years ago
  99. c9568e3 When tasks are moved to top or bottom, the app tokens are being rearranged. by Suchi Amalapurapu · 17 years ago
  100. 9d216df am 7b2aa74f: am 4ab2c777: Merge change I14fb81af into eclair by Amith Yamasani · 17 years ago