Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to call JNI method from thread #34

Merged
merged 10 commits into from
Oct 30, 2023
Merged

Be able to call JNI method from thread #34

merged 10 commits into from
Oct 30, 2023

Commits on Sep 25, 2023

  1. update android test app

    EliseChouleur committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0f4e12d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017dc2a View commit details
    Browse the repository at this point in the history
  3. to be thread safe we need to be able to have the Java class global re…

    …f as input, as the the jaba env. Without that, the class can't be found
    EliseChouleur committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2de82b0 View commit details
    Browse the repository at this point in the history
  4. create independant function to get class reference argument if any an…

    …d add conditions to be able to choose between calling method with class reference of class path string
    EliseChouleur committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a3d0d11 View commit details
    Browse the repository at this point in the history
  5. code improvement

    EliseChouleur committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a834997 View commit details
    Browse the repository at this point in the history
  6. Comment correction

    Co-authored-by: Nabil Elqatib <[email protected]>
    EliseChouleur and n-eq committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d16fa2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18d4eee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    233e3a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    421e771 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add info in Readme

    EliseChouleur committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    afe8133 View commit details
    Browse the repository at this point in the history