summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Expand)AuthorAgeFilesLines
* Smooth scroll to advanced/ basic.Mindy Pereira2012-05-181-2/+2
* Merge "Translate the rest of the math functions." into jb-devMindy Pereira2012-05-031-0/+3
|\
| * Translate the rest of the math functions.Mindy Pereira2012-05-031-0/+3
* | Merge "Translate from translated languages to MATH." into jb-devMindy Pereira2012-05-031-3/+33
|\|
| * Translate from translated languages to MATH.Mindy Pereira2012-05-031-3/+33
* | Do null checks.Mindy Pereira2012-05-031-3/+4
|/
* Fix pressed state bug in CalculatorMichael Jurka2012-02-291-0/+1
* Make the Calculator edit text field speak the correctly mathematical content.Mindy Pereira2011-12-061-0/+58
* Fix accessibility for calculator.Mindy Pereira2011-12-061-2/+2
* Revert "Clean up calculator source code."Vikram Aggarwal2011-11-288-23/+69
* Clean up calculator source code.Vikram Aggarwal2011-11-218-69/+23
* No spell checking in calculatorGilles Debunne2011-11-021-4/+2
* Make sure we listen for any key events that change the text.Mindy Pereira2011-10-212-0/+8
* Fix the feel of Calculator buttonsMichael Jurka2011-10-192-1/+45
* Using string.format without Locale.US causes issues for mathMindy Pereira2011-10-101-1/+3
* Fix back behavior/ switching to advanced.Mindy Pereira2011-09-141-6/+6
* Merge "Convert calculator to use ViewPager for multi-page layouts."Adam Powell2011-09-132-68/+129
|\
| * Convert calculator to use ViewPager for multi-page layouts.Adam Powell2011-09-132-68/+129
* | Add cut/copy/paste contextual menu.Mindy Pereira2011-09-131-8/+103
|/
* Merge "Clear the calculator display when clearing the history."Mindy Pereira2011-08-231-0/+1
|\
| * Clear the calculator display when clearing the history.Mindy Pereira2011-08-231-0/+1
* | Merge "Remove incredible selection weirdness."Mindy Pereira2011-08-231-6/+0
|\ \ | |/ |/|
| * Remove incredible selection weirdness.Mindy Pereira2011-08-231-6/+0
* | Dont store empty string or error string for later evaluation.Mindy Pereira2011-08-231-1/+5
|/
* Make a menu affordance for devices that don't have a hard menu key.Mindy Pereira2011-08-231-40/+73
* Suggestions disabled using input type text flag.Gilles Debunne2011-08-161-1/+2
* Bug 5074527: IME no longer pops up. Text suggestions disabled.Gilles Debunne2011-08-122-13/+6
* am 73c84694: am 57a15b2b: Include \'cleared text\' as part the history to sur...Andrew Flynn2011-06-091-0/+1
|\
| * Include 'cleared text' as part the history to survive rotation changes.Andrew Flynn2011-06-071-0/+1
* | Remove the deprecated things from Config.java. These havent been working sinc...Joe Onorato2011-04-071-2/+1
|/
* No keyboard is displayed on double tap.Gilles Debunne2011-01-271-4/+43
* Merge "Fixing handling of the EQUALS key" into honeycombDmitri Plotnikov2011-01-251-6/+4
|\
| * Fixing handling of the EQUALS keyDmitri Plotnikov2011-01-251-6/+4
* | Cursor is blinking in CalculatorGilles Debunne2011-01-252-3/+23
|/
* Fixing rounding on rotationDmitri Plotnikov2011-01-213-47/+108
* Fixing logic broken by CL 90512Dmitri Plotnikov2011-01-181-5/+1
* Fixing the buildDmitri Plotnikov2011-01-171-1/+1
* Adding copy on long press and removing the action barDmitri Plotnikov2011-01-172-5/+48
* Introducing an explicit delete mode: clear vs. backspaceDmitri Plotnikov2011-01-174-49/+117
* Placeholder asset and a new layout for the displayDmitri Plotnikov2011-01-173-58/+27
* New calculator button styles and initial xlarge layouts.Dmitri Plotnikov2011-01-161-5/+43
* Adding action bar to calculatorDmitri Plotnikov2011-01-102-19/+64
* merge from open-source masterThe Android Open Source Project2010-05-194-17/+2
|\
| * Removed unused Imports and variablesChristian Mehlmauer2010-05-174-17/+2
* | Calculator: preserve basic/advanced panel on orientation change.Mihai Preda2010-03-092-23/+34
* | Calculator: update arity lib to v2.1.2 to fix log.Mihai Preda2010-03-011-7/+0
|/
* Calculator: don't allow to enter an operator after an initial minus.Mihai Preda2009-09-301-5/+5
* Fix calculator line size computation to work on different resolution devices.Mihai Preda2009-09-223-17/+32
* Give Calculator a screen-size agnostic, more moddern look.Jacek Surazski2009-08-253-45/+54
* Calculator: BACK key on Advanced panel moves to Basic panel.Mihai Preda2009-08-051-0/+12