Releases: mvidaldp/LSL_RECORDER
Releases · mvidaldp/LSL_RECORDER
1.16.2
Universal build of LSL Recorder for Android (x86, x86_64, armeabi-v7a, arm64-v8a)
Improvements:
- Updated liblsl version (1.16.0 -> 1.16.2)
- Update gradle, buildTools, NDK and dependencies to latest version
- Fix gradle prebuilt jniLibs copy tasks
- Update gradle build instructions (from source and prebuilt)
- Include jniLibs (libgenerate_xdf.so, libjnidispatch.so and liblsl.so)
1.16.0
1.15.2
1.0.1
Universal build of LSL Recorder for Android (x86, x86_64, armeabi-v7a, arm64-v8a)
Improvements to ease maintenance:
- Updated repos (remove deprecated)
- Updated dependencies (replace local .jar JNA dependency using import)
- Updated Android SDK buildtools version
- Removed most deprecated API calls
- Update Manifest
- Update LSL.java class
- Refactor to androidx libs
- Include debug and release signed builds
- Limit architectures (ABI) to x86, x86_64, armeabi-v7a, arm64-v8a
- Custom gradle task to copy jniLibs (.so) after building from source
- Lint code