1
0
Fork 0
InfiniTime/src/displayapp/screens
2023-02-24 17:41:41 +02:00
..
settings displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Alarm.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
Alarm.h Remove clockType variable by checking for nullptr instead. 2022-08-02 22:51:04 +02:00
ApplicationList.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
ApplicationList.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
BatteryIcon.cpp New sharper batteryicon. Remove old unused batteryicons 2022-04-25 17:03:08 +03:00
BatteryIcon.h Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
BatteryInfo.cpp displayapp: Make Battery class references const 2023-02-24 17:41:41 +02:00
BatteryInfo.h displayapp: Make Battery class references const 2023-02-24 17:41:41 +02:00
BleIcon.cpp Replace airplane mode with a bluetooth toggle 2022-04-02 16:16:47 +02:00
BleIcon.h Replace airplane mode with a bluetooth toggle 2022-04-02 16:16:47 +02:00
CheckboxList.cpp SetingTimeFormat use CheckboxList, reduce duplication 2023-01-12 22:02:32 +02:00
CheckboxList.h Format header files 2023-01-09 21:41:21 +01:00
Clock.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Clock.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Error.cpp Disable value_str 2022-09-17 21:27:32 +02:00
Error.h Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
FirmwareUpdate.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
FirmwareUpdate.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
FirmwareValidation.cpp Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
FirmwareValidation.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
FlashLight.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
FlashLight.h Flashlight default to max brightness and code cleanup 2022-06-19 18:24:36 +02:00
HeartRate.cpp Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
HeartRate.h Format header files 2023-01-09 21:41:21 +01:00
InfiniPaint.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
InfiniPaint.h Format header files 2023-01-09 21:41:21 +01:00
Label.cpp Add PageIndicator widget to reduce code duplication (#1218) 2022-07-05 07:41:09 +02:00
Label.h Add PageIndicator widget to reduce code duplication (#1218) 2022-07-05 07:41:09 +02:00
List.cpp List: Update list style and make it gray 2023-01-12 22:39:38 +02:00
List.h Add PageIndicator widget to reduce code duplication (#1218) 2022-07-05 07:41:09 +02:00
Metronome.cpp Implement a return app stack 2023-01-05 15:13:05 +01:00
Metronome.h Disable value_str 2022-09-17 21:27:32 +02:00
Motion.cpp Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
Motion.h Remove unused includes in HearRate and Motion.h 2022-03-03 21:07:11 +01:00
Music.cpp Rename lvgl image files to .c 2022-06-05 09:15:46 +03:00
Music.h Update track progress in MusicService. Fix #127 2022-04-25 15:51:12 +03:00
Navigation.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
Navigation.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
NotificationIcon.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
NotificationIcon.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
Notifications.cpp Fix formatting 2022-12-26 22:18:50 +01:00
Notifications.h Format header files 2023-01-09 21:41:21 +01:00
Paddle.cpp src: Enable unused parameter warning 2023-01-24 10:43:17 +02:00
Paddle.h Format header files 2023-01-09 21:41:21 +01:00
PassKey.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
PassKey.h Force full screen refresh with a rounder function 2022-05-08 13:21:27 +02:00
Screen.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Screen.h clang-format: Always break template declarations 2023-02-16 09:13:58 +02:00
ScreenList.h clang-format: Always break template declarations 2023-02-16 09:13:58 +02:00
Steps.cpp Steps: Update UI 2023-02-01 10:13:57 +02:00
Steps.h Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
StopWatch.cpp stopwatch: Update UI 2023-02-01 09:52:04 +02:00
StopWatch.h stopwatch: Update UI 2023-02-01 09:52:04 +02:00
Styles.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
Styles.h Move radio button styling to a single place 2021-12-09 21:32:07 +01:00
Symbols.h Infineat : Add support for external resources, and read the images and fonts from the ilesystem 2022-09-11 16:22:28 +02:00
SystemInfo.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
SystemInfo.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Tile.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Tile.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Timer.cpp TimerController: Use chrono for durations 2023-02-23 23:17:18 +02:00
Timer.h Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
Twos.cpp Reduce duplication in Twos (#1274) 2022-09-11 20:57:49 +02:00
Twos.h Format header files 2023-01-09 21:41:21 +01:00
WatchFaceAnalog.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceAnalog.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceCasioStyleG7710.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceCasioStyleG7710.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceDigital.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceDigital.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceInfineat.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceInfineat.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFacePineTimeStyle.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFacePineTimeStyle.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceTerminal.cpp displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
WatchFaceTerminal.h displayapp: Make Ble references const 2023-02-24 17:41:41 +02:00
Weather.cpp compiler warnings, #1035 and #notreported (#1481) 2022-12-12 22:28:39 +02:00
Weather.h compiler warnings, #1035 and #notreported (#1481) 2022-12-12 22:28:39 +02:00