Releases: facebook/SoLoader
Releases · facebook/SoLoader
v0.12.1
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Full Changelog: v0.11.0...v0.12.0
v0.11.0
The system is more robust, we’ve pushed fixes for issues related to library unpacking, corruption and loading. The release introduces different recovery schemes, better categorization of SoLoader errors, better logging and better synchronization for unpacking and loading.
Full Changelog: v0.10.5...v0.11.0
v0.10.5
Use system linker by default on Android N and above devices.
Full Changelog: v0.10.4...v0.10.5
v0.10.4
v0.10.3
Fixes
Fix UnsatisfiedLinkError if OEM is using the library that the APP is using as well.
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Fixes
- Fix Crash on android v12, unable to create application *java.io.SyncFailedException: sync failed (#80)
- Fix Android app bundle crashes of soloader:Anyone can run my issues sample (#83)
Highlights
- Support directly load the libraries from the APK, if they're uncompressed and page-aligned in APK.
Full Changelog: v0.10.1...v0.10.2
v0.10.1
v0.10.0
v0.9.0
Fixes
- Fix LD_LIBRARY_PATH when app running in 64 bits (3311e1a)
- Annotation library is now a JAR instead of an AAR (#61)
- Fix crash on Android 4.1 (6dce279)
- Various improvements for previously rather cryptic error messages
- Implement Marshmallow
getSupportedAbis
to avoid reading/proc/self/exe
on Android M+ (c796ed6) - Retry on load failure (this is a potentially breaking behaviour change) (f226061)
API changes
- Expose
isInitialized
(21071b4)