-
-
Couldn't load subscription status.
- Fork 156
Fraction output v2 #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fraction output v2 #593
Conversation
# Conflicts: # app/src/main/java/com/darkempire78/opencalculator/MyPreferences.kt # app/src/main/java/com/darkempire78/opencalculator/activities/MainActivity.kt
# Conflicts: # app/src/main/java/com/darkempire78/opencalculator/MyPreferences.kt # app/src/main/java/com/darkempire78/opencalculator/activities/MainActivity.kt
|
The PR looks very good, i just see that:
|
|
@bmg1919 is it intentional to remove the "live calculation" ? |
Not originally no. I'm correcting it now. |
|
I found my error and found one or two others in the fraction function. At the present time, it only converts the final result to a fraction on pressing '='. On equals, it displays both decimal and fraction answers. |
|
I've now updated it so that fractions show in the live result. '=' now shows decimal value on top and fraction below. I kind of like having both results on screen but can attempt adjustment. |
New PR to replace #535