1. 41b5bb9 docs: fix minsdkversion for native activity sample by Scott Main · 13 years ago
  2. ccdb9cb Update native-audio example app by Glenn Kasten · 14 years ago
  3. 085e2b1 ndk: remove obsolete libthread_db.a binaries by David 'Digit' Turner · 14 years ago
  4. 0d7f537 ndk: Refresh EGL/GLES Khronos headers by David 'Digit' Turner · 14 years ago
  5. c63ce7a ndk: remove obsolete <android/api-level.h> headers by David 'Digit' Turner · 14 years ago
  6. 4fee099 ndk: Fix GB x86 definitions for libm.so by David 'Digit' Turner · 14 years ago
  7. e872f4e ndk: Remove obsolete platform files by David 'Digit' Turner · 14 years ago
  8. 02053eb ndk: separate functions and variables symbol lists by David 'Digit' Turner · 14 years ago
  9. 5647257 am 3374f8ad: am 254a7090: am 0f97bab8: Merge changes Ibee74a22,Ifef4dc98 by David Turner · 14 years ago
  10. f907f4f NDK: x86 header file has incorrect definition for ptrdiff_t by Mark D Horn · 14 years ago
  11. 36f0d56 Fix size_t definition in x86 NDK header file by Mark D Horn · 14 years ago
  12. e89c5e2 am 5853cce9: am 97c9b03f: am a6896d75: am 402b02f8: Merge "ndk: x86: Update android-9 x86 platform files" by David 'Digit' Turner · 14 years ago
  13. 2409c5a ndk: x86: Update android-9 x86 platform files by David 'Digit' Turner · 14 years ago
  14. 5ac5b70 am b257bb8a: am e9c7386b: am e011bed4: Merge "ndk: x86: Sanitize platform headers and libraries." by David 'Digit' Turner · 14 years ago
  15. 3e1498c ndk: x86: Sanitize platform headers and libraries. by David 'Digit' Turner · 14 years ago
  16. d78fc7a android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  17. 74ca761 am 13e07e5c: am 28eeece2: am 755d75f4: Merge "ndk: Add missing update arm C library for android-9 platform." by David 'Digit' Turner · 14 years ago
  18. f76679f ndk: Add missing update arm C library for android-9 platform. by David 'Digit' Turner · 14 years ago
  19. 773c80f am ffb13684: am 957b0ebe: am bfdff660: Merge "ndk: x86: Update libc.so and libstdc++.so" by David 'Digit' Turner · 14 years ago
  20. 7e9db3d ndk: x86: Update libc.so and libstdc++.so by David 'Digit' Turner · 14 years ago
  21. 360270d am 5aaf5c28: am 282bd952: am 9dacf7ee: Merge "Fix two incorrect <android/input.h> function declarations." by David 'Digit' Turner · 14 years ago
  22. 9d01360 Fix two incorrect <android/input.h> function declarations. by David 'Digit' Turner · 14 years ago
  23. 64afc65 am a7414978: am 799afe8a: am c5db1533: Merge "Fix pwrite() declaration in NDK platform headers." by David 'Digit' Turner · 14 years ago
  24. 9ad2878 Fix pwrite() declaration in NDK platform headers. by David 'Digit' Turner · 14 years ago
  25. 1dcd976 development: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  26. 114db2a ndk: Fixes PTHREAD_RWLOCK_INITIALIZER definition. by David 'Digit' Turner · 14 years ago
  27. 9088762 ndk: Update headers and libraries for API level 9 by David 'Digit' Turner · 15 years ago
  28. 1e7011f ndk: Add auto-generated <android/api-level.h> by David 'Digit' Turner · 15 years ago
  29. 809ec92 Native audio example by Glenn Kasten · 15 years ago
  30. 186ce6d Merge "NDK: Last cleanup of the platform headers" into gingerbread by David 'Digit' Turner · 15 years ago
  31. 3c7c38b NDK: Last cleanup of the platform headers by David 'Digit' Turner · 15 years ago
  32. cc5809b Merge "ndk: Use __ANDROID__ instead of ANDROID." into gingerbread by David 'Digit' Turner · 15 years ago
  33. 3323f59 update native_window.h ndk header by Mathias Agopian · 15 years ago
  34. a99a3ff ndk: Use __ANDROID__ instead of ANDROID. by David 'Digit' Turner · 15 years ago
  35. 793509c Greatly simplify sample code by using EGL_NATIVE_VISUAL_ID. by Mathias Agopian · 15 years ago
  36. f0c0112 simplify a bit the native-activity sample code by Mathias Agopian · 15 years ago
  37. a77c1bd Work on issue #3126018: No way to specify NativeActivity's native method by Dianne Hackborn · 15 years ago
  38. c2d70d2 Update native headers/library to match current platform. by Dianne Hackborn · 15 years ago
  39. 834eb60 Fix bug in native activity demo. by Dianne Hackborn · 15 years ago
  40. 0574dc4 Dummy java file in native-only apps is not needed anymore. by Xavier Ducrohet · 15 years ago
  41. 2e9b39e Merge "ndk: Add missing OpenSLES headers and libraries." into gingerbread by David 'Digit' Turner · 15 years ago
  42. 51bcfb7 ndk: Add missing OpenSLES headers and libraries. by David 'Digit' Turner · 15 years ago
  43. 3ec1cec Update NDK with recent changes. by Jeff Brown · 15 years ago
  44. 7012117 Unify NDK platform headers. by David 'Digit' Turner · 15 years ago
  45. 9f44e97 Update NDK headers and samples to sync up with looper API changes. by Jeff Brown · 15 years ago
  46. d3d58cf Update to follow ALooper ident change. by Dianne Hackborn · 15 years ago
  47. 79b946e Some native activity sample code cleanup. by Dianne Hackborn · 15 years ago
  48. f4790e6 Separate platform files and samples by API level. by David 'Digit' Turner · 15 years ago
  49. e551875 Update NDK for pre-key-dispatching changes. by Dianne Hackborn · 15 years ago
  50. 284e3ae Merge "NDK access to the Asset Manager" into gingerbread by Christopher Tate · 15 years ago
  51. 4948c16 Remove prebuilt static library "libthreaded_app.a". by David 'Digit' Turner · 15 years ago
  52. 956311c NDK access to the Asset Manager by Christopher Tate · 15 years ago
  53. 98b2c35 Copy over updated NDK APIs and follow other API changes. by Dianne Hackborn · 15 years ago
  54. 52705bb Add initial gamepad support. by Jeff Brown · 15 years ago
  55. 29534f6 Update for improved glue. by Dianne Hackborn · 15 years ago
  56. 1aa3218 Add new native-plasma sample code. by Dianne Hackborn · 15 years ago
  57. 11a89ea Update native_activity sample to use new glue code. by Dianne Hackborn · 15 years ago
  58. d15a18b Merge "Remove C++ headers from the platform directories." into gingerbread by David 'Digit' Turner · 15 years ago
  59. 2708f19 Merge "Update API level 9 sysroot to allow static C++ destructors to be called on dlclose()." into gingerbread by David 'Digit' Turner · 15 years ago
  60. 74ff674 Remove C++ headers from the platform directories. by David 'Digit' Turner · 15 years ago
  61. 02215b3 Update to use new looper API. by Dianne Hackborn · 15 years ago
  62. 2b352d7 Native activity now draws! by Dianne Hackborn · 15 years ago
  63. 8851048 Update native_activity sample code to use ANativeWindow. by Dianne Hackborn · 15 years ago
  64. bbdfd7c Update to new native activity APIs. by Dianne Hackborn · 15 years ago
  65. d155de2 Update API level 9 sysroot to allow static C++ destructors to be called on dlclose(). by David 'Digit' Turner · 15 years ago
  66. 5468d76 Update native APIs for events. by Dianne Hackborn · 15 years ago
  67. c817c52 Copy platforms and samples from ndk/ source tree. by David 'Digit' Turner · 15 years ago