ligi
ligi
we can save the ERC681 string and reload to CreateTransactionActivity
currently we use the two arrows. But some people There should be a setting "send/receive" with the options [ ] buttons or [ ] arrows. Perhaps even make the buttons...
via email ``` java.lang.IllegalArgumentException: getPasswordForAccountType() must be called for ACCOUNT_TYPE_PIN_PROTECTED, ACCOUNT_TYPE_PASSWORD_PROTECTED or ACCOUNT_TYPE_BURNER at org.walleth.util.security.PasswordProviderKt.getPasswordForAccountType(PasswordProvider.kt:25) at org.walleth.accounts.ExportKeyActivity$onCreate$1.invokeSuspend(ExportKeyActivity.kt:63) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:226) at android.app.ActivityThread.main(ActivityThread.java:7212) at...
``` file: /data/user/0/org.walleth/files/0.48.3-1587319481101.tracedroid Android Version: 9 Phone Model: CPH1823 TraceDroid Version: 1.1 TraceDroid extra: Stacktrace: java.lang.NumberFormatException: Invalid BigInteger: at java.math.BigInt.invalidBigInteger(BigInt.java:88) at java.math.BigInt.checkString(BigInt.java:136) at java.math.BigInt.putDecString(BigInt.java:92) at java.math.BigInteger.(BigInteger.java:217) at org.walleth.transactions.CreateTransactionActivity.asBigInteger(CreateTransactionActivity.kt:568) at org.walleth.transactions.CreateTransactionActivity.calculateGasCost(CreateTransactionActivity.kt:470)...
before onDevice passphrase was a setting and communicated in the features. Now it seems that the user can always select and there is no such setting anymore. We need to...
currently it is saying that the addresses do not match - which is correct in the process - but might confuse users.
When I am buying a ticket for an event in a different timezone the date in the message "Please complete your payment before XXXX" should be in the timezone of...
Forwarding a suggestion I got in QA for an event. I think this makes sense - especially the consistency of E-Mail vs E-Mail address. 
currently plain http is used: https://github.com/manuelsc/Lunary-Ethereum-Wallet/blob/da97ec6329a92d86befebd1d9d5f0efb645b2bbe/app/src/main/java/rehanced/com/simpleetherwallet/network/EtherscanAPI.java#L169 I think I know why you do it: https://github.com/walleth/walleth/issues/134 But on some devices https works so perhaps http should be a fallback and not...