<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/components/ble, 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>Add missing nrf_log.h includes shadowed by SystemMonitor.h</title>
<updated>2022-03-08T19:28:54Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2022-02-20T13:45:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=5fe5cee9ef76fdb57810a4434517ebc6442393fb'/>
<id>5fe5cee9ef76fdb57810a4434517ebc6442393fb</id>
<content type='text'>
Some components were missing a `nrf_log.h` include. This missing
include was accidentally provided by the SystemMonitor.h header, which
was included by Systemtask.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some components were missing a `nrf_log.h` include. This missing
include was accidentally provided by the SystemMonitor.h header, which
was included by Systemtask.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode</title>
<updated>2022-02-20T14:40:49Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2022-02-20T14:40:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ef44b763d94cc6ff1be6f75ff3e638d7d356e99e'/>
<id>ef44b763d94cc6ff1be6f75ff3e638d7d356e99e</id>
<content type='text'>
Apply a few changes that were requested in the PR during the review.

# Conflicts:
#	src/CMakeLists.txt
#	src/displayapp/Apps.h
#	src/displayapp/DisplayApp.cpp
#	src/displayapp/Messages.h
#	src/displayapp/screens/settings/Settings.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply a few changes that were requested in the PR during the review.

# Conflicts:
#	src/CMakeLists.txt
#	src/displayapp/Apps.h
#	src/displayapp/DisplayApp.cpp
#	src/displayapp/Messages.h
#	src/displayapp/screens/settings/Settings.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode</title>
<updated>2022-02-20T14:25:24Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2022-02-20T14:25:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=40cdb547727d99ff140a029ae30980001e4a68f6'/>
<id>40cdb547727d99ff140a029ae30980001e4a68f6</id>
<content type='text'>
# Conflicts:
#	src/CMakeLists.txt
#	src/displayapp/Apps.h
#	src/displayapp/DisplayApp.cpp
#	src/displayapp/Messages.h
#	src/displayapp/screens/settings/Settings.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	src/CMakeLists.txt
#	src/displayapp/Apps.h
#	src/displayapp/DisplayApp.cpp
#	src/displayapp/Messages.h
#	src/displayapp/screens/settings/Settings.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix biased BLE pass key generation</title>
<updated>2022-02-12T17:44:05Z</updated>
<author>
<name>Zorvalt</name>
<email>zorvalt@pm.me</email>
</author>
<published>2021-12-19T16:10:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d967efa19710f85cee846c59adbbe07d2a2189dc'/>
<id>d967efa19710f85cee846c59adbbe07d2a2189dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add airplane mode feature</title>
<updated>2021-12-24T02:30:14Z</updated>
<author>
<name>James A. Jerkins</name>
<email>evergreen@jamesjerkinscomputer.com</email>
</author>
<published>2021-12-24T02:30:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=319030d9e16e833cf8bff569a9ecfa452165ea27'/>
<id>319030d9e16e833cf8bff569a9ecfa452165ea27</id>
<content type='text'>
Implements 'Airplane mode' feature to disable and enable bluetooth/ble
Adds airplaneMode as a non-persisted setting
Adds a setting menu for switching airplane mode on and off
Displays an airplane symbol on the Digital watch face and the
    PineTimeStyle watch face when airplane mode is enabled
Always enables bluetooth/ble on boot (disable airplane mode)
Alphabetizes the settings menu options
Style cleanups

Closes #632
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements 'Airplane mode' feature to disable and enable bluetooth/ble
Adds airplaneMode as a non-persisted setting
Adds a setting menu for switching airplane mode on and off
Displays an airplane symbol on the Digital watch face and the
    PineTimeStyle watch face when airplane mode is enabled
Always enables bluetooth/ble on boot (disable airplane mode)
Alphabetizes the settings menu options
Style cleanups

Closes #632
</pre>
</div>
</content>
</entry>
<entry>
<title>Optional secure pairing with a passkey</title>
<updated>2021-12-21T22:02:01Z</updated>
<author>
<name>James A. Jerkins</name>
<email>evergreen@jamesjerkinscomputer.com</email>
</author>
<published>2021-12-21T22:02:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=eca0588c2328a72aee3c6132c7c4221277cb8b28'/>
<id>eca0588c2328a72aee3c6132c7c4221277cb8b28</id>
<content type='text'>
Support passkey pairing when requested by the central
Fix a comment and reorder warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support passkey pairing when requested by the central
Fix a comment and reorder warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Failed rebase.</title>
<updated>2021-12-10T01:49:03Z</updated>
<author>
<name>Tim Keller</name>
<email>geekboy1011@gmail.com</email>
</author>
<published>2021-12-10T01:49:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1470489e7b14fdfe4871cdc714c4a3c98917c4bb'/>
<id>1470489e7b14fdfe4871cdc714c4a3c98917c4bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more initializers</title>
<updated>2021-12-10T01:18:57Z</updated>
<author>
<name>Tim Keller</name>
<email>geekboy1011@gmail.com</email>
</author>
<published>2021-11-21T21:35:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=0a0d1f270328001e1e80a2ac6c26feb111bfa27a'/>
<id>0a0d1f270328001e1e80a2ac6c26feb111bfa27a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix large file support that broke due to a refactor.</title>
<updated>2021-12-10T01:18:57Z</updated>
<author>
<name>Tim Keller</name>
<email>geekboy1011@gmail.com</email>
</author>
<published>2021-11-21T06:33:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b9a2db1a49976cbfe92a9941bce17ffdbae7d0b3'/>
<id>b9a2db1a49976cbfe92a9941bce17ffdbae7d0b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force variable cleanup because LFS makes assumptions about variable initialization state</title>
<updated>2021-12-10T01:18:57Z</updated>
<author>
<name>Tim Keller</name>
<email>geekboy1011@gmail.com</email>
</author>
<published>2021-11-21T06:17:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d1e9aa107617565b456f05e20e9468ab270d323e'/>
<id>d1e9aa107617565b456f05e20e9468ab270d323e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
