Skip to content

Releases: iotaledger/wallet.rs

nodejs-binding-v1.0.13: apply version updates (#907)

09 Mar 15:43
af8b712
Compare
Choose a tag to compare

nodejs-binding-v1.0.12: apply version updates (#875)

18 Feb 12:23
53d0fe2
Compare
Choose a tag to compare

nodejs-binding-v1.0.11: apply version updates (#870)

05 Feb 14:50
253d990
Compare
Choose a tag to compare

nodejs-binding-v1.0.10: apply version updates (#861)

20 Jan 19:16
fadc93f
Compare
Choose a tag to compare

nodejs-binding-v1.0.9: apply version updates (#854)

10 Jan 13:41
0bb36a6
Compare
Choose a tag to compare

nodejs-binding-v1.0.8: apply version updates (#852)

05 Jan 13:05
ea5e87f
Compare
Choose a tag to compare

nodejs-binding-v1.0.7: apply version updates (#849)

30 Dec 13:40
c79da39
Compare
Choose a tag to compare

nodejs-binding-v1.0.6: apply version updates (#844)

27 Dec 17:25
d8bdc3b
Compare
Choose a tag to compare

java bindings - Android export files

09 Dec 20:16
35828b8
Compare
Choose a tag to compare
Pre-release

This is a pre-release for Wallet.rs Java Android bindings.
Based on the currently open PR #782
Commit hash: b1ce2e836373f9ad95a8841f25861a8e17d21669

Install the attached files so that you achieve the following directory structure: (extract the jniLibs.zip into root_app/src/main/)

root_app/src/main/
  libs/
    native.jar
  jniLibs/
    arm64-v8a/
      libc++_shared.so
      libiota_wallet_java.so
    armeabi-v7a/
      libc++_shared.so
      TEMP_UNAVAILABLE_DUE_TO_ROCKSDB.txt
    x86/
      libc++_shared.so
      libiota_wallet_java.so
    x86_64/
      libc++_shared.so
      libiota_wallet_java.so

Then using Android Studio, add the native.jar to your project by right clicking -> Add As Library... -> Select your Android app Module and press OK.
Alternatively, add the jar to your build.gradle dependencies section using for example: implementation files('src\\main\\libs\\native.jar')

When trying to build the android-app example in the repository, comment out all the archTriplets inside wallet.rs/bindings/java/examples/android-app/build.gradle. (Otherwise you will try to regenerate the .so file)s

SHA256 of jniLibs.zip: 5acc55e3694b9121cb163def03cb423df41986a0498ce75bf3e3d886eefbddd4
SHA256 of native.jar: 4de55507874e40d26cb67c1fd7fa95ed986dd954ed9d4c85b20284ce0f993435
Files generated using Android NDK 21.1.6352462

Disclaimer:
ARM 32 bit devies are currently not supported due to RocksDb not cross compiling for this target (This is a wallet.rs dependency)

nodejs-binding-v1.0.5: apply version updates (#827)

04 Dec 11:25
699a7f6
Compare
Choose a tag to compare