<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_ExactCalculator/res/mipmap-mdpi, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/'/>
<entry>
<title>Use production launcher icon</title>
<updated>2015-05-07T17:39:23+00:00</updated>
<author>
<name>Justin Klaassen</name>
<email>justinklaassen@google.com</email>
</author>
<published>2015-05-07T17:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=a544b64a5dc91d1439179bd4c0e1183a7624f612'/>
<id>a544b64a5dc91d1439179bd4c0e1183a7624f612</id>
<content type='text'>
Change-Id: I9cda04bad99b33875ee1ed084fde09db5893f9dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9cda04bad99b33875ee1ed084fde09db5893f9dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare ExactCalculator for master fishfood</title>
<updated>2015-04-16T22:11:42+00:00</updated>
<author>
<name>Justin Klaassen</name>
<email>justinklaassen@google.com</email>
</author>
<published>2015-04-16T22:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=01db51b36603f5349c7a372715d22b8352ea9e8d'/>
<id>01db51b36603f5349c7a372715d22b8352ea9e8d</id>
<content type='text'>
- Switched back to using com.android.calculator2 package name.
- Setup to replace Calculator package.
- Replaced launcher icon with fishfood variant.

Change-Id: Ie3a74249e4d1808c50bfd86a3030e0ae61165c67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Switched back to using com.android.calculator2 package name.
- Setup to replace Calculator package.
- Replaced launcher icon with fishfood variant.

Change-Id: Ie3a74249e4d1808c50bfd86a3030e0ae61165c67
</pre>
</div>
</content>
</entry>
<entry>
<title>Beginnings of ExactCalculator based on L</title>
<updated>2015-03-06T23:45:31+00:00</updated>
<author>
<name>Hans Boehm</name>
<email>hboehm@google.com</email>
</author>
<published>2014-11-26T02:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=84614957604253d51296e06c97daced699a0a9de'/>
<id>84614957604253d51296e06c97daced699a0a9de</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update launcher icon to quantum asset</title>
<updated>2014-08-15T21:06:44+00:00</updated>
<author>
<name>Justin Klaassen</name>
<email>justinklaassen@google.com</email>
</author>
<published>2014-08-15T21:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=fa96bda2f6b7bfe76d6fd05261dcb65ba2fe515b'/>
<id>fa96bda2f6b7bfe76d6fd05261dcb65ba2fe515b</id>
<content type='text'>
Bug: 17067814
Change-Id: I47725a6cb47267a561aa9831cd82bc85058aa8f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 17067814
Change-Id: I47725a6cb47267a561aa9831cd82bc85058aa8f8
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename calculator back to Calculator</title>
<updated>2014-03-06T01:57:05+00:00</updated>
<author>
<name>Alan Viverette</name>
<email>alanv@google.com</email>
</author>
<published>2014-03-06T01:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=7387add6feefeb9be1d99b7da0b5848996c9b45a'/>
<id>7387add6feefeb9be1d99b7da0b5848996c9b45a</id>
<content type='text'>
Also renames some assets, removes the stationary button style, and
restores the default clear / delete icon switching.

BUG: 13322842
BUG: 13321800
Change-Id: I43ccf7a7eb40a670289ca61c3582f0914a4bacee
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also renames some assets, removes the stationary button style, and
restores the default clear / delete icon switching.

BUG: 13322842
BUG: 13321800
Change-Id: I43ccf7a7eb40a670289ca61c3582f0914a4bacee
</pre>
</div>
</content>
</entry>
<entry>
<title>Quantum of Calculator</title>
<updated>2014-03-03T22:25:51+00:00</updated>
<author>
<name>Alan Viverette</name>
<email>alanv@google.com</email>
</author>
<published>2014-03-03T22:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=8bea49415c6de57f7e14517bf64769d24e3f099d'/>
<id>8bea49415c6de57f7e14517bf64769d24e3f099d</id>
<content type='text'>
Change-Id: Ic79777951621c42f03e7da9dd73c350f5182f48e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic79777951621c42f03e7da9dd73c350f5182f48e
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating launcher icon to fix alignment. Bug:  6511716</title>
<updated>2012-05-23T18:59:49+00:00</updated>
<author>
<name>Christian Robertson</name>
<email>robertsonc@google.com</email>
</author>
<published>2012-05-23T18:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=7aee3d11ee87d2fd77aeb0e099773dda76495252'/>
<id>7aee3d11ee87d2fd77aeb0e099773dda76495252</id>
<content type='text'>
Change-Id: I4def60c2e2298f4a2da8e0d536ff6855e068fcbf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4def60c2e2298f4a2da8e0d536ff6855e068fcbf
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Calculator launcher icon</title>
<updated>2011-09-16T15:03:09+00:00</updated>
<author>
<name>Justin Ho</name>
<email>justinho@google.com</email>
</author>
<published>2011-09-16T15:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=7b84c83e58fe60cda7c0a5c42da82ac141752222'/>
<id>7b84c83e58fe60cda7c0a5c42da82ac141752222</id>
<content type='text'>
Bug: 5286988

Change-Id: I9ae30fe9569b5de1339df4c736f1f029228e4755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 5286988

Change-Id: I9ae30fe9569b5de1339df4c736f1f029228e4755
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Calculator launcher icon</title>
<updated>2011-01-29T21:02:47+00:00</updated>
<author>
<name>Justin Ho</name>
<email>justinho@google.com</email>
</author>
<published>2011-01-29T21:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=1e6913fda3fb9fb8325c7278a89dbf37f1da25d8'/>
<id>1e6913fda3fb9fb8325c7278a89dbf37f1da25d8</id>
<content type='text'>
Bug: 3362749

Change-Id: Id04dc4ecddd1c43f4e04809b39138e31ee95d038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 3362749

Change-Id: Id04dc4ecddd1c43f4e04809b39138e31ee95d038
</pre>
</div>
</content>
</entry>
<entry>
<title>Move calculator icon to mipmap</title>
<updated>2010-11-23T17:56:54+00:00</updated>
<author>
<name>Kenny Root</name>
<email>kroot@google.com</email>
</author>
<published>2010-11-23T17:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=7a8f0f32bc81b32e7454dc3aaa1bc265b7013588'/>
<id>7a8f0f32bc81b32e7454dc3aaa1bc265b7013588</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
