<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src, branch calc-onto-analog24</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>Calculator: bugfixes, reduce binary size.</title>
<updated>2022-06-11T04:07:36Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-07T20:36:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=17e85ad3e0bb4fab4be6c1dbd5129cb0e68792ee'/>
<id>17e85ad3e0bb4fab4be6c1dbd5129cb0e68792ee</id>
<content type='text'>
Don't use dynamically allocated stacks.

Clarify and simplify code a bit.

Add some comments and reduce code duplication.

Fixes:

* Display correctly decimal parts starting with zero, such as 0.09

* Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use dynamically allocated stacks.

Clarify and simplify code a bit.

Add some comments and reduce code duplication.

Fixes:

* Display correctly decimal parts starting with zero, such as 0.09

* Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Calculator screen as new App</title>
<updated>2022-06-11T04:07:35Z</updated>
<author>
<name>Raupinger</name>
<email>fgrauper@gmail.com</email>
</author>
<published>2021-02-23T08:01:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7f08e2c63608185b741fd5270a0aee4bd225f140'/>
<id>7f08e2c63608185b741fd5270a0aee4bd225f140</id>
<content type='text'>
A calculator based on the Shunting-yard algorithm as described
here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm

Moving the Motion App into the Settings screen to use the tile in the
ApplicationList for the Calculator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A calculator based on the Shunting-yard algorithm as described
here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm

Moving the Motion App into the Settings screen to use the tile in the
ApplicationList for the Calculator.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add calculator symbol to symbol list</title>
<updated>2022-06-11T04:07:34Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-08T20:27:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=2ecb4a6fc7b862280281d9ac762953cb14b7eea6'/>
<id>2ecb4a6fc7b862280281d9ac762953cb14b7eea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "Integrate hatmajster's timer code""</title>
<updated>2022-06-11T04:07:26Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-11T04:07:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4f117765d8610d62c32f07f5e967aad3031c88e4'/>
<id>4f117765d8610d62c32f07f5e967aad3031c88e4</id>
<content type='text'>
This reverts commit b0aadd14e6867b80f7357d4e162180aa9d9ba075.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b0aadd14e6867b80f7357d4e162180aa9d9ba075.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Integrate hatmajster's timer code"</title>
<updated>2022-06-10T10:50:49Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-10T10:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b0aadd14e6867b80f7357d4e162180aa9d9ba075'/>
<id>b0aadd14e6867b80f7357d4e162180aa9d9ba075</id>
<content type='text'>
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate hatmajster's timer code</title>
<updated>2022-06-10T10:45:54Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-04-10T02:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b72a3ed87d9797f7746d6fbdb348972401e4414b'/>
<id>b72a3ed87d9797f7746d6fbdb348972401e4414b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure duration parameter is not zero</title>
<updated>2022-06-10T09:22:17Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-06T22:32:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ede8cb64d51025aad616622aebeb4144bbcdc786'/>
<id>ede8cb64d51025aad616622aebeb4144bbcdc786</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline BatteryIcon::GetObject</title>
<updated>2022-06-07T17:05:56Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-07T16:14:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d8874bd03522c34a3c38f5b8b1756999f8a2908b'/>
<id>d8874bd03522c34a3c38f5b8b1756999f8a2908b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preallocate blocks for tiled multi-screen menus (requires C++17)</title>
<updated>2022-06-07T03:20:51Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-03T10:23:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=8b322a66a7dc9572a9a2e13b615fdd60b054f8e9'/>
<id>8b322a66a7dc9572a9a2e13b615fdd60b054f8e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace magic values with appsPerScreen and entriesPerScreen</title>
<updated>2022-06-07T03:08:43Z</updated>
<author>
<name>Riku Isokoski</name>
<email>riksu9000@gmail.com</email>
</author>
<published>2022-05-20T09:28:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1a1de7af5e0ed29cb6906bb7155aa8b6752c57a0'/>
<id>1a1de7af5e0ed29cb6906bb7155aa8b6752c57a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
