1. b5a8654 Clear reference to the IIntentReceiver in order to avoid memory leak by Johannes Carlsson · 14 years ago
  2. 3996b41 Avoiding cyclic references when unbinding from a service by Mattias Petersson · 14 years ago
  3. 6eef0ca Merge "frameworks/base: Fix to release references in ActivityManagerService" into gingerbread by Dianne Hackborn · 14 years ago
  4. a207ce2 frameworks/base: Fix to release references in ActivityManagerService by Vairavan Srinivasan · 14 years ago
  5. eb9f7a0 Fix policy issues when screen is off. (DO NOT MERGE) by Jeff Brown · 14 years ago
  6. 1622eee Improve performance of WindowState.toString() by Mattias Petersson · 14 years ago
  7. d68e321 Be sure and report NO_CONNECTIVITY when needed. by Robert Greenwalt · 14 years ago
  8. c724f2f disable the bypass mode. DO NOT MERGE. by Mathias Agopian · 14 years ago
  9. 3ec27e0 Fix issue #3289835: NullPointerException in... by Dianne Hackborn · 14 years ago
  10. e4a5951 Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 14 years ago
  11. ee5a3aca [317580] fix issue where the screen wouldn't be rotated properly in bypass mode by Mathias Agopian · 14 years ago
  12. 025005f [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE) by Mathias Agopian · 14 years ago
  13. 1989af2 [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 14 years ago
  14. e869aee [3171580] don't automatically log GraphicBuffer allocation failures by Mathias Agopian · 14 years ago
  15. e4eaa31 Fix issue 2641884: Bluetooth volume is dependent on in call volume. by Eric Laurent · 14 years ago
  16. e23212b Merge "Fix issue 3142808." into gingerbread by Eric Laurent · 14 years ago
  17. af2d3c7 Merge "DO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver" into gingerbread by Irfan Sheriff · 14 years ago
  18. b87b53d Fix issue 3142808. by Eric Laurent · 14 years ago
  19. f92b453 DO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver by Irfan Sheriff · 14 years ago
  20. b483d5c fix [3237242] sensormanager sensor active count gets out of sync by Mathias Agopian · 14 years ago
  21. 186b68b Merge "allow rotation-vector to have 4 components" into gingerbread by Mathias Agopian · 14 years ago
  22. 6038db3 Uses 4-th order low-pass for extracting gravity. by Mathias Agopian · 14 years ago
  23. 7badd2c allow rotation-vector to have 4 components by Mathias Agopian · 14 years ago
  24. 5d45c33 don't attempt to normalize the rotation vector by Mathias Agopian · 14 years ago
  25. 671a6ff Add support for virtual sensors. by Mathias Agopian · 14 years ago
  26. f33a6e9 Fix a race condition in sensormanager by Mathias Agopian · 14 years ago
  27. 3a9223e record the last event received regardless of having clients or not by Mathias Agopian · 14 years ago
  28. 94c4f5c improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz) by Mathias Agopian · 14 years ago
  29. 70fc04c Reorganize PackageManager dump to avoid NPE by Kenny Root · 14 years ago
  30. a87ea46 Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  31. fa40528 GPS: remove some logging by Mike Lockwood · 14 years ago
  32. e031ba8 really fix [3118445] Transform * Transform does not work as expected by Mathias Agopian · 14 years ago
  33. 9e3191d Location Manager: Fix LocationManager.getBestProvider filtering. by Mike Lockwood · 14 years ago
  34. 06eb33a Don't turn the button backlights on if the screen is off. Part 2. by Joe Onorato · 14 years ago
  35. 8c32bdd Merge "GPS: Disable verbose logging" into gingerbread by Mike Lockwood · 14 years ago
  36. 4a7b65e GPS: Disable verbose logging by Mike Lockwood · 14 years ago
  37. 457bed2 Merge "fix [3123221] Video sticks playing back upside down following orientation switch" into gingerbread by Mathias Agopian · 14 years ago
  38. ce4d36a Merge "fix [3118445] Transform * Transform does not work as expected" into gingerbread by Mathias Agopian · 14 years ago
  39. 8982120 Merge "Remove the FLIP_H/ROT_90 workaround from CameraService.do not merge" into gingerbread by Wu-cheng Li · 14 years ago
  40. 994c02b Remove the FLIP_H/ROT_90 workaround from CameraService.do not merge by Wu-cheng Li · 14 years ago
  41. c57b15c fix [3123221] Video sticks playing back upside down following orientation switch by Mathias Agopian · 14 years ago
  42. 546c21d fix [3118445] Transform * Transform does not work as expected by Mathias Agopian · 14 years ago
  43. 60607a9 Make sure that when the screen is off, we don't try to turn the buttons on too. by Joe Onorato · 14 years ago
  44. 5383f50 Fix issue #3122240: Expose xlarge in GB. by Dianne Hackborn · 14 years ago
  45. edc0f387 GPS: Fix network type logic in requestRefLocation by Mike Lockwood · 14 years ago
  46. fdbb216 Merge "Adjust boundaries for screen sizes." into gingerbread by Dianne Hackborn · 14 years ago
  47. 0c63605 Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread by Mathias Agopian · 14 years ago
  48. b51dc0f Adjust boundaries for screen sizes. by Dianne Hackborn · 14 years ago
  49. 583fefc Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  50. b09773d Fix isUsbMassStorageConnected() will always return true by Tony Wu · 14 years ago
  51. b982fb4 Mirror the preview for front-facing cameras. do not merge by Wu-cheng Li · 14 years ago
  52. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  53. 1858031 DO NOT MERGE. Turn down backup logging for release. by Chris Tate · 14 years ago
  54. 928b074 Merge "Don't symlink native library paths for old apps" into gingerbread by Kenny Root · 14 years ago
  55. e68d58a Don't symlink native library paths for old apps by Kenny Root · 14 years ago
  56. 5d5a9db Merge "GPS: Enable some more logging" into gingerbread by Mike Lockwood · 14 years ago
  57. b8d9033 GPS: Enable some more logging by Mike Lockwood · 14 years ago
  58. ba2ec2b Merge "Enable framework GPS and location manager logging" into gingerbread by Mike Lockwood · 14 years ago
  59. 2d4d1bf Enable framework GPS and location manager logging by Mike Lockwood · 14 years ago
  60. 3d3db60 Pressing the power button quickly needs to turn the screen on and off correctly. by Joe Onorato · 14 years ago
  61. 4249917 Implement issue #3094621 and #3094609 - wipe sd card by Dianne Hackborn · 14 years ago
  62. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  63. 8bdf593 Work on issue #3101415: Crespo apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  64. efb5810 Debug logs for issue #3101415: Apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  65. bc21fde NFC: Move NFC service implementation out of system_server. by Nick Pelly · 14 years ago
  66. 0d65a3f Merge "Screen on/off animation tweaks" into gingerbread by Joe Onorato · 14 years ago
  67. 609695d Screen on/off animation tweaks by Joe Onorato · 14 years ago
  68. dfa08fb [3095807] screen takes a long time to turn on by Mathias Agopian · 14 years ago
  69. d4e03f3 addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  70. 8b6a054 fix [3095607] Gingerbread screen turn-on animation does not show the last frame by Mathias Agopian · 14 years ago
  71. a6cd6d3 may fix 3097381 and 3097482. don't abort on/off if the animation fails by Mathias Agopian · 14 years ago
  72. bdf8034 Merge "OBB: use PBKDF2 for key generation." into gingerbread by Kenny Root · 14 years ago
  73. 3b1abba OBB: use PBKDF2 for key generation. by Kenny Root · 14 years ago
  74. 011b5bc Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread by Mathias Agopian · 14 years ago
  75. 361a6ad Merge "Handle native library deletion in scanPackage" into gingerbread by Kenny Root · 14 years ago
  76. 2d2b803 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  77. f547d67 Add shutdown assurance by Kenny Root · 14 years ago
  78. 70e4210 Handle native library deletion in scanPackage by Kenny Root · 14 years ago
  79. c792c2e Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread by Mike Lockwood · 14 years ago
  80. 259c849 Merge "Fix issue #3089800: adb shell am -W causes ActivityManager crash" into gingerbread by Dianne Hackborn · 14 years ago
  81. ba0492d Fix issue #3089800: adb shell am -W causes ActivityManager crash by Dianne Hackborn · 14 years ago
  82. 590b73b NFC API revision round 2. by Nick Pelly · 14 years ago
  83. 8e2be26 Add versionCode and versionName to dumpsys packages by Andy Stadler · 14 years ago
  84. b08a1af Remove dead code, and make the animation a setting. by Joe Onorato · 14 years ago
  85. aab758e turn off the electron beam by Mathias Agopian · 14 years ago
  86. 3122e44 Improve the input policy handling a bit. by Jeff Brown · 14 years ago
  87. f7b7330 GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue by Mike Lockwood · 14 years ago
  88. cd54dc2 Use the context_priority extension when present. by Mathias Agopian · 14 years ago
  89. b4de3dc Merge "OBB: rearrange to be entirely asynchronous" into gingerbread by Kenny Root · 14 years ago
  90. af9d667 OBB: rearrange to be entirely asynchronous by Kenny Root · 14 years ago
  91. 1da8d4d Merge "Fix an event injection bug when the policy is bypassed." into gingerbread by Jeff Brown · 14 years ago
  92. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  93. a4e95df Merge "Grant URI permissions to the MCS" into gingerbread by Kenny Root · 14 years ago
  94. c0ad216 Merge "Add a configuration option to turn on the screen when you unplug the device." into gingerbread by Joe Onorato · 14 years ago
  95. 6d74765 Add a configuration option to turn on the screen when you unplug the device. by Joe Onorato · 14 years ago
  96. 1112857 Grant URI permissions to the MCS by Kenny Root · 14 years ago
  97. 0a78923 Merge "Temporarily turn on backup/restore debug logs" into gingerbread by Chris Tate · 14 years ago
  98. cf6b276 Merge "fix a bug where FLIP_H would do a 180 rotation" into gingerbread by Mathias Agopian · 14 years ago
  99. a9c5043 Temporarily turn on backup/restore debug logs by Chris Tate · 14 years ago
  100. 5ba5997 fix a bug where FLIP_H would do a 180 rotation by Mathias Agopian · 14 years ago