summaryrefslogtreecommitdiffstats
path: root/src/com/android/calculator2/CalculatorResult.java
Commit message (Expand)AuthorAgeFilesLines
* Check for decimal point after adding ellipsisHans Boehm2015-10-111-35/+35
* Evaluator.java and CalculatorExpr.java cleanupHans Boehm2015-10-091-6/+6
* Properly reserve display space for non-digitsHans Boehm2015-08-031-7/+21
* Support pasting of scientific notation numbersHans Boehm2015-07-091-3/+3
* Correct off-by-1 errors in display formatting code.Hans Boehm2015-06-231-133/+129
* Merge "Fix "with leading digits" display." into mnc-devHans Boehm2015-06-201-47/+62
|\
| * Fix "with leading digits" display.Hans Boehm2015-06-181-47/+62
* | Improve copy/paste menu appearanceHans Boehm2015-06-181-1/+33
|/
* Fix getShortString(), tune evaluation heuristics.Hans Boehm2015-06-091-2/+2
* Consistently avoid displaying trailing zeroesHans Boehm2015-06-081-48/+169
* Polish display and evaluate animationJustin Klaassen2015-05-291-53/+28
* Prevent scrolling of finite results.Hans Boehm2015-05-201-21/+68
* Reformat CalculatorResult.java to 100 columnsHans Boehm2015-05-131-108/+69
* Improve copy/paste handling, minor instant result fixesHans Boehm2015-05-131-5/+22
* Fix strings, stability bug, easy UI & correctness issuesHans Boehm2015-04-291-3/+5
* Restructure display formatting, use TextView for formula.Hans Boehm2015-04-281-5/+114
* Do not try to cache Paint.Hans Boehm2015-04-221-4/+3
* Fix result overlap, clear logic, display bugs, etc.Hans Boehm2015-04-201-0/+7
* Adopt Toolbar for overflow menuJustin Klaassen2015-04-171-0/+4
* Internationalize display again. Plus minor cleanups.Hans Boehm2015-04-151-13/+35
* Fix UI holes and bugs. Fix eval bugs.Hans Boehm2015-04-151-32/+147
* Beginnings of ExactCalculator based on LHans Boehm2015-03-061-0/+204