1. e1ea081 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 15 years ago
  2. 589ce85 first step at implementing the native sensor support by Mathias Agopian · 15 years ago
  3. ce838a2 IME events are now dispatched to native applications. by Dianne Hackborn · 15 years ago
  4. 8575a87 Add initial gamepad support. by Jeff Brown · 15 years ago
  5. 837a0d0 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 15 years ago
  6. 9147d11 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 15 years ago
  7. 3c5d125 Add new glue code for writing native apps. by Dianne Hackborn · 15 years ago
  8. 47ecb07 Merge "Add OBB file helper class" into gingerbread by Kenny Root · 15 years ago
  9. 9e1568c Merge "More native input dispatch work." into gingerbread by Chris Tate · 15 years ago
  10. b94a9a6 Add OBB file helper class by Kenny Root · 15 years ago
  11. f16c26d More native input dispatch work. by Jeff Brown · 15 years ago
  12. efa1085 Add new native Looper API. by Dianne Hackborn · 15 years ago
  13. e12e3d7 Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 15 years ago
  14. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  15. c393eb6 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 15 years ago
  16. 189ed23 Implement default key handling for native code. by Dianne Hackborn · 15 years ago
  17. 4036f7f Fix native input dispatch in the emulator. by Jeff Brown · 15 years ago
  18. 9c7f818 Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 15 years ago
  19. 50de30a Native input event dispatching. by Jeff Brown · 15 years ago
  20. 8c3c51b Fix a bug in sp<> and wp<> which could cause memory corruptions by Mathias Agopian · 15 years ago
  21. 4d96bb6 First stab at attaching native event dispatching. by Dianne Hackborn · 15 years ago
  22. 03bd248 Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 15 years ago
  23. 51d45a7 More native input event dispatching. by Jeff Brown · 15 years ago
  24. 702ea9d Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 15 years ago
  25. f4a4ec2 Even more native input dispatch work in progress. by Jeff Brown · 15 years ago
  26. 54bc281 More work in progress on native events. by Jeff Brown · 15 years ago
  27. 66d9df5 Fix include paths. by Jeff Brown · 15 years ago
  28. e839a58 Native input dispatch rewrite work in progress. by Jeff Brown · 15 years ago
  29. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  30. a0c30e9 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  31. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  32. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  33. b8510b9 Fix a typo in Singleton<> by Mathias Agopian · 15 years ago
  34. d4784a3 more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  35. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  36. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  37. a0b3f1d fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  38. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  39. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  40. dcf01e6 added RWLock C++ wrapper by Mathias Agopian · 15 years ago
  41. d6297f7 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  42. a1ac870 Merge "SharedBufferStack now can grow up to 16 buffers." into kraken by Mathias Agopian · 15 years ago
  43. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  44. 9b76409 Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken by Kenny Root · 15 years ago
  45. d4066a4 ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  46. 1853b7d Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_t." into kraken by Jamie Gennis · 15 years ago
  47. 5e67f87 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  48. 7dd2bb8 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  49. e3c233d am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  50. 386a332 Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  51. ad3f4a4 am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago
  52. 30f71ce merge from open-source master by The Android Open Source Project · 15 years ago
  53. ef1c5c3 Add new keycodes for the convenience of Japanese IMEs by mogimo · 16 years ago
  54. 30c4c18 Merge "Add support for enqueuing buffers in arbitrary order" into kraken by Mathias Agopian · 15 years ago
  55. 4fcad80 Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken by Mathias Agopian · 15 years ago
  56. a228cc5 Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken by Mathias Agopian · 15 years ago
  57. c93a781 New xlarge screen size. by Dianne Hackborn · 15 years ago
  58. c0a9164 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  59. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  60. 0a8cd06 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  61. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  62. a327dcf am f021d12f: merge from open-source master by The Android Open Source Project · 15 years ago
  63. fc821e5 merge from open-source master by The Android Open Source Project · 15 years ago
  64. a3a884d Allow META* macros outside of the framework by Michael Richardson · 16 years ago
  65. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  66. 1100c8b add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  67. 0ec1f2f am 26f61635: am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open/close a video player a dozen of times" into froyo by Mathias Agopian · 15 years ago
  68. 65d8840 am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open/close a video player a dozen of times" into froyo by Mathias Agopian · 15 years ago
  69. 3c772b7 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 15 years ago
  70. 5629eb1 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  71. e4e8cf1 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
  72. 529973a merge from open-source master by The Android Open Source Project · 15 years ago
  73. e5f56fb Add keycodes PageUp and PageDown by Chih-Wei Huang · 16 years ago
  74. c8620b6 fix [2545826] calling into gralloc with external lock held by Mathias Agopian · 15 years ago
  75. 26d2442 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  76. ae4d8ac Update TTS plugin interface to receive engine configuration data by Jean-Michel Trivi · 15 years ago
  77. 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  78. e156e64 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  79. 82fecb0 Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  80. 2856c5b Refactor car mode. by Dianne Hackborn · 15 years ago
  81. 8eca036 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 15 years ago
  82. 285dbde Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  83. 9e333ab Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 15 years ago
  84. 98e71dd remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  85. b612142 Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  86. 3db2164 fix a bug I introduced recently where YUV formats would crash the system by Mathias Agopian · 15 years ago
  87. 54ed4f6 get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
  88. 0d88e7a Totally remove Unicode.cpp and rely on ICU by Kenny Root · 15 years ago
  89. 196e320 Excise code from Unicode.cpp that was dead by Kenny Root · 15 years ago
  90. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  91. 70fa84f Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  92. a05c822 Add exposure compensation parameter. by Wu-cheng Li · 15 years ago
  93. 04a3f57 fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 16 years ago
  94. 18b915a implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 16 years ago
  95. 391f3f8 Add float support for set and get in CameraParameters. by Wu-cheng Li · 16 years ago
  96. 077c40f Add focal length and view angle API. by Wu-cheng Li · 16 years ago
  97. 0dd0d29 Simplify the MemoryDealer implementation by Mathias Agopian · 16 years ago
  98. f091e83 Add support for setting camera display orientation. by Chih-Chung Chang · 16 years ago
  99. 88eeff5 Change key to KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES for consistency. by Wu-cheng Li · 16 years ago
  100. 5994a33 Add support for 180/270 degrees rotation. by Chih-Chung Chang · 16 years ago