| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Polish display and evaluate animation | Justin Klaassen | 2015-05-29 | 5 | -182/+236 |
| * | Fix typo: invertable -> invertible | Justin Klaassen | 2015-05-28 | 1 | -12/+12 |
| * | Update advanced pad layout | Justin Klaassen | 2015-05-28 | 5 | -193/+122 |
| * | Improve evaluate-ahead heuristic | Hans Boehm | 2015-05-26 | 2 | -6/+19 |
| * | Reformat and update comments | Hans Boehm | 2015-05-26 | 1 | -128/+178 |
| * | Merge "Use correct decimal separator in result." into mnc-dev | Hans Boehm | 2015-05-22 | 1 | -9/+10 |
| |\ |
|
| | * | Use correct decimal separator in result. | Hans Boehm | 2015-05-20 | 1 | -9/+10 |
| * | | Prevent scrolling of finite results. | Hans Boehm | 2015-05-20 | 3 | -51/+89 |
| |/ |
|
| * | Handle placeholder characters during translation | Hans Boehm | 2015-05-18 | 2 | -19/+24 |
| * | Merge "Reformat CalculatorResult.java to 100 columns" into mnc-dev | Hans Boehm | 2015-05-14 | 1 | -108/+69 |
| |\ |
|
| | * | Reformat CalculatorResult.java to 100 columns | Hans Boehm | 2015-05-13 | 1 | -108/+69 |
| * | | Merge "Improve copy/paste handling, minor instant result fixes" into mnc-dev | Hans Boehm | 2015-05-14 | 4 | -13/+56 |
| |\| |
|
| | * | Improve copy/paste handling, minor instant result fixes | Hans Boehm | 2015-05-13 | 4 | -13/+56 |
| * | | Handle android.R.id.home clicks in Licenses activity | Justin Klaassen | 2015-05-12 | 1 | -0/+10 |
| |/ |
|
| * | Set mCurrentButton after keyboard = | Hans Boehm | 2015-05-11 | 1 | -0/+1 |
| * | Fix CHAR_LIMIT for strings | Justin Klaassen | 2015-05-07 | 1 | -9/+10 |
| * | Cleanup options menu and licenses UI | Justin Klaassen | 2015-05-05 | 2 | -45/+37 |
| * | Fix paste bug | Hans Boehm | 2015-05-01 | 1 | -0/+1 |
| * | Fix timeout, cancellation and instant display logic | Hans Boehm | 2015-05-01 | 4 | -112/+225 |
| * | Fix strings, stability bug, easy UI & correctness issues | Hans Boehm | 2015-04-29 | 6 | -31/+70 |
| * | Restructure display formatting, use TextView for formula. | Hans Boehm | 2015-04-28 | 6 | -161/+199 |
| * | Fix decimal log(), rename positive_den() | Hans Boehm | 2015-04-23 | 1 | -10/+11 |
| * | Do not try to cache Paint. | Hans Boehm | 2015-04-22 | 1 | -4/+3 |
| * | Fix result overlap, clear logic, display bugs, etc. | Hans Boehm | 2015-04-20 | 3 | -9/+29 |
| * | Fix scrolling in formula window | Hans Boehm | 2015-04-17 | 1 | -12/+7 |
| * | Adopt Toolbar for overflow menu | Justin Klaassen | 2015-04-17 | 2 | -37/+43 |
| * | Internationalize display again. Plus minor cleanups. | Hans Boehm | 2015-04-15 | 6 | -63/+162 |
| * | Fix UI holes and bugs. Fix eval bugs. | Hans Boehm | 2015-04-15 | 7 | -210/+691 |
| * | Add degree/radian mode, improve button layout | Hans Boehm | 2015-04-08 | 3 | -11/+53 |
| * | Add tests, fix BoundedRational bugs | Hans Boehm | 2015-04-07 | 1 | -3/+7 |
| * | Add BoundedRational evaluation | Hans Boehm | 2015-03-10 | 3 | -125/+635 |
| * | Beginnings of ExactCalculator based on L | Hans Boehm | 2015-03-06 | 9 | -367/+2352 |
| * | Add reveal view to overlay before creating animator | Justin Klaassen | 2014-08-28 | 1 | -9/+6 |
| * | Improve hardware keyboard support | Justin Klaassen | 2014-08-27 | 2 | -6/+19 |
| * | Fix NPE resulting from invalid instance state | Justin Klaassen | 2014-08-26 | 1 | -3/+8 |
| * | Add basic support to handle hardware keyboard | Budi Kusmiantoro | 2014-08-12 | 2 | -11/+55 |
| * | Preserve/restore calculator instance state | Justin Klaassen | 2014-08-07 | 5 | -72/+69 |
| * | Rename CalculatorActivity back to Calculator | Justin Klaassen | 2014-06-27 | 1 | -4/+4 |
| * | Use elevation for dynamic shadows | Justin Klaassen | 2014-06-20 | 1 | -1/+1 |
| * | Increase number of rounding digits | Justin Klaassen | 2014-06-19 | 1 | -1/+1 |
| * | Use setStatusBarColor API | Justin Klaassen | 2014-06-19 | 1 | -15/+15 |
| * | Reveal animation on error | Justin Klaassen | 2014-06-12 | 1 | -39/+68 |
| * | Slow down text scale animation | Justin Klaassen | 2014-06-11 | 1 | -1/+1 |
| * | Pressing = twice shouldn't clear the calculation result | Justin Klaassen | 2014-06-11 | 1 | -3/+1 |
| * | Preserve edited state across screen rotation | Justin Klaassen | 2014-06-11 | 4 | -30/+34 |
| * | Disable remaining visible number keys when advanced panel is shown | Justin Klaassen | 2014-06-11 | 1 | -7/+30 |
| * | Merge "Provide animation when auto-scaling the font-size" into lmp-preview-dev | Justin Klaassen | 2014-06-10 | 2 | -1/+53 |
| |\ |
|
| | * | Provide animation when auto-scaling the font-size | Justin Klaassen | 2014-06-10 | 2 | -1/+53 |
| * | | Back button should hide advanced pad | Justin Klaassen | 2014-06-09 | 1 | -0/+17 |
| * | | API Review: update the createRevealAnimator to the new API design | ztenghui | 2014-06-05 | 1 | -2/+4 |
| |/ |
|