Skip to content

Releases: MinterTeam/minter-android-core

0.4.0

26 Aug 14:55
Compare
Choose a tag to compare
updated bip39 library, updated secp256k1 - fixed NPE after signing, t…

0.2.3

19 Feb 11:57
Compare
Choose a tag to compare

Release notes

  • Added removeHttpInterceptor to ApiService client, for easy http request mocking
  • Added java.io.EOFException as friend exception to NetworkException. Also added IOException and IOError

0.2.1

29 Nov 13:21
Compare
Choose a tag to compare

Release notes

  • MinterHash fix, length can be more than 20 bytes
  • Added ability to pass byte[][] or byte[]... to BytesData (to combine multiple arrays like from RecoverableSignature)
  • Added sha256 hash method to BytesData

0.2.0

29 Nov 13:22
Compare
Choose a tag to compare

Release notes

  • BREAKING CHANGES:
    • Removed UriDeserializer
    • Replaced android.util.Pair with custom class. Android's Pair uses java.util.Objects and it's not supported on android < 19
    • Added checked NativeLoadException for MinterSDK.initialize()
  • Reduced android dependencies usage
  • Added random generate method to create random mnemonic (using native PCG random)
  • CallbackProvider<T> now deprecated. Use Lazy<T>
  • Added Retrofit.Builder configuration callback in ApiService.Builder
  • Added unified logger: see Mint
  • Added public SONAME and arrays of native lib file names

0.1.3

29 Nov 13:22
Compare
Choose a tag to compare

Release notes

  • Added ability to create private key from mnemonic phrase directly
  • Added more constructors to private key
  • Moved tests from instrumentation to unit (now, native lib required to be installed in system)

0.1.2

29 Nov 13:22
Compare
Choose a tag to compare

Release notes

  • Added minter "check" bytes model
  • More tests

0.1.1

29 Aug 15:58
Compare
Choose a tag to compare

Release notes

  • readme additions
  • target api 28