.. |
settings
|
Merge pull request #1024 from dmlls/infineat-pr
|
2022-09-27 21:27:36 +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
|
Add status icons widget
|
2022-08-02 22:49:12 +02:00 |
ApplicationList.h
|
Add status icons widget
|
2022-08-02 22:49:12 +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
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03: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 |
CheckboxList.cpp
|
Fix formatting in CheckBoxList.cpp.
|
2022-09-27 21:10:01 +02:00 |
CheckboxList.h
|
CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).
|
2022-09-27 21:04:40 +02:00 |
Clock.cpp
|
fix typo
|
2022-09-28 20:53:02 +02:00 |
Clock.h
|
fix typo
|
2022-09-28 20:53:02 +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
|
Force full screen refresh with a rounder function
|
2022-05-08 13:21:27 +02:00 |
FirmwareUpdate.h
|
Replace lv_label_set_text where possible
|
2022-04-18 19:47:42 +03:00 |
FirmwareValidation.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03: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
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
HeartRate.h
|
Remove unused includes in HearRate and Motion.h
|
2022-03-03 21:07:11 +01:00 |
InfiniPaint.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03: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
|
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
|
Add PageIndicator widget to reduce code duplication (#1218)
|
2022-07-05 07:41:09 +02:00 |
List.h
|
Add PageIndicator widget to reduce code duplication (#1218)
|
2022-07-05 07:41:09 +02:00 |
Metronome.cpp
|
Disable value_str
|
2022-09-17 21:27:32 +02:00 |
Metronome.h
|
Disable value_str
|
2022-09-17 21:27:32 +02:00 |
Motion.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03: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
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
Notifications.h
|
Notifications: no inTransition screen, simple blackbox is enough
|
2022-06-28 18:50:10 +02:00 |
Paddle.cpp
|
Apply clang-format to all C++ files
|
2022-06-05 09:15:46 +03:00 |
Paddle.h
|
Update includes to to be relative to src directory
|
2021-11-15 22:02:49 +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
|
Fix various typos
|
2022-06-05 09:31:23 +03:00 |
ScreenList.h
|
Apply clang-format to all C++ files
|
2022-06-05 09:15:46 +03:00 |
Steps.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
Steps.h
|
Renamed confusing variables and general cleanup
|
2021-12-30 21:51:43 +01:00 |
StopWatch.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
StopWatch.h
|
Simplified stopwatch lap buffer
|
2022-08-02 22:51:59 +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
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
SystemInfo.h
|
Update includes to to be relative to src directory
|
2021-11-15 22:02:49 +01:00 |
Tile.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
Tile.h
|
Add status icons widget
|
2022-08-02 22:49:12 +02:00 |
Timer.cpp
|
Centralize most color definitions (#1258)
|
2022-08-16 08:21:23 +03:00 |
Timer.h
|
Reset timer by long pressing on the button (#1214)
|
2022-07-21 22:53:36 +03:00 |
Twos.cpp
|
Reduce duplication in Twos (#1274)
|
2022-09-11 20:57:49 +02:00 |
Twos.h
|
Reduce duplication in Twos (#1274)
|
2022-09-11 20:57:49 +02:00 |
WatchFaceAnalog.cpp
|
Improve status icon visibility
|
2022-09-17 21:26:51 +02:00 |
WatchFaceAnalog.h
|
New sharper batteryicon. Remove old unused batteryicons
|
2022-04-25 17:03:08 +03:00 |
WatchFaceDigital.cpp
|
fix typo
|
2022-09-28 20:53:02 +02:00 |
WatchFaceDigital.h
|
fix typo
|
2022-09-28 20:53:02 +02:00 |
WatchFaceInfineat.cpp
|
Fix formatting
|
2022-09-11 20:18:01 +02:00 |
WatchFaceInfineat.h
|
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 |
WatchFacePineTimeStyle.cpp
|
fix typo
|
2022-09-28 20:53:02 +02:00 |
WatchFacePineTimeStyle.h
|
fix typo
|
2022-09-28 20:53:02 +02:00 |
WatchFaceTerminal.cpp
|
fix typo
|
2022-09-28 20:53:02 +02:00 |
WatchFaceTerminal.h
|
fix typo
|
2022-09-28 20:53:02 +02: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 |