1. e7d3ee9 Revert "merge various SF fixes from gingerbread to honeycomb-mr2" (DO NOT MERGE) by Mathias Agopian · 13 years ago
  2. 8e18668 revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE) by Mathias Agopian · 13 years ago
  3. 52a4399 Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom" by Mathias Agopian · 13 years ago
  4. af6edba revert surfaceflinger leak fix as it uncovered a crasher on xoom by Mathias Agopian · 13 years ago
  5. 69b4587 DO NOT MERGE. may fix build on some version of gcc by Mathias Agopian · 13 years ago
  6. a9c9a4b fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE) by Mathias Agopian · 13 years ago
  7. 426431a Enforce public resource restriction on bag parents. by Dianne Hackborn · 13 years ago
  8. 2c18049 Merge "Revert velocity damping. Bug: 4364920" into honeycomb-mr2 by Jeff Brown · 13 years ago
  9. ac55c2b Revert velocity damping. Bug: 4364920 by Jeff Brown · 13 years ago
  10. 24855c0 merge various SF fixes from gingerbread to honeycomb-mr2 (DO NOT MERGE) by Mathias Agopian · 13 years ago
  11. 19c97d46 Implement pointer acceleration. by Jeff Brown · 13 years ago
  12. b96cbbd Add "tv" density for 720p screens. by Dianne Hackborn · 13 years ago
  13. 3904d03 Small fixes and cleanup of resource config handling. by Dianne Hackborn · 13 years ago
  14. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  15. 68d6075 Refactor how timeouts are calculated. (DO NOT MERGE) by Jeff Brown · 13 years ago
  16. 5b2b4d9 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 13 years ago
  17. 96ad397 Use touch pad gestures to manipulate the pointer. (DO NOT MERGE) by Jeff Brown · 13 years ago
  18. e360bb6 Add "television" mode. by Dianne Hackborn · 13 years ago
  19. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  20. 07e9267 Merge "DO NOT MERGE For bug 4422428 Squashed commit of the following:" into honeycomb-mr2 by Gloria Wang · 13 years ago
  21. 331de5d DO NOT MERGE For bug 4422428 Squashed commit of the following: by Gloria Wang · 13 years ago
  22. ebff8f9 DO NOT MERGE. Integrate add new screen width/height in "dp" configs. by Dianne Hackborn · 13 years ago
  23. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  24. 9c112a8 DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider by Mike Lockwood · 13 years ago
  25. 83ddcdf Add heartbeat error codes into MediaErrors.h by Gloria Wang · 13 years ago
  26. 4c87a75 Fix for bug 4126624. by Gloria Wang · 13 years ago
  27. c430394 Add one more field in DecryptHandle to support bug 4126624 by Gloria Wang · 13 years ago
  28. ee4084b do not merge: Cherry pick change I6529695c from master to partially fix bug 4126624. by Gloria Wang · 13 years ago
  29. 64929b4 DO NOT MERGE Send WebView the current transform and whether we're drawing a layer. by Romain Guy · 13 years ago
  30. 2f1f224 Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 13 years ago
  31. f40e638 fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out by Mathias Agopian · 13 years ago
  32. 80911b8 Modify the GL renderer's functor to pass the clip to WebView by Romain Guy · 13 years ago
  33. 4528a7d Merge "Bug 4016329 do full string comparisons" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  34. f8a1842 Bug 4016329 do full string comparisons by Glenn Kasten · 13 years ago
  35. f95a9f0 SurfaceTextureClient: Add ISurfaceTexture getter. by Jamie Gennis · 13 years ago
  36. c4ca7c5 ANativeWindow: add query for the concrete type. by Jamie Gennis · 13 years ago
  37. 27b2777 For issue 4082089 Add more info and error events into the DRM framework by Gloria Wang · 13 years ago
  38. 7ea3c7f Merge "- Some change on the DrmManager in order to support feature request 4082089. In DrmManager, we currently lock both processDrmInfo() and onInfo() which is ok for now since processDrmInfo() is async call, and it will return without waiting for onInfo() call. However, if we send an event in processDrmInfo(), we will got deadlock here because we need to invoke onInf() which will wait for processDrmInfo() to release the lock. Use different lock for onInfo(). - Remove some redundent mutex lock." into honeycomb-mr1 by Gloria Wang · 13 years ago
  39. 7647091 Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  40. 192b591 - Some change on the DrmManager in order to support feature request 4082089. by Gloria Wang · 13 years ago
  41. b8763f6 Bug 3012968 DRM output control by Glenn Kasten · 13 years ago
  42. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  43. 6167a39 Merge "ANativeWindow: add queues-to-window-composer check." into honeycomb-mr1 by Jamie Gennis · 13 years ago
  44. d2acedf ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 13 years ago
  45. 421ddc0 Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 13 years ago
  46. bc8a8e8 Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1 by Romain Guy · 13 years ago
  47. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  48. 8529745 Joystick tweaks. (DO NOT MERGE) by Jeff Brown · 13 years ago
  49. 846db33 Bug 3515073 Add ANativeWindow_fromSurfaceTexture by Glenn Kasten · 13 years ago
  50. 55acdf7 Merge "Wake screen from external HID peripherals." by Jeff Brown · 13 years ago
  51. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  52. 396f6de Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()" by Gloria Wang · 13 years ago
  53. 9b3f152 - To track the usage of all audio output devices by Gloria Wang · 13 years ago
  54. 00fa3a7 Merge "Allow optional specification of a PTS timestamp when signalling a discontinuity." by Andreas Huber · 13 years ago
  55. 669ad13 Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 13 years ago
  56. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  57. 05d5ef6 Merge "Add support for up to 32 buffers per Surface" by Mathias Agopian · 13 years ago
  58. de1d7b4 Merge "Get rid of redundant media profiles" by James Dong · 13 years ago
  59. 797e4f1 Get rid of redundant media profiles by James Dong · 13 years ago
  60. 5a6f9fa Merge "Add the MIN_UNDEQUEUED_BUFFERS query to ANW." by Jamie Gennis · 13 years ago
  61. 9f81547 Add support for up to 32 buffers per Surface by Mathias Agopian · 13 years ago
  62. 29f87f7 Merge "Add an OMX IL API for querying buffer usage flags." by Jamie Gennis · 13 years ago
  63. d5dac80 Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens" by Christopher Tate · 13 years ago
  64. 96dcc97 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 13 years ago
  65. e6befb8 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 13 years ago
  66. 0b41448 Binder linkage no longer depends on JNI objrefs as persistent tokens by Christopher Tate · 13 years ago
  67. 32a55cf6 Fix sp<> conversion operator / constructor by Mathias Agopian · 13 years ago
  68. e2ed956 Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens" by Christopher Tate · 13 years ago
  69. 5af3d01 Merge "Fix a wp<> bug where the owner ID would be wrong" by Mathias Agopian · 13 years ago
  70. 49862c3 Fix a wp<> bug where the owner ID would be wrong by Mathias Agopian · 13 years ago
  71. ffbe826 Merge "Fix some issues with RefBase debugging." by Mathias Agopian · 13 years ago
  72. 7e8a69e Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens" by Christopher Tate · 13 years ago
  73. c2d55dd8 Binder linkage no longer depends on JNI objrefs as persistent tokens by Christopher Tate · 13 years ago
  74. 373ed6f Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" by Glenn Kasten · 13 years ago
  75. 6152bbc Merge "Bug 3362814 Fix SMP race in access to mRequestExit" by Glenn Kasten · 13 years ago
  76. e857cc8 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 13 years ago
  77. 10a1b30 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 13 years ago
  78. ec122eb Fix some issues with RefBase debugging. by Mathias Agopian · 13 years ago
  79. c2b3cda Bug 3362814 Fix SMP race in access to mRequestExit by Glenn Kasten · 13 years ago
  80. 7f97c4e Merge "Remove RefBase.h dependency on TextOutput.h" by Mathias Agopian · 13 years ago
  81. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  82. afc671f Merge "Application-managed callback buffer support for raw image" by James Dong · 13 years ago
  83. 87e639b Merge "- Add method in MediaPlayerService to collect and pull codec usage (duration) for the battery app - Collect MediaPlayer decoding usage data" by Gloria Wang · 13 years ago
  84. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 13 years ago
  85. e00cab7 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  86. a688b57 Remove RefBase.h dependency on TextOutput.h by Mathias Agopian · 13 years ago
  87. 8c7c6dc Support more MPEG4-LATM audio functionality. by Andreas Huber · 13 years ago
  88. 6f2fba4 Add new axes for joysticks and mouse wheels. by Jeff Brown · 13 years ago
  89. 5b025c4 Merge "A/V synchronization at the beginning of a recording session" by James Dong · 13 years ago
  90. cbeebb1 A/V synchronization at the beginning of a recording session by James Dong · 13 years ago
  91. ebbd5d1 Fix a regression with MotionEvent parceling. by Jeff Brown · 13 years ago
  92. 45708bf Merge "Add support for arbitrary axes in MotionEvents." by Jeff Brown · 13 years ago
  93. d33a4cc Decouple AudioRecord read and audio encoding by James Dong · 13 years ago
  94. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  95. 94f4019 Merge "Add AAC extractor" by Gloria Wang · 13 years ago
  96. c5b0abf Add AAC extractor by Gloria Wang · 13 years ago
  97. fe84cf1 Make available h263 DSI information from MPEG4Extractor by James Dong · 13 years ago
  98. a11faf8 am c6c3e77d: am b66b7a2c: Merge "fix [3408713] Dialog window invisible sometimes" into honeycomb by Mathias Agopian · 13 years ago
  99. c6c3e77 am b66b7a2c: Merge "fix [3408713] Dialog window invisible sometimes" into honeycomb by Mathias Agopian · 13 years ago
  100. 8b4b97a Bug 3352047 Wrong message when adjusting volume by Glenn Kasten · 13 years ago