summaryrefslogtreecommitdiffstats
path: root/res/layout/activity_calculator_port.xml
Commit message (Collapse)AuthorAgeFilesLines
* Adopt Toolbar for overflow menuJustin Klaassen2015-04-171-5/+0
| | | | Change-Id: I55958260b4279b504e79b7a104a813a1273ae403
* Beginnings of ExactCalculator based on LHans Boehm2015-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Disable calculator pad overscrollJustin Klaassen2014-08-071-1/+2
| | | | | Bug: 15468442 Change-Id: Icba4ecd18f877b3c55d802fa3f254bef7c2ff0fc
* Use elevation for dynamic shadowsJustin Klaassen2014-06-201-18/+7
| | | | | Bug: 15550085 Change-Id: I21839913551cd7bbbab0b3ab22a708a09e7b6200
* Use setStatusBarColor APIJustin Klaassen2014-06-191-3/+1
| | | | Change-Id: I3eb9a3511f7fe6b4dbac5d93d9edd3b98921e909
* Reveal animation on errorJustin Klaassen2014-06-121-1/+3
| | | | | Bug: 15597955 Change-Id: I8f87b25ce25fd344f2b62720f28ae10861d56bc5
* Back button should hide advanced padJustin Klaassen2014-06-091-0/+1
| | | | | Bug: 15311457 Change-Id: I3ac6b89160efa137cfbc975adfefe2794573253a
* Overhaul Calculator UI.Justin Klaassen2014-05-281-0/+58
Bug: 14418545 Bug: 14419084 Bug: 14419142 Bug: 14420277 Bug: 14466652 Bug: 14564559 Bug: 14564608 Bug: 14846724 Bug: 15090154 Bug: 15287699 Bug: 15289526 Bug: 15289616 Change-Id: I93e1530446d5bd6a4c3189f751c88ece1abc7767