<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/DisplayApp/Fonts, branch develop</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>Renamed DisplayApp/ to displayapp/</title>
<updated>2020-10-02T18:46:41Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2020-10-02T18:46:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=e3fb2f0b8974f3e9a124d27f4b568e754ccfb782'/>
<id>e3fb2f0b8974f3e9a124d27f4b568e754ccfb782</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add paint application.</title>
<updated>2020-08-21T09:55:59Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-08-21T09:55:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=a664dec07f894c88105c356816b49cac244ad319'/>
<id>a664dec07f894c88105c356816b49cac244ad319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor ScreenList to make it more generic : it can now contain any Screen type.</title>
<updated>2020-08-14T07:46:37Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-08-14T07:46:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=f5328ec9eb9d55423b4e511910721d839cacadd8'/>
<id>f5328ec9eb9d55423b4e511910721d839cacadd8</id>
<content type='text'>
Integrate this new ScreenList in SystemInfo.

Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Integrate this new ScreenList in SystemInfo.

Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc : how to add new symbols.</title>
<updated>2020-07-04T12:14:31Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-07-04T12:14:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4abbd7d0cf06783e0a7fb09c06d102a8c39f75da'/>
<id>4abbd7d0cf06783e0a7fb09c06d102a8c39f75da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw.</title>
<updated>2020-07-04T11:58:15Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-07-04T11:58:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=da39f402e5b91c78b724bfe568efc9339459f5a2'/>
<id>da39f402e5b91c78b724bfe568efc9339459f5a2</id>
<content type='text'>
BLE and battery icon replaced in Clock screen.
Added heartbeat and step icons in Clock screen.
Replace all labels in Menu by icons.

Add doc to generate new font.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BLE and battery icon replaced in Clock screen.
Added heartbeat and step icons in Clock screen.
Replace all labels in Menu by icons.

Add doc to generate new font.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use it as the default font.</title>
<updated>2020-03-01T18:09:59Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-03-01T18:09:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=5bc0640b735573b465cfef16fb729ad5f5149eb4'/>
<id>5bc0640b735573b465cfef16fb729ad5f5149eb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integration of lvgl : continued...</title>
<updated>2020-02-10T20:05:33Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-02-10T20:05:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=e65c9fa18138e8623d5f8e5e8f25fcf0e3d3cf67'/>
<id>e65c9fa18138e8623d5f8e5e8f25fcf0e3d3cf67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encapsulate the drawing of the screen into Screens classes.</title>
<updated>2020-01-18T17:17:52Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-01-18T17:17:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=f049f382f03c946b967e1a53368c82f845299cb4'/>
<id>f049f382f03c946b967e1a53368c82f845299cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
