1. d8e8186 am 05105f7a: Update OBB API to include callbacks by Kenny Root · 14 years ago
  2. 05105f7 Update OBB API to include callbacks by Kenny Root · 14 years ago
  3. 7d6f864 am 65a5ba45: Merge "Fix bug in split touches." into gingerbread by Jeff Brown · 14 years ago
  4. aeec2bf Fix bug in split touches. by Jeff Brown · 14 years ago
  5. 26d5786 am 9c37447e: Merge "Fix pointer index when splitting secondary pointers." into gingerbread by Jeff Brown · 14 years ago
  6. 9a01d05 Fix pointer index when splitting secondary pointers. by Jeff Brown · 14 years ago
  7. 9785bf0 am 14a288da: Merge "Add suuport for splitting touch events across windows." into gingerbread by Jeff Brown · 14 years ago
  8. 14a288d Merge "Add suuport for splitting touch events across windows." into gingerbread by Jeff Brown · 14 years ago
  9. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 14 years ago
  10. 495ad4f am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 14 years ago
  11. beabe75 Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 14 years ago
  12. deaa8ff am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 14 years ago
  13. a7ef18f Merge "Some debugging support." into gingerbread by Dianne Hackborn · 14 years ago
  14. ca5edbe add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  15. f123e49 Some debugging support. by Dianne Hackborn · 14 years ago
  16. c55f6da am 0b606263: Merge "Revert "Revert "Free created FileMap when uncompressing files""" into gingerbread by Kenny Root · 14 years ago
  17. 3e07c00 am 74865ef6: Merge "Add locking around ZIP seeking" into gingerbread by Kenny Root · 14 years ago
  18. ba606d4 Revert "Revert "Free created FileMap when uncompressing files"" by Kenny Root · 14 years ago
  19. 6458fa0 Add locking around ZIP seeking by Kenny Root · 14 years ago
  20. 4ec134c am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread by Jeff Brown · 14 years ago
  21. 134b4ae Looper: use pthread_once for TLS key initialization. by Jeff Brown · 14 years ago
  22. 2ad1ebc am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  23. d45cb72 Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  24. a8d9524 am 7d4739be: Merge "Reduce lock thrashing in native Looper." into gingerbread by Jeff Brown · 14 years ago
  25. 9604987 Reduce lock thrashing in native Looper. by Jeff Brown · 14 years ago
  26. f3f822e am 987ba541: Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 14 years ago
  27. 987ba54 Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 14 years ago
  28. 876e0e5 am 36f429d3: Fix typo which causes sensors to fail miserably by Mathias Agopian · 14 years ago
  29. 36f429d Fix typo which causes sensors to fail miserably by Mathias Agopian · 14 years ago
  30. 8f47640 am 08710dcd: Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn\'t work" into gingerbread by Mathias Agopian · 14 years ago
  31. 08710dc Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work" into gingerbread by Mathias Agopian · 14 years ago
  32. 4d3cb63 part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work by Mathias Agopian · 14 years ago
  33. d3576ef am 1ac48eab: Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 14 years ago
  34. 6f0ff46 am 9c258710: Merge "Fix app switch latency optimization." into gingerbread by Jeff Brown · 14 years ago
  35. 1ac48ea Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 14 years ago
  36. 7dae0e4 Ensure input dispatcher and native looper handles EINTR. by Jeff Brown · 14 years ago
  37. 54a1825 Fix app switch latency optimization. by Jeff Brown · 14 years ago
  38. dbb7b6d Fix sim-eng build on Hardy by Brian Carlstrom · 14 years ago
  39. 61cf67a am 24326f72: Merge "Input API review." into gingerbread by Jeff Brown · 14 years ago
  40. 24326f7 Merge "Input API review." into gingerbread by Jeff Brown · 14 years ago
  41. 9284b45 am b9eb949b: Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread by Jeff Brown · 14 years ago
  42. 2a95c2a Fix input dispatcher regression on launcher drag&drop. by Jeff Brown · 14 years ago
  43. 03335af am 567c00a8: Merge "Fix NPE when handling certain kinds of ANRs." into gingerbread by Jeff Brown · 14 years ago
  44. dc3e005 Fix NPE when handling certain kinds of ANRs. by Jeff Brown · 14 years ago
  45. 7642c82 am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 14 years ago
  46. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  47. dc1ab4b Input API review. by Jeff Brown · 14 years ago
  48. 14bc6b5 am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  49. 09340a4 Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  50. 48a8624 am b3ffc78f: Merge "Add logging of various important graphics events" into gingerbread by Mathias Agopian · 14 years ago
  51. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  52. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  53. 0f0541e am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  54. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  55. 510951e am a8512a71: Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  56. a8512a7 Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  57. 8723bb5 am b21fb104: Fix key repeat delay. by Jeff Brown · 14 years ago
  58. b21fb10 Fix key repeat delay. by Jeff Brown · 14 years ago
  59. a05088c am 85a31767: Add support for secure views. by Jeff Brown · 14 years ago
  60. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  61. 2a08e2a am a19ef306: Revert "Free created FileMap when uncompressing files" by Kenny Root · 14 years ago
  62. a19ef30 Revert "Free created FileMap when uncompressing files" by Kenny Root · 14 years ago
  63. a1205f0 am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread by Dianne Hackborn · 14 years ago
  64. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  65. 05dff83 am 11bbe200: Hopefully fix the build. by Dianne Hackborn · 14 years ago
  66. 11bbe20 Hopefully fix the build. by Dianne Hackborn · 14 years ago
  67. b8bcfed am f703b77c: Merge "Add system property to turn off scheduling groups." into gingerbread by Dianne Hackborn · 14 years ago
  68. 84bb52e Add system property to turn off scheduling groups. by Dianne Hackborn · 14 years ago
  69. 8d5250c am 2e246549: Merge "Add better debug output for ResourceType errors" into gingerbread by Kenny Root · 14 years ago
  70. 68c2e91 Add better debug output for ResourceType errors by Kenny Root · 14 years ago
  71. df02df1 am 307ed31c: Merge "Remove incomplete input device enumeration NDK API." into gingerbread by Jeff Brown · 14 years ago
  72. 5fad267 Remove incomplete input device enumeration NDK API. by Jeff Brown · 14 years ago
  73. ae08736 am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  74. 0234376 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  75. 36f0cb2 am 8d60866e: Input device calibration and capabilities. by Jeff Brown · 14 years ago
  76. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  77. 6e46e6f am 7ec7b997: Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  78. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  79. 8e72490 am ad6731b0: Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 14 years ago
  80. ad6731b Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 14 years ago
  81. 6329fdb Add debugging to ZipFileRO by Kenny Root · 14 years ago
  82. d322d16 am ae66946b: Merge "fix a race in SF buffer management" into gingerbread by Mathias Agopian · 14 years ago
  83. c9289fa fix a race in SF buffer management by Mathias Agopian · 14 years ago
  84. bc4389e am 8395b462: Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread by Mathias Agopian · 14 years ago
  85. e96aa3e fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  86. 485de78 am 06c81f29: Merge changes I8a257579,I82d16312 into gingerbread by Kenny Root · 14 years ago
  87. b90b9d5 am 6be23712: Merge "Free created FileMap when uncompressing files" into gingerbread by Kenny Root · 14 years ago
  88. be857d4 Reorganize MountService IPC by Kenny Root · 14 years ago
  89. 6be2371 Merge "Free created FileMap when uncompressing files" into gingerbread by Kenny Root · 14 years ago
  90. 346b612 am 97a56269: Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  91. 97a5626 Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 14 years ago
  92. 454630f Add camera fps range API. by Wu-cheng Li · 14 years ago
  93. 52b8235 Free created FileMap when uncompressing files by Kenny Root · 14 years ago
  94. a90a1e5 am 545eab8a: Merge "remove unused pixel format" into gingerbread by Mathias Agopian · 14 years ago
  95. 545eab8 Merge "remove unused pixel format" into gingerbread by Mathias Agopian · 14 years ago
  96. d7d58be am 00144745: Merge "Make the throttling more sensitive to end-to-end latency." into gingerbread by Jeff Brown · 14 years ago
  97. 0014474 Merge "Make the throttling more sensitive to end-to-end latency." into gingerbread by Jeff Brown · 14 years ago
  98. 0f4d7bc Make the throttling more sensitive to end-to-end latency. by Jeff Brown · 14 years ago
  99. e509328 remove unused pixel format by Mathias Agopian · 14 years ago
  100. 6694c71 am eba12749: Merge "Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE" into gingerbread by Wu-cheng Li · 14 years ago