aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingBluetooth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Emit the message BleRadioEnableToggle to DisplayApp only if the enable state ↵JF2024-03-151-3/+3
| | | | | | | of the radio has actually changed. (#2037) This fixes an issue where the BLE connected logo would disappear when opening and closing the BLE setting (without changing it) while InfiniTime was already connected to a companion app. Co-authored-by: JustScott <development@justscott.me>
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+0
|
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-1/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* SettingBluetooth: Use CheckboxListRiku Isokoski2023-01-291-72/+40
|
* src: Enable unused parameter warningRiku Isokoski2023-01-241-4/+4
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-1/+0
|
* Fix warningsRiku Isokoski2022-04-251-2/+2
|
* Replace airplane mode with a bluetooth toggleRiku Isokoski2022-04-021-0/+93