Skip to content

Add possibility to use custom native library loader. #234

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

Merged
merged 2 commits into from
Feb 15, 2017
Merged

Add possibility to use custom native library loader. #234

merged 2 commits into from
Feb 15, 2017

Conversation

Tapchicoma
Copy link

This changes allow to implement custom strategy for loading JNI libraries and do some fallback in case of error.

For example users can use ReLinker.

This allows to implement custom strategy for loading jni libraries. For example using ReLinker.
@developernotes
Copy link
Member

Hi @Tapchicoma

This is an interesting idea, do you have thoughts on an alternative LibraryLoader implementation? All current work is occurring in the android-n-preview branch, not the master at the moment. We ask that you submit a contributor agreement in order for us to accept a request. More information about this agreement can be found here.

@Tapchicoma
Copy link
Author

Hi @developernotes.

I signed agreement.

The main issue for me is to use this ReLinker library so my app will be more failsafe on app updates. You can read their blog post about it here

@developernotes developernotes merged commit ddcd8af into sqlcipher:master Feb 15, 2017
@developernotes
Copy link
Member

Hi @Tapchicoma

I apologize for the delay, we've just merged this into master. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants