Releases: MinterTeam/minter-android-core
Releases · MinterTeam/minter-android-core
0.4.0
0.2.3
Release notes
- Added
removeHttpInterceptor
toApiService
client, for easy http request mocking - Added
java.io.EOFException
as friend exception toNetworkException
. Also addedIOException
andIOError
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.Pair
with custom class. Android'sPair
usesjava.util.Objects
and it's not supported on android < 19 - Added checked
NativeLoadException
forMinterSDK.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.Builder
configuration 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