Releases: MetaMask/metamask-android-sdk
Releases · MetaMask/metamask-android-sdk
0.5.3
What's Changed
- feature: track rpc method done by @elefantel in #111
- Bump version by @elefantel in #112
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- feature: rpc method event tracking by @elefantel in #104
- Add linear endpoint to infura by @elefantel in #105
- Remove goerli by @elefantel in #106
- Fix ecies lateinit causing crash by @elefantel in #107
- Improve logging on service connection by @elefantel in #108
- Release 0.5.2 by @elefantel in #109
- Fix JSONObject copyFrom argument type by @elefantel in #110
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Convenience functions by @elefantel in #96
- Add ethereum chain by @elefantel in #97
- Handle versions lower than TIRAMISU when checking for QA wallet version by @elefantel in #99
- Bump to version 0.5.1 by @elefantel in #103
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Cater for QA metamask wallet builds by @elefantel in #79
- Improve connect disconnect and clear session management by @elefantel in #80
- Improvements by @elefantel in #82
- tests: crypto and session tests by @elefantel in #69
- Add device info to Infura API headers by @elefantel in #87
- Coroutines support by @elefantel in #88
- Coroutine examples by @elefantel in #89
- Add selected address to dapp actions by @elefantel in #91
- Bump version by @elefantel in #92
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Add release icons for test dapp by @elefantel in #68
- feat: adds documentation link to issue opening section by @andreahaku in #70
- fix: Close response body onResponse by @elefantel in #72
- feature: Use infura api for read-only calls by @elefantel in #73
- feature: Create batch signing screen by @elefantel in #74
- Add screen for read only rpcs by @elefantel in #75
- Bump version to 0.4.0 by @elefantel in #76
- fix: Resend originator info after clearing session by @elefantel in #77
- fix: Improve session management by @elefantel in #78
New Contributors
- @andreahaku made their first contribution in #70
Full Changelog: 0.3.0...0.4.0
RPC Batching + Connect with Request
What's Changed
- Update readme by @alexandratran in #52
- feat: adds bug report tamplate and feature request description by @christopherferreira9 in #44
- fix: strict mode disk IO violations by @elefantel in #53
- feature: Connect and sign by @elefantel in #57
- feature: RPC chaining by @elefantel in #56
- feature: Connect with by @elefantel in #60
- feature: Add support for dapp icon in DappMetadata by @elefantel in #61
- Update README with Result sealed class by @elefantel in #62
- Update README with connect with methods by @elefantel in #64
- Improve batch rpc response handling by @elefantel in #65
- bump version by @elefantel in #66
New Contributors
- @alexandratran made their first contribution in #52
- @christopherferreira9 made their first contribution in #44
Full Changelog: 0.2.1...0.3.0
Model layer ethereum abstraction
- Introduce a pure model layer ethereum abstraction
- Selected account and active chainId management and improvements
MetaMask SDK for Android (Beta)
The MetaMask Android SDK enables developers to connect their native Android apps to the Ethereum blockchain via the MetaMask Mobile wallet, effectively enabling the creation of Android native decentralised applications (Dapps)