InfiniTime/src/displayapp/screens/settings
James A. Jerkins 319030d9e1 Add airplane mode feature
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-23 20:30:14 -06:00
..
QuickSettings.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
QuickSettings.h QuickSettings: remove unused imports 2021-12-02 21:14:47 +01:00
SettingAirplaneMode.cpp Add airplane mode feature 2021-12-23 20:30:14 -06:00
SettingAirplaneMode.h Add airplane mode feature 2021-12-23 20:30:14 -06:00
SettingDisplay.cpp Move radio button styling to a single place 2021-12-09 21:32:07 +01:00
SettingDisplay.h Organize includes 2021-12-09 21:32:07 +01:00
SettingPineTimeStyle.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
SettingPineTimeStyle.h Settings : use enums instead of ints to store colors. Group all PTS settings into a struct. 2021-08-28 21:02:11 +02:00
Settings.cpp Add airplane mode feature 2021-12-23 20:30:14 -06:00
Settings.h Merge pull request #458 from kieranc/pinetimestyle-colorpicker 2021-08-28 20:56:34 +02:00
SettingSetDate.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
SettingSetDate.h Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by nullptr and other small cleanings. 2021-10-10 16:18:14 +02:00
SettingSetTime.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
SettingSetTime.h Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by nullptr and other small cleanings. 2021-10-10 16:18:14 +02:00
SettingSteps.cpp Added autodetection for clang-format version 2021-12-04 22:03:40 +02:00
SettingSteps.h Refresh rework 2021-07-19 16:26:12 +03:00
SettingTimeFormat.cpp Move radio button styling to a single place 2021-12-09 21:32:07 +01:00
SettingTimeFormat.h Organize includes 2021-12-09 21:32:07 +01:00
SettingWakeUp.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
SettingWakeUp.h Refresh rework 2021-07-19 16:26:12 +03:00
SettingWatchFace.cpp Move radio button styling to a single place 2021-12-09 21:32:07 +01:00
SettingWatchFace.h Organize includes 2021-12-09 21:32:07 +01:00