1. 89647b1 Don't do single byte writes in DropBoxManagerService by Brad Fitzpatrick · 16 years ago
  2. 8b61983 Fix NPE in PowerManagerService on boot, if some settings are corrupted. by Amith Yamasani · 16 years ago
  3. 3237169 Merge "GpsLocationProvider: Fix race condition while bringing up APN for SUPL." into gingerbread by Mike Lockwood · 16 years ago
  4. ca54cda Merge "SipService: fix thread/socket leak" into gingerbread by Hung-ying Tyan · 16 years ago
  5. 2acfd34 GpsLocationProvider: Fix race condition while bringing up APN for SUPL. by Mike Lockwood · 16 years ago
  6. fc51f2c SipService: fix thread/socket leak by Hung-ying Tyan · 16 years ago
  7. 57c5937 Fix race reading input configuration during system startup. by Jeff Brown · 16 years ago
  8. 0859b76 Make wifi scan async. (don't auto-merge) by Irfan Sheriff · 16 years ago
  9. 6548f39 Merge "Inet status bug fix" into gingerbread by Robert Greenwalt · 16 years ago
  10. 029be81 Inet status bug fix by Robert Greenwalt · 16 years ago
  11. 034093a4 Fix issue #2999757: "Application Redirected" dialogue showing up erratically by Dianne Hackborn · 16 years ago
  12. 51aaab3 Merge "Fix #2999258: ANR in Settings after every reboot" into gingerbread by Dianne Hackborn · 16 years ago
  13. 313af5a Merge "Add Inet Condition log to bugreports" into gingerbread by Robert Greenwalt · 16 years ago
  14. 8891fdc Fix #2999258: ANR in Settings after every reboot by Dianne Hackborn · 16 years ago
  15. 307aef0 Merge "LocationManager: Hide location provider and geocode provider APIs." into gingerbread by Mike Lockwood · 16 years ago
  16. e15735a LocationManager: Hide location provider and geocode provider APIs. by Mike Lockwood · 16 years ago
  17. e25a264 Merge "DO NOT MERGE. Wifi service now blames apps for its wake lock use." into gingerbread by Dianne Hackborn · 16 years ago
  18. c8314b0 DO NOT MERGE. Wifi service now blames apps for its wake lock use. by Dianne Hackborn · 16 years ago
  19. 4db643e Merge "In theory the package manager now scans /vendor/app" into gingerbread by Dianne Hackborn · 16 years ago
  20. 3b4bac7 In theory the package manager now scans /vendor/app by Dianne Hackborn · 16 years ago
  21. ce2ef76 Some battery improvements: by Dianne Hackborn · 16 years ago
  22. 4e8dfef Add Inet Condition log to bugreports by Robert Greenwalt · 16 years ago
  23. b17eae9 SipService: move event handling out of system server's main thread by Hung-ying Tyan · 16 years ago
  24. 9796379 SIP: convert enum to static final int. by Hung-ying Tyan · 16 years ago
  25. 5b930c4 Merge "SIP: add config flag for wifi-only configuration." into gingerbread by Hung-ying Tyan · 16 years ago
  26. c4b8747 SIP: add config flag for wifi-only configuration. by Hung-ying Tyan · 16 years ago
  27. ba56dfc DO NOT MERGE Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 16 years ago
  28. 58e0eef Improve power tracking of WIFI use. by Dianne Hackborn · 16 years ago
  29. 9352cf1 Add timer to SIP session creation process. by Hung-ying Tyan · 16 years ago
  30. c751058 SipService: add log control, suppress ping log. by Hung-ying Tyan · 16 years ago
  31. 0e06338 Fix the unhandled authentication message. by Chung-yih Wang · 16 years ago
  32. f4d788c Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 16 years ago
  33. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 16 years ago
  34. 134b28a Merge "Update Inet Connection Status display" into gingerbread by Robert Greenwalt · 16 years ago
  35. 1e9aac2 Update Inet Connection Status display by Robert Greenwalt · 16 years ago
  36. 5306e0a Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerbread by Hung-ying Tyan · 16 years ago
  37. 096df81 Merge "SipService: send SERVER_ERROR if server doesn't provide nonce" into gingerbread by Hung-ying Tyan · 16 years ago
  38. ae076d3 SIP: add PEER_NOT_REACHABLE error feedback. by Hung-ying Tyan · 16 years ago
  39. cee0b97 Merge "Free AssetManager weak refs before unmounting" into gingerbread by Kenny Root · 16 years ago
  40. 536ee09 Merge "Fix name shadowing bug with revoking URI permissions." into gingerbread by Steve Howard · 16 years ago
  41. 0de8ddb Fix name shadowing bug with revoking URI permissions. by Steve Howard · 16 years ago
  42. aa48540 Free AssetManager weak refs before unmounting by Kenny Root · 16 years ago
  43. 1188f5e Merge "Fix problem where power manager was calling battery stats with bad wl type." into gingerbread by Dianne Hackborn · 16 years ago
  44. 88203cb SipService: send SERVER_ERROR if server doesn't provide nonce by Hung-ying Tyan · 16 years ago
  45. 96d6c34 Merge "Unify some duplicate StrictMode-enabling code." into gingerbread by Brad Fitzpatrick · 16 years ago
  46. fb85bc6 Merge "Add missing wallpaper service lock." into gingerbread by Brad Fitzpatrick · 16 years ago
  47. 194b19a Add missing wallpaper service lock. by Brad Fitzpatrick · 16 years ago
  48. 70be167 Fix problem where power manager was calling battery stats with bad wl type. by Dianne Hackborn · 16 years ago
  49. 89a7180 Merge "SipService: ignore connect event for non-active networks." into gingerbread by Hung-ying Tyan · 16 years ago
  50. 12bec5d SipService: ignore connect event for non-active networks. by Hung-ying Tyan · 16 years ago
  51. 3043441 Merge "Dedupe timestamp in PackageSettings" into gingerbread by Kenny Root · 16 years ago
  52. 50d66f9 Unify some duplicate StrictMode-enabling code. by Brad Fitzpatrick · 16 years ago
  53. 99bf4e4 SIP: remove dependency on javax.sip by Hung-ying Tyan · 16 years ago
  54. 7d137e40 Fix the bug of authentication in an outgoing call. by Chung-yih Wang · 16 years ago
  55. 4565933 Merge "SipService: deliver connectivity change to all sessions." into gingerbread by Hung-ying Tyan · 16 years ago
  56. d231aa8 SipService: deliver connectivity change to all sessions. by Hung-ying Tyan · 16 years ago
  57. 8c5755a Work on issue #2991868: A toast pops up informing users... by Dianne Hackborn · 16 years ago
  58. 7d794fb Dedupe timestamp in PackageSettings by Kenny Root · 16 years ago
  59. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 16 years ago
  60. 3d7606a SIP: enhance timeout and registration status feedback. by Hung-ying Tyan · 16 years ago
  61. 07a9e8d Merge changes Ie3648509,I53db73c3 into gingerbread by Kenny Root · 16 years ago
  62. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  63. 8f7cc02 Move native library removal function to helper by Kenny Root · 16 years ago
  64. 806cc13 Initialize native library path in PackageSetting by Kenny Root · 16 years ago
  65. 1e02d36 Enable strictmode logging in system_server & add a lock. by Brad Fitzpatrick · 16 years ago
  66. ca3c24d Merge "SIP: add SipErrorCode for error feedback." into gingerbread by Hung-ying Tyan · 16 years ago
  67. 903e103 SIP: add SipErrorCode for error feedback. by Hung-ying Tyan · 16 years ago
  68. a7d868d Merge "Add toast when an app intercepts the launch of another app." into gingerbread by Dianne Hackborn · 16 years ago
  69. 0dad364a Add toast when an app intercepts the launch of another app. by Dianne Hackborn · 16 years ago
  70. 8d57883 Remove the use of FileInputStream.available() by Rich Cannings · 16 years ago
  71. 76e4fa19 Merge "Only pulse notification light if a new notification has been received since the screen was last turned off" into gingerbread by Mike Lockwood · 16 years ago
  72. 0727a86 Merge "Add network condition reporting." into gingerbread by Robert Greenwalt · 16 years ago
  73. d7085fc Add network condition reporting. by Robert Greenwalt · 16 years ago
  74. 2117f6f Only pulse notification light if a new notification has been received since the screen was last turned off by Mike Lockwood · 16 years ago
  75. 4d1e012 Change the keep-alive interval to 10 seconds. by Chung-yih Wang · 16 years ago
  76. 65634a7 Merge "Don't block in the BackupManagerService.dataChanged() Binder call." into gingerbread by Brad Fitzpatrick · 16 years ago
  77. ee455f5 Merge "People holding partial wake locks now get blamed for CPU usage." into gingerbread by Dianne Hackborn · 16 years ago
  78. 0d903a8 People holding partial wake locks now get blamed for CPU usage. by Dianne Hackborn · 16 years ago
  79. bb37163 Allow incoming SMS until internal storage is almost full. by Jake Hamby · 16 years ago
  80. 85a3176 Add support for secure views. by Jeff Brown · 16 years ago
  81. 3dd4233 Don't block in the BackupManagerService.dataChanged() Binder call. by Brad Fitzpatrick · 16 years ago
  82. 5de1d36 Log outbound proxy address if exists for debugging. by Chung-yih Wang · 16 years ago
  83. 1b1601d SipService: unset session listener if listener is gone. by Hung-ying Tyan · 16 years ago
  84. e25b4bc Merge "These are not ready to be exposed. Also rename them to be better." into gingerbread by Dianne Hackborn · 16 years ago
  85. 482566e These are not ready to be exposed. Also rename them to be better. by Dianne Hackborn · 16 years ago
  86. d85621c Don't crash when extra logging is enabled. by Marco Nelissen · 16 years ago
  87. 305bcbf Decrease PackageManagerService wait time for vold by Kenny Root · 16 years ago
  88. 12da9d7 Fix buffer compacting in NativeDaemonConnector by Kenny Root · 16 years ago
  89. 95b15c3 SipService: reduce the usage of javax.sdp.*. by Chia-chi Yeh · 16 years ago
  90. a1c69e0 Fix a small bug when granting permissions through activity results. by Dianne Hackborn · 16 years ago
  91. 3424c02 Add software features for SIP and VOIP by Hung-ying Tyan · 16 years ago
  92. 7c1bd7f Fix logic error in downgrade of system apps by Kenny Root · 16 years ago
  93. 9ee9274 Add null check for package settings by Kenny Root · 16 years ago
  94. 361199b Add PackageManager API to get information about a provider component. by Dianne Hackborn · 16 years ago
  95. 6b1afeb Improve debug output when an ANR happens. by Dianne Hackborn · 16 years ago
  96. 8d60866 Input device calibration and capabilities. by Jeff Brown · 16 years ago
  97. 66fce50 Renaming SharedPreferences$Editor.startCommit to apply by Brad Fitzpatrick · 16 years ago
  98. 0ac83f5 Native libraries on SD by Kenny Root · 16 years ago
  99. d02bdaa Remove experimental immersive mode support. DO NOT MERGE by Daniel Sandler · 16 years ago
  100. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 16 years ago