1. b056324 Merge "Remove TTS symbols from NDK stub library." by Treehugger Robot · 7 years ago
  2. 3644edb Remove TTS symbols from NDK stub library. by Dan Albert · 7 years ago
  3. 5c091dc Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 by Steven Moreland · 7 years ago
  4. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 7 years ago
  5. e1c426f Merge changes from topic 'multinetwork_vndk' into oc-dev am: cffee96a16 by Lorenzo Colitti · 7 years ago
  6. ec37d5f Allow vendor code to link to libandroid_net. by Lorenzo Colitti · 7 years ago
  7. addb296 Move libandroid_net from Android.mk to Android.bp. by Lorenzo Colitti · 7 years ago
  8. 5c5b7f0 Convert libandroid and libandroid_runtime to Android.bp by Colin Cross · 7 years ago
  9. af73730 Convert libandroid and libandroid_runtime to Android.bp by Colin Cross · 7 years ago
  10. 5f73ab7 Include vndk/hardware_buffer.h for AHardwareBuffer_getNativeHandle by Jesse Hall · 7 years ago
  11. 68686db Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 7 years ago
  12. 3dcf031 Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 7 years ago
  13. d28e828 ANativeWindow_toSurface implementation by Jiwen 'Steve' Cai · 7 years ago
  14. 63483ad Parameter checks for sensor NDK APIs, fix map file by Peng Xu · 7 years ago
  15. caf8930 fallout of splitting libsensor out of libgui by Mathias Agopian · 7 years ago
  16. bce1d3b Revert "Remove AHardwareBuffer_ API from libandroid" by Mathias Agopian · 7 years ago
  17. 8e90cc3 Remove AHardwareBuffer_ API from libandroid by Mathias Agopian · 7 years ago
  18. 555bf41 Merge "Add direct sensor report NDK API" by Peng Xu · 7 years ago
  19. 3b17017 Add direct sensor report NDK API by Peng Xu · 7 years ago
  20. 2e2c35f Merge "Added implementation of shared memory NDK API" by Peng Xu · 7 years ago
  21. 5f88ac5 Added implementation of shared memory NDK API by Peng Xu · 7 years ago
  22. fee4a98 fallout of libandroid.so split by Mathias Agopian · 7 years ago
  23. f1cb02e fallout of splitting rect.h out of libandroid. by Mathias Agopian · 7 years ago
  24. e68b4f7 separate the JNI part of the NDK into their own source by Mathias Agopian · 7 years ago
  25. 99015fe Merge "Use gralloc1 flags to allocate AHardwareBuffers" by Craig Donner · 7 years ago
  26. 9005106 Use gralloc1 flags to allocate AHardwareBuffers by Craig Donner · 7 years ago
  27. f2f6961 Compile native network functionis into libandroid_net. am: f3b7411060 am: af657d14fc am: 74a410ec81 by Alex Deymo · 7 years ago
  28. 2be5b9f Add support for BLOB format to HardwareBuffer. by Craig Donner · 8 years ago
  29. 0cff9d9 AHardwareBuffer implementation. by Craig Donner · 8 years ago
  30. f3b7411 Compile native network functionis into libandroid_net. by Alex Deymo · 8 years ago
  31. 98e462d Unversion NDK stub libraries. by Dan Albert · 8 years ago
  32. 2a8d9c2 Migrate libandroid.so to ndk_library. by Dan Albert · 8 years ago
  33. 9650521e Merge "Enable clang for arm64." am: a11a8e5086 by Chih-Hung Hsieh · 8 years ago
  34. 248bed0 Enable clang for arm64. by Chih-Hung Hsieh · 8 years ago
  35. 85e0c89 resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  36. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  37. c0d3d3f Change storage duration to static for native choreographer. by Michael Wright · 8 years ago
  38. 63c168a Add choreographer API to the NDK. by Michael Wright · 9 years ago
  39. ee5c18f Sensor: Add batch support for native applications by Aniroop Mathur · 9 years ago
  40. ff20b97 Change storage duration to static for native choreographer. by Michael Wright · 8 years ago
  41. 3d3fe50 Add choreographer API to the NDK. by Michael Wright · 9 years ago
  42. 2af91d0 Call getInstanceForPackage instead of creating a new SensorManager instance. by Aravind Akella · 9 years ago
  43. 8d1e344 Revert "Call getInstanceForPackage instead of creating a new SensorManager instance." by Narayan Kamath · 9 years ago
  44. 5967ddb Call getInstanceForPackage instead of creating a new SensorManager instance. by Aravind Akella · 9 years ago
  45. b902453 Add native tracing API by Chris Craik · 9 years ago
  46. 2738c96 Add -round and -notround qualifier to android runtime/aapt by Adam Lesinski · 9 years ago
  47. cbb56a8 Fix broke NDK sensor manager API by Svet Ganov · 9 years ago
  48. b9d71a6 Add body sensors app op - framework base by Svet Ganov · 9 years ago
  49. 25f3b7b multinetwork API: native implementation by Erik Kline · 9 years ago
  50. d2361f2f Frameworks/base: Wall Werror in native/android by Andreas Gampe · 10 years ago
  51. 99fe165 Sensor related changes for NDK. by Aravind Akella · 10 years ago
  52. 2790035 Add java APIs for Sensor reportingMode. by Aravind Akella · 10 years ago
  53. b5e3f4e am c7153377: am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev by Aravind Akella · 10 years ago
  54. c715337 am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev by Aravind Akella · 10 years ago
  55. 8bcdd9b Remove getRequiredPermission from NDK. by Aravind Akella · 10 years ago
  56. 35187bd Bug fix for wakeup sensors. by Aravind Akella · 10 years ago
  57. 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
  58. cd9a7bb Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Aravind Akella · 10 years ago
  59. 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
  60. 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
  61. 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
  62. 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
  63. 896043d AArch64: Make AssetManager and related classes 64-bit compatible by Ashok Bhat · 11 years ago
  64. 82b007d Track Looper decoupling from ALooper by Brian Carlstrom · 11 years ago
  65. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  66. 64b5f7c am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event" by Andrew Hsieh · 11 years ago
  67. c01e1ed Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event by Andrew Hsieh · 11 years ago
  68. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  69. d685894 Add liblog by Ying Wang · 11 years ago
  70. 4fbbda4 Handle multi-user mountObb() requests. by Jeff Sharkey · 12 years ago
  71. 035ce2c Merge "Add support for "-rtl" in resources" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  72. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  73. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 12 years ago
  74. 89269cf libnativehelper is implicitly available. by Elliott Hughes · 12 years ago
  75. 544f1c3 Merge "ANativeWindow: support for application buffer dimensions" by Jamie Gennis · 12 years ago
  76. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  77. 0e5ed70 ANativeWindow: support for application buffer dimensions by Michael I. Gold · 12 years ago
  78. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  79. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago
  80. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  81. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 12 years ago
  82. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  83. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  84. 809820e Remove obsolete NativeWindow_fromSurfaceTexture by Glenn Kasten · 13 years ago
  85. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  86. 09d7ed7 Add set_scaling_mode() to ANativeWindow. by Mathias Agopian · 13 years ago
  87. 949be32 move lock/unlock implementaion outside of Surface into SurfaceTextureClient by Mathias Agopian · 13 years ago
  88. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  89. 161e67f resolved conflicts for merge of 06a8ceac to master by Dianne Hackborn · 13 years ago
  90. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  91. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  92. da5a444 ANativeWindow_setBuffersGeometry now returns proper error codes by Mathias Agopian · 13 years ago
  93. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  94. bae716b SurfaceTexture: disallow unsupported uses. by Jamie Gennis · 13 years ago
  95. 846db33 Bug 3515073 Add ANativeWindow_fromSurfaceTexture by Glenn Kasten · 13 years ago
  96. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  97. 04970d6 am 3392b8e2: am 4a2e478a: Merge "Flush Binder commands in ndk looper." into gingerbread by Jeff Brown · 14 years ago
  98. c70bed0 Flush Binder commands in ndk looper. by Jeff Brown · 14 years ago
  99. 06ea4d6 Introduce NDK API for 64-bit assets by Kenny Root · 14 years ago
  100. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago