<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wasp-os.git/wasp/boards/simulator, 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>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>Test and build docs for user defined apps too</title>
<updated>2021-11-17T15:29:08Z</updated>
<author>
<name>Francesco Gazzetta</name>
<email>fgaz@fgaz.me</email>
</author>
<published>2021-10-03T17:21:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=b5f4099fa6f2eb43de847aed673d0d9a29ef726f'/>
<id>b5f4099fa6f2eb43de847aed673d0d9a29ef726f</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>apps: Fixed weather app with GadgetBridge.</title>
<updated>2021-08-23T19:09:02Z</updated>
<author>
<name>Tait Berlette</name>
<email>54515877+taitberlette@users.noreply.github.com</email>
</author>
<published>2021-08-18T17:13:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=dc40430faaa5d9911e2dd46c414d790e28560cf8'/>
<id>dc40430faaa5d9911e2dd46c414d790e28560cf8</id>
<content type='text'>
When I created the weather app I didn't have GadgetBridge installed, so I tried to follow the protocol on the [espurino website](https://www.espruino.com/Gadgetbridge), but it wasn't very helpful and I made some mistakes. This commit should fix these mistakes to stop the weather app from crashing, and so it displays the correct values. I have also added a new settings option called "Units", where apps can see what units the user would prefer (metric/imperial).

Signed-off-by: Tait Berlette &lt;54515877+taitberlette@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When I created the weather app I didn't have GadgetBridge installed, so I tried to follow the protocol on the [espurino website](https://www.espruino.com/Gadgetbridge), but it wasn't very helpful and I made some mistakes. This commit should fix these mistakes to stop the weather app from crashing, and so it displays the correct values. I have also added a new settings option called "Units", where apps can see what units the user would prefer (metric/imperial).

Signed-off-by: Tait Berlette &lt;54515877+taitberlette@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>draw565: Improve line wrapping</title>
<updated>2021-07-22T19:04:50Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-07-22T19:03:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=0831f79a105329f0dd7cd252b9fcd327415e4f82'/>
<id>0831f79a105329f0dd7cd252b9fcd327415e4f82</id>
<content type='text'>
Currently the final word of wrapped text will always appear as a single
word on its own line. Fix this by rearranging the break cases to avoid
searching for the most recent space when we get to the end of the text.

Fixes: #230
Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the final word of wrapped text will always appear as a single
word on its own line. Fix this by rearranging the break cases to avoid
searching for the most recent space when we get to the end of the text.

Fixes: #230
Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wasp: Manager: Rewrite the startup logic</title>
<updated>2021-06-20T18:25:31Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-06-20T18:25:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=b59a5b1d37c3ffca8cc700fad4eede2e9b830878'/>
<id>b59a5b1d37c3ffca8cc700fad4eede2e9b830878</id>
<content type='text'>
Reduce the number of applications imported by the manager and alter
the way applications are initially registered to allow main.py
complete control over the initial applications (but only if it wants
it).

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce the number of applications imported by the manager and alter
the way applications are initially registered to allow main.py
complete control over the initial applications (but only if it wants
it).

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>widgets: Refactor the stopwatch as a widget</title>
<updated>2021-06-20T16:03:05Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-06-20T16:03:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=9099c2398e5a169db95ef6b36cda4c44e47a32d1'/>
<id>9099c2398e5a169db95ef6b36cda4c44e47a32d1</id>
<content type='text'>
This is purely a refactoring for the purposes of code reuse. No change
of behaviour is expected.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is purely a refactoring for the purposes of code reuse. No change
of behaviour is expected.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>boards: simulator: main: Update the ChronoApp example</title>
<updated>2021-06-20T09:47:32Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-06-20T09:47:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=2d77ebc1304ee8f64a2901078538a4398be0daae'/>
<id>2d77ebc1304ee8f64a2901078538a4398be0daae</id>
<content type='text'>
Currently the ChronoApp example code is both broken (missing apps. prefix)
and doesn't use the latest API for registering watch faces. Fix this.

Whilst here let's also provide an example for the DemoApp since that
is not included in the Software chooser.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the ChronoApp example code is both broken (missing apps. prefix)
and doesn't use the latest API for registering watch faces. Fix this.

Whilst here let's also provide an example for the DemoApp since that
is not included in the Software chooser.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>apps: DemoApp: Fully document the demo app</title>
<updated>2021-06-20T09:43:25Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-06-20T09:43:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=b6709997ccc3ff66cc73e01503edda128e130143'/>
<id>b6709997ccc3ff66cc73e01503edda128e130143</id>
<content type='text'>
The demo app is of somewhat niche interest and is disabled by default
but arguable that makes it more important to document it fully since
this app is harder to find the many others.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The demo app is of somewhat niche interest and is disabled by default
but arguable that makes it more important to document it fully since
this app is harder to find the many others.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>apps: FacesApp: Add a watch face chooser</title>
<updated>2021-06-20T09:28:27Z</updated>
<author>
<name>Daniel Thompson</name>
<email>daniel@redfelineninja.org.uk</email>
</author>
<published>2021-06-20T09:28:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/wasp-os.git/commit/?id=1a4b678b2b815884cb712244d8a1b5e50a5cbd86'/>
<id>1a4b678b2b815884cb712244d8a1b5e50a5cbd86</id>
<content type='text'>
This app is enabled by default and allows users to select a watch face
based on a fullscreen preview of how the app will draw the screen.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This app is enabled by default and allows users to select a watch face
based on a fullscreen preview of how the app will draw the screen.

Signed-off-by: Daniel Thompson &lt;daniel@redfelineninja.org.uk&gt;
</pre>
</div>
</content>
</entry>
</feed>
