serso / android-calculatorpp

Android Calculator
421 stars 201 forks source link

Improve the History Copying #187

Open feinstein opened 6 years ago

feinstein commented 6 years ago

Right now, if we tap on any items on the history, the item's calculation is copied.

This is great, and allows us to tweak some values and make a calculation again, but sometimes it's too much information there, sometimes we just want the previous result.

In order to improve the history usage you could separate the calculation item on the top of the item, with one font color and size, and the calculation result on the bottom, with a bigger font and slightly different color. If the user taps the calculation sentence, the sentence is copied, just as it is right now. If the user taps on the result, the result is copied instead.

This would improve a lot the usage of the app, and I believe it should be really easy to implement.