<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_ExactCalculator/res/layout, branch lineage-15.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>Don't re-use mHistoryFragment</title>
<updated>2017-01-09T02:41:49+00:00</updated>
<author>
<name>Justin Klaassen</name>
<email>justinklaassen@google.com</email>
</author>
<published>2016-12-19T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=392977886711392c51b0727e9e10c96474794760'/>
<id>392977886711392c51b0727e9e10c96474794760</id>
<content type='text'>
Make a new HistoryFragment every time we enter and exit history to work
around a bug on older platforms where a Fragment's internal state may
not be reset correctly when detached.

Also the HistoryFragment open/close transition is now properly animated
using a custom Animator returned by DragLayout.

Fixes: 33587141
Fixes: 33789131
Fixes: 33789337
Fixes: 34132294
Fixes: 34132998
Fixes: 34134349
Fixes: 34135442

Test: manually verified no crash occurs on API 22, 23, &amp; 24 emulator
Change-Id: Iaefbe2bbf4ca186b6396397579887774ed5906d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a new HistoryFragment every time we enter and exit history to work
around a bug on older platforms where a Fragment's internal state may
not be reset correctly when detached.

Also the HistoryFragment open/close transition is now properly animated
using a custom Animator returned by DragLayout.

Fixes: 33587141
Fixes: 33789131
Fixes: 33789337
Fixes: 34132294
Fixes: 34132998
Fixes: 34134349
Fixes: 34135442

Test: manually verified no crash occurs on API 22, 23, &amp; 24 emulator
Change-Id: Iaefbe2bbf4ca186b6396397579887774ed5906d3
</pre>
</div>
</content>
</entry>
<entry>
<title>Change history overflow popup to light theme</title>
<updated>2016-12-16T21:41:43+00:00</updated>
<author>
<name>Christine Franks</name>
<email>christyfranks@google.com</email>
</author>
<published>2016-12-14T01:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=97228c68ed249e5701d48e362306a2bc1203d32d'/>
<id>97228c68ed249e5701d48e362306a2bc1203d32d</id>
<content type='text'>
Bug: 33461918
Test: manual - tested on API 25 device and API 21 emulator
Change-Id: I2e143795c395c4e191f4c7f1f1c1e78f7e011994
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 33461918
Test: manual - tested on API 25 device and API 21 emulator
Change-Id: I2e143795c395c4e191f4c7f1f1c1e78f7e011994
</pre>
</div>
</content>
</entry>
<entry>
<title>Support accessibility in History.</title>
<updated>2016-12-13T20:12:37+00:00</updated>
<author>
<name>Annie Chin</name>
<email>afchin@google.com</email>
</author>
<published>2016-12-09T01:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=eb36f95b9fc2816c6503272f960660982a661b16'/>
<id>eb36f95b9fc2816c6503272f960660982a661b16</id>
<content type='text'>
Fixes: 33429660

Toggle accessibility importance of main Calculator elements based on
the open state of DragLayout. This is necessary due to the fact that
Talkback does not use visibility as a cue for determining accessibility
importance in RelativeLayout, which is the base class of DragLayout.
Without this workaround, it's possible to traverse to main Calculator
elements even when HistoryFragment is open.

Change-Id: Iff3d775ec72aa50fe8972c1def32f4999d90a8f9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 33429660

Toggle accessibility importance of main Calculator elements based on
the open state of DragLayout. This is necessary due to the fact that
Talkback does not use visibility as a cue for determining accessibility
importance in RelativeLayout, which is the base class of DragLayout.
Without this workaround, it's possible to traverse to main Calculator
elements even when HistoryFragment is open.

Change-Id: Iff3d775ec72aa50fe8972c1def32f4999d90a8f9
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement grouped headers.</title>
<updated>2016-12-05T23:26:29+00:00</updated>
<author>
<name>Annie Chin</name>
<email>afchin@google.com</email>
</author>
<published>2016-12-01T23:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=36147983cb821ede03f569a562133a08cac9bcdf'/>
<id>36147983cb821ede03f569a562133a08cac9bcdf</id>
<content type='text'>
Fixes: 32943152
Fixes: 33203390
Fixes: 33105914

-Add divider
-Adjust padding to better match spec
-Make HistoryFormula/Result padding match DisplayFormula/Result padding

Change-Id: I5e5a7e61079b6d1367bf61f4c88dd79555f4bcb7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 32943152
Fixes: 33203390
Fixes: 33105914

