1. 34fcf97 Don't crash the system process when apps give us a bad foreground service notification. by Joe Onorato · 14 years ago
  2. b1c4a2a Fix issue #2364506: Phone locked up while listening to music and attempting to download an update by Dianne Hackborn · 15 years ago
  3. 871ecdc Fix issue #2304284: contacts/dialer/recentcalls constantly flashing by Dianne Hackborn · 15 years ago
  4. be1c422 If the usage stats file doesn't exist in the first place there is no need to by Suchi Amalapurapu · 15 years ago
  5. f670ef7 Work on issue 2259506: camera ANRed and then device runtime restarted by Dianne Hackborn · 15 years ago
  6. 826d17c A little more on #2256270: Package manager sends bad broadcasts when components change by Dianne Hackborn · 15 years ago
  7. 362d5b9 Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast by Dianne Hackborn · 15 years ago
  8. 12527f9 Debugging for issue #2250075: Desk dock clock app sometimes doesn't by Dianne Hackborn · 15 years ago
  9. c9568e3 When tasks are moved to top or bottom, the app tokens are being rearranged. by Suchi Amalapurapu · 15 years ago
  10. 14fb81a Fix for 2221718: Hang in BatteryStatsService.noteBluetoothOn by Amith Yamasani · 15 years ago
  11. d4d04de Fix a race that kept the locale picker from working under heavy CPU load. by Eric Fischer · 15 years ago
  12. 9bbcb91 Fix #2201615: getCallingPackage returns calling process instead of calling package by Dianne Hackborn · 15 years ago
  13. f37447b Proper fix for zero signal strength and no_service. Fixes #2176141 by Amith Yamasani · 15 years ago
  14. 2c6c5e6 Fix issue #2176944: Need API so browser, others can determine memory size of device by Dianne Hackborn · 15 years ago
  15. 3612487 Fix issue #2174566: HOT STABILITY: NPE in activity manager by Dianne Hackborn · 15 years ago
  16. 0c3154d Fix issue #2163654: deadlock, runtime restart by Dianne Hackborn · 15 years ago
  17. 68d881c Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast by Dianne Hackborn · 15 years ago
  18. bd0a81f Work on issue #2163789: Way too much logging by Dianne Hackborn · 15 years ago
  19. e88846e Semi-workaround for #2027266: app drawer showing up on the side of the screen by Dianne Hackborn · 15 years ago
  20. 436344a Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
  21. 48e9a0d Merge change Ice5e9209 into eclair by Android (Google) Code Review · 15 years ago
  22. 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 15 years ago
  23. 1bcf5a8 Fix issue #2150258: Suggestions become inactive and do not respond when pressed. by Dianne Hackborn · 15 years ago
  24. a33e3f7 Fix issue #2154794: Force close when start facebook application. by Dianne Hackborn · 15 years ago
  25. dc6b635 Debugging for #2027266: app drawer showing up on the side by Dianne Hackborn · 15 years ago
  26. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  27. 432b713 Fix bug 2129190 by Mike Cleron · 15 years ago
  28. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  29. fed534e Fix bug where onStartCommand() was never called with a null intent. by Dianne Hackborn · 15 years ago
  30. bfe319e Turn animations on by default. by Dianne Hackborn · 15 years ago
  31. e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 15 years ago
  32. a233943 Add a Gservices setting to controll the app error reporting feature. by Jacek Surazski · 15 years ago
  33. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  34. 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 15 years ago
  35. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 15 years ago
  36. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
  37. a1e989b Fix bug where we wouldn't release remote provider references. by Dianne Hackborn · 15 years ago
  38. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  39. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  40. a8f6018 Work on issue #2079167: Flickering issue across multiple UI by Dianne Hackborn · 15 years ago
  41. f52e9f7 am e1b4437d: Revert "Fix content provider" by Dianne Hackborn · 15 years ago
  42. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  43. e1b4437 Revert "Fix content provider" by Dianne Hackborn · 15 years ago
  44. ff0dc82 am 6a98f8d9: Merge change 23499 into donut by Dianne Hackborn · 15 years ago
  45. da70690 Fix content provider by Dianne Hackborn · 15 years ago
  46. 3025ef3 Various infrastructure to support a running services UI. by Dianne Hackborn · 15 years ago
  47. aa52f9a Make SINGLE_TOP work with CLEAR_TOP. by Dianne Hackborn · 15 years ago
  48. 6ccd2af resolved conflicts for merge of 301b97ac to eclair by Dianne Hackborn · 15 years ago
  49. fd12af4 Various tweaks to try to improve low memory behavior. by Dianne Hackborn · 15 years ago
  50. 9acc030 Implement issue #2071750: add a pre-boot upgrade step. by Dianne Hackborn · 15 years ago
  51. f6f9f2d Add more control over a service's start state. by Dianne Hackborn · 15 years ago
  52. 41f31b6 am d50066f8: invoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerService by Suchi Amalapurapu · 15 years ago
  53. d50066f invoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerService by Suchi Amalapurapu · 15 years ago
  54. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 15 years ago
  55. 30c0b83 am d9d25760: Remove dead locks in system process when installing packages by Suchi Amalapurapu · 15 years ago
  56. 82cb029 Get At command count from Bluetooth headset. by Amith Yamasani · 15 years ago
  57. d9d2576 Remove dead locks in system process when installing packages by Suchi Amalapurapu · 15 years ago
  58. f71db95 Merge change 21134 by Android (Google) Code Review · 15 years ago
  59. 6639bb6 Add a more compact representation of usage stats. by Christian Sonntag · 15 years ago
  60. 90f7721 am b8546001: Merge change 20878 into donut by Dianne Hackborn · 15 years ago
  61. 82e1ee9 Fix issue #2048263: More debugging information by Dianne Hackborn · 15 years ago
  62. 7b38f73 am ae18ca5c: Merge change 20140 into donut by Android (Google) Code Review · 15 years ago
  63. de42bb6 Work on issue #2030135: Device sluggish by Dianne Hackborn · 15 years ago
  64. cda5ad5 am 9b91d78a: Merge change 8911 into donut by Android (Google) Code Review · 15 years ago
  65. a6ddc8a Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden by Dianne Hackborn · 15 years ago
  66. b3c82ef am 1dd6936a: Merge change 8728 into donut by Android (Google) Code Review · 15 years ago
  67. 261e66a Fix resource code and version attributes by Suchi Amalapurapu · 15 years ago
  68. 35d7a94 am de08cdc0: Merge change 8262 into donut by Android (Google) Code Review · 15 years ago
  69. b90d28c Implement the device ConfigurationInfo.reqGlEsVersion field. by Jack Palevich · 15 years ago
  70. c00c04d am 11b822d2: Simplify density compatibility to a boolean. by Dianne Hackborn · 15 years ago
  71. 11b822d Simplify density compatibility to a boolean. by Dianne Hackborn · 15 years ago
  72. 71effba am 6fb608ee: Merge change 7854 into donut by Android (Google) Code Review · 15 years ago
  73. 6fb608e Merge change 7854 into donut by Android (Google) Code Review · 15 years ago
  74. a695d18 am ef1a92ab: Merge change 7961 into donut by Android (Google) Code Review · 15 years ago
  75. 3f7e35c Bluetooth at command tracking. by Amith Yamasani · 15 years ago
  76. 9fdbf6a Issue #1884058 (Need to only record frequency and duration for selected Google apps) by Dianne Hackborn · 15 years ago
  77. 265c9d2a am fae76f5b: Fix issue #1985502: Sapphire (and any other device) reports that it has a hard keyboard by Dianne Hackborn · 15 years ago
  78. 019de98 am eb09c6a0: Merge change 7568 into donut by Android (Google) Code Review · 15 years ago
  79. fae76f5 Fix issue #1985502: Sapphire (and any other device) reports that it has a hard keyboard by Dianne Hackborn · 15 years ago
  80. 2d91af0 Issue #1969025: need api for launching intent as if it were coming from another component by Dianne Hackborn · 15 years ago
  81. dace230 resolved conflicts for merge of b06ea706 to master by Dianne Hackborn · 15 years ago
  82. b06ea70 Add reporting of activity movement for search manager. by Dianne Hackborn · 15 years ago
  83. 54a26bc resolved conflicts for merge of 889c2d37 to master by Dianne Hackborn · 15 years ago
  84. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  85. e3f0544 resolved conflicts for merge of 2af632f8 to master by Dianne Hackborn · 15 years ago
  86. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 15 years ago
  87. 5d16cd0 am d7cd29da: Add facility to run setup wizard after an update. by Dianne Hackborn · 15 years ago
  88. d96e0b0 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 15 years ago
  89. d7cd29d Add facility to run setup wizard after an update. by Dianne Hackborn · 15 years ago
  90. de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 15 years ago
  91. f35b2f3 am 8a27f923: Don\'t crash in various ways when using backup services too early by Christopher Tate · 15 years ago
  92. 8a27f92 Don't crash in various ways when using backup services too early by Christopher Tate · 15 years ago
  93. 2383415 am f881762f: Merge change 5351 into donut by Android (Google) Code Review · 15 years ago
  94. 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 15 years ago
  95. afed82b am 9c8dd55a: Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  96. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  97. 4c74637 am 3e376a74: Merge change 5171 into donut by Android (Google) Code Review · 15 years ago
  98. 32dbefd Track native processes and airplane mode. by Amith Yamasani · 15 years ago
  99. 5a12373 Add exception line number to ApplicationErrorReport by Jacek Surazski · 15 years ago
  100. 4c27977 am 722baf5e: Merge change 5014 into donut by Android (Google) Code Review · 15 years ago