Releases: MinterTeam/minter-android-core
Releases · MinterTeam/minter-android-core
0.4.0
0.2.3
Release notes
- Added
removeHttpInterceptortoApiServiceclient, for easy http request mocking - Added
java.io.EOFExceptionas friend exception toNetworkException. Also addedIOExceptionandIOError
0.2.1
Release notes
- MinterHash fix, length can be more than 20 bytes
- Added ability to pass
byte[][]orbyte[]...toBytesData(to combine multiple arrays like from RecoverableSignature) - Added sha256 hash method to
BytesData
0.2.0
Release notes
- BREAKING CHANGES:
- Removed UriDeserializer
- Replaced
android.util.Pairwith custom class. Android'sPairusesjava.util.Objectsand it's not supported on android < 19 - Added checked
NativeLoadExceptionforMinterSDK.initialize()
- Reduced android dependencies usage
- Added random generate method to create random mnemonic (using native PCG random)
CallbackProvider<T>now deprecated. UseLazy<T>- Added
Retrofit.Builderconfiguration callback inApiService.Builder - Added unified logger: see
Mint - Added public SONAME and arrays of native lib file names
0.1.3
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
Release notes
- Added minter "check" bytes model
- More tests
0.1.1
Release notes
- readme additions
- target api 28