summaryrefslogtreecommitdiff
path: root/src/components/ble
AgeCommit message (Collapse)Author
2022-06-06Merge remote-tracking branch 'origin/develop' into analog24Michele Bini
2022-06-05Fix various typosluz paz
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
2022-06-05Apply clang-format to all C++ filesFinlay Davidson
2022-06-05Replace C-style casts with static_castFinlay Davidson
2022-05-12rm unused notificationManager reforence from NimbleControllerMichele Bini
2022-05-12Bluetooth Passkey Toggle settingMichele Bini
2022-04-25Make functions const againRiku Isokoski
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski
2022-04-18Merge branch 'develop' into remove-nm-referenceMax Friedrich
2022-03-21New changes according to the review : Priority 0 for display, 1 for system, ↵Jean-François Milants
timer and ble host, and 2 for ble LL
2022-03-21Music app : when title/track name are truncated, add an ellipsis at the end ↵Jean-François Milants
of the strings.
2022-03-21Add missing space in if expression.Jean-François Milants
2022-03-21Limit the size of the track and album name received by MusicService. This ↵Jean-François Milants
should work around this bug : https://github.com/InfiniTimeOrg/InfiniTime/issues/825 and prevent heap over-allocation.
2022-03-08Add missing nrf_log.h includes shadowed by SystemMonitor.hReinhold Gschweicher
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
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants
into evergreen22-airplane-mode 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
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants
into evergreen22-airplane-mode # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp
2022-02-16remove unused referenceminacode
2022-02-12Fix biased BLE pass key generationZorvalt
2021-12-24Add airplane mode featureJames A. Jerkins
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
2021-12-21Optional secure pairing with a passkeyJames A. Jerkins
Support passkey pairing when requested by the central Fix a comment and reorder warning
2021-12-10Fix Failed rebase.Tim Keller
2021-12-10Fix more initializersTim Keller
2021-12-10Fix large file support that broke due to a refactor.Tim Keller
2021-12-10Force variable cleanup because LFS makes assumptions about variable ↵Tim Keller
initialization state
2021-12-10Attempt at a more robust File handlerTim Keller
2021-12-10Change read to return LFS return values when reading a directory or ↵Tim Keller
nonexistant file
2021-12-10Fix string nullterminations,Tim Keller
Expand error codes.
2021-12-10Added move functionTim Keller
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller
2021-12-10Write worksTim Keller
2021-12-10Reading Seems to work?Tim Keller
2021-12-10Actually fix memory corruption, seems stable nowTim Keller
ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
2021-12-10List Dir works?Tim Keller
2021-12-10Focus on getting flash access working properlyTim Keller
2021-12-10Start of read commandTim Keller
2021-12-10Added Delete fileTim Keller
Added FS Stat.
2021-12-10Fix folder count in outputTim Keller
2021-12-10More reliable FS listingTim Keller
2021-12-10direcetory listings maybe?Tim Keller
Added LISTDIR command and notify responses.
2021-12-10Added Blank FSService that exposes only version infoTim Keller
2021-12-09Merge branch 'develop' into patch-weatherAvamander
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins
Increase BLE task stack +200 and decrease LL task stack -200 more braces!
2021-12-09Persist bond between rebootsJames A. Jerkins
Save bond information in the FS after a disconnect or encryption change if the bond is not already stored. The bond is restored on boot enabling automatic reconnection to a previously bonded central. Two consecutive watch reboots with the central out of range (or BLE off) will remove the stored bond from the watch.
2021-12-09Connect and bond with a passkeyJames A. Jerkins
This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
2021-12-04Updated docs and renamed functions for consistencyAvamander
2021-12-04Added a note about map key capitalizationAvamander
2021-12-04Added a note about the timestamp having a timezone offsetAvamander
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander
2021-12-04Improved Temperature parsingAvamander
2021-12-04Fixed a bug in DewPoint decodingAvamander