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