1. d1b0a2b Add suuport for splitting touch events across windows. by Jeff Brown · 15 years ago
  2. 61a25b2 Looper: use pthread_once for TLS key initialization. by Jeff Brown · 15 years ago
  3. ed242de Reduce lock thrashing in native Looper. by Jeff Brown · 15 years ago
  4. ce802e3 Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 15 years ago
  5. 2ffb247 Fix typo which causes sensors to fail miserably by Mathias Agopian · 15 years ago
  6. 9e110d5 Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work" into gingerbread by Mathias Agopian · 15 years ago
  7. aeda9af part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work by Mathias Agopian · 15 years ago
  8. 3b6dda9 Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 15 years ago
  9. f67f299 Ensure input dispatcher and native looper handles EINTR. by Jeff Brown · 15 years ago
  10. d8816c3 Fix app switch latency optimization. by Jeff Brown · 15 years ago
  11. 17563f9 Fix sim-eng build on Hardy by Brian Carlstrom · 15 years ago
  12. 128e334 Merge "Input API review." into gingerbread by Jeff Brown · 15 years ago
  13. 405a1d3 Fix input dispatcher regression on launcher drag&drop. by Jeff Brown · 15 years ago
  14. 40ad470 Fix NPE when handling certain kinds of ANRs. by Jeff Brown · 15 years ago
  15. 53a415e Make input dispatcher only ANR for foreground windows. by Jeff Brown · 15 years ago
  16. b5764e0 Input API review. by Jeff Brown · 15 years ago
  17. b06cca6 Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 15 years ago
  18. 59abe7e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 15 years ago
  19. 35b48d1 Add logging of various important graphics events by Mathias Agopian · 15 years ago
  20. a665ca8 Input dispatcher ANR handling enhancements. by Jeff Brown · 15 years ago
  21. 9c82c48 Always set the scheduling group when starting a new thread. by Dianne Hackborn · 15 years ago
  22. 61ce398 Fix key repeat delay. by Jeff Brown · 15 years ago
  23. af30ff6 Add support for secure views. by Jeff Brown · 15 years ago
  24. dc2d840 Revert "Free created FileMap when uncompressing files" by Kenny Root · 15 years ago
  25. 45e0acb Modify native ALooper to take an explicit ident. by Dianne Hackborn · 15 years ago
  26. bb39b9f Hopefully fix the build. by Dianne Hackborn · 15 years ago
  27. 7b0d45c Add system property to turn off scheduling groups. by Dianne Hackborn · 15 years ago
  28. 4516244 Add better debug output for ResourceType errors by Kenny Root · 15 years ago
  29. 774cf1b Remove incomplete input device enumeration NDK API. by Jeff Brown · 15 years ago
  30. 5273603 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 15 years ago
  31. 38a7fab Input device calibration and capabilities. by Jeff Brown · 15 years ago
  32. e96ad7b Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 15 years ago
  33. e0573a4 Add debugging to ZipFileRO by Kenny Root · 15 years ago
  34. 0e7f429 fix a race in SF buffer management by Mathias Agopian · 15 years ago
  35. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  36. e6d429c Merge "Free created FileMap when uncompressing files" into gingerbread by Kenny Root · 15 years ago
  37. cd9ce31 Free created FileMap when uncompressing files by Kenny Root · 15 years ago
  38. 385648b Merge "remove unused pixel format" into gingerbread by Mathias Agopian · 15 years ago
  39. 2008e3e Merge "Make the throttling more sensitive to end-to-end latency." into gingerbread by Jeff Brown · 15 years ago
  40. 869347f Make the throttling more sensitive to end-to-end latency. by Jeff Brown · 15 years ago
  41. c04cffd remove unused pixel format by Mathias Agopian · 15 years ago
  42. 1068812 Merge "Add OBB flags to support overlays" into gingerbread by Kenny Root · 15 years ago
  43. 542412c Add support for throttling motion events. by Jeff Brown · 15 years ago
  44. 2e7a530 Only monitor recognized uevent devices. by Sean McNeil · 15 years ago
  45. 36cb115 Merge "Fix some input device mapping bugs with certain drivers." into gingerbread by Jeff Brown · 15 years ago
  46. d64c855 Fix some input device mapping bugs with certain drivers. by Jeff Brown · 15 years ago
  47. 7dcaa58 Keep track of remaining fd when devices are removed by Jens Gulin · 15 years ago
  48. 28e9b9f Add OBB flags to support overlays by Kenny Root · 15 years ago
  49. 8276307 Optimize EventHub reads. by Jeff Brown · 15 years ago
  50. 0cacb87 Fix possible race conditions during channel unregistration. by Jeff Brown · 15 years ago
  51. 1dfd9f8 Initial tool for OBB manipulation by Kenny Root · 15 years ago
  52. c3ef3ae More native work. by Dianne Hackborn · 15 years ago
  53. 8d4dfd2 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 15 years ago
  54. aa96663 Fix String8::operator+ by Kenny Root · 15 years ago
  55. 8f20e5e Free scanBuf in ZipFileRO by Kenny Root · 15 years ago
  56. b51719b Improve thread safety of input mappers. by Jeff Brown · 15 years ago
  57. a48bcf6 Added SensorManager.getMinDelay() by Mathias Agopian · 15 years ago
  58. a584522 Merge "Attempt to fix the SDK build" into gingerbread by Christopher Tate · 15 years ago
  59. 6c6a3fb Attempt to fix the SDK build by Christopher Tate · 15 years ago
  60. 82de2fc Fix touch input in landscape mode. by Jeff Brown · 15 years ago
  61. f67c53e DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 15 years ago
  62. 7fd86de Merge "Change unistd.h to stddef.h to be correct" into gingerbread by Chris Tate · 15 years ago
  63. 0832a31 Change unistd.h to stddef.h to be correct by Kenny Root · 15 years ago
  64. 28282dc Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbread by Kenny Root · 15 years ago
  65. 937cd1b Add unistd.h for size_t typedef to fix sim-eng by Kenny Root · 15 years ago
  66. edae288 Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once." into gingerbread by Mathias Agopian · 15 years ago
  67. 46f28d3 Merge "Support streaming of compressed assets > 1 megabyte" into gingerbread by Christopher Tate · 15 years ago
  68. a45a800 Support streaming of compressed assets > 1 megabyte by Christopher Tate · 15 years ago
  69. e57e895 Refactor input reader to support new device types more easily. by Jeff Brown · 15 years ago
  70. 208cb07 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 15 years ago
  71. 70081a1 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 15 years ago
  72. d03d9ce Fix a memory corruption when writting Sensor into a parcel by Mathias Agopian · 15 years ago
  73. e3c8234 propagate sensor event rate properly by Mathias Agopian · 15 years ago
  74. a7352c9 new SensorService by Mathias Agopian · 15 years ago
  75. ac07cd6 Remove some debug logging that I accidentally committed. by Jamie Gennis · 15 years ago
  76. f26db0d Fix trackball down and movement bugs. by Jeff Brown · 15 years ago
  77. 874da6e Merge "Re-use existing Surface objects when reading them from parcels." into gingerbread by Jamie Gennis · 15 years ago
  78. 3cf1c9b Fix individual pointer id up/down reporting. by Jeff Brown · 15 years ago
  79. aca4e22 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 15 years ago
  80. 0a128e3 Fix bug with phantom input windows. by Jeff Brown · 15 years ago
  81. 0e88527 Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 15 years ago
  82. 5c1ed84 Add support for new input sources. by Jeff Brown · 15 years ago
  83. d36f4a5 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 15 years ago
  84. a877cd8 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 15 years ago
  85. a50ee3e Don't build framework tests for simulator target. by Jeff Brown · 15 years ago
  86. 81bac09 move native services under services/ by Mathias Agopian · 15 years ago
  87. e1ea081 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 15 years ago
  88. 48c3476 Remove the YV16 format for simplicity's sake. by Mathias Agopian · 15 years ago
  89. 589ce85 first step at implementing the native sensor support by Mathias Agopian · 15 years ago
  90. ce838a2 IME events are now dispatched to native applications. by Dianne Hackborn · 15 years ago
  91. 8575a87 Add initial gamepad support. by Jeff Brown · 15 years ago
  92. 837a0d0 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 15 years ago
  93. 70d8f43 Modifications in audio effect engine state management. by Eric Laurent · 15 years ago
  94. 9baa2c7 Merge changes I2337051b,I19b426cb into gingerbread by Kenny Root · 15 years ago
  95. fa59afb Tweak ObbFile class by Kenny Root · 15 years ago
  96. 9147d11 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 15 years ago
  97. 3c5d125 Add new glue code for writing native apps. by Dianne Hackborn · 15 years ago
  98. 47ecb07 Merge "Add OBB file helper class" into gingerbread by Kenny Root · 15 years ago
  99. 9e1568c Merge "More native input dispatch work." into gingerbread by Chris Tate · 15 years ago
  100. b687191 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 15 years ago