<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/displayapp/screens/ScreenList.h, branch semiredux</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>Revert "sans animations"</title>
<updated>2022-03-26T06:49:50Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-03-26T06:49:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1a8621c7b31746c86f59af0aa3f24c99b2eb0a69'/>
<id>1a8621c7b31746c86f59af0aa3f24c99b2eb0a69</id>
<content type='text'>
This reverts commit 268ddbdc7622ab2a6b0490701064ffdde13fee51.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 268ddbdc7622ab2a6b0490701064ffdde13fee51.
</pre>
</div>
</content>
</entry>
<entry>
<title>sans animations</title>
<updated>2022-03-25T22:22:22Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-03-25T22:22:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=268ddbdc7622ab2a6b0490701064ffdde13fee51'/>
<id>268ddbdc7622ab2a6b0490701064ffdde13fee51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update includes to to be relative to src directory</title>
<updated>2021-11-15T21:02:49Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-10-13T20:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c'/>
<id>ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c</id>
<content type='text'>
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refresh rework</title>
<updated>2021-07-19T13:26:12Z</updated>
<author>
<name>Riku Isokoski</name>
<email>riksu9000@gmail.com</email>
</author>
<published>2021-07-19T13:26:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=97c761a5c74994ea1d9bef9c14e6e24afb9b4be2'/>
<id>97c761a5c74994ea1d9bef9c14e6e24afb9b4be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.</title>
<updated>2021-06-06T13:56:03Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-06-06T13:56:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7f9cc51b050e1034b573e37484f7afe29c370d81'/>
<id>7f9cc51b050e1034b573e37484f7afe29c370d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed access modified indentation</title>
<updated>2021-04-24T09:00:45Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2021-04-24T09:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=69898545193a82f7d72c9f47c9d9de36167b157b'/>
<id>69898545193a82f7d72c9f47c9d9de36167b157b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformatted all the files according to clang-format style</title>
<updated>2021-04-24T08:39:53Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2021-04-18T17:28:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=40d45d923b033363ff1304b47eac238dd4495a57'/>
<id>40d45d923b033363ff1304b47eac238dd4495a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Big UI and navigation Rewrite</title>
<updated>2021-04-04T02:08:51Z</updated>
<author>
<name>Joaquim</name>
<email>joaquim.org@gmail.com</email>
</author>
<published>2021-04-04T02:08:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1d3742e14f09316a1d795527713eb8f9742f0ffb'/>
<id>1d3742e14f09316a1d795527713eb8f9742f0ffb</id>
<content type='text'>
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from JF comments to PR</title>
<updated>2021-03-06T19:55:53Z</updated>
<author>
<name>Joaquim</name>
<email>joaquim.org@gmail.com</email>
</author>
<published>2021-03-06T19:55:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=97deb43fb78b581535887938a0c3c0813896fcbe'/>
<id>97deb43fb78b581535887938a0c3c0813896fcbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Multi face support, analog clock, 12/24 config</title>
<updated>2021-02-24T19:40:24Z</updated>
<author>
<name>Joaquim</name>
<email>joaquim.org@gmail.com</email>
</author>
<published>2021-02-24T19:40:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=8c53d0b70baa03c2b07360444a7cd0ad99bb8381'/>
<id>8c53d0b70baa03c2b07360444a7cd0ad99bb8381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
