1. 690d20b Fix issue # 3227963: SecurityException: Neither user 10023 nor... by Dianne Hackborn · 15 years ago
  2. d68e3218 Be sure and report NO_CONNECTIVITY when needed. by Robert Greenwalt · 15 years ago
  3. 3ec27e0 Fix issue #3289835: NullPointerException in... by Dianne Hackborn · 16 years ago
  4. e4a5951 Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 16 years ago
  5. f92b453 DO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver by Irfan Sheriff · 16 years ago
  6. 70fc04c Reorganize PackageManager dump to avoid NPE by Kenny Root · 16 years ago
  7. a87ea46 Fix bugs related to cheek event suppression. by Jeff Brown · 16 years ago
  8. 9e3191d Location Manager: Fix LocationManager.getBestProvider filtering. by Mike Lockwood · 16 years ago
  9. 06eb33a Don't turn the button backlights on if the screen is off. Part 2. by Joe Onorato · 16 years ago
  10. 4a7b65e GPS: Disable verbose logging by Mike Lockwood · 16 years ago
  11. 60607a90 Make sure that when the screen is off, we don't try to turn the buttons on too. by Joe Onorato · 16 years ago
  12. 5383f50 Fix issue #3122240: Expose xlarge in GB. by Dianne Hackborn · 16 years ago
  13. edc0f387 GPS: Fix network type logic in requestRefLocation by Mike Lockwood · 16 years ago
  14. b51dc0f Adjust boundaries for screen sizes. by Dianne Hackborn · 16 years ago
  15. b09773d Fix isUsbMassStorageConnected() will always return true by Tony Wu · 16 years ago
  16. 431bb22 Reduce logging. by Joe Onorato · 16 years ago
  17. 1858031 DO NOT MERGE. Turn down backup logging for release. by Chris Tate · 16 years ago
  18. 928b074 Merge "Don't symlink native library paths for old apps" into gingerbread by Kenny Root · 16 years ago
  19. e68d58a Don't symlink native library paths for old apps by Kenny Root · 16 years ago
  20. 5d5a9db Merge "GPS: Enable some more logging" into gingerbread by Mike Lockwood · 16 years ago
  21. b8d9033 GPS: Enable some more logging by Mike Lockwood · 16 years ago
  22. ba2ec2b Merge "Enable framework GPS and location manager logging" into gingerbread by Mike Lockwood · 16 years ago
  23. 2d4d1bf Enable framework GPS and location manager logging by Mike Lockwood · 16 years ago
  24. 3d3db60 Pressing the power button quickly needs to turn the screen on and off correctly. by Joe Onorato · 16 years ago
  25. 4249917 Implement issue #3094621 and #3094609 - wipe sd card by Dianne Hackborn · 16 years ago
  26. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 16 years ago
  27. 8bdf593 Work on issue #3101415: Crespo apps seem to have their UID changed over time. by Dianne Hackborn · 16 years ago
  28. efb5810 Debug logs for issue #3101415: Apps seem to have their UID changed over time. by Dianne Hackborn · 16 years ago
  29. bc21fde NFC: Move NFC service implementation out of system_server. by Nick Pelly · 16 years ago
  30. 609695d Screen on/off animation tweaks by Joe Onorato · 16 years ago
  31. bdf8034 Merge "OBB: use PBKDF2 for key generation." into gingerbread by Kenny Root · 16 years ago
  32. 3b1abba OBB: use PBKDF2 for key generation. by Kenny Root · 16 years ago
  33. 361a6ad Merge "Handle native library deletion in scanPackage" into gingerbread by Kenny Root · 16 years ago
  34. f547d67 Add shutdown assurance by Kenny Root · 16 years ago
  35. 70e4210 Handle native library deletion in scanPackage by Kenny Root · 16 years ago
  36. ba0492d Fix issue #3089800: adb shell am -W causes ActivityManager crash by Dianne Hackborn · 16 years ago
  37. 8e2be26 Add versionCode and versionName to dumpsys packages by Andy Stadler · 16 years ago
  38. b08a1af Remove dead code, and make the animation a setting. by Joe Onorato · 16 years ago
  39. b4de3dc Merge "OBB: rearrange to be entirely asynchronous" into gingerbread by Kenny Root · 16 years ago
  40. af9d667 OBB: rearrange to be entirely asynchronous by Kenny Root · 16 years ago
  41. 1da8d4d Merge "Fix an event injection bug when the policy is bypassed." into gingerbread by Jeff Brown · 16 years ago
  42. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 16 years ago
  43. a4e95df Merge "Grant URI permissions to the MCS" into gingerbread by Kenny Root · 16 years ago
  44. c0ad216 Merge "Add a configuration option to turn on the screen when you unplug the device." into gingerbread by Joe Onorato · 16 years ago
  45. 6d74765 Add a configuration option to turn on the screen when you unplug the device. by Joe Onorato · 16 years ago
  46. 1112857 Grant URI permissions to the MCS by Kenny Root · 16 years ago
  47. 0a78923 Merge "Temporarily turn on backup/restore debug logs" into gingerbread by Chris Tate · 16 years ago
  48. a9c5043 Temporarily turn on backup/restore debug logs by Chris Tate · 16 years ago
  49. 446547a Merge "Don't throw when userActivity fails because of the permission check." into gingerbread by Joe Onorato · 16 years ago
  50. 6bb7a4a Go one day into 1970 for timezone code. by Brad Fitzpatrick · 16 years ago
  51. 4b9f62d Don't throw when userActivity fails because of the permission check. by Joe Onorato · 16 years ago
  52. ce2f190 Merge "On boot, advance time to at least 1970." into gingerbread by Brad Fitzpatrick · 16 years ago
  53. 35ca9d8 On boot, advance time to at least 1970. by Brad Fitzpatrick · 16 years ago
  54. 50130bb GPS: Add update_network_state call to AGpsRillInterface by Mike Lockwood · 16 years ago
  55. 1e6a3a5 Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 16 years ago
  56. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 16 years ago
  57. 572172b Add some error-case logging. by Robert Greenwalt · 16 years ago
  58. b6e5fa8 GPS: Do not call sGpsInterface->init() multiple times by Mike Lockwood · 16 years ago
  59. 62d8874e Merge "Fix retaining of granted permissions when updating of system app." into gingerbread by Dianne Hackborn · 16 years ago
  60. 2fe979f Fix retaining of granted permissions when updating of system app. by Dianne Hackborn · 16 years ago
  61. ecfd7f7 Maybe fix #3076572: phone process crashes in SipService, trying to get wifi lock by Dianne Hackborn · 16 years ago
  62. aecab79 Merge "Remove races in Geocoder/LocationProvider Proxy" into gingerbread by Mike Lockwood · 16 years ago
  63. 78d688369 Implement tracking of package install times. by Dianne Hackborn · 16 years ago
  64. 6a6b007 Symlink application lib directory when on SD card by Kenny Root · 16 years ago
  65. 480afe7 Eliminate MCS_GIVE_UP state by Kenny Root · 16 years ago
  66. 0145e36 Revert "Only allow 8 OBBs to be mounted by a UID" by Kenny Root · 16 years ago
  67. 5919ac6 OBB: track binder death observers by Kenny Root · 16 years ago
  68. a3ee5c0 Merge "Add MountService tests and fix a bug it found" into gingerbread by Kenny Root · 16 years ago
  69. 17eb6fb Add MountService tests and fix a bug it found by Kenny Root · 16 years ago
  70. 043fcd9 Work on issue #3062691: GPS enable bypass via com.android.settings.widget.SettingsAppWidgetProvider by Dianne Hackborn · 16 years ago
  71. 3c4c2b7 Fix issue #3001368: API REVIEW: android.app.Activity by Dianne Hackborn · 16 years ago
  72. f787278 Merge "PowerManagerService needs yet another flag..." into gingerbread by Joe Onorato · 16 years ago
  73. 8274a0e PowerManagerService needs yet another flag... by Joe Onorato · 16 years ago
  74. 831baa2 Remove lingering system app native libs in /data by Kenny Root · 16 years ago
  75. 8735c4c Merge "Get correct native library path on reinstall" into gingerbread by Kenny Root · 16 years ago
  76. bd135c1 Get correct native library path on reinstall by Kenny Root · 16 years ago
  77. 8863c43 Remove races in Geocoder/LocationProvider Proxy by Mark Vandevoorde · 16 years ago
  78. 1e84da8 GPS: Add support for AGpsRilInterface. by Miguel Torroja · 16 years ago
  79. 54e570f Make it easier to figure out whether an app can go on sd card. by Dianne Hackborn · 16 years ago
  80. e5439f2 Fix issue #3041660: Camera image flips upside down when rotating device by Dianne Hackborn · 16 years ago
  81. 3aeee33 Don't write settings multiple times when unmounting. by Dianne Hackborn · 16 years ago
  82. d9e88d2 Merge "Add "none" for vold and deprecate mkobb -c" into gingerbread by Kenny Root · 16 years ago
  83. 12ffd9b Add "none" for vold and deprecate mkobb -c by Kenny Root · 16 years ago
  84. 6493e64 Fix issue #3037083: Problem report for Pinball by Dianne Hackborn · 16 years ago
  85. 2942391 Fix regression in OBB key handling by Kenny Root · 16 years ago
  86. 0a69f59 Merge "Rub in a little 'ol log-b-gone." into gingerbread by Dianne Hackborn · 16 years ago
  87. cef65ee Rub in a little 'ol log-b-gone. by Dianne Hackborn · 16 years ago
  88. ab2e628 Merge "Use the private version of userActivity." into gingerbread by Joe Onorato · 16 years ago
  89. 4da0239 Being already unmounted is not a failure by Kenny Root · 16 years ago
  90. 735de3b Hash keys with MD5; track IBinders not IInterface by Kenny Root · 16 years ago
  91. 27358a6 Only allow 8 OBBs to be mounted by a UID by Kenny Root · 16 years ago
  92. 38cf886 Remove OBBs from state list when volume unmounted by Kenny Root · 16 years ago
  93. a39ccb6c Use the private version of userActivity. by Joe Onorato · 16 years ago
  94. e97ae40 location: rebind to network location and geocoder services after package update by Mike Lockwood · 16 years ago
  95. 0c32c09 Revert "Revert "Check for the DEVICE_POWER permission in userActivity."" by Joe Onorato · 16 years ago
  96. 212d81a Merge "Move all the permissions check up for unmount" into gingerbread by Kenny Root · 16 years ago
  97. f1121dc Move all the permissions check up for unmount by Kenny Root · 16 years ago
  98. 038cabe NFC integration by Nick Pelly · 16 years ago
  99. 4da4827 Revert "Check for the DEVICE_POWER permission in userActivity." by Mike Lockwood · 16 years ago
  100. 05105f7 Update OBB API to include callbacks by Kenny Root · 16 years ago