InfiniTime/src/displayapp/screens
2022-04-18 14:35:31 +02:00
..
settings Replace airplane mode with a bluetooth toggle 2022-04-02 16:16:47 +02:00
Alarm.cpp Improved alarm alert handling 2022-02-13 11:36:51 +01:00
Alarm.h Improved alarm alert handling 2022-02-13 11:36:51 +01:00
ApplicationList.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
ApplicationList.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
BatteryIcon.cpp Move up file header include to top 2021-11-15 22:02:49 +01:00
BatteryIcon.h Add missing standard includes 2021-11-15 22:02:49 +01:00
BatteryInfo.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
BatteryInfo.h Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes 2021-11-28 13:53:03 +01: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
Brightness.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Brightness.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Clock.cpp Rename PineTimeStyle to WatchFacePineTimeStyle 2022-03-12 18:16:09 +01:00
Clock.h Rename PineTimeStyle to WatchFacePineTimeStyle 2022-03-12 18:16:09 +01:00
Error.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Error.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
FirmwareUpdate.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
FirmwareUpdate.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
FirmwareValidation.cpp Improved format specifiers, bracing, removed C-style casts, whitespace fixes and removed Tiles shadowing 2021-12-09 21:30:04 +01:00
FirmwareValidation.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
FlashLight.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
FlashLight.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
HeartRate.cpp Move up file header include to top 2021-11-15 22:02:49 +01:00
HeartRate.h Remove unused includes in HearRate and Motion.h 2022-03-03 21:07:11 +01:00
InfiniPaint.cpp InfiniPaint: add missing include algorithm for std::fill 2021-12-30 20:58:00 +01:00
InfiniPaint.h Merge branch 'paint-colorchange-vibration' of git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration 2021-12-02 21:42:56 +01:00
Label.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Label.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
List.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
List.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Meter.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Meter.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Metronome.cpp Add missing break 2021-12-30 21:41:17 +01:00
Metronome.h Improve gesture consistency across the firmware 2021-12-30 21:41:17 +01:00
Motion.cpp Move up file header include to top 2021-11-15 22:02:49 +01:00
Motion.h Remove unused includes in HearRate and Motion.h 2022-03-03 21:07:11 +01:00
Music.cpp Improve gesture consistency across the firmware 2021-12-30 21:41:17 +01:00
Music.h Music: fix warning about overridden function 2022-03-13 21:58:53 +01:00
Navigation.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01: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 Notifications: replace newlines in label-copy because of const char* title 2022-03-03 21:08:45 +01:00
Notifications.h Notifications: replace newlines in label-copy because of const char* title 2022-03-03 21:08:45 +01:00
Paddle.cpp Paddle: add a little randomization in the dy speed 2021-12-02 21:46:36 +01:00
Paddle.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
PassKey.cpp Fix for passkey screen scramble 2021-12-09 21:14:16 +01:00
PassKey.h Fix for passkey screen scramble 2021-12-09 21:14:16 +01:00
Screen.cpp Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Screen.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
ScreenList.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Steps.cpp Ran clang-format 2021-12-30 21:51:43 +01:00
Steps.h Renamed confusing variables and general cleanup 2021-12-30 21:51:43 +01:00
StopWatch.cpp StopWatch: cleanup unused includes and use relative to src includes 2022-01-26 08:31:14 +01:00
StopWatch.h StopWatch: cleanup unused includes and use relative to src includes 2022-01-26 08:31:14 +01:00
Styles.cpp Move radio button styling to a single place 2021-12-09 21:32:07 +01:00
Styles.h Move radio button styling to a single place 2021-12-09 21:32:07 +01:00
Symbols.h Replace airplane mode with a bluetooth toggle 2022-04-02 16:16:47 +02:00
SystemInfo.cpp Improved format specifiers, bracing, removed C-style casts, whitespace fixes and removed Tiles shadowing 2021-12-09 21:30:04 +01:00
SystemInfo.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Tile.cpp Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime into mruss77-statusBarTimeFormat 2022-02-13 11:23:05 +01:00
Tile.h Update includes to to be relative to src directory 2021-11-15 22:02:49 +01:00
Timer.cpp Timer App : add background label to ensure that the app will be displayed correctly after a full refresh (HW scrolling transition). 2022-03-28 21:12:46 +02:00
Timer.h Timer App : add background label to ensure that the app will be displayed correctly after a full refresh (HW scrolling transition). 2022-03-28 21:12:46 +02:00
Twos.cpp Twos: fix warning about extra paranthesis 2022-03-13 22:05:25 +01:00
Twos.h Improved format specifiers, bracing, removed C-style casts, whitespace fixes and removed Tiles shadowing 2021-12-09 21:30:04 +01:00
WatchFaceAnalog.cpp WatchFaceAnalog: local date/time variables 2022-03-14 21:00:07 +01:00
WatchFaceAnalog.h Merge pull request #1038 from NeroBurner/analog_local_variables 2022-03-14 21:25:46 +01:00
WatchFaceDigital.cpp Replace airplane mode with a bluetooth toggle 2022-04-02 16:16:47 +02:00
WatchFaceDigital.h Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime into evergreen22-airplane-mode 2022-02-20 15:40:49 +01:00
WatchFacePineTimeStyle.cpp resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStyle 2022-04-18 14:35:31 +02:00
WatchFacePineTimeStyle.h Rename PineTimeStyle to WatchFacePineTimeStyle 2022-03-12 18:16:09 +01:00
WatchFaceTerminal.cpp Remove unnecessary line 2022-03-06 14:01:20 +01:00
WatchFaceTerminal.h terminal watchface: remove icons and other fixes 2022-03-03 21:10:39 +01:00
Weather.cpp Fixed air quality amounts being off by a few orders of magnitude 2021-12-04 22:03:40 +02:00
Weather.h Bunch of bugs fixed, improved error handling, debug UI addition 2021-12-04 22:03:40 +02:00