This release makes several improvements to the primary calculations interface:
- Errors in expression parsing or evaluation are now shown in the results output
- Floating point numbers are now rounded to lesser precision for display in the results output (#2)
- User-customized keyboard keys are no longer force-uppercased (due to a quirk in Android button text transformations)
- The input field now accepts "debug mode" inputs that should facilitate the debugging of issues like #8
Behind the scenes:
- We are now targetting newer SDK versions
- All support libraries have been updated to the latest versions
math.js
has been updated to the latest versionmath.js
retrieval code has been refactored to reduce unnecessary resource consumption during development/building