1. b100cbf Support streaming of compressed assets > 1 megabyte by Christopher Tate · 16 years ago
  2. 7bcad8a3 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 16 years ago
  3. b54a3c9 Fix a memory corruption when writting Sensor into a parcel by Mathias Agopian · 16 years ago
  4. 23e8de2 propagate sensor event rate properly by Mathias Agopian · 16 years ago
  5. 1bf7978 new SensorService by Mathias Agopian · 16 years ago
  6. ff7049a Remove some debug logging that I accidentally committed. by Jamie Gennis · 16 years ago
  7. d361659 Fix trackball down and movement bugs. by Jeff Brown · 16 years ago
  8. c8c79a6 Merge "Re-use existing Surface objects when reading them from parcels." into gingerbread by Jamie Gennis · 16 years ago
  9. 00ba884 Fix individual pointer id up/down reporting. by Jeff Brown · 16 years ago
  10. 5ee65f0 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 16 years ago
  11. e33348b Fix bug with phantom input windows. by Jeff Brown · 16 years ago
  12. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 16 years ago
  13. c5ed591 Add support for new input sources. by Jeff Brown · 16 years ago
  14. 5b74719 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 16 years ago
  15. 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 16 years ago
  16. eb6e0df Don't build framework tests for simulator target. by Jeff Brown · 16 years ago
  17. 08e83bb move native services under services/ by Mathias Agopian · 16 years ago
  18. c9a1108 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 16 years ago
  19. 058d039 Remove the YV16 format for simplicity's sake. by Mathias Agopian · 16 years ago
  20. b957b9d first step at implementing the native sensor support by Mathias Agopian · 16 years ago
  21. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 16 years ago
  22. fd03582 Add initial gamepad support. by Jeff Brown · 16 years ago
  23. c0a7e69 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 16 years ago
  24. 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 16 years ago
  25. 87bb185 Merge changes I2337051b,I19b426cb into gingerbread by Kenny Root · 16 years ago
  26. 87315aa Tweak ObbFile class by Kenny Root · 16 years ago
  27. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 16 years ago
  28. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 16 years ago
  29. c9535de Merge "Add OBB file helper class" into gingerbread by Kenny Root · 16 years ago
  30. b17f4dc Merge "More native input dispatch work." into gingerbread by Chris Tate · 16 years ago
  31. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 16 years ago
  32. df9b81c Added Visualizer effect. by Eric Laurent · 16 years ago
  33. 7cee34a Add OBB file helper class by Kenny Root · 16 years ago
  34. 00fa7bd More native input dispatch work. by Jeff Brown · 16 years ago
  35. 6826741 Add new native Looper API. by Dianne Hackborn · 16 years ago
  36. 61c55c4 remove unused YUV formats by Mathias Agopian · 16 years ago
  37. c6e1d88 Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 16 years ago
  38. 30fe6fa Merge "fix live wallpapers on Droid" into gingerbread by Mathias Agopian · 16 years ago
  39. 4cfb3a6 fix live wallpapers on Droid by Mathias Agopian · 16 years ago
  40. 8b49bd1 Introduce official public NativeWindow type. by Dianne Hackborn · 16 years ago
  41. d009787 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 16 years ago
  42. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 16 years ago
  43. ddcb543 Merge "Fix native input dispatch in the emulator." into gingerbread by Chris Tate · 16 years ago
  44. 0b72e82 Fix native input dispatch in the emulator. by Jeff Brown · 16 years ago
  45. 1eb442e Merge "remove a hack that was used only used on h/w we no longer support." into gingerbread by Mathias Agopian · 16 years ago
  46. c19ffcb remove a hack that was used only used on h/w we no longer support. by Mathias Agopian · 16 years ago
  47. 2e9f93e Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 16 years ago
  48. f0562b4 Merge changes I93dfc4c8,I781953d6 into gingerbread by Mathias Agopian · 16 years ago
  49. 8fa4c811 fix[2798925] Gingerbread TOT not booting by Mathias Agopian · 16 years ago
  50. 349703e Native input event dispatching. by Jeff Brown · 16 years ago
  51. 781953d Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 16 years ago
  52. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 16 years ago
  53. e91a5db Remember to initialize timestamps in the dispatch allocator by Christopher Tate · 16 years ago
  54. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 16 years ago
  55. 07ccf5a remove unused YUV formats by Mathias Agopian · 16 years ago
  56. ef8f96a Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 16 years ago
  57. d91ac98 fix [2785833] valgrind error in android::Layer::requestBuffer by Mathias Agopian · 16 years ago
  58. 2833331 Merge "Added support for the GL_TEXTURE_EXTERNAL target" into gingerbread by Mathias Agopian · 16 years ago
  59. 7fbdc84 More native input event dispatching. by Jeff Brown · 16 years ago
  60. 27b3a7a Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 16 years ago
  61. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 16 years ago
  62. f8b4b44 Added support for the GL_TEXTURE_EXTERNAL target by Mathias Agopian · 16 years ago
  63. 92266a7 Merge "More work in progress on native events." into gingerbread by Jeff Brown · 16 years ago
  64. 9c3cda0 More work in progress on native events. by Jeff Brown · 16 years ago
  65. f1d3802 Support for multiple tests by Jeff Brown · 16 years ago
  66. d890cbf Remove PollLoop from host build. by Jeff Brown · 16 years ago
  67. 43a9527 Fix include paths. by Jeff Brown · 16 years ago
  68. 46b9ac0a Native input dispatch rewrite work in progress. by Jeff Brown · 16 years ago
  69. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 16 years ago
  70. 62a2aa0 Fix String8 to free its memory only after assignment operations based on pointers are finished in case that pointer referred to the string's original contents. by Andreas Huber · 16 years ago
  71. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 16 years ago
  72. 1debc66 fix [2751143] Device crashes when in a text box for too long by Mathias Agopian · 16 years ago
  73. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 16 years ago
  74. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 16 years ago
  75. 593c05c clean-up client management. by Mathias Agopian · 16 years ago
  76. cefb01a Merge "Add KEY_SUPPORTED_METERING_MODES and fix some typos." into kraken by Wu-cheng Li · 16 years ago
  77. 8aba232 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 16 years ago
  78. 2ea200c Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 16 years ago
  79. 5f5df38 Merge "Add camera metering mode API." into kraken by Wu-cheng Li · 16 years ago
  80. 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 16 years ago
  81. f7f6333 Add camera metering mode API. by Wu-cheng Li · 16 years ago
  82. a0612e4 fix a bug where fading in/out of opaque 32-bits windows wasn't working by Mathias Agopian · 16 years ago
  83. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 16 years ago
  84. 198975b Merge "Add video frame parameter." into kraken by Wu-cheng Li · 16 years ago
  85. d2c2929 Add video frame parameter. by Wu-cheng Li · 16 years ago
  86. c7b388c more clean-up of Surfaceflinger's client management by Mathias Agopian · 16 years ago
  87. 0d3c006 minor clean-up GLclampx -> GLclampf by Mathias Agopian · 16 years ago
  88. 7d1508b clean-up dead-code by Mathias Agopian · 16 years ago
  89. 9237703 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 16 years ago
  90. 663badd oopsie. forgot to displatch SET_BUFFERS_GEOMETRY by Mathias Agopian · 16 years ago
  91. 2ce19af fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 16 years ago
  92. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 16 years ago
  93. 57d8989 fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 16 years ago
  94. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 16 years ago
  95. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 16 years ago
  96. 35b1a93 add a few tests to SharedBufferStackTest by Mathias Agopian · 16 years ago
  97. 662be10 improve SharedBufferStack test by Mathias Agopian · 16 years ago
  98. be6c8fc fix a bug where queueBuffer() would fail after the SharedbufferStack is resized by Mathias Agopian · 16 years ago
  99. cd30f4f fix some bugs in SharedBufferStack::resize by Mathias Agopian · 16 years ago
  100. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 16 years ago