<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wasp-os.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/'/>
<entry>
<title>analog24 watchface work</title>
<updated>2022-03-23T19:24:18Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-03-23T10:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=5ba17903b806165246e61e2fe9ea0a3288f5136d'/>
<id>5ba17903b806165246e61e2fe9ea0a3288f5136d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: switch app to itself cancel vibrations</title>
<updated>2022-02-27T20:15:28Z</updated>
<author>
<name>thiswillbeyourgithub</name>
<email>github@32mail.33mail.comm</email>
</author>
<published>2022-02-24T17:20:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=7ac9395dba988cdef45aabde4404810446b00067'/>
<id>7ac9395dba988cdef45aabde4404810446b00067</id>
<content type='text'>
Signed-off-by: thiswillbeyourgithub &lt;github@32mail.33mail.comm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: thiswillbeyourgithub &lt;github@32mail.33mail.comm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: forces root to be redirected locally</title>
<updated>2022-02-27T20:08:18Z</updated>
<author>
<name>thiswillbeyourgithub</name>
<email>github@32mail.33mail.comm</email>
</author>
<published>2022-02-27T14:23:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=a76c2413fb1235286701500933b45be537741c49'/>
<id>a76c2413fb1235286701500933b45be537741c49</id>
<content type='text'>
Signed-off-by: thiswillbeyourgithub &lt;github@32mail.33mail.comm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: thiswillbeyourgithub &lt;github@32mail.33mail.comm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: wasptool --pull fails when downloading nested file</title>
<updated>2022-02-27T20:08:18Z</updated>
<author>
<name>thiswillbeyourgithub</name>
<email>github@32mail.33mail.comm</email>
</author>
<published>2022-02-24T10:04:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=dbe489ce687b32d1cd8d19e77f58c11f36e29f96'/>
<id>dbe489ce687b32d1cd8d19e77f58c11f36e29f96</id>
<content type='text'>
Signed-off-by: thiswillbeyourgithub &lt;github@32mail.33mail.comm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: thiswillbeyourgithub &lt;github@32mail.33mail.comm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Alarm: swap stop and snooze controls</title>
<updated>2022-02-02T12:20:06Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2022-01-17T17:50:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=5f28d05cc093b54153a72860dc68af7f01dd4e19'/>
<id>5f28d05cc093b54153a72860dc68af7f01dd4e19</id>
<content type='text'>
It was too easy to accidentally stop the alarm by touching the screen,
either by moving around or by trying to press the side button to snooze.

Snoozing instead of stopping is better than the opposite because it
poses no risk of missing the alarm, so we swap the controls to:

touch -&gt; snooze
press -&gt; stop

Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was too easy to accidentally stop the alarm by touching the screen,
either by moving around or by trying to press the side button to snooze.

Snoozing instead of stopping is better than the opposite because it
poses no risk of missing the alarm, so we swap the controls to:

touch -&gt; snooze
press -&gt; stop

Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add watchface with weekday</title>
<updated>2022-02-02T12:18:27Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2021-12-31T18:16:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=4b7cf885767e94b3a212d18bdcb4d76be519d547'/>
<id>4b7cf885767e94b3a212d18bdcb4d76be519d547</id>
<content type='text'>
* Allow overriding of date string in clock.py
* Override it to display the weekday in week_clock.py

Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow overriding of date string in clock.py
* Override it to display the weekday in week_clock.py

Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove icons from watchface apps</title>
<updated>2022-02-02T12:18:27Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2022-01-25T15:00:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=1c3a835448dcff6b182e120a1e135185943c21ff'/>
<id>1c3a835448dcff6b182e120a1e135185943c21ff</id>
<content type='text'>
They are not displayed anywhere but they take space

Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are not displayed anywhere but they take space

Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add make and CI rules for building apps .mpy files</title>
<updated>2022-01-10T22:35:04Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2021-12-31T17:39:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=01c173927ec70467b74652297518bf7e2032cfaf'/>
<id>01c173927ec70467b74652297518bf7e2032cfaf</id>
<content type='text'>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DisaBLE app that disables bluetooth</title>
<updated>2021-12-26T21:25:07Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2021-11-24T19:06:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=b8a50db03c1f7655b846c59d6903e27d54bd82ae'/>
<id>b8a50db03c1f7655b846c59d6903e27d54bd82ae</id>
<content type='text'>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize flash usage of weather app</title>
<updated>2021-12-26T21:25:07Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2021-12-26T15:58:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=5c714ea075c638b37576939403a6727e60ee752e'/>
<id>5c714ea075c638b37576939403a6727e60ee752e</id>
<content type='text'>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Francesco Gazzetta &lt;fgaz@fgaz.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
