Skip to content

Releases: mvidaldp/LSL_RECORDER

1.16.2

13 Aug 16:41
Compare
Choose a tag to compare

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

20 Apr 16:14
Compare
Choose a tag to compare

Universal build of LSL Recorder for Android (x86, x86_64, armeabi-v7a, arm64-v8a)

Improvements:

  • Updated liblsl version (1.15.2 -> 1.16.0)
  • Debug version works again

1.15.2

22 Feb 14:44
Compare
Choose a tag to compare

Universal build of LSL Recorder for Android (x86, x86_64, armeabi-v7a, arm64-v8a)

Improvements:

  • Updated liblsl version (1.13 -> 1.15.2)
  • Debug version crashes due to liblsl 1.15.1-1.15.2 problem, release version works

1.0.1

03 Feb 18:10
Compare
Choose a tag to compare

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