ligi

Results 373 issues of ligi

we can save the ERC681 string and reload to CreateTransactionActivity

enhancement :rocket:

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...

enhancement :rocket:

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...

https://fees.upvest.co/estimate_eth_fees

enhancement :rocket:

``` 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)...

bug :bug:

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...

enhancement :rocket:
Security :policeman:

currently it is saying that the addresses do not match - which is correct in the process - but might confuse users.

enhancement :rocket:

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. ![Selection_498](https://user-images.githubusercontent.com/111600/81523965-dd235080-934f-11ea-9a91-b3f91605ae10.png)

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...

bug