Skip to content

EricTerrell/EBTCalc.Android

Repository files navigation

EBTCalc for Android

EBTCalc is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc is open source.

Copyright

EBTCalc for Android © Copyright 2020, Eric Bergman-Terrell

Screenshots

EBTCalc Screenshot

EBTCalc Screenshot

Links

Desktop Version

A version of EBTCalc for Windows and Linux is also available.

How to Build

  1. Load in Android Studio
  2. Run!

Note: This app uses the Mozilla Rhino Javascript engine. The "app/libs/js.jar" file is the Rhino 1.7.7 Javascript engine. You will probably not want to use a more recent version as later versions were not supported by Android.

Rhino

This app uses the Rhino Javascript engine. To update, copy the latest .jar to app\libs. Then update the dependency (File / Project Structure / Dependencies).

Javascript Compatibility

See this page to determine the level of ES2015 support.

License

GPL3

Feedback

Please submit your feedback to [email protected].