<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/Components/Ble, branch edge</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 Components/ to components/</title>
<updated>2020-10-02T18:44:27Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2020-10-02T18:44:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=40a643d203d2d21834dd2b35d83419a56a3939b6'/>
<id>40a643d203d2d21834dd2b35d83419a56a3939b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec.</title>
<updated>2020-09-27T18:59:06Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-09-27T18:59:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=f3728c41bb311f3838dc9c10a2157a16196b4420'/>
<id>f3728c41bb311f3838dc9c10a2157a16196b4420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BatteryInformationService to expose the battery level to BLE host.</title>
<updated>2020-09-27T18:02:47Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-09-27T18:02:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=5d3a9744938b38c064379c3f78ace5a7dd87926f'/>
<id>5d3a9744938b38c064379c3f78ace5a7dd87926f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Pinetime-JF -&gt; InfiniTime</title>
<updated>2020-09-20T09:09:50Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-09-20T09:09:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d45cf23611e34b9987934720dad95941966abfa6'/>
<id>d45cf23611e34b9987934720dad95941966abfa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix firmware version reported by Device Information Service on BLE. It was previously hard-coded, it is now set by CMake accoridng to the project version.</title>
<updated>2020-09-02T19:31:31Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-09-02T19:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1aa5b0a440de3015b5b4c88aa32d149a69bfa707'/>
<id>1aa5b0a440de3015b5b4c88aa32d149a69bfa707</id>
<content type='text'>
Fix Manufacturer name, model number, sw revision according to https://wiki.pine64.org/index.php?title=Firmware_versioning_for_companion_apps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Manufacturer name, model number, sw revision according to https://wiki.pine64.org/index.php?title=Firmware_versioning_for_companion_apps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most of the warnings. Remaining warnings come from nimble source code.</title>
<updated>2020-08-17T14:31:00Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-08-17T14:31:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=83f6d7d81b80809de0bc850a0b445bc035098dba'/>
<id>83f6d7d81b80809de0bc850a0b445bc035098dba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fully implement music app and service</title>
<updated>2020-07-20T20:28:21Z</updated>
<author>
<name>Adam Pigg</name>
<email>adam@piggz.co.uk</email>
</author>
<published>2020-07-20T20:28:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=5713eac1045394928de19e76fd00a172f63bffa7'/>
<id>5713eac1045394928de19e76fd00a172f63bffa7</id>
<content type='text'>
SystemTask can return a reference to the nimbleController
The nimbleController can return a reference to the musicService
The musicService get a connection handle from the nimbleController
The musicApp communicated directly with the musicService
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SystemTask can return a reference to the nimbleController
The nimbleController can return a reference to the musicService
The musicService get a connection handle from the nimbleController
The musicApp communicated directly with the musicService
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework characteristic handling</title>
<updated>2020-07-15T09:02:01Z</updated>
<author>
<name>Adam Pigg</name>
<email>adam@piggz.co.uk</email>
</author>
<published>2020-07-15T09:02:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=686e826f4e656546523e989535c74f286a91855b'/>
<id>686e826f4e656546523e989535c74f286a91855b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial code for music app screena and service</title>
<updated>2020-07-13T11:40:39Z</updated>
<author>
<name>Adam Pigg</name>
<email>adam@piggz.co.uk</email>
</author>
<published>2020-07-13T11:40:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=306aa25aada3635506c593c6a90bf03218365d02'/>
<id>306aa25aada3635506c593c6a90bf03218365d02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' of https://github.com/JF002/Pinetime into music</title>
<updated>2020-07-11T20:41:20Z</updated>
<author>
<name>Adam Pigg</name>
<email>adam@piggz.co.uk</email>
</author>
<published>2020-07-11T20:41:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=789e06fdb77704fa5da12355ad5f1d8c9d4455e5'/>
<id>789e06fdb77704fa5da12355ad5f1d8c9d4455e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
