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