1. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 15 years ago
  2. c008e0a Fix 2514479: Putting phone in car dock ignores security pattern by Tobias Haamel · 15 years ago
  3. 9ab518ad softAp framework changes by Irfan Sheriff · 15 years ago
  4. 057f5c3 make the statusbar viewtracker opaque by Mathias Agopian · 15 years ago
  5. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 15 years ago
  6. 44113ba3 Remove reload config for priority change by Irfan Sheriff · 15 years ago
  7. 5f27ef4 Move MountService's Handler to a different thread. by Daniel Sandler · 15 years ago
  8. 780b260 Fix issue 2512221: Car Dock Notification doesn't go away by Tobias Haamel · 15 years ago
  9. 38af4c3 Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks" by Christopher Tate · 15 years ago
  10. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 15 years ago
  11. 5c83a5f resolved conflicts for merge of 2ecce34f to master by Dianne Hackborn · 15 years ago
  12. 061d58a Fix problem with starting a translucent activity in onCreate(). by Dianne Hackborn · 15 years ago
  13. 7b00978 Run WifiWatchdogServiceThread only on wifi enable by Irfan Sheriff · 15 years ago
  14. a455d19 Record some logcat output with crashes, ANRs, etc.. by Dan Egnor · 15 years ago
  15. bb51d9f Fix UMS broadcasts in Tethering. by Robert Greenwalt · 15 years ago
  16. 9b3a453 Merge "Fix: Retrieval of location to caclulate twilight" by Dianne Hackborn · 15 years ago
  17. b62f959 Fix problems with new PowerManager.reboot() implementation. by Mike Lockwood · 15 years ago
  18. 34e8e47 Merge "Dump the phone process stack (as well as the system process) on watchdog reset." by Dan Egnor · 15 years ago
  19. ba9ab18 Fix: Retrieval of location to caclulate twilight by Bernd Holzhey · 15 years ago
  20. a028a4b Merge "Fix LocationManager.getProvider() API breakage." by Mike Lockwood · 15 years ago
  21. 223e84d Fix LocationManager.getProvider() API breakage. by Mike Lockwood · 15 years ago
  22. a2fd9d1 Fix NPE when clearing preferred packages. by Dianne Hackborn · 15 years ago
  23. 4bded07 Dump the phone process stack (as well as the system process) on watchdog reset. by Dan Egnor · 15 years ago
  24. c9421ba Fix issue #2492387: system server crash in WallpaperManagerService by Dianne Hackborn · 15 years ago
  25. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  26. 8abb26e Merge "Preserve widgets on upgrade. Bug #2464545" by Romain Guy · 15 years ago
  27. d2671e1 Preserve widgets on upgrade. Bug #2464545 by Romain Guy · 15 years ago
  28. ce8efea Merge "Stop creating threads for tethering." by Robert Greenwalt · 15 years ago
  29. 4ea833d Merge "Need to keep new package's cert when using original-package." by Dianne Hackborn · 15 years ago
  30. 4b45041 Need to keep new package's cert when using original-package. by Dianne Hackborn · 15 years ago
  31. 05e552a Merge "Support old/new package names for widgets." by Romain Guy · 15 years ago
  32. dfadaea Stop creating threads for tethering. by Robert Greenwalt · 15 years ago
  33. ff3e61c Support old/new package names for widgets. by Romain Guy · 15 years ago
  34. 26b1ef9 Merge "Fix issue #2461567: Home screen redraw messed up" by Dianne Hackborn · 15 years ago
  35. ac3587d Fix issue #2461567: Home screen redraw messed up by Dianne Hackborn · 15 years ago
  36. c95142d Move boot log file writing into a background thread to avoid ANR. by Dan Egnor · 15 years ago
  37. 6fc4fe9 Merge "MountService: If USB cable is unplugged while UMS is active, clean up and remount" by San Mehat · 15 years ago
  38. 2fe718a MountService: If USB cable is unplugged while UMS is active, clean up and remount by San Mehat · 15 years ago
  39. e96ffb1 Turn off pulsing jogball while on a call. by Daniel Sandler · 15 years ago
  40. 2ecce34 Synchronize access to *Locked() functions by Josh Bartel · 15 years ago
  41. 409578f Don't remove alarms for packages that are being updated. by Dianne Hackborn · 15 years ago
  42. 2ee89ea Applications should -not- be able to set preferred activities. by Dianne Hackborn · 15 years ago
  43. 94d4b03 Merge "Disable USB Tethering when UMS is active" by Robert Greenwalt · 15 years ago
  44. ff34fc2 Merge "Fix rare NPE in DropBoxManagerService" by Dan Egnor · 15 years ago
  45. b9e1ed2 Merge "Make HiPri work when already connected." by Robert Greenwalt · 15 years ago
  46. 030f5e1 Disable USB Tethering when UMS is active by Robert Greenwalt · 15 years ago
  47. c3243e2 Merge "Further improvements to window management!" by Dianne Hackborn · 15 years ago
  48. f283e36 Fix rare NPE in DropBoxManagerService by Dan Egnor · 15 years ago
  49. b8b11a0 Further improvements to window management! by Dianne Hackborn · 15 years ago
  50. 0f34406 Clean up native access from framework by Irfan Sheriff · 15 years ago
  51. 78a640a Make HiPri work when already connected. by Robert Greenwalt · 15 years ago
  52. 7f20874 Rename functions which ought to be named *Locked() by Josh Bartel · 15 years ago
  53. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 15 years ago
  54. a8fbe1f Re-organize access to native interface through WifiStateTracker by Irfan Sheriff · 15 years ago
  55. aa3780b Merge "Fix NO_CONNECTIVITY flag in some cases." by Robert Greenwalt · 15 years ago
  56. 4acdcb7 Merge "Don't let hidden keyguard interfere with button and screen brightness overrides" by Mike Lockwood · 15 years ago
  57. f0fa39e Fix NO_CONNECTIVITY flag in some cases. by Robert Greenwalt · 15 years ago
  58. 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
  59. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 15 years ago
  60. a599fe7c Re-add tethered notification to framework. by Robert Greenwalt · 15 years ago
  61. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 15 years ago
  62. 46af6a8 Don't let hidden keyguard interfere with button and screen brightness overrides by Mike Lockwood · 15 years ago
  63. 2390380 Merge "location: dump LocationProvider internal state" by Mike Lockwood · 15 years ago
  64. 9f93881 Disable car mode should not require DISABLE_KEYGUARD permission by Tobias Haamel · 15 years ago
  65. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 15 years ago
  66. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  67. 43dcdb2 Merge "Add null checks for strings" by Suchi Amalapurapu · 15 years ago
  68. e29db6a Keep screen on when in car mode and the device is powered. by Mike Lockwood · 15 years ago
  69. 924e164 Disable the keyguard when in car mode by Mike Lockwood · 15 years ago
  70. 9444bea Add null checks for strings by Suchi Amalapurapu · 15 years ago
  71. 7299c41 Refactor car mode. by Dianne Hackborn · 15 years ago
  72. 6d141b0 Merge "Fix persisting flags for apps with data only Force gc's before deleting containers.:" by Suchi Amalapurapu · 15 years ago
  73. c44c6d0 fix NullPointerException if location is not set. by Bernd Holzhey · 15 years ago
  74. 1533020 Merge "Update framework tethering UI" by Robert Greenwalt · 15 years ago
  75. ab2628c Merge "Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. Fixes issue 6900." by Mike Lockwood · 15 years ago
  76. e7085e9 Update framework tethering UI by Robert Greenwalt · 15 years ago
  77. d32c802 Fix persisting flags for apps with data only by Suchi Amalapurapu · 15 years ago
  78. 8fff645 Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. by Sean Foy · 15 years ago
  79. 50490adf Merge "Improve watchdog diagnostics." by Dan Egnor · 15 years ago
  80. 9bdc94b Improve watchdog diagnostics. by Dan Egnor · 15 years ago
  81. 5321aef Wifi AP framework changes first pass by Irfan Sheriff · 15 years ago
  82. 20cb56e Fix some bugs. by Dianne Hackborn · 15 years ago
  83. c11f9d3 Merge "Fix epsilon calculation for jumpy touchscreen filtering" by Adam Powell · 15 years ago
  84. 4a3c3b23 Fixing automatic switching of night mode if network location is not enabled. by Bernd Holzhey · 15 years ago
  85. b42ab0f Delay setting initial screen brightness until after the sensors are initialized. by Mike Lockwood · 15 years ago
  86. 6651a13 Fix epsilon calculation for jumpy touchscreen filtering by Adam Powell · 15 years ago
  87. 37f700a Merge "InputDevice filtering for jumpy screens. Updated ScaleGestureDetector for framework deprecations." by Adam Powell · 15 years ago
  88. f5bcc6a InputDevice filtering for jumpy screens. by Adam Powell · 15 years ago
  89. 351434b Merge "Add error reporting for Tethering." by Robert Greenwalt · 15 years ago
  90. c155239 Allow multiple original-package tags. by Dianne Hackborn · 15 years ago
  91. 5a73506 Add error reporting for Tethering. by Robert Greenwalt · 15 years ago
  92. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 15 years ago
  93. 5f8a300 Merge "Fix off by one error in NetworkManagementService.isUsbRNDISStarted()" by Mike Lockwood · 15 years ago
  94. 4ac163f Merge "MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS." by Mike Lockwood · 15 years ago
  95. 51cb9d5 Fix off by one error in NetworkManagementService.isUsbRNDISStarted() by Mike Lockwood · 15 years ago
  96. d9894bc Fixed NPE by guarding the reference of variable by Tadashi G. Takaoka · 15 years ago
  97. bf2dd44 MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS. by Mike Lockwood · 15 years ago
  98. 97106ab Fix issue #2325621 Runtime restart after launching Android keyboard setting . by Dianne Hackborn · 15 years ago
  99. b5ccb59 Merge "DockObserver: Watch for exceptions in LocationManger.isProviderEnabled()." by Mike Lockwood · 15 years ago
  100. faa7e83 DockObserver: Watch for exceptions in LocationManger.isProviderEnabled(). by Mike Lockwood · 15 years ago