1. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  2. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  3. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  4. 771526c Resample touch events on frame boundaries. by Jeff Brown · 12 years ago
  5. 603b445 Ensure that apps crash if they throw exceptions. by Jeff Brown · 12 years ago
  6. 2b6c32c Fix spurious ANRs in native activities. by Jeff Brown · 12 years ago
  7. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  8. af01feaf remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 12 years ago
  9. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 12 years ago
  10. 072ec96 Implement batching of input events on the consumer side. by Jeff Brown · 12 years ago
  11. cbee6d6 Rewrite input transport using sockets. by Jeff Brown · 12 years ago
  12. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  13. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  15. 28d9f02 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  16. 17cc33a Remove unused JNI global references. by Carl Shapiro · 13 years ago
  17. 2bb10f4 Fix poll options for NativeActivity's hasEvents by Kenny Root · 13 years ago
  18. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 14 years ago
  19. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  20. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  21. 4f145c9 Fix debug statements and aapt assert. by Patrick Scott · 14 years ago
  22. e21d91c6 Fix issue #3126018: No way to specify NativeActivity's native method by Dianne Hackborn · 14 years ago
  23. db28a94 Fix issue #3117918: No way to finish a native activity by Dianne Hackborn · 14 years ago
  24. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  25. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  26. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  27. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  28. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  29. b87e22d Fix jni registration typo by Christopher Tate · 14 years ago
  30. 6cce32b Add native C APIs for working with the Asset Manager by Christopher Tate · 14 years ago
  31. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  32. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  33. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  34. 8ae5a8e Get to the point of being able to do native drawing. by Dianne Hackborn · 14 years ago
  35. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 14 years ago
  36. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 14 years ago
  37. 2e9f93e Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 14 years ago
  38. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  39. 74323fd Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  40. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago