I leave my credit card stored with some places, but I specifically don’t leave it on steam just to add a speed bump for me to avoid buying a game unless I really want it. I tend to add games to my wish list, then sort of impulse buy if they go on sale for really cheap, or remove them later if I’ve decided I’ll never get around to playing them.
I’m not too worried about security, worst case I can get a new credit card number. But it seems like steam and other online retailers are pretty good about not leaking your credit card number.
Hi! I'm glad you like it. I've finally gotten around to implementing some of the feature requests, and I added support for omitting the leading zero on decimals (e.g.
.6
instead of0.6
). I think I also addressed what @[email protected] was referring to, if you press add/subtraction/multiplication/division/exponent as the first button, it will automatically addans
, which is the result of the previous expression. But this meant I had to add a separate button for a negative sign, otherwise you could never type e.g. "-1", it would always be "ans-1". This is how a physical calculator worked that I used in school, but I'm interested in feedback from you/others.You can try the latest dev branch of the web version here: https://alexbarry.net/dev/calc/2025-01-12/
(code in the
dev
branch of the github repo).I put off working on the calculator for a while because I didn't know many people were using it. The Google Play version barely has any users, and I can't tell how many people are actually using the F-Droid version.
Anyway I want to test it for a week or so, then I'll probably update the github pages and F-Droid versions.