summaryrefslogtreecommitdiffstats
path: root/src/com/android/calculator2/Evaluator.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of timeout handling and messageHans Boehm2015-10-111-33/+70
* Address FIXME comments from previous cleanup CLHans Boehm2015-10-101-55/+63
* Evaluator.java and CalculatorExpr.java cleanupHans Boehm2015-10-091-505/+537
* Avoid starting long uninterruptible computationsHans Boehm2015-07-211-14/+35
* Force reevaluation if mChangedValue is trueHans Boehm2015-07-141-8/+15
* Support pasting of scientific notation numbersHans Boehm2015-07-091-2/+53
* Make trailing operator handling consistent with LHans Boehm2015-06-261-6/+4
* Reflect conversion of CR to unchecked exceptionsHans Boehm2015-06-241-7/+5
* Merge "Improve logic for evaluation/animation interruption" into mnc-devHans Boehm2015-06-241-10/+20
|\
| * Improve logic for evaluation/animation interruptionHans Boehm2015-06-231-10/+20
* | Restore original scroll position on =Hans Boehm2015-06-241-2/+5
|/
* Persist radian/degree modeJustin Klaassen2015-06-221-3/+16
* Improve logic for when to display instant resultHans Boehm2015-06-091-6/+7
* Fix getShortString(), tune evaluation heuristics.Hans Boehm2015-06-091-26/+98
* Merge "Consistently avoid displaying trailing zeroes" into mnc-devHans Boehm2015-06-091-30/+57
|\
| * Consistently avoid displaying trailing zeroesHans Boehm2015-06-081-30/+57
* | Update strings per UX reviewJustin Klaassen2015-06-051-14/+11
|/
* Implement percent and new inverse functionsHans Boehm2015-06-021-4/+20
* Polish display and evaluate animationJustin Klaassen2015-05-291-10/+15
* Update advanced pad layoutJustin Klaassen2015-05-281-12/+2
* Improve evaluate-ahead heuristicHans Boehm2015-05-261-5/+18
* Prevent scrolling of finite results.Hans Boehm2015-05-201-4/+5
* Handle placeholder characters during translationHans Boehm2015-05-181-10/+1
* Improve copy/paste handling, minor instant result fixesHans Boehm2015-05-131-0/+1
* Fix CHAR_LIMIT for stringsJustin Klaassen2015-05-071-9/+10
* Fix paste bugHans Boehm2015-05-011-0/+1
* Fix timeout, cancellation and instant display logicHans Boehm2015-05-011-57/+105
* Fix strings, stability bug, easy UI & correctness issuesHans Boehm2015-04-291-1/+4
* Restructure display formatting, use TextView for formula.Hans Boehm2015-04-281-102/+44
* Fix result overlap, clear logic, display bugs, etc.Hans Boehm2015-04-201-3/+10
* Internationalize display again. Plus minor cleanups.Hans Boehm2015-04-151-10/+15
* Fix UI holes and bugs. Fix eval bugs.Hans Boehm2015-04-151-20/+101
* Add degree/radian mode, improve button layoutHans Boehm2015-04-081-4/+5
* Add BoundedRational evaluationHans Boehm2015-03-101-16/+34
* Beginnings of ExactCalculator based on LHans Boehm2015-03-061-0/+768