1. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  2. 1068812 Merge "Add OBB flags to support overlays" into gingerbread by Kenny Root · 14 years ago
  3. 542412c Add support for throttling motion events. by Jeff Brown · 14 years ago
  4. 36cb115 Merge "Fix some input device mapping bugs with certain drivers." into gingerbread by Jeff Brown · 14 years ago
  5. d64c855 Fix some input device mapping bugs with certain drivers. by Jeff Brown · 14 years ago
  6. 7dcaa58 Keep track of remaining fd when devices are removed by Jens Gulin · 15 years ago
  7. 28e9b9f Add OBB flags to support overlays by Kenny Root · 14 years ago
  8. 8276307 Optimize EventHub reads. by Jeff Brown · 14 years ago
  9. 0cacb87 Fix possible race conditions during channel unregistration. by Jeff Brown · 14 years ago
  10. 2f09a77 Merge "Add support for the PointerLocation overlay." into gingerbread by Jeff Brown · 14 years ago
  11. 3f9ff20 Add support for the PointerLocation overlay. by Jeff Brown · 14 years ago
  12. 1dfd9f8 Initial tool for OBB manipulation by Kenny Root · 14 years ago
  13. c3ef3ae More native work. by Dianne Hackborn · 14 years ago
  14. 8d4dfd2 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 14 years ago
  15. aa96663 Fix String8::operator+ by Kenny Root · 14 years ago
  16. b183fbd Enhanced VelocityTracker for > 5 pointers and fixed bugs. by Jeff Brown · 14 years ago
  17. b51719b Improve thread safety of input mappers. by Jeff Brown · 14 years ago
  18. a48bcf6 Added SensorManager.getMinDelay() by Mathias Agopian · 14 years ago
  19. f67c53e DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  20. edae288 Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once." into gingerbread by Mathias Agopian · 14 years ago
  21. 46f28d3 Merge "Support streaming of compressed assets > 1 megabyte" into gingerbread by Christopher Tate · 14 years ago
  22. a45a800 Support streaming of compressed assets > 1 megabyte by Christopher Tate · 14 years ago
  23. e57e895 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  24. 208cb07 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 14 years ago
  25. 70081a1 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  26. e3c8234 propagate sensor event rate properly by Mathias Agopian · 14 years ago
  27. a7352c9 new SensorService by Mathias Agopian · 15 years ago
  28. 874da6e Merge "Re-use existing Surface objects when reading them from parcels." into gingerbread by Jamie Gennis · 15 years ago
  29. 3cf1c9b Fix individual pointer id up/down reporting. by Jeff Brown · 15 years ago
  30. aca4e22 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 15 years ago
  31. 0a128e3 Fix bug with phantom input windows. by Jeff Brown · 15 years ago
  32. 0e88527 Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 15 years ago
  33. 5c1ed84 Add support for new input sources. by Jeff Brown · 15 years ago
  34. be581cf Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 15 years ago
  35. 9373680 Add native C APIs for working with the Asset Manager by Christopher Tate · 15 years ago
  36. a877cd8 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 15 years ago
  37. a1e6bc8 added BinderService<> template to help creating native binder services by Mathias Agopian · 15 years ago
  38. e1ea081 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 15 years ago
  39. 589ce85 first step at implementing the native sensor support by Mathias Agopian · 15 years ago
  40. ce838a2 IME events are now dispatched to native applications. by Dianne Hackborn · 15 years ago
  41. 8575a87 Add initial gamepad support. by Jeff Brown · 15 years ago
  42. 837a0d0 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 15 years ago
  43. 9147d11 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 15 years ago
  44. 3c5d125 Add new glue code for writing native apps. by Dianne Hackborn · 15 years ago
  45. 47ecb07 Merge "Add OBB file helper class" into gingerbread by Kenny Root · 15 years ago
  46. 9e1568c Merge "More native input dispatch work." into gingerbread by Chris Tate · 15 years ago
  47. b94a9a6 Add OBB file helper class by Kenny Root · 15 years ago
  48. f16c26d More native input dispatch work. by Jeff Brown · 15 years ago
  49. efa1085 Add new native Looper API. by Dianne Hackborn · 15 years ago
  50. e12e3d7 Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 15 years ago
  51. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  52. c393eb6 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 15 years ago
  53. 189ed23 Implement default key handling for native code. by Dianne Hackborn · 15 years ago
  54. 4036f7f Fix native input dispatch in the emulator. by Jeff Brown · 15 years ago
  55. 9c7f818 Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 15 years ago
  56. 50de30a Native input event dispatching. by Jeff Brown · 15 years ago
  57. 8c3c51b Fix a bug in sp<> and wp<> which could cause memory corruptions by Mathias Agopian · 15 years ago
  58. 4d96bb6 First stab at attaching native event dispatching. by Dianne Hackborn · 15 years ago
  59. 03bd248 Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 15 years ago
  60. 51d45a7 More native input event dispatching. by Jeff Brown · 15 years ago
  61. 702ea9d Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 15 years ago
  62. f4a4ec2 Even more native input dispatch work in progress. by Jeff Brown · 15 years ago
  63. 54bc281 More work in progress on native events. by Jeff Brown · 15 years ago
  64. 66d9df5 Fix include paths. by Jeff Brown · 15 years ago
  65. e839a58 Native input dispatch rewrite work in progress. by Jeff Brown · 15 years ago
  66. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  67. a0c30e9 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  68. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  69. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  70. b8510b9 Fix a typo in Singleton<> by Mathias Agopian · 15 years ago
  71. d4784a3 more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  72. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  73. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  74. a0b3f1d fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  75. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  76. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  77. dcf01e6 added RWLock C++ wrapper by Mathias Agopian · 15 years ago
  78. d6297f7 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  79. a1ac870 Merge "SharedBufferStack now can grow up to 16 buffers." into kraken by Mathias Agopian · 15 years ago
  80. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  81. 9b76409 Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken by Kenny Root · 15 years ago
  82. d4066a4 ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  83. 1853b7d Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_t." into kraken by Jamie Gennis · 15 years ago
  84. 5e67f87 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  85. 7dd2bb8 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  86. e3c233d am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  87. 386a332 Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  88. ad3f4a4 am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago
  89. 30f71ce merge from open-source master by The Android Open Source Project · 15 years ago
  90. ef1c5c3 Add new keycodes for the convenience of Japanese IMEs by mogimo · 15 years ago
  91. 30c4c18 Merge "Add support for enqueuing buffers in arbitrary order" into kraken by Mathias Agopian · 15 years ago
  92. 4fcad80 Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken by Mathias Agopian · 15 years ago
  93. a228cc5 Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken by Mathias Agopian · 15 years ago
  94. c93a781 New xlarge screen size. by Dianne Hackborn · 15 years ago
  95. c0a9164 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  96. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  97. 0a8cd06 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  98. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  99. a327dcf am f021d12f: merge from open-source master by The Android Open Source Project · 15 years ago
  100. fc821e5 merge from open-source master by The Android Open Source Project · 15 years ago