Darkempire78 / OpenCalc

A simple and beautiful calculator for Android
GNU General Public License v3.0
869 stars 101 forks source link

Resizing of digits during calculation #285

Open Dragonfly-30 opened 1 year ago

Dragonfly-30 commented 1 year ago

So as the font used in opencalc is huge, so it is not possible to put so many numbers on the screen at the same time, which makes the numbers shift like this

https://github.com/Darkempire78/OpenCalc/assets/113085944/fc297f98-647b-4152-b97b-988fb9b689c9

I think a better approach can be this

https://github.com/Darkempire78/OpenCalc/assets/113085944/ea0e46a5-25e8-49a8-bf5d-744eb1ddcdbc

This isn't a huge issue or inconvenience but I think it will make the app look more refined. Thank you for your work.

Darkempire78 commented 1 year ago

it is planned, I will try to add this feature quickly depending on the complexity of implementation

Dragonfly-30 commented 1 year ago

Thank you, thank you very much😃

inson1 commented 1 year ago

Btw there needs to be minimum size also and I would set it on the size of result, that is on right now

Darkempire78 commented 1 year ago

Btw there needs to be minimum size also and I would set it on the size of result, that is on right know

I agree, btw I do not have a lot of time to implement that, espacially because it seems complicated to do

inson1 commented 1 year ago

@Darkempire78 Maybe take a look at Unitto implementation - https://github.com/sadellie/unitto

Darkempire78 commented 4 months ago

partially implemented