1. 1b1601d SipService: unset session listener if listener is gone. by Hung-ying Tyan · 14 years ago
  2. e25b4bc Merge "These are not ready to be exposed. Also rename them to be better." into gingerbread by Dianne Hackborn · 14 years ago
  3. 482566e These are not ready to be exposed. Also rename them to be better. by Dianne Hackborn · 14 years ago
  4. d85621c Don't crash when extra logging is enabled. by Marco Nelissen · 14 years ago
  5. 305bcbf Decrease PackageManagerService wait time for vold by Kenny Root · 14 years ago
  6. 12da9d7 Fix buffer compacting in NativeDaemonConnector by Kenny Root · 14 years ago
  7. 32ec1ad Merge "Fix problem in AudioEffect::command() status." into gingerbread by Eric Laurent · 14 years ago
  8. e65280c Fix problem in AudioEffect::command() status. by Eric Laurent · 14 years ago
  9. 95b15c3 SipService: reduce the usage of javax.sdp.*. by Chia-chi Yeh · 14 years ago
  10. a1c69e0 Fix a small bug when granting permissions through activity results. by Dianne Hackborn · 14 years ago
  11. 3424c02 Add software features for SIP and VOIP by Hung-ying Tyan · 14 years ago
  12. 7c1bd7f Fix logic error in downgrade of system apps by Kenny Root · 14 years ago
  13. 9ee9274 Add null check for package settings by Kenny Root · 14 years ago
  14. 361199b Add PackageManager API to get information about a provider component. by Dianne Hackborn · 14 years ago
  15. 6b1afeb Improve debug output when an ANR happens. by Dianne Hackborn · 14 years ago
  16. a92ebfa Audio Effects: fix problems in volume control. by Eric Laurent · 14 years ago
  17. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  18. 66fce50 Renaming SharedPreferences$Editor.startCommit to apply by Brad Fitzpatrick · 14 years ago
  19. 2e86809 Merge "Native libraries on SD" into gingerbread by Kenny Root · 14 years ago
  20. 0ac83f5 Native libraries on SD by Kenny Root · 14 years ago
  21. ae6bdc2 Merge "Fix issue 2952766." into gingerbread by Eric Laurent · 14 years ago
  22. d02bdaa Remove experimental immersive mode support. DO NOT MERGE by Daniel Sandler · 14 years ago
  23. b8453f4 Fix issue 2952766. by Eric Laurent · 14 years ago
  24. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 14 years ago
  25. 0c5a040 Send broadcast intent when configured location providers change. by Brad Fitzpatrick · 14 years ago
  26. 333b8cb SharedPreferences$Editor.startCommit() by Brad Fitzpatrick · 14 years ago
  27. 02486b1 Hide heavy-weight API. by Dianne Hackborn · 14 years ago
  28. 00d1772 am 797e688b: Continue trying to make the turn off quickly after call feature work. by Joe Onorato · 14 years ago
  29. 274ad98 Merge "Just disable widgets that come from apps on sd cards, because they don't work anyway." into gingerbread by Joe Onorato · 14 years ago
  30. cc45381 Merge "Fix typo that makes apps on sd work better with app widgets." into gingerbread by Joe Onorato · 14 years ago
  31. 797e688 Continue trying to make the turn off quickly after call feature work. by Joe Onorato · 14 years ago
  32. 913a892 DO NOT MERGE. Backport master InputMethodManagerService.java to gingerbread by satok · 14 years ago
  33. 3003a01 Merge "Don't retain global ref to last inflated context." into gingerbread by Dianne Hackborn · 14 years ago
  34. 7e26964 Don't retain global ref to last inflated context. by Dianne Hackborn · 14 years ago
  35. ea52d35 Merge "Add dynamic uid info for tracking the sip service usage." into gingerbread by Chung-yih Wang · 14 years ago
  36. 5424c8d Add dynamic uid info for tracking the sip service usage. by Chung-yih Wang · 14 years ago
  37. 6947cc5 Merge "Preventing the hierarchy viewer from getting stuck, once when trying to load the window data for SurfaceView and the Wallpaper, and in the case the captured node has disappeared." into gingerbread by Konstantin Lopyrev · 14 years ago
  38. 50395e8 Merge "Fix a fun bug with multiple service bindings from an activity." into gingerbread by Dianne Hackborn · 14 years ago
  39. c51114f fix [2946787] Screen flicker on low resolution setting in camcorder. by Mathias Agopian · 14 years ago
  40. 43d9ac8 Fix a fun bug with multiple service bindings from an activity. by Dianne Hackborn · 14 years ago
  41. 43b9b48 Preventing the hierarchy viewer from getting stuck, once when trying to load the window data for SurfaceView and the Wallpaper, and in the case the captured node has disappeared. by Konstantin Lopyrev · 14 years ago
  42. c817b22 don't try to lock a buffer that wasn't allocated with SW usage bits by Mathias Agopian · 14 years ago
  43. 8395b46 Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread by Mathias Agopian · 14 years ago
  44. e96aa3e fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  45. 331fbdc Just disable widgets that come from apps on sd cards, because they don't work anyway. by Joe Onorato · 14 years ago
  46. 94258cd Fix typo that makes apps on sd work better with app widgets. by Joe Onorato · 14 years ago
  47. 6d73469 Merge "Send all Connectivity broadcasts." into gingerbread by Robert Greenwalt · 14 years ago
  48. 9d6b59c Send all Connectivity broadcasts. by Robert Greenwalt · 14 years ago
  49. b9fb170 More watermark work. by Dianne Hackborn · 14 years ago
  50. 80db438 Merge "DO NOT MERGE Enable all networks on screen on" into gingerbread by Irfan Sheriff · 14 years ago
  51. fae66c3 DO NOT MERGE Enable all networks on screen on by Irfan Sheriff · 14 years ago
  52. 4b1bdc0 Merge "DO NOT MERGE Fixing Connectivity" into gingerbread by Robert Greenwalt · 14 years ago
  53. 39792d2 Fix bugs with granting permissions through onNewIntent(). by Dianne Hackborn · 14 years ago
  54. 8afddad DO NOT MERGE Fixing Connectivity by Robert Greenwalt · 14 years ago
  55. dba514c SipSession: make potential time-consuming ops run on background thread by Hung-ying Tyan · 14 years ago
  56. 271c1bf Merge "Handle the camera open failure better." into gingerbread by Wu-cheng Li · 14 years ago
  57. e704438 Handle the camera open failure better. by Wu-cheng Li · 14 years ago
  58. 545eab8 Merge "remove unused pixel format" into gingerbread by Mathias Agopian · 14 years ago
  59. e509328 remove unused pixel format by Mathias Agopian · 14 years ago
  60. 0b9a12b Merge "Fix issue 2929440" into gingerbread by Eric Laurent · 14 years ago
  61. 8448a79 Fix issue 2929440 by Eric Laurent · 14 years ago
  62. 3d8c9bd Raise motion event throttle to 60Hz from 35Hz. by Jeff Brown · 14 years ago
  63. 99401b2 Merge "Add support for throttling motion events." into gingerbread by Jeff Brown · 14 years ago
  64. ae9fc03 Add support for throttling motion events. by Jeff Brown · 14 years ago
  65. b424b63 Fix issue #2845673: android:exported="false" is not obeyed by Dianne Hackborn · 14 years ago
  66. 4690627 Amend previous ndc commit by Kenny Root · 14 years ago
  67. a34c9ca Add more error checking for ndc by Kenny Root · 14 years ago
  68. 24a0308 PackageManagerService: always install native binaries from .apk by David 'Digit' Turner · 14 years ago
  69. cfa2759 revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  70. 72ce423 Merge "Fix possible race conditions during channel unregistration." into gingerbread by Jeff Brown · 14 years ago
  71. 2cbecea Fix possible race conditions during channel unregistration. by Jeff Brown · 14 years ago
  72. 8c11e95 DO NOT MERGE WifiLock extensions for high performance mode by Irfan Sheriff · 14 years ago
  73. b6ef8ba Merge "GPS: Initialize XTRA support when GPS is enabled" into gingerbread by Mike Lockwood · 14 years ago
  74. 1a1cd3a GPS: Initialize XTRA support when GPS is enabled by Mike Lockwood · 14 years ago
  75. 9029157 Throttle userActivity calls from input dispatcher. by Jeff Brown · 14 years ago
  76. 567722e Merge "Fix problems with determining when to kill apps for wake usage." into gingerbread by Dianne Hackborn · 14 years ago
  77. 1ebccf5 Fix problems with determining when to kill apps for wake usage. by Dianne Hackborn · 14 years ago
  78. 6a73368 Merge "fix a typo that prevented glTexImage2D codepath to work" into gingerbread by Mathias Agopian · 14 years ago
  79. 10f5c99 fix a typo that prevented glTexImage2D codepath to work by Mathias Agopian · 14 years ago
  80. e300b8c Merge "DO NOT MERGE Always set/remove default routes." into gingerbread by Robert Greenwalt · 14 years ago
  81. b738fb9 DO NOT MERGE Always set/remove default routes. by Robert Greenwalt · 14 years ago
  82. 9adb9c3 Various battery info things: by Dianne Hackborn · 14 years ago
  83. 94364b9 surfaceflinger: don't check HWComposer numLayers unless one exists by Erik Gilling · 14 years ago
  84. c8d0d63 Merge "Fix issue 2909189: System property ro.audio.silent no longer mutes system." into gingerbread by Eric Laurent · 14 years ago
  85. b7d1be0 Merge "Fix a couple issues with the new hwcomposer HAL" into gingerbread by Mathias Agopian · 14 years ago
  86. f8e705d Fix a couple issues with the new hwcomposer HAL by Mathias Agopian · 14 years ago
  87. fb86ce9 Add watermark support. by Dianne Hackborn · 14 years ago
  88. 65f2490 Merge "should fix sim build, hopefully" into gingerbread by Mathias Agopian · 14 years ago
  89. b59beb5 should fix sim build, hopefully by Mathias Agopian · 14 years ago
  90. 90dc48b Merge "call into hwcomposer HAL when present" into gingerbread by Mathias Agopian · 14 years ago
  91. 24d7050 Merge "don't handle the transparent region of a layer in draw()" into gingerbread by Mathias Agopian · 14 years ago
  92. 8e7515d Merge "get rid of our LayerVector implementation" into gingerbread by Mathias Agopian · 14 years ago
  93. 025822a Merge "keep a list of visible sorted surfaces" into gingerbread by Mathias Agopian · 14 years ago
  94. 95af0c1 Merge "Add support for the PointerLocation overlay." into gingerbread by Jeff Brown · 14 years ago
  95. e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  96. 8514b92 don't handle the transparent region of a layer in draw() by Mathias Agopian · 14 years ago
  97. 1efba9a get rid of our LayerVector implementation by Mathias Agopian · 14 years ago
  98. ff1d410 keep a list of visible sorted surfaces by Mathias Agopian · 14 years ago
  99. bd1c082 Merge "New system property "sys.boot_completed" set to 1 when boot completed." into gingerbread by Dianne Hackborn · 14 years ago
  100. a41ca77 Add support for the PointerLocation overlay. by Jeff Brown · 14 years ago