YetCalc Versions Save

Yet another calculator designed and developed for Android

1.1.4

1 month ago

Enhancements

  • Added monochromatic/themed icon support for Android 13 and above.

  • History button now available in views directly for easy access.

1.1.3

1 month ago

Fixes:

1.1.2

2 months ago

Bug Fixes

  • Fixed a UI freezing issue caused by history reading whenever the equal to button was clicked.

Enhancements

  • From now on, results will be left aligned in calculator component for easier reading. Can be turned off from settings.

  • Results are now sorted in descending order by default in history.

1.1.1

6 months ago

Bug Fixes

  • Fixed an issue that caused programmer mode to crash on input larger than the maximum 32-bit signed integer.

Enhancements

  • Date format options for the currency converter tab and history view are available in settings.

  • Selectable text in programmer mode. Now you can copy and share your results!

1.1.0

7 months ago

Changes ———————————————

1.0.9

9 months ago

Enhancements

  • Support for the system theme, and from now on, yetCalc shall use the 'System' theme as its default theme. You can still select the dark or light theme regardless.

  • Symbols or abbreviations for units in converter mode.

1.0.8

1 year ago

Bug Fixes

  • Fixed an issue that caused any boolean operator to disappear from history string in programmer mode.

  • Fixed a scaling issue when converting to or from Tablespoons(US/UK), Teaspoons(US/UK), etc on volume section of converter mode.

  • Fixed an issue that prevented the app from showing the app icon on devices that do not support the adaptive and legacy icons generated by Android Studio.

1.0.7

1 year ago

Bug Fixes

  • Fixed inaccurate results when selecting 'Bubnoff unit' in speed section of Unit Converter.

  • Fixed an issue in Programmer mode that caused an operator to disappear in history but the operation to remain.

Enhancements

  • Now you can long press the delete button to clear all digits.

1.0.6

1 year ago

Just a small update :)

Bug Fixes

  • Fixed inaccurate results in volume section of unit converter over Cups(US), Cups(UK), Teaspoons, Tablespoons, Fluid Ounces, etc. Other units might have similar issues as well.

Enhancements

  • Added furlongs to length section in Unit Converter

1.0.5

1 year ago

Bug Fixes

  • Fixed an app crash when attempting to divide by zero in programmer mode.
  • Converter now converts feet to inches and vice versa correctly.
  • Converter now allows negative values on all sections(tabs) except currency.

Enhancements

  • A setting to enable/disable Canonical Rounding has been added. Canonical Rounding solves issues like 0.1 + 0.2 giving invalid results. It is disabled by default. Enabling this might cause problems with calculations including really small numbers.