Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
203 stars 17 forks source link

Volume conversion fails from units like Tablespoons(US), Teaspoons(UK) - Possible issue from 1.0.6 #52

Closed Andoriax closed 1 year ago

Andoriax commented 1 year ago

The conversion will not automatically compute, nor upon confirmation of the entry and selection via the bottom [Enter] button.

Further irony, the results field (the second measurement field) oddly seems to request manual insertion of the answer — as the cursor continues to bat it it's eye in hopes for an entry.

Congratulations on the UI, though.

IMG_20230407_100854

Yet-Zio commented 1 year ago

Hello @Andoriax, yes volume conversion does fail while converting to or from units like teaspoons and tablespoons since 1.0.6 after I fixed another issue regarding cups, quarts, etc and I did not get the time to review all the units of every section at that time.

Further irony, the results field (the second measurement field) oddly seems to request manual insertion of the answer — as the cursor continues to bat it it's eye in hopes for an entry.

First thing, you can convert to and from either of those fields and that means it accepts an input. It does not request or force you to write the answer or so, that's your choice. When it fails, ofcourse it won't show any result or would be wrong.

Well, thanks for the report. I will be working on it when I get time and by the way the next time you create an issue, please provide an accurate title and description with some deceny.

Andoriax commented 1 year ago

You're on it! My apologies, and will do!

Yet-Zio commented 1 year ago

Fixed as of #53