InfiniTime/src/displayapp
Riku Isokoski afea7ca0d1
Update clang-tidy configuration and fix some warnings (#1474)
Don't enable coding conventions from unrelated projects. Only enable
generic checks.
2022-12-18 18:14:36 +01:00
..
fonts Infineat : Add support for external resources, and read the images and fonts from the ilesystem 2022-09-11 16:22:28 +02:00
icons remove old unused bluetooth icons (#1172) 2022-06-05 18:50:36 +02:00
screens Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
widgets compiler warnings, #1035 and #notreported (#1481) 2022-12-12 22:28:39 +02:00
Apps.h Replace airplane mode with a bluetooth toggle 2022-04-02 16:16:47 +02:00
Colors.cpp Update src/displayapp/Colors.cpp 2022-09-17 21:32:43 +02:00
Colors.h
DisplayApp.cpp Update clang-tidy configuration and fix some warnings (#1474) 2022-12-18 18:14:36 +01:00
DisplayApp.h Brightness management in DisplayApp : do not allow the brightness level OFF when loading app and going to running mode. Such issue could occur in case of inconsistent or corrupted settings. 2022-10-02 18:04:09 +02:00
DisplayAppRecovery.cpp A few minors changes following the code review : rename fs -> filesystem, use std::array instead of raw array,... 2022-09-27 18:06:15 +02:00
DisplayAppRecovery.h Fix recovery firmware : add FS in parameters of DisplayAppRecovery ctor. 2022-09-11 18:21:29 +02:00
DummyLittleVgl.h Apply clang-format to all C++ files 2022-06-05 09:15:46 +03:00
InfiniTimeTheme.cpp Improve checkbox visibility (#1266) 2022-08-16 08:29:26 +03:00
InfiniTimeTheme.h Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
LittleVgl.cpp Centralize most color definitions (#1258) 2022-08-16 08:21:23 +03:00
LittleVgl.h Force full screen refresh with a rounder function 2022-05-08 13:21:27 +02:00
Messages.h
TouchEvents.h