serso / android-calculatorpp

Android Calculator
421 stars 201 forks source link

Add option to auto-clear on cold and warm app starts #223

Open PhrozenByte opened 5 months ago

PhrozenByte commented 5 months ago

First of all: Great app, thank you ❤️

Currently Calculator++ (as of version 2.3.3) always starts with the previous input and calculation result, requiring one to manually clear (C) the calculator before entering a new formula. This annoys me a little.

Thus I want to suggest adding an option to auto-clear the previous input when starting the app. This should be limited to cold and warm app starts, i.e. not include hot starts (i.e. when Calculator++ is still in memory, it shouldn't auto-clear, otherwise it should). If one needs to access the previous calculation, one can use the history feature. The default behavior could remain unchanged (i.e. opt-in).