1. 1ac48ea Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 14 years ago
  2. 7dae0e4 Ensure input dispatcher and native looper handles EINTR. by Jeff Brown · 14 years ago
  3. 54a1825 Fix app switch latency optimization. by Jeff Brown · 14 years ago
  4. 24326f7 Merge "Input API review." into gingerbread by Jeff Brown · 14 years ago
  5. 2a95c2a Fix input dispatcher regression on launcher drag&drop. by Jeff Brown · 14 years ago
  6. dc3e005 Fix NPE when handling certain kinds of ANRs. by Jeff Brown · 14 years ago
  7. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  8. dc1ab4b Input API review. by Jeff Brown · 14 years ago
  9. 09340a4 Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  10. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  11. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  12. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  13. a8512a7 Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  14. b21fb10 Fix key repeat delay. by Jeff Brown · 14 years ago
  15. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  16. a19ef30 Revert "Free created FileMap when uncompressing files" by Kenny Root · 14 years ago
  17. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  18. 11bbe20 Hopefully fix the build. by Dianne Hackborn · 14 years ago
  19. 84bb52e Add system property to turn off scheduling groups. by Dianne Hackborn · 14 years ago
  20. 68c2e91 Add better debug output for ResourceType errors by Kenny Root · 14 years ago
  21. 5fad267 Remove incomplete input device enumeration NDK API. by Jeff Brown · 14 years ago
  22. 0234376 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  23. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  24. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  25. ad6731b Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 14 years ago
  26. 6329fdb Add debugging to ZipFileRO by Kenny Root · 14 years ago
  27. c9289fa fix a race in SF buffer management by Mathias Agopian · 14 years ago
  28. e96aa3e fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  29. be857d4 Reorganize MountService IPC by Kenny Root · 14 years ago
  30. 6be2371 Merge "Free created FileMap when uncompressing files" into gingerbread by Kenny Root · 14 years ago
  31. 97a5626 Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  32. 454630f Add camera fps range API. by Wu-cheng Li · 14 years ago
  33. 52b8235 Free created FileMap when uncompressing files by Kenny Root · 14 years ago
  34. 545eab8 Merge "remove unused pixel format" into gingerbread by Mathias Agopian · 14 years ago
  35. 0014474 Merge "Make the throttling more sensitive to end-to-end latency." into gingerbread by Jeff Brown · 14 years ago
  36. 0f4d7bc Make the throttling more sensitive to end-to-end latency. by Jeff Brown · 14 years ago
  37. e509328 remove unused pixel format by Mathias Agopian · 14 years ago
  38. eba1274 Merge "Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE" into gingerbread by Wu-cheng Li · 14 years ago
  39. ccb9159 Merge "Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE" into gingerbread by Wu-cheng Li · 14 years ago
  40. 6c008b8 Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  41. 0de0c49 Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 14 years ago
  42. 54d4137 Merge "Add OBB flags to support overlays" into gingerbread by Kenny Root · 14 years ago
  43. ae9fc03 Add support for throttling motion events. by Jeff Brown · 14 years ago
  44. aeb00c4 Only monitor recognized uevent devices. by Sean McNeil · 14 years ago
  45. 72e0b2a Merge "Fix some input device mapping bugs with certain drivers." into gingerbread by Jeff Brown · 14 years ago
  46. 2dfd7a7 Fix some input device mapping bugs with certain drivers. by Jeff Brown · 14 years ago
  47. c4554b9 Keep track of remaining fd when devices are removed by Jens Gulin · 14 years ago
  48. 02ca31f Add OBB flags to support overlays by Kenny Root · 14 years ago
  49. cc2e717 Optimize EventHub reads. by Jeff Brown · 14 years ago
  50. 2cbecea Fix possible race conditions during channel unregistration. by Jeff Brown · 14 years ago
  51. 6e7ac5f Initial tool for OBB manipulation by Kenny Root · 14 years ago
  52. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  53. c3fc2d0 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 14 years ago
  54. 818490a Fix String8::operator+ by Kenny Root · 14 years ago
  55. 2d817f7 Free scanBuf in ZipFileRO by Kenny Root · 14 years ago
  56. 00e5c61 Merge "Improve thread safety of input mappers." into gingerbread by Jeff Brown · 14 years ago
  57. 6328cdc Improve thread safety of input mappers. by Jeff Brown · 14 years ago
  58. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  59. 050b562 Added SensorManager.getMinDelay() by Mathias Agopian · 14 years ago
  60. 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  61. 571180c Merge "Attempt to fix the SDK build" into gingerbread by Christopher Tate · 14 years ago
  62. 466b22b Attempt to fix the SDK build by Christopher Tate · 14 years ago
  63. aab985b Fix touch input in landscape mode. by Jeff Brown · 14 years ago
  64. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  65. 7b40518 Merge "Change unistd.h to stddef.h to be correct" into gingerbread by Chris Tate · 14 years ago
  66. a4879ba Change unistd.h to stddef.h to be correct by Kenny Root · 14 years ago
  67. 8c5d943 Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbread by Kenny Root · 14 years ago
  68. 9d90ed7 Add unistd.h for size_t typedef to fix sim-eng by Kenny Root · 14 years ago
  69. 9f2a91b 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
  70. bae6fe2 Merge "Support streaming of compressed assets > 1 megabyte" into gingerbread by Christopher Tate · 14 years ago
  71. b100cbf Support streaming of compressed assets > 1 megabyte by Christopher Tate · 14 years ago
  72. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  73. 51c70e3 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 14 years ago
  74. 7bcad8a3 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  75. b54a3c9 Fix a memory corruption when writting Sensor into a parcel by Mathias Agopian · 14 years ago
  76. 23e8de2 propagate sensor event rate properly by Mathias Agopian · 14 years ago
  77. 1bf7978 new SensorService by Mathias Agopian · 14 years ago
  78. ff7049a Remove some debug logging that I accidentally committed. by Jamie Gennis · 14 years ago
  79. d361659 Fix trackball down and movement bugs. by Jeff Brown · 14 years ago
  80. c8c79a6 Merge "Re-use existing Surface objects when reading them from parcels." into gingerbread by Jamie Gennis · 14 years ago
  81. 00ba884 Fix individual pointer id up/down reporting. by Jeff Brown · 14 years ago
  82. 5ee65f0 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 14 years ago
  83. e33348b Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  84. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  85. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  86. 5b74719 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  87. 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  88. eb6e0df Don't build framework tests for simulator target. by Jeff Brown · 14 years ago
  89. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago
  90. c9a1108 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 14 years ago
  91. 058d039 Remove the YV16 format for simplicity's sake. by Mathias Agopian · 14 years ago
  92. b957b9d first step at implementing the native sensor support by Mathias Agopian · 14 years ago
  93. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  94. fd03582 Add initial gamepad support. by Jeff Brown · 14 years ago
  95. c0a7e69 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  96. 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 14 years ago
  97. 87bb185 Merge changes I2337051b,I19b426cb into gingerbread by Kenny Root · 14 years ago
  98. 87315aa Tweak ObbFile class by Kenny Root · 14 years ago
  99. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  100. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 14 years ago