summaryrefslogtreecommitdiffstats
path: root/src/com/android/calculator2/CalculatorExpr.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Generalize % operator: Handle 100+10% as expected" into mnc-dr-devHans Boehm2015-10-111-9/+71
|\
| * Generalize % operator: Handle 100+10% as expectedHans Boehm2015-10-111-9/+71
* | Don't evaluate a lone decimal point to zeroHans Boehm2015-10-111-4/+11
|/
* Evaluator.java and CalculatorExpr.java cleanupHans Boehm2015-10-091-307/+395
* More correctly pronounce advanced operators in TalkbackHans Boehm2015-07-201-12/+33
* Support pasting of scientific notation numbersHans Boehm2015-07-091-22/+63
* Make trailing operator handling consistent with LHans Boehm2015-06-261-18/+21
* Rework the key insertion logicHans Boehm2015-06-181-16/+40
* Improve logic for when to display instant resultHans Boehm2015-06-091-5/+10
* Fix getShortString(), tune evaluation heuristics.Hans Boehm2015-06-091-2/+2
* Implement percent and new inverse functionsHans Boehm2015-06-021-13/+43
* Update advanced pad layoutJustin Klaassen2015-05-281-4/+1
* Improve evaluate-ahead heuristicHans Boehm2015-05-261-1/+1
* Fix timeout, cancellation and instant display logicHans Boehm2015-05-011-48/+99
* Fix strings, stability bug, easy UI & correctness issuesHans Boehm2015-04-291-7/+35
* Restructure display formatting, use TextView for formula.Hans Boehm2015-04-281-9/+9
* Internationalize display again. Plus minor cleanups.Hans Boehm2015-04-151-9/+9
* Fix UI holes and bugs. Fix eval bugs.Hans Boehm2015-04-151-11/+31
* Add BoundedRational evaluationHans Boehm2015-03-101-109/+113
* Beginnings of ExactCalculator based on LHans Boehm2015-03-061-0/+826