summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix CHAR_LIMIT for stringsJustin Klaassen2015-05-071-9/+10
* Cleanup options menu and licenses UIJustin Klaassen2015-05-052-45/+37
* Fix paste bugHans Boehm2015-05-011-0/+1
* Fix timeout, cancellation and instant display logicHans Boehm2015-05-014-112/+225
* Fix strings, stability bug, easy UI & correctness issuesHans Boehm2015-04-296-31/+70
* Restructure display formatting, use TextView for formula.Hans Boehm2015-04-286-161/+199
* Fix decimal log(), rename positive_den()Hans Boehm2015-04-231-10/+11
* Do not try to cache Paint.Hans Boehm2015-04-221-4/+3
* Fix result overlap, clear logic, display bugs, etc.Hans Boehm2015-04-203-9/+29
* Fix scrolling in formula windowHans Boehm2015-04-171-12/+7
* Adopt Toolbar for overflow menuJustin Klaassen2015-04-172-37/+43
* Internationalize display again. Plus minor cleanups.Hans Boehm2015-04-156-63/+162
* Fix UI holes and bugs. Fix eval bugs.Hans Boehm2015-04-157-210/+691
* Add degree/radian mode, improve button layoutHans Boehm2015-04-083-11/+53
* Add tests, fix BoundedRational bugsHans Boehm2015-04-071-3/+7
* Add BoundedRational evaluationHans Boehm2015-03-103-125/+635
* Beginnings of ExactCalculator based on LHans Boehm2015-03-069-367/+2352
* Add reveal view to overlay before creating animatorJustin Klaassen2014-08-281-9/+6
* Improve hardware keyboard supportJustin Klaassen2014-08-272-6/+19
* Fix NPE resulting from invalid instance stateJustin Klaassen2014-08-261-3/+8
* Add basic support to handle hardware keyboardBudi Kusmiantoro2014-08-122-11/+55
* Preserve/restore calculator instance stateJustin Klaassen2014-08-075-72/+69
* Rename CalculatorActivity back to CalculatorJustin Klaassen2014-06-271-4/+4
* Use elevation for dynamic shadowsJustin Klaassen2014-06-201-1/+1
* Increase number of rounding digitsJustin Klaassen2014-06-191-1/+1
* Use setStatusBarColor APIJustin Klaassen2014-06-191-15/+15
* Reveal animation on errorJustin Klaassen2014-06-121-39/+68
* Slow down text scale animationJustin Klaassen2014-06-111-1/+1
* Pressing = twice shouldn't clear the calculation resultJustin Klaassen2014-06-111-3/+1
* Preserve edited state across screen rotationJustin Klaassen2014-06-114-30/+34
* Disable remaining visible number keys when advanced panel is shownJustin Klaassen2014-06-111-7/+30
* Merge "Provide animation when auto-scaling the font-size" into lmp-preview-devJustin Klaassen2014-06-102-1/+53
|\
| * Provide animation when auto-scaling the font-sizeJustin Klaassen2014-06-102-1/+53
* | Back button should hide advanced padJustin Klaassen2014-06-091-0/+17
* | API Review: update the createRevealAnimator to the new API designztenghui2014-06-051-2/+4
|/