1. 409578f Don't remove alarms for packages that are being updated. by Dianne Hackborn · 15 years ago
  2. 2ee89ea Applications should -not- be able to set preferred activities. by Dianne Hackborn · 15 years ago
  3. 94d4b03 Merge "Disable USB Tethering when UMS is active" by Robert Greenwalt · 15 years ago
  4. ff34fc2 Merge "Fix rare NPE in DropBoxManagerService" by Dan Egnor · 15 years ago
  5. b9e1ed2 Merge "Make HiPri work when already connected." by Robert Greenwalt · 15 years ago
  6. 030f5e1 Disable USB Tethering when UMS is active by Robert Greenwalt · 15 years ago
  7. c3243e2 Merge "Further improvements to window management!" by Dianne Hackborn · 15 years ago
  8. f283e36 Fix rare NPE in DropBoxManagerService by Dan Egnor · 15 years ago
  9. b8b11a0 Further improvements to window management! by Dianne Hackborn · 15 years ago
  10. 0f34406 Clean up native access from framework by Irfan Sheriff · 15 years ago
  11. 78a640a Make HiPri work when already connected. by Robert Greenwalt · 15 years ago
  12. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 15 years ago
  13. a8fbe1f Re-organize access to native interface through WifiStateTracker by Irfan Sheriff · 15 years ago
  14. aa3780b Merge "Fix NO_CONNECTIVITY flag in some cases." by Robert Greenwalt · 15 years ago
  15. 4acdcb7 Merge "Don't let hidden keyguard interfere with button and screen brightness overrides" by Mike Lockwood · 15 years ago
  16. f0fa39e Fix NO_CONNECTIVITY flag in some cases. by Robert Greenwalt · 15 years ago
  17. 17bc415 Merge "Add new shutdown observer for MountService. Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now." by Mike Lockwood · 15 years ago
  18. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 15 years ago
  19. a599fe7c Re-add tethered notification to framework. by Robert Greenwalt · 15 years ago
  20. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 15 years ago
  21. 46af6a8 Don't let hidden keyguard interfere with button and screen brightness overrides by Mike Lockwood · 15 years ago
  22. 2390380 Merge "location: dump LocationProvider internal state" by Mike Lockwood · 15 years ago
  23. 9f93881 Disable car mode should not require DISABLE_KEYGUARD permission by Tobias Haamel · 15 years ago
  24. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 15 years ago
  25. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  26. 43dcdb2 Merge "Add null checks for strings" by Suchi Amalapurapu · 15 years ago
  27. e29db6a Keep screen on when in car mode and the device is powered. by Mike Lockwood · 15 years ago
  28. 924e164 Disable the keyguard when in car mode by Mike Lockwood · 15 years ago
  29. 9444bea Add null checks for strings by Suchi Amalapurapu · 15 years ago
  30. 7299c41 Refactor car mode. by Dianne Hackborn · 15 years ago
  31. 6d141b0 Merge "Fix persisting flags for apps with data only Force gc's before deleting containers.:" by Suchi Amalapurapu · 15 years ago
  32. c44c6d0 fix NullPointerException if location is not set. by Bernd Holzhey · 15 years ago
  33. 1533020 Merge "Update framework tethering UI" by Robert Greenwalt · 15 years ago
  34. ab2628c Merge "Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. Fixes issue 6900." by Mike Lockwood · 15 years ago
  35. e7085e9 Update framework tethering UI by Robert Greenwalt · 15 years ago
  36. d32c802 Fix persisting flags for apps with data only by Suchi Amalapurapu · 15 years ago
  37. 8fff645 Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. by Sean Foy · 15 years ago
  38. 50490adf Merge "Improve watchdog diagnostics." by Dan Egnor · 15 years ago
  39. 9bdc94b Improve watchdog diagnostics. by Dan Egnor · 15 years ago
  40. 5321aef Wifi AP framework changes first pass by Irfan Sheriff · 15 years ago
  41. 20cb56e Fix some bugs. by Dianne Hackborn · 15 years ago
  42. c11f9d3 Merge "Fix epsilon calculation for jumpy touchscreen filtering" by Adam Powell · 15 years ago
  43. 4a3c3b23 Fixing automatic switching of night mode if network location is not enabled. by Bernd Holzhey · 15 years ago
  44. b42ab0f Delay setting initial screen brightness until after the sensors are initialized. by Mike Lockwood · 15 years ago
  45. 6651a13 Fix epsilon calculation for jumpy touchscreen filtering by Adam Powell · 15 years ago
  46. 37f700a Merge "InputDevice filtering for jumpy screens. Updated ScaleGestureDetector for framework deprecations." by Adam Powell · 15 years ago
  47. f5bcc6a InputDevice filtering for jumpy screens. by Adam Powell · 15 years ago
  48. 351434b Merge "Add error reporting for Tethering." by Robert Greenwalt · 15 years ago
  49. c155239 Allow multiple original-package tags. by Dianne Hackborn · 15 years ago
  50. 5a73506 Add error reporting for Tethering. by Robert Greenwalt · 15 years ago
  51. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 15 years ago
  52. 5f8a300 Merge "Fix off by one error in NetworkManagementService.isUsbRNDISStarted()" by Mike Lockwood · 15 years ago
  53. 4ac163f Merge "MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS." by Mike Lockwood · 15 years ago
  54. 51cb9d5 Fix off by one error in NetworkManagementService.isUsbRNDISStarted() by Mike Lockwood · 15 years ago
  55. d9894bc Fixed NPE by guarding the reference of variable by Tadashi G. Takaoka · 15 years ago
  56. bf2dd44 MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS. by Mike Lockwood · 15 years ago
  57. 97106ab Fix issue #2325621 Runtime restart after launching Android keyboard setting . by Dianne Hackborn · 15 years ago
  58. b5ccb59 Merge "DockObserver: Watch for exceptions in LocationManger.isProviderEnabled()." by Mike Lockwood · 15 years ago
  59. faa7e83 DockObserver: Watch for exceptions in LocationManger.isProviderEnabled(). by Mike Lockwood · 15 years ago
  60. a2e9226 Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboard by Dianne Hackborn · 15 years ago
  61. b601ce1 Fix issue #2468687: back and home keys don't work on InCallScreen by Dianne Hackborn · 15 years ago
  62. 3b9ef08 Don't eat IllegalArgumentExceptions in LocationManagerService. by Mike Lockwood · 15 years ago
  63. debecf2 Merge "Don't poke user activity when unplugging unless screen is already on." by Mike Lockwood · 15 years ago
  64. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  65. 69f22fe fix [2476230] sensor battery stats could get out of sync if an error occurs by Mathias Agopian · 15 years ago
  66. 84a8934 Don't poke user activity when unplugging unless screen is already on. by Mike Lockwood · 15 years ago
  67. 5d3bea6 fix the build by Joe Onorato · 15 years ago
  68. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 15 years ago
  69. 28a8c2b resolved conflicts for merge of 4dcd2ee8 to master by Dianne Hackborn · 15 years ago
  70. 4dcd2ee merge from open-source master by The Android Open Source Project · 15 years ago
  71. 7bb2581 Fix problem with restarting an application process that recently has died. by Magnus Edlund · 15 years ago
  72. a33097d Merge "Fix synchronization problem in PowerManagerService.dump()" by Mike Lockwood · 15 years ago
  73. 87bba1e Move DeviceAdmin APIs to android.app.admin. by Dianne Hackborn · 15 years ago
  74. c9d5fb7 Add build options for tethering. by Robert Greenwalt · 15 years ago
  75. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 15 years ago
  76. d84aca7 Merge "Tethering: Use battery changed broadcast instead of UMS broadcast to determine when USB is connected and disconnected." by Mike Lockwood · 15 years ago
  77. 1cb3cb1 Tethering: Use battery changed broadcast instead of UMS broadcast to determine by Mike Lockwood · 15 years ago
  78. 1f9e1b4 Remove public variables in PackageManager by Suchi Amalapurapu · 15 years ago
  79. f821991 Merge "Add single-package restore to Bmgr feature set" by Chris Tate · 15 years ago
  80. 0eec21d Add dialog to display storage users when enabling/disabling ums by Suchi Amalapurapu · 15 years ago
  81. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 15 years ago
  82. 5035fda Default the auto-restore setting to "enabled." by Christopher Tate · 15 years ago
  83. ae06ed9 Fix the build by Christopher Tate · 15 years ago
  84. f087272 Start respecting the auto-restore-at-install setting by Christopher Tate · 15 years ago
  85. 7964d1f Merge "Fix no-mobile-data after wifi." by Robert Greenwalt · 15 years ago
  86. 3542959 Fix no-mobile-data after wifi. by Robert Greenwalt · 15 years ago
  87. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 15 years ago
  88. ca44df8 Fix synchronization problem in PowerManagerService.dump() by Mike Lockwood · 15 years ago
  89. a712dce Init car mode when phone is booted in a dock. by Tobias Haamel · 15 years ago
  90. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 15 years ago
  91. 406b09b Merge "Add mobile data on/off switch." by Robert Greenwalt · 15 years ago
  92. 982bb24 Merge "MountService: Send UMS_CONNECTED broadcast on boot if UMS connected." by San Mehat · 15 years ago
  93. 6a965af2 MountService: Send UMS_CONNECTED broadcast on boot if UMS connected. by San Mehat · 15 years ago
  94. c03fa50 Add mobile data on/off switch. by Robert Greenwalt · 15 years ago
  95. d70a3d4 Tethering improvements. by Robert Greenwalt · 15 years ago
  96. 3dda518 Add 'restoreAnyVersion' attr for apps that want to restore "future" data by Christopher Tate · 15 years ago
  97. c3b91fd Fix crash in PendingIntentRecord debug output. by Dianne Hackborn · 15 years ago
  98. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 15 years ago
  99. 85451ee MountService: Fix bug which would allow apps to try to rename a container whos dst is mounted by San Mehat · 15 years ago
  100. 0e93b56 Merge "Make the notification windowshade work properly with overscroll." by Joe Onorato · 15 years ago