1. 11 Oct, 2017 1 commit
    • Sebastian Schuberth's avatar
      Upgrade the example to Gradle 4.2 and Android plugin 2.3.3 (#329) · e675e319
      Sebastian Schuberth authored
      * Upgrade the example to Gradle 4.2 and Android plugin 2.3.3
      
      Along with the necessary build system adjustments.
      
      * Move the NDK checks to Gradle execution phase
      
      Do not check for the NDK during Gradle configurion phase, otherwise a
      simple "gradle tasks" would fail if no NDK is configured. Do the checks
      later when the ndkBuild task is actually executed.
      e675e319
  2. 04 Oct, 2017 2 commits
  3. 28 Sep, 2017 1 commit
  4. 26 Sep, 2017 2 commits
  5. 06 Sep, 2017 1 commit
  6. 17 Aug, 2017 1 commit
  7. 16 Aug, 2017 1 commit
  8. 28 Jun, 2017 1 commit
    • Guillaume Giraud's avatar
      [Android] Fix Djinni initialization crash in multi shared library case (#310) · b55ac101
      Guillaume Giraud authored
      Fix Djinni initialization crash in multi shared library case on Android (i.e. djinni_support_lib is a shared library used by other shared libraries).
      
      Replaced generic static_registration class with non-templatized helpers in JniClassInitializer, which simplifies the code and avoids the issues of multiple instantiations of the same static data.
      b55ac101
  9. 10 Jun, 2017 1 commit
  10. 18 May, 2017 1 commit
  11. 11 Apr, 2017 1 commit
  12. 07 Apr, 2017 3 commits
  13. 06 Apr, 2017 2 commits
  14. 05 Apr, 2017 1 commit
  15. 04 Apr, 2017 4 commits
  16. 03 Apr, 2017 2 commits
  17. 31 Mar, 2017 2 commits
  18. 16 Mar, 2017 1 commit
  19. 14 Mar, 2017 1 commit
  20. 10 Mar, 2017 1 commit
  21. 01 Feb, 2017 1 commit
  22. 22 Jan, 2017 1 commit
  23. 20 Jan, 2017 1 commit
  24. 19 Jan, 2017 1 commit
  25. 14 Jan, 2017 1 commit
  26. 12 Jan, 2017 2 commits
  27. 06 Jan, 2017 1 commit
  28. 04 Jan, 2017 1 commit
  29. 28 Dec, 2016 1 commit