1. 5f73ab7 Include vndk/hardware_buffer.h for AHardwareBuffer_getNativeHandle by Jesse Hall · 7 years ago
  2. 3dcf031 Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 7 years ago
  3. d28e828 ANativeWindow_toSurface implementation by Jiwen 'Steve' Cai · 7 years ago
  4. 63483ad Parameter checks for sensor NDK APIs, fix map file by Peng Xu · 7 years ago
  5. caf8930 fallout of splitting libsensor out of libgui by Mathias Agopian · 7 years ago
  6. bce1d3b Revert "Remove AHardwareBuffer_ API from libandroid" by Mathias Agopian · 7 years ago
  7. 53fc3cd Merge "Fix NDK access to recycle'd bitmaps" by TreeHugger Robot · 7 years ago
  8. 00799f7 Fix NDK access to recycle'd bitmaps by John Reck · 7 years ago
  9. 8e90cc3 Remove AHardwareBuffer_ API from libandroid by Mathias Agopian · 7 years ago
  10. 555bf41 Merge "Add direct sensor report NDK API" by Peng Xu · 7 years ago
  11. 3b17017 Add direct sensor report NDK API by Peng Xu · 7 years ago
  12. 2e2c35f Merge "Added implementation of shared memory NDK API" by Peng Xu · 7 years ago
  13. 5f88ac5 Added implementation of shared memory NDK API by Peng Xu · 7 years ago
  14. fee4a98 fallout of libandroid.so split by Mathias Agopian · 7 years ago
  15. f1cb02e fallout of splitting rect.h out of libandroid. by Mathias Agopian · 7 years ago
  16. e68b4f7 separate the JNI part of the NDK into their own source by Mathias Agopian · 7 years ago
  17. 99015fe Merge "Use gralloc1 flags to allocate AHardwareBuffers" by Craig Donner · 7 years ago
  18. 9005106 Use gralloc1 flags to allocate AHardwareBuffers by Craig Donner · 7 years ago
  19. f2f6961 Compile native network functionis into libandroid_net. am: f3b7411060 am: af657d14fc am: 74a410ec81 by Alex Deymo · 7 years ago
  20. 2be5b9f Add support for BLOB format to HardwareBuffer. by Craig Donner · 7 years ago
  21. 0cff9d9 AHardwareBuffer implementation. by Craig Donner · 8 years ago
  22. f3b7411 Compile native network functionis into libandroid_net. by Alex Deymo · 8 years ago
  23. 98e462d Unversion NDK stub libraries. by Dan Albert · 8 years ago
  24. 03b5d50 Re-unite sources with their headers by John Reck · 8 years ago
  25. 7ce8df3 Move libjnigraphics to ndk_library. by Dan Albert · 8 years ago
  26. 2a8d9c2 Migrate libandroid.so to ndk_library. by Dan Albert · 8 years ago
  27. 9650521e Merge "Enable clang for arm64." am: a11a8e5086 by Chih-Hung Hsieh · 8 years ago
  28. 248bed0 Enable clang for arm64. by Chih-Hung Hsieh · 8 years ago
  29. 85e0c89 resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  30. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  31. c0d3d3f Change storage duration to static for native choreographer. by Michael Wright · 8 years ago
  32. 63c168a Add choreographer API to the NDK. by Michael Wright · 9 years ago
  33. ee5c18f Sensor: Add batch support for native applications by Aniroop Mathur · 9 years ago
  34. ff20b97 Change storage duration to static for native choreographer. by Michael Wright · 8 years ago
  35. 3d3fe50 Add choreographer API to the NDK. by Michael Wright · 9 years ago
  36. 8571397 am ef9e04b2: am 66f5affb: Merge "Fix bug number for linker related workarounds" by Dimitry Ivanov · 9 years ago
  37. ef9e04b am 66f5affb: Merge "Fix bug number for linker related workarounds" by Dimitry Ivanov · 9 years ago
  38. ad1cf03 Fix bug number for linker related workarounds by Dmitriy Ivanov · 9 years ago
  39. 2af91d0 Call getInstanceForPackage instead of creating a new SensorManager instance. by Aravind Akella · 9 years ago
  40. 8d1e344 Revert "Call getInstanceForPackage instead of creating a new SensorManager instance." by Narayan Kamath · 9 years ago
  41. 5967ddb Call getInstanceForPackage instead of creating a new SensorManager instance. by Aravind Akella · 9 years ago
  42. b902453 Add native tracing API by Chris Craik · 9 years ago
  43. 2738c96 Add -round and -notround qualifier to android runtime/aapt by Adam Lesinski · 9 years ago
  44. b5228ac Switch libjnigraphics.so to hash-style=both by Dmitriy Ivanov · 9 years ago
  45. 2e84bc6 Switch libjnigraphics.so to hash-style=both by Dmitriy Ivanov · 9 years ago
  46. cbb56a8 Fix broke NDK sensor manager API by Svet Ganov · 9 years ago
  47. ae2e8b4 Add warning if an in-use Bitmap is reconfigured by John Reck · 9 years ago
  48. b9d71a6 Add body sensors app op - framework base by Svet Ganov · 9 years ago
  49. ed207b9 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  50. c1b33d6 GraphicsJNI Canvas cleanup by John Reck · 9 years ago
  51. 8222a7e Merge "Revert "Change how Java Bitmaps are accessed in a few places"" by John Reck · 9 years ago
  52. edc22fb Revert "Change how Java Bitmaps are accessed in a few places" by John Reck · 9 years ago
  53. 9d4efdf Revert "A bunch more cleanups" by John Reck · 9 years ago
  54. f7a6148 Merge "A bunch more cleanups" by John Reck · 9 years ago
  55. 25f3b7b multinetwork API: native implementation by Erik Kline · 9 years ago
  56. c294d12 A bunch more cleanups by John Reck · 9 years ago
  57. a771b98 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  58. 5a565ef am 1c8b3778: am 9aeb080e: Merge "Switch libjnigraphics to sysv-only hash style" by Dmitriy Ivanov · 9 years ago
  59. ca4f2e8 Switch libjnigraphics to sysv-only hash style by Dmitriy Ivanov · 9 years ago
  60. b8d342d am 3b9cfe30: am a6ed1b95: am 6e116429: Merge "Generate gnu hash for arm only" by Dimitry Ivanov · 9 years ago
  61. ae0d6f3 am 1944667b: am 8ced0357: am 2a88ff2f: Merge "Generate sysv hash for libjnigraphics" by Dmitriy Ivanov · 9 years ago
  62. 12f4749 Generate gnu hash for arm only by Goran Jakovljevic · 9 years ago
  63. 1dc91a5 Generate sysv hash for libjnigraphics by Dmitriy Ivanov · 9 years ago
  64. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  65. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  66. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  67. ce23ecf Merge "Frameworks/base: Wall Werror in native/graphics" by Andreas Gampe · 10 years ago
  68. cad87d7 Frameworks/base: Wall Werror in native/graphics by Andreas Gampe · 10 years ago
  69. d2361f2f Frameworks/base: Wall Werror in native/android by Andreas Gampe · 10 years ago
  70. 99fe165 Sensor related changes for NDK. by Aravind Akella · 10 years ago
  71. 1103b32 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  72. 2790035 Add java APIs for Sensor reportingMode. by Aravind Akella · 10 years ago
  73. b5e3f4e am c7153377: am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev by Aravind Akella · 10 years ago
  74. c715337 am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev by Aravind Akella · 10 years ago
  75. 8bcdd9b Remove getRequiredPermission from NDK. by Aravind Akella · 10 years ago
  76. 35187bd Bug fix for wakeup sensors. by Aravind Akella · 10 years ago
  77. d951ab2 am 8ebd66c2: am cd4c1c71: Merge "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" into klp-modular-dev by Aravind Akella · 10 years ago
  78. 8ebd66c2 am cd4c1c71: Merge "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" into klp-modular-dev by Aravind Akella · 10 years ago
  79. cd9a7bb Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Aravind Akella · 10 years ago
  80. acf395f am 819239e5: Revert "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" by Etienne Le Grand · 10 years ago
  81. fa1d241 Revert "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" by Etienne Le Grand · 10 years ago
  82. 819239e Revert "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" by Etienne Le Grand · 10 years ago
  83. ded2647 am bdfe3841: am fd53d835: Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Etienne Le Grand · 10 years ago
  84. bdfe384 am fd53d835: Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Etienne Le Grand · 10 years ago
  85. fd53d83 Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Etienne Le Grand · 10 years ago
  86. 950fe8f Cleanup unnecessary includes for libskia. by Derek Sollenberger · 10 years ago
  87. 9ae000c Revert "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest." by Andreas Huber · 10 years ago
  88. 7825334 Split AndroidRuntime into AndroidRuntimeBase base-class and the rest. by Andreas Huber · 10 years ago
  89. 896043d AArch64: Make AssetManager and related classes 64-bit compatible by Ashok Bhat · 10 years ago
  90. 82b007d Track Looper decoupling from ALooper by Brian Carlstrom · 11 years ago
  91. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  92. 64b5f7c am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event" by Andrew Hsieh · 11 years ago
  93. c01e1ed Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event by Andrew Hsieh · 11 years ago
  94. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  95. d685894 Add liblog by Ying Wang · 11 years ago
  96. 0482291 Fix typo by Andrew Hsieh · 12 years ago
  97. eba8254 Fix typo by Andrew Hsieh · 12 years ago
  98. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  99. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  100. 4fbbda4 Handle multi-user mountObb() requests. by Jeff Sharkey · 12 years ago