1. f64dfcc Merge "Unlock effect chains in the middle of two if's" by Glenn Kasten · 13 years ago
  2. c2dc1c4 Merge "Simplify removeNotificationClient" by Glenn Kasten · 13 years ago
  3. eb70fe5 Merge "AudioFlinger const methods and parameters" by Glenn Kasten · 13 years ago
  4. 0d07b6a Merge "Fix theoretical race condition in addOutputTrack" by Glenn Kasten · 13 years ago
  5. 2b119a6 Merge "AudioBufferProvider comments and cleanup" by Glenn Kasten · 13 years ago
  6. aac9948 Merge "a window could get stuck to gpu composition" by Mathias Agopian · 13 years ago
  7. a85ca37 Add tracing to various graphics components. by Jamie Gennis · 13 years ago
  8. e5c484c Merge "Increase max size of log size by 50% on userdebug builds." by Dave Burke · 13 years ago
  9. 7df03c0 a window could get stuck to gpu composition by Mathias Agopian · 13 years ago
  10. 0132a952 Increase max size of log size by 50% on userdebug builds. by Dave Burke · 13 years ago
  11. 41c31ef Merge "Fix bug introduced when moving animation step out from between assignments to wasAnimating and nowAnimating. Now wasAnimating once again contains the animation state prior to the animation step." by Craig Mautner · 13 years ago
  12. 83eaab5 Fix bug introduced when moving animation step out from between assignments to wasAnimating and nowAnimating. by Craig Mautner · 13 years ago
  13. fa28f57 Merge "Fix tracking of hardware state for dump" by Glenn Kasten · 13 years ago
  14. 8335f1c fix libgui header location by Mathias Agopian · 13 years ago
  15. 40ba9cd Merge "Make threadLoop() logs identical" by Glenn Kasten · 13 years ago
  16. db316b2 Merge "Move declaration of mixerStatus to inner block" by Glenn Kasten · 13 years ago
  17. 018549e Merge "remove dependency on android_native{s_priv|buffer}.h" by Mathias Agopian · 13 years ago
  18. 5265466 Merge "New development permissions." by Dianne Hackborn · 13 years ago
  19. af01feaf remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 13 years ago
  20. 538529b Simplify removeNotificationClient by Glenn Kasten · 13 years ago
  21. f9c83f3 Merge "remove libui dependency on libEGL" by Mathias Agopian · 13 years ago
  22. cc0eaa6 remove libui dependency on libEGL by Mathias Agopian · 13 years ago
  23. 0fccd35 AudioFlinger const methods and parameters by Glenn Kasten · 13 years ago
  24. 3be2bc0 Make threadLoop() logs identical by Glenn Kasten · 13 years ago
  25. 26debac Move declaration of mixerStatus to inner block by Glenn Kasten · 13 years ago
  26. 2521a01 Pull out duplicated copies of silent mode check by Glenn Kasten · 13 years ago
  27. e20ab38 Unlock effect chains in the middle of two if's by Glenn Kasten · 13 years ago
  28. 0aec3ea am 911b505f: am dc5fa185: am 133dc2d7: Merge "Fix issue #6048808: sometimes auto-correct is inactive" into ics-mr1 by Dianne Hackborn · 13 years ago
  29. dc5fa18 am 133dc2d7: Merge "Fix issue #6048808: sometimes auto-correct is inactive" into ics-mr1 by Dianne Hackborn · 13 years ago
  30. 7b49b4b Merge "deprecate L_8, LA_88 and RGB_332 in sdk" by Mathias Agopian · 13 years ago
  31. e9d4c71 deprecate L_8, LA_88 and RGB_332 in sdk by Mathias Agopian · 13 years ago
  32. baad42e Merge "Pull CPU statistics code out of threadLoop()" by Glenn Kasten · 13 years ago
  33. 91540ae Fix theoretical race condition in addOutputTrack by Glenn Kasten · 13 years ago
  34. 6ec2755 Pull CPU statistics code out of threadLoop() by Glenn Kasten · 13 years ago
  35. c2db119 AudioBufferProvider comments and cleanup by Glenn Kasten · 13 years ago
  36. 23c9c74 Fix tracking of hardware state for dump by Glenn Kasten · 13 years ago
  37. 7663d80 Fix issue #6048808: sometimes auto-correct is inactive by Dianne Hackborn · 13 years ago
  38. d366515 Merge "Remove TrackBase::mFlags" by Glenn Kasten · 13 years ago
  39. 3526982 Remove TrackBase::mFlags by Glenn Kasten · 13 years ago
  40. 3f0c58e Merge "New notification priority and related APIs." by Daniel Sandler · 13 years ago
  41. 2561b0b New notification priority and related APIs. by Daniel Sandler · 13 years ago
  42. 2d77b53 Merge changes I97807db6,I7d350bc0 by Mathias Agopian · 13 years ago
  43. 6ea851f workaround for an issue where the screen would flicker sometimes by Mathias Agopian · 13 years ago
  44. f37d8fc fix an issue in SF where we could miss some updates by Mathias Agopian · 13 years ago
  45. 42d840b Merge "Fixing issues with the AccessibilityNodeInfo cache." by Svetoslav Ganov · 13 years ago
  46. 57c7fd5 Fixing issues with the AccessibilityNodeInfo cache. by Svetoslav Ganov · 13 years ago
  47. e639da7 New development permissions. by Dianne Hackborn · 13 years ago
  48. b8678d7 resolved conflicts for merge of 210c1a26 to master by Dianne Hackborn · 13 years ago
  49. 3bf96c9 Merge "Avoid wp<>::unsafe_get() with a few exceptions" by Glenn Kasten · 13 years ago
  50. 685c9ce Avoid wp<>::unsafe_get() with a few exceptions by Glenn Kasten · 13 years ago
  51. 8c5ecd6 Merge "Fix build warning" by Glenn Kasten · 13 years ago
  52. 175b2be Fix build warning by Glenn Kasten · 13 years ago
  53. 5489e4af Merge "- Consolidate all animations in a single place outside of layout loop. - Move mPolicy.startAnimationLw and mPolicy.finishAnimationLw into same method as mPolicy.animatingWindowLw. - Fix first parameter of performLayoutLockedInner(initial, ...) to pass true on initial pass." by Craig Mautner · 13 years ago
  54. a6cdf86 Merge "Improving accessibility APIs used for UI automation." by Svetoslav Ganov · 13 years ago
  55. 0d04e24 Improving accessibility APIs used for UI automation. by Svetoslav Ganov · 13 years ago
  56. 210c1a2 am 2aae2d96: am 01011c3d: Fix issue #6037252: Screen shifts after all apps are upgraded by Dianne Hackborn · 13 years ago
  57. f08beab am 01011c3d: Fix issue #6037252: Screen shifts after all apps are upgraded by Dianne Hackborn · 13 years ago
  58. 01011c3 Fix issue #6037252: Screen shifts after all apps are upgraded by Dianne Hackborn · 13 years ago
  59. 1ebe8aa Merge "frameworks/base refactoring" by Mathias Agopian · 13 years ago
  60. 2f995a7 - Consolidate all animations in a single place outside of layout loop. by Craig Mautner · 13 years ago
  61. 06d9193 Merge "createSurface getpid() first parameter was removed" by Glenn Kasten · 13 years ago
  62. 7c53683 Merge "SurfaceFlinger: set wrap mode on screenshot texture" by Mathias Agopian · 13 years ago
  63. 83c64e6 frameworks/base refactoring by Mathias Agopian · 13 years ago
  64. 94d0024 Power HAL PowerManagerService hookup by Todd Poynor · 13 years ago
  65. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  66. c35761e Merge "Remove bit fields to improve performance" by Glenn Kasten · 13 years ago
  67. ba217ef Merge "Ignore broken input channel when finishing input event." by Jeff Brown · 13 years ago
  68. 9806a23 Ignore broken input channel when finishing input event. by Jeff Brown · 13 years ago
  69. 51723c8 Merge "New clock sync control loop." by Mike Lockwood · 13 years ago
  70. 11bc45f New clock sync control loop. by Kent Ryhorchuk · 13 years ago
  71. 4f22c05 Remove bit fields to improve performance by Glenn Kasten · 13 years ago
  72. e13ac73 Merge "Simplify code" by Glenn Kasten · 13 years ago
  73. 7d3be3a Simplify code by Glenn Kasten · 13 years ago
  74. e7c84be Merge "Put a bandaid on a segfault in timed audio track handling." by Mike Lockwood · 13 years ago
  75. df344b6 Merge "Fixed possible heap corruption in EffectDesc" by Glenn Kasten · 13 years ago
  76. b9ee4f4 Merge "Revert "Don't wait for current activity to pause before resuming next."" by Dianne Hackborn · 13 years ago
  77. 8c01061 Put a bandaid on a segfault in timed audio track handling. by John Grossman · 13 years ago
  78. 621e2fe Revert "Don't wait for current activity to pause before resuming next." by Dianne Hackborn · 13 years ago
  79. afe9833 Fixed possible heap corruption in EffectDesc by Glenn Kasten · 13 years ago
  80. 3c3155a Merge "Fix Power Control widget" by Amith Yamasani · 13 years ago
  81. ba2ff9c Really fix the build this time. by John Grossman · 13 years ago
  82. 67cf7d3 Fix Power Control widget by Amith Yamasani · 13 years ago
  83. b8525e9 Fix the build. by John Grossman · 13 years ago
  84. 4fbe95e Fix a segfault in AudioFlinger. by John Grossman · 13 years ago
  85. d8cf296 Upintegrate Audio Flinger changes from ICS_AAH by John Grossman · 13 years ago
  86. c157673 Add the CommonTimeManagementService. by John Grossman · 13 years ago
  87. 6c92951 Upintegrate the common_time service from ics-aah. by Mike J. Chen · 13 years ago
  88. cb46d80 Merge "Adding shell commands for modifying content." by Svetoslav Ganov · 13 years ago
  89. 4a06c80 Simplify Choreographer API. by Jeff Brown · 13 years ago
  90. 25872aa Adding shell commands for modifying content. by Svetoslav Ganov · 13 years ago
  91. 91ec0b7 Merge "Clean up InputChannel file descriptor data type." by Jeff Brown · 13 years ago
  92. ea555e2 Merge "Mixed up uid and user-id." by Amith Yamasani · 13 years ago
  93. c600e21f Mixed up uid and user-id. by Amith Yamasani · 13 years ago
  94. 91e3289 Clean up InputChannel file descriptor data type. by Jeff Brown · 13 years ago
  95. 7874efe am c8711ca7: Merge "Stop using shared DUN APN when tethering stops." into ics-mr1 by Robert Greenwalt · 13 years ago
  96. ef9d55a am 8f7cc7af: am b9be8eff: am ffc89899: Merge "Don\'t pulse LED on new notification unless notification has LED flag set" into ics-mr1 by Mike Lockwood · 13 years ago
  97. b9be8ef am ffc89899: Merge "Don\'t pulse LED on new notification unless notification has LED flag set" into ics-mr1 by Mike Lockwood · 13 years ago
  98. 2384386 Stop using shared DUN APN when tethering stops. by Robert Greenwalt · 13 years ago
  99. 05bd19f Merge "Fix races related to volume and mute" by Glenn Kasten · 13 years ago
  100. 4f7adcf Merge "Update comments" by Glenn Kasten · 13 years ago