-Add divider
-Adjust padding to better match spec
-Make HistoryFormula/Result padding match DisplayFormula/Result padding

Change-Id: I5e5a7e61079b6d1367bf61f4c88dd79555f4bcb7
</pre>
</div>
</content>
</entry>
<entry>
<title>Use AlignedTextView for History Formulas.</title>
<updated>2016-11-28T21:45:08+00:00</updated>
<author>
<name>Annie Chin</name>
<email>afchin@google.com</email>
</author>
<published>2016-11-28T21:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=8149c8c2f02a3a6aae34d8d8b3bc67ce0f56378c'/>
<id>8149c8c2f02a3a6aae34d8d8b3bc67ce0f56378c</id>
<content type='text'>
Fixes: 33109121

Change-Id: Ida281a42669f166ee051521a43545826a12af782
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 33109121

Change-Id: Ida281a42669f166ee051521a43545826a12af782
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix decimal point internationalization" into ub-calculator-euler</title>
<updated>2016-11-23T23:14:25+00:00</updated>
<author>
<name>Christine Franks</name>
<email>christyfranks@google.com</email>
</author>
<published>2016-11-23T23:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=8cd0df82b6e66cd3fdddaeba3d7d6d6cd84b76e6'/>
<id>8cd0df82b6e66cd3fdddaeba3d7d6d6cd84b76e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add start/end padding to HistoryItem header.</title>
<updated>2016-11-23T21:45:36+00:00</updated>
<author>
<name>Annie Chin</name>
<email>afchin@google.com</email>
</author>
<published>2016-11-23T21:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=239d3cdab97609184b8768dd02f881d4355f3d8f'/>
<id>239d3cdab97609184b8768dd02f881d4355f3d8f</id>
<content type='text'>
Change-Id: Ib6fd5a5466e61954bf1d63c16cfed2f3485ba7f9
Fixes: 33107054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib6fd5a5466e61954bf1d63c16cfed2f3485ba7f9
Fixes: 33107054
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix decimal point internationalization</title>
<updated>2016-11-23T20:26:28+00:00</updated>
<author>
<name>Christine Franks</name>
<email>christyfranks@google.com</email>
</author>
<published>2016-11-22T18:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=bd90b7945be125c97cff25b8eefda2f368c1f342'/>
<id>bd90b7945be125c97cff25b8eefda2f368c1f342</id>
<content type='text'>
Bug: 32874470
Test: manual - verfied in US English, Brazilian Portuguese, Mexican
Spanish, Canadian French, and Farsi.

Change-Id: Ie7a4e2970de3290423796a6690cc0c89f457dbc9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 32874470
Test: manual - verfied in US English, Brazilian Portuguese, Mexican
Spanish, Canadian French, and Farsi.

Change-Id: Ie7a4e2970de3290423796a6690cc0c89f457dbc9
</pre>
</div>
</content>
</entry>
<entry>
<title>UI for memory and functionality for M+ and M-</title>
<updated>2016-11-23T18:10:47+00:00</updated>
<author>
<name>Christine Franks</name>
<email>christyfranks@google.com</email>
</author>
<published>2016-11-14T22:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=1d99be1bad1f50255dc063593c6940c93f7ccbd6'/>
<id>1d99be1bad1f50255dc063593c6940c93f7ccbd6</id>
<content type='text'>
Bug: 31686717
Test: manual - long-press on result and formula and proper context
menus appear, as well as on results in history.

Change-Id: I88b25ed9d0402e03b420ab984a6b086dff6859e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 31686717
Test: manual - long-press on result and formula and proper context
menus appear, as well as on results in history.

Change-Id: I88b25ed9d0402e03b420ab984a6b086dff6859e5
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate database with history.</title>
<updated>2016-11-17T17:55:58+00:00</updated>
<author>
<name>Annie Chin</name>
<email>afchin@google.com</email>
</author>
<published>2016-11-08T00:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_ExactCalculator/commit/?id=06fd3cf86f20a8b927c8b57ef9e94ee48bee46ff'/>
<id>06fd3cf86f20a8b927c8b57ef9e94ee48bee46ff</id>
<content type='text'>
Bug: 31623549

Note: This CL operates under the assumption that there is something
in the current expression field (handling for various states of
CalculatorDisplay in ag/1613446)

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

Note: This CL operates under the assumption that there is something
in the current expression field (handling for various states of
CalculatorDisplay in ag/1613446)

Change-Id: I70992067ddc9c5eec079f00604549727787e26fe
</pre>
</div>
</content>
</entry>
</feed>
