Releases: BananoCoin/kalium-android-wallet
Kalium v1.1.0
The 1.1.0 release of Kalium release brings the following new features
-
Transfer the funds from a paper wallet to your Kalium wallet. New feature that allows you to scan a QR code that contains a Banano seed or private key, and transfer the BANANO from it in to your personal Kalium wallet.
-
Better URI support. Kalium supports deep links and QR codes in the following format:
ban:address<?amount=raw>
. For example, to send 10 BANANO toban_1ka1ium4pfue3uxtntqsrib8mumxgazsjf58gidh1xeo5te3whsq8z476goo
you can use the URI:ban:ban_1ka1ium4pfue3uxtntqsrib8mumxgazsjf58gidh1xeo5te3whsq8z476goo?amount=1000000000000000000000000000000
. Amount is in raw and optional, address is required.
And the following bug fixes:
-
Fix double websocket connection requests when initially launching the app. When launching the app previously, there would be two attempts to initialize the websocket client and would lead to multiple subscription requests.
-
If websocket become disconnected for any reason (such as when launching the QR code scanner activity), requests sent during that time would never be sent to the server. This was fixed in v1.1.0