summaryrefslogtreecommitdiffstats
path: root/src/com/android/calculator2/Calculator.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Cleanup of timeout handling and message" into mnc-dr-devHans Boehm2015-10-111-3/+14
|\
| * Cleanup of timeout handling and messageHans Boehm2015-10-111-3/+14
* | Implicitly clear on incomplete keyboard inputHans Boehm2015-10-111-7/+19
|/
* Merge "Announce when formula has been completely deleted." into mnc-dr-devHans Boehm2015-10-111-4/+9
|\
| * Announce when formula has been completely deleted.Hans Boehm2015-10-091-4/+9
* | Evaluator.java and CalculatorExpr.java cleanupHans Boehm2015-10-091-1/+1
|/
* More correctly pronounce advanced operators in TalkbackHans Boehm2015-07-201-14/+13
* Support pasting of scientific notation numbersHans Boehm2015-07-091-1/+25
* Have TalkBack announce results and formula changesHans Boehm2015-07-071-3/+11
* Reimplement overflow menu messages as DialogFragmentsHans Boehm2015-06-291-5/+1
* Improve logic for evaluation/animation interruptionHans Boehm2015-06-231-18/+43
* Rework the key insertion logicHans Boehm2015-06-181-13/+35
* Remove clickable flag from formula TextViewJustin Klaassen2015-06-181-15/+17
* Merge "Consistently avoid displaying trailing zeroes" into mnc-devHans Boehm2015-06-091-2/+3
|\
| * Consistently avoid displaying trailing zeroesHans Boehm2015-06-081-2/+3
* | Limit interactions to only the current padJustin Klaassen2015-06-041-1/+13
|/
* Implement percent and new inverse functionsHans Boehm2015-06-021-2/+8
* Polish display and evaluate animationJustin Klaassen2015-05-291-81/+86
* Fix typo: invertable -> invertibleJustin Klaassen2015-05-281-12/+12
* Update advanced pad layoutJustin Klaassen2015-05-281-16/+75
* Prevent scrolling of finite results.Hans Boehm2015-05-201-26/+16
* Improve copy/paste handling, minor instant result fixesHans Boehm2015-05-131-7/+22
* Set mCurrentButton after keyboard =Hans Boehm2015-05-111-0/+1
* Cleanup options menu and licenses UIJustin Klaassen2015-05-051-45/+17
* Fix timeout, cancellation and instant display logicHans Boehm2015-05-011-7/+14
* Fix strings, stability bug, easy UI & correctness issuesHans Boehm2015-04-291-18/+18
* Restructure display formatting, use TextView for formula.Hans Boehm2015-04-281-17/+17
* Fix result overlap, clear logic, display bugs, etc.Hans Boehm2015-04-201-6/+12
* Adopt Toolbar for overflow menuJustin Klaassen2015-04-171-37/+39
* Internationalize display again. Plus minor cleanups.Hans Boehm2015-04-151-5/+12
* Fix UI holes and bugs. Fix eval bugs.Hans Boehm2015-04-151-128/+230
* Add degree/radian mode, improve button layoutHans Boehm2015-04-081-0/+35
* Beginnings of ExactCalculator based on LHans Boehm2015-03-061-126/+368
* Add reveal view to overlay before creating animatorJustin Klaassen2014-08-281-9/+6
* Improve hardware keyboard supportJustin Klaassen2014-08-271-3/+0
* Fix NPE resulting from invalid instance stateJustin Klaassen2014-08-261-3/+8
* Add basic support to handle hardware keyboardBudi Kusmiantoro2014-08-121-10/+51
* Preserve/restore calculator instance stateJustin Klaassen2014-08-071-22/+43
* Rename CalculatorActivity back to CalculatorJustin Klaassen2014-06-271-0/+402
* Overhaul Calculator UI.Justin Klaassen2014-05-281-134/+0
* Clean up tablet layouts in CalculatorAlan Viverette2014-03-101-0/+3
* Clean up calculatorAlan Viverette2014-03-071-84/+27
* Rename calculator back to CalculatorAlan Viverette2014-03-051-2/+11
* Quantum of CalculatorAlan Viverette2014-03-031-174/+16
* Add drag-to-open to Calculator's overflow menu buttonAlan Viverette2013-09-241-0/+1
* Smooth scroll to advanced/ basic.Mindy Pereira2012-05-181-2/+2
* Do null checks.Mindy Pereira2012-05-031-3/+4
* Fix back behavior/ switching to advanced.Mindy Pereira2011-09-141-6/+6
* Convert calculator to use ViewPager for multi-page layouts.Adam Powell2011-09-131-61/+122
* Clear the calculator display when clearing the history.Mindy Pereira2011-08-231-0/+1