InfiniTime/src/displayapp/screens/settings
2021-07-12 13:01:11 +02:00
..
QuickSettings.cpp Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier. 2021-06-06 15:56:03 +02:00
QuickSettings.h short vibration when enabling it 2021-05-02 11:48:05 +02:00
SettingDisplay.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingDisplay.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SettingPineTimeStyle.cpp Add reset button, reduce button opacity 2021-06-27 15:24:17 +02:00
SettingPineTimeStyle.h Add reset button, reduce button opacity 2021-06-27 15:24:17 +02:00
Settings.cpp PineTimeStyle color picker initial commit 2021-06-24 19:15:23 +02:00
Settings.h PineTimeStyle color picker initial commit 2021-06-24 19:15:23 +02:00
SettingSteps.cpp Fixed a bunch of format specifiers 2021-07-02 16:27:16 +02:00
SettingSteps.h Revert "Reset" 2021-05-18 17:45:16 +02:00
SettingTimeFormat.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingTimeFormat.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SettingWakeUp.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
SettingWakeUp.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
SettingWatchFace.cpp Add PineTimeStyle watchface (#334) 2021-06-29 20:20:27 +02:00
SettingWatchFace.h Revert "Reset" 2021-05-18 17:45:16 +02:00