1. 58f42a5 Fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  2. 90c52de Fix issue #5173952: Opening a Notification From Lock Screen... by Dianne Hackborn · 13 years ago
  3. 80a7ac1 Fix issue #5321282: Force Stop Button in Battery Screen Not disabled correctly by Dianne Hackborn · 13 years ago
  4. 905577f Fix issue #5263361: Browser instance not created in application picker by Dianne Hackborn · 13 years ago
  5. 29aae6f Fix issue #4279860: previous UI flashes before showing lock screen... by Dianne Hackborn · 13 years ago
  6. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  7. 8e8d65f Fix some crashes that are happening in the system process. by Dianne Hackborn · 13 years ago
  8. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  9. f0754f5b Fix bug where memory trim was not being delivered with correct level. by Dianne Hackborn · 13 years ago
  10. 31ca854 Fix issue #4976176: Font size setting does not persist by Dianne Hackborn · 13 years ago
  11. ce86ba8 Improve handling of low memory. by Dianne Hackborn · 13 years ago
  12. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  13. b961cd2 Don't report a resize unless the window's surface actually changed. by Dianne Hackborn · 13 years ago
  14. 2515db7 am 3a80c504: am 8b9a2b6c: am e6676351: Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  15. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  16. 7dad2c2 am 9b94aa18: am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  17. e667635 Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  18. 36f80f3 resolved conflicts for merge of 590ec479 to master by Dianne Hackborn · 13 years ago
  19. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  20. 8ea5e1d Fix compat mode bugs when updating apps. by Dianne Hackborn · 13 years ago
  21. 36cd41f Spiffy new compatibility mode UI. by Dianne Hackborn · 13 years ago
  22. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  23. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  24. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  25. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  26. f26fd99 Rework thumbnails in activity manager. by Dianne Hackborn · 13 years ago
  27. a925cd4 Fix issue #4081756: Crash when un-stopping applications by Dianne Hackborn · 13 years ago
  28. e7f9721 Implement issue #3426299: Introduce application "stopped" state by Dianne Hackborn · 13 years ago
  29. 57f1ac4 Fix issue #3380072: Switching in and out of gmail not preserving position in label by Dianne Hackborn · 14 years ago
  30. ff801ec Fix issue #3302006: Cannot see the dialog lunched from a transparent activity. by Dianne Hackborn · 14 years ago
  31. 4eba96b Fix issue #3377999: Activities need to be stopped when sleeping by Dianne Hackborn · 14 years ago
  32. 6c2c5fc Just a little 'ol activity manager permission change. by Dianne Hackborn · 14 years ago
  33. 94cb2eb Fix issue #3330037: Unnecessary orientations appear... by Dianne Hackborn · 14 years ago
  34. 88819b2 Rework how recent tasks are added. by Dianne Hackborn · 14 years ago
  35. 7c8a4b3 Turn thumbnails back on. by Dianne Hackborn · 14 years ago
  36. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  37. 17d9550 Turn off screenshot capturing for thumbnails. by Dianne Hackborn · 14 years ago
  38. 7da6ac3 Fix issue #3272051: Use backward transition when going backwards. by Dianne Hackborn · 14 years ago
  39. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 14 years ago
  40. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  41. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  42. 66a5d69 resolved conflicts for merge of b4ae2f1b to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  43. efb5810 Debug logs for issue #3101415: Apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  44. ba0492d Fix issue #3089800: adb shell am -W causes ActivityManager crash by Dianne Hackborn · 14 years ago
  45. 3c4c2b7 Fix issue #3001368: API REVIEW: android.app.Activity by Dianne Hackborn · 14 years ago
  46. 54e570f Make it easier to figure out whether an app can go on sd card. by Dianne Hackborn · 14 years ago
  47. cef65ee Rub in a little 'ol log-b-gone. by Dianne Hackborn · 14 years ago
  48. 034093a4 Fix issue #2999757: "Application Redirected" dialogue showing up erratically by Dianne Hackborn · 14 years ago
  49. 8c5755a Work on issue #2991868: A toast pops up informing users... by Dianne Hackborn · 14 years ago
  50. 0dad364 Add toast when an app intercepts the launch of another app. by Dianne Hackborn · 14 years ago
  51. a1c69e0 Fix a small bug when granting permissions through activity results. by Dianne Hackborn · 14 years ago
  52. 02486b1 Hide heavy-weight API. by Dianne Hackborn · 14 years ago
  53. 7e26964 Don't retain global ref to last inflated context. by Dianne Hackborn · 14 years ago
  54. 39792d2 Fix bugs with granting permissions through onNewIntent(). by Dianne Hackborn · 14 years ago
  55. 50dc3bc Refactor ActivityManagerService activity stack. by Dianne Hackborn · 14 years ago