Releases: niltonvasques/mathjs-android
Releases · niltonvasques/mathjs-android
Catch Duktape Exceptions
CHANGELOG
- Catch duktape exceptions
- Add code coverage
- Remove thread utils
- Add coverage badge
Replace webview by DukTape javascript native interpreter
CHANGELOG
- Using a native lightweight javascript interpreter with DukTape lib
- MathJS.eval() evaluate expressiosn synchronously.
- Add MathJS.asyncEval() to evaluate expressions asynchronously.
- Refactor tests and add more specs
- Update readme with sync eval and more examples
- Add conversion, determinants and complex numbers tests cases
Force evaluateJavascript on UI Thread
CHANGELOG
- Force evaluateJavascript on UI Thread
Add destroy and javadoc
CHANGELOG
- Add math.destroy() to deallocate webview resources used by library.
- Add javadoc do public methods.
- Rename tests classes