summaryrefslogtreecommitdiffstats
path: root/res/mipmap-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* Use production launcher iconJustin Klaassen2015-05-071-0/+0
| | | | Change-Id: I9cda04bad99b33875ee1ed084fde09db5893f9dd
* Prepare ExactCalculator for master fishfoodJustin Klaassen2015-04-161-0/+0
| | | | | | | | - Switched back to using com.android.calculator2 package name. - Setup to replace Calculator package. - Replaced launcher icon with fishfood variant. Change-Id: Ie3a74249e4d1808c50bfd86a3030e0ae61165c67
* Beginnings of ExactCalculator based on LHans Boehm2015-03-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the arity library with a new evaluation engine based on an open source "constructive reals" library. This provides answers that are correct to the last displayed digit, and can be scrolled to get more precision, with evaluation to additional precision proceeding on demand. This uses pieces of an old prototype calculator with a pre-Material-Design UI. Since the code structure of the KitKat and Lollipop calculators is quite different, this merge required major changes to make the pieces fit again. An egregious bug in the prototype related to the evaluation of the power operator was fixed. Many new UI bugs are introduced to compensate :-) Add separate buttons for inverse trig functions. Add long TODO lists for various missing pieces. This is really designed to get something up and running that looks like it has a Material Design UI. This version kind of works, though with many UI deficiencies. This addresses external issues 63368, 81089, and 80990. It partially address the degree vs radian (80330) issue as well, though we're still missing the UI for that. This fixes Bug:15284587 (More work is needed to make this interact correctly with keyboard support.) Degree/Radian mode is also internal Bug:17059768 This provides much more robust solutions to the following, which were previously fixed by favoring round numbers over precise solutions: Bug:15747298 Bug:15332726 Change-Id: Ib64ffcee9760a3195ae2a48302308eeb09a156bd
* Update launcher icon to quantum assetJustin Klaassen2014-08-151-0/+0
| | | | | Bug: 17067814 Change-Id: I47725a6cb47267a561aa9831cd82bc85058aa8f8
* Rename calculator back to CalculatorAlan Viverette2014-03-051-0/+0
| | | | | | | | | Also renames some assets, removes the stationary button style, and restores the default clear / delete icon switching. BUG: 13322842 BUG: 13321800 Change-Id: I43ccf7a7eb40a670289ca61c3582f0914a4bacee
* Quantum of CalculatorAlan Viverette2014-03-031-0/+0
| | | | Change-Id: Ic79777951621c42f03e7da9dd73c350f5182f48e
* Updating launcher icon to fix alignment. Bug: 6511716Christian Robertson2012-05-231-0/+0
| | | | Change-Id: I4def60c2e2298f4a2da8e0d536ff6855e068fcbf
* Updated Calculator launcher iconJustin Ho2011-09-161-0/+0
| | | | | | Bug: 5286988 Change-Id: I9ae30fe9569b5de1339df4c736f1f029228e4755
* Updated Calculator launcher iconJustin Ho2011-01-292-0/+0
| | | | | | Bug: 3362749 Change-Id: Id04dc4ecddd1c43f4e04809b39138e31ee95d038
* Move calculator icon to mipmapKenny Root2010-11-231-0/+0
So that the different icon densities don't get stripped out of the build by aapt, move it to the mipmap directory. This will ensure that any program using the getDrawableByDensity API can read any density/size of the icon needed. Change-Id: I9b5b9f52f4218e666e2775108bafc16a1ac5866a