Merge branch 'ExprEval' into 'master'

ExprEval - Updated build tools to fix crash on old Android versions

See merge request !1958
This commit is contained in:
Boris Kraut 2017-01-16 22:54:49 +00:00
commit c872a74444

View file

@ -17,6 +17,12 @@ Application that solves math expressions. Main features:
* (Android 6.0+ only) can evaluate expressions from text selection in any application (ACTION_PROCESS_TEXT intent). * (Android 6.0+ only) can evaluate expressions from text selection in any application (ACTION_PROCESS_TEXT intent).
* Fully localizable - actually includes English and Italian, you can contribute yor translation with a pull request on GitHub. * Fully localizable - actually includes English and Italian, you can contribute yor translation with a pull request on GitHub.
Changelog:
* 1.2: updated build tools to fix crash on some Android versions.
* 1.1: added localization support and Italian translation; added ACTION_PROCESS_TEXT intent filter.
* 1.0: Initial version.
This application is based on [https://github.com/gianluca-nitti/java-expr-eval This application is based on [https://github.com/gianluca-nitti/java-expr-eval
this] open source (MIT licensed) library. this] open source (MIT licensed) library.
. .
@ -34,7 +40,12 @@ Build:1.1,2
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.2,3
commit=v1.2
subdir=app
gradle=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1 Current Version:1.2
Current Version Code:2 Current Version Code:3