1. a21e945 BatteryService: Don't fail to register native methods if kernel power supply driver is missing by Mike Lockwood · 13 years ago
  2. b01e8bf New Serial Manager API: by Mike Lockwood · 13 years ago
  3. ec193de Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  4. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  5. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  6. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  7. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  8. 3f15700 split ComposerService out of SurfaceComposerClient.h by Mathias Agopian · 13 years ago
  9. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  10. 98e044a BatteryService(jni): properly handle read's return value by Dima Zavin · 13 years ago
  11. d5bb82d DO NOT MERGE. Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  12. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  13. daf4a12 Add a "show touches" option for demos and presentations. Bug: 4569045 by Jeff Brown · 13 years ago
  14. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  15. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  16. 2b15cb2 Resolve merge conflict for '75f1fdec': by Mike Lockwood · 13 years ago
  17. 75f1fde am 0b3af353: am a82ee49a: am 8f5dd9ad: Merge "GPS Provider Service changes" by Mike Lockwood · 13 years ago
  18. a5fe6b2 GPS Provider Service changes by Kevin Tang · 13 years ago
  19. b7d95a4 am 21700fed: am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip address for AGps" by Mike Lockwood · 13 years ago
  20. 21700fe am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip address for AGps" by Mike Lockwood · 13 years ago
  21. 8efd74d gps: Adding ip address for AGps by Stephen Li · 13 years ago
  22. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  23. d462ecf USB: Fix handling USB accessory attached when device is booting by Mike Lockwood · 13 years ago
  24. eb2591f Merge "VPN: Hook up the new control protocol and network state." by Chia-chi Yeh · 13 years ago
  25. 97a6156 VPN: Hook up the new control protocol and network state. by Chia-chi Yeh · 13 years ago
  26. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  27. c1b9bbb Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  28. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  29. c2b8aa0 VPN: rename some variables. by Chia-chi Yeh · 13 years ago
  30. 8bc003e Merge "VPN: merge JNI methods." by Chia-chi Yeh · 13 years ago
  31. 3281034 VPN: merge JNI methods. by Chia-chi Yeh · 13 years ago
  32. a4d1bc5 Drop obsolete touch screen hacks. by Jeff Brown · 13 years ago
  33. 9c0835f VPN: correct the netmask for IPv4. by Chia-chi Yeh · 13 years ago
  34. f4e3bf8 VPN: refactor few JNI methods for the usage of legacy VPN. by Chia-chi Yeh · 13 years ago
  35. 9b9fb5c GPS: Support for on-demand NTP time injection by Mike Lockwood · 13 years ago
  36. 84bf739 VPN: make the file descriptor non-blocking by default. by Chia-chi Yeh · 13 years ago
  37. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  38. 96c7e70 VPN: do not allow zero prefix length in routing rules. by Chia-chi Yeh · 13 years ago
  39. 8ea9289 VPN: do not use gateway in routing rules. by Chia-chi Yeh · 13 years ago
  40. 23a5e4b VPN: tolerate duplicated routes. by Chia-chi Yeh · 13 years ago
  41. 6ddd574 VPN: fix a bad optimization of zeroing ifr_flags lately. by Chia-chi Yeh · 13 years ago
  42. 6224b5e VPN: set IFF_NO_PI on TUN interface. by Chia-chi Yeh · 13 years ago
  43. 3663227 VPN: add MTU support. by Chia-chi Yeh · 13 years ago
  44. 3667369 VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI. by Chia-chi Yeh · 13 years ago
  45. 8df5fcf am 6d60190a: am e502c536: am b3174c46: UsbService: Fix JNI reference leak by Mike Lockwood · 13 years ago
  46. b3174c4 UsbService: Fix JNI reference leak by Mike Lockwood · 13 years ago
  47. ff3bdca The service part of the user space VPN support. by Chia-chi Yeh · 13 years ago
  48. 774ed9d resolved conflicts for merge of 8b2c0014 to master by Jeff Brown · 13 years ago
  49. bb3fcba0c Touch pad improvements. Bug: 4124987 by Jeff Brown · 13 years ago
  50. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 13 years ago
  51. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  52. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  53. 46d0adf UsbService: Refactor USB host and device support into two separate classes by Mike Lockwood · 13 years ago
  54. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  55. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  56. a6dbfdd Add a sprite controller. (DO NOT MERGE) by Jeff Brown · 13 years ago
  57. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  58. 22d789d Fix focused application handle. (DO NOT MERGE) by Jeff Brown · 13 years ago
  59. 5b2b4d9 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 13 years ago
  60. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  61. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  62. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  63. dd66bcb More native code cleanup. by Elliott Hughes · 13 years ago
  64. 4a1ba21 Merge "You don't need to poke around inside FileDescriptor manually." by Elliott Hughes · 13 years ago
  65. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  66. 5541de9 Add a sprite controller. by Jeff Brown · 13 years ago
  67. 46e18c11 Don't use local ref for cached jclass reference in JNI code by Brian Carlstrom · 13 years ago
  68. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  69. 6e92327 Merge "Support chorded fallback keys." by Jeff Brown · 13 years ago
  70. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  71. 6035578 am 038c7297: am b115807a: am 7661dd8d: Merge "UsbService: Fix JNI local reference leaks in the USB host support code" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  72. 8f8c602 UsbService: Fix JNI local reference leaks in the USB host support code by Mike Lockwood · 13 years ago
  73. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  74. a2cc28d Fix focused application handle. by Jeff Brown · 13 years ago
  75. 2120617 am 14438b81: am 970bad67: am be368de7: Merge "Fix missing AOSP copyright headers for more files" into honeycomb-mr1 by James Dong · 13 years ago
  76. 199d1c1 Fix missing AOSP copyright headers for more files by James Dong · 13 years ago
  77. 843e29d Merge "Improve VelocityTracker numerical stability." by Jeff Brown · 13 years ago
  78. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  79. 3c9aa1a am b0976320: Merge "DO NOT MERGE: Backport more USB accessory changes from honeycomb" into gingerbread by Mike Lockwood · 13 years ago
  80. 638d7cb DO NOT MERGE: Backport more USB accessory changes from honeycomb by Mike Lockwood · 13 years ago
  81. 688d841 am 0958fb10: am 221830b9: Merge "Add support for USB accessory serial numbers" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  82. 015b1ec Add support for USB accessory serial numbers by Mike Lockwood · 13 years ago
  83. ccdac70 am 78b8e1be: Merge "DO NOT MERGE: backport recent USB accessory changes from honeycomb" into gingerbread by Mike Lockwood · 13 years ago
  84. 2cc0377 DO NOT MERGE: backport recent USB accessory changes from honeycomb by Mike Lockwood · 13 years ago
  85. 26d7eef am 84edf14b: am cc08c439: Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  86. cc08c43 Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  87. ac36d7c UsbAccessory: Add URI string, replace type string with description by Mike Lockwood · 13 years ago
  88. 5a3d6cc am e6f0ae12: am efd3266b: Input improvements and bug fixes. by Jeff Brown · 13 years ago
  89. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  90. 9b8c5f6 Merge "Remove unused JNI global references." by Carl Shapiro · 13 years ago
  91. b23bdf5 Eliminate some accidental log spam. (DO NOT MERGE) by Jeff Brown · 13 years ago
  92. 9267beb Eliminate some accidental log spam. by Jeff Brown · 13 years ago
  93. 17cc33a Remove unused JNI global references. by Carl Shapiro · 13 years ago
  94. a454767 Get key repeat timeout and delay from ViewConfiguration. by Jeff Brown · 13 years ago
  95. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  96. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  97. 7866be2 am 40bbf929: DO NOT MERGE: Backport USB accessory support to gingerbread by Mike Lockwood · 13 years ago
  98. 40bbf92 DO NOT MERGE: Backport USB accessory support to gingerbread by Mike Lockwood · 13 years ago
  99. 02eb874 UsbManager: Enhancements for managing USB devices and accessories by Mike Lockwood · 13 years ago
  100. 54e96c6 am 3333f8af: Merge "DO NOT MERGE UsbManager: squashed commit of:" into gingerbread by Mike Lockwood · 13 years ago