summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "BoundedRational.java cleanup" into mnc-dr-devHans Boehm2015-10-101-129/+223
|\
| * BoundedRational.java cleanupHans Boehm2015-10-091-129/+223
* | Evaluator.java and CalculatorExpr.java cleanupHans Boehm2015-10-094-819/+939
|/
* Properly reserve display space for non-digitsHans Boehm2015-08-031-7/+21
* Avoid starting long uninterruptible computationsHans Boehm2015-07-212-14/+46
* More correctly pronounce advanced operators in TalkbackHans Boehm2015-07-204-30/+112
* Force reevaluation if mChangedValue is trueHans Boehm2015-07-141-8/+15
* Support pasting of scientific notation numbersHans Boehm2015-07-095-29/+150
* Merge "Have TalkBack announce results and formula changes" into mnc-devHans Boehm2015-07-082-3/+44
|\
| * Have TalkBack announce results and formula changesHans Boehm2015-07-072-3/+44
* | Always use "H" for formula text alignmentJustin Klaassen2015-07-011-17/+7
|/
* Reimplement overflow menu messages as DialogFragmentsHans Boehm2015-06-292-5/+62
* Make trailing operator handling consistent with LHans Boehm2015-06-262-24/+25
* Reflect conversion of CR to unchecked exceptionsHans Boehm2015-06-242-11/+8
* Merge "Improve logic for evaluation/animation interruption" into mnc-devHans Boehm2015-06-243-28/+66
|\
| * Improve logic for evaluation/animation interruptionHans Boehm2015-06-233-28/+66
* | Restore original scroll position on =Hans Boehm2015-06-241-2/+5
|/
* Merge "Correct off-by-1 errors in display formatting code." into mnc-devHans Boehm2015-06-231-133/+129
|\
| * Correct off-by-1 errors in display formatting code.Hans Boehm2015-06-231-133/+129
* | Persist radian/degree modeJustin Klaassen2015-06-221-3/+16
|/
* 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-182-2/+47
|/
* Rework the key insertion logicHans Boehm2015-06-183-29/+110
* Merge "Remove clickable flag from formula TextView" into mnc-devJustin Klaassen2015-06-182-81/+76
|\
| * Remove clickable flag from formula TextViewJustin Klaassen2015-06-182-81/+76
* | Fix digitsRequired() for negative denominatorsHans Boehm2015-06-131-1/+4
|/
* Improve logic for when to display instant resultHans Boehm2015-06-092-11/+17
* Fix getShortString(), tune evaluation heuristics.Hans Boehm2015-06-094-31/+103
* Merge "Consistently avoid displaying trailing zeroes" into mnc-devHans Boehm2015-06-093-80/+229
|\
| * Consistently avoid displaying trailing zeroesHans Boehm2015-06-083-80/+229
* | Prevent clicks through the visible padJustin Klaassen2015-06-081-2/+6
* | Update strings per UX reviewJustin Klaassen2015-06-051-14/+11
* | Limit interactions to only the current padJustin Klaassen2015-06-042-24/+52
|/
* Implement percent and new inverse functionsHans Boehm2015-06-025-25/+91
* Polish display and evaluate animationJustin Klaassen2015-05-295-182/+236
* Fix typo: invertable -> invertibleJustin Klaassen2015-05-281-12/+12
* Update advanced pad layoutJustin Klaassen2015-05-285-193/+122
* Improve evaluate-ahead heuristicHans Boehm2015-05-262-6/+19
* Reformat and update commentsHans Boehm2015-05-261-128/+178
* Merge "Use correct decimal separator in result." into mnc-devHans Boehm2015-05-221-9/+10
|\
| * Use correct decimal separator in result.Hans Boehm2015-05-201-9/+10
* | Prevent scrolling of finite results.Hans Boehm2015-05-203-51/+89
|/
* Handle placeholder characters during translationHans Boehm2015-05-182-19/+24
* Merge "Reformat CalculatorResult.java to 100 columns" into mnc-devHans Boehm2015-05-141-108/+69
|\
| * Reformat CalculatorResult.java to 100 columnsHans Boehm2015-05-131-108/+69
* | Merge "Improve copy/paste handling, minor instant result fixes" into mnc-devHans Boehm2015-05-144-13/+56
|\|
| * Improve copy/paste handling, minor instant result fixesHans Boehm2015-05-134-13/+56
* | Handle android.R.id.home clicks in Licenses activityJustin Klaassen2015-05-121-0/+10
|/
* Set mCurrentButton after keyboard =Hans Boehm2015-05-111-0/+1