sadellie / unitto

😎 Superior Calculator and Converter for Android
https://sadellie.github.io/unitto
GNU General Public License v3.0
397 stars 35 forks source link

Clearing or continuing with the result after tapping = should depend on whether the next input is a digit or an operator #147

Closed kaoneko closed 8 months ago

kaoneko commented 10 months ago

Hi, thanks for your excellent app! There's one thing that's been bothering me since I started using it a few months ago, and I finally understand what it is.

After pressing = at the end of a calculation, most calculators will display the result and then:

All versions I've used up until Nadeshiko Pink always left the result. Then Olive Green always cleared the result (#117). Then Popstar introduced the setting Clear input so the user can choose between these two behaviors (99a91be8ca67b10d891d7e2bdb2b9cba578eb057).

Wouldn't the most logical behavior be the one that most (all?) calculators use, as described above?