.. |
settings
|
Add reset button, reduce button opacity
|
2021-06-27 15:24:17 +02:00 |
ApplicationList.cpp
|
add basic metronome app (#409)
|
2021-06-12 15:06:58 +02:00 |
ApplicationList.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
BatteryIcon.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
BatteryIcon.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
BatteryInfo.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
BatteryInfo.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
BleIcon.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
BleIcon.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Brightness.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Brightness.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Clock.cpp
|
Add step count gauge - replaces heartrate in sidebar
|
2021-06-20 21:53:09 +02:00 |
Clock.h
|
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
|
2021-06-16 16:33:34 +02:00 |
DropDownDemo.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
DropDownDemo.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
FirmwareUpdate.cpp
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
FirmwareUpdate.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
FirmwareValidation.cpp
|
Revert "Reset"
|
2021-05-18 17:45:16 +02:00 |
FirmwareValidation.h
|
Revert "Reset"
|
2021-05-18 17:45:16 +02:00 |
FlashLight.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 |
FlashLight.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
HeartRate.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 |
HeartRate.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
InfiniPaint.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
InfiniPaint.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Label.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Label.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
List.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
List.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Meter.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Meter.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Metronome.cpp
|
Fix build issues since Metronome app has been merged.
|
2021-06-12 15:14:14 +02:00 |
Metronome.h
|
add basic metronome app (#409)
|
2021-06-12 15:06:58 +02:00 |
Motion.cpp
|
Revert "Reset"
|
2021-05-18 17:45:16 +02:00 |
Motion.h
|
Revert "Reset"
|
2021-05-18 17:45:16 +02:00 |
Music.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Music.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Navigation.cpp
|
Navigation app: reduce memory usage (#362)
|
2021-06-01 21:01:32 +02:00 |
Navigation.h
|
Navigation app: reduce memory usage (#362)
|
2021-06-01 21:01:32 +02:00 |
NotificationIcon.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
NotificationIcon.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Notifications.cpp
|
removed an empty assignment that caused a compiler warning (#372)
|
2021-05-20 20:34:21 +02:00 |
Notifications.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Paddle.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Paddle.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
PineTimeStyle.cpp
|
Fix the fix, whoops
|
2021-06-25 21:55:51 +02:00 |
PineTimeStyle.h
|
Use colors from settings for PineTimeStyle watchface
|
2021-06-25 14:58:45 +02:00 |
Screen.cpp
|
Renamed displayapp/Screens to displayapp/screens
|
2020-10-02 21:49:55 +03:00 |
Screen.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
ScreenList.h
|
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 |
Steps.cpp
|
Revert "Reset"
|
2021-05-18 17:45:16 +02:00 |
Steps.h
|
Revert "Reset"
|
2021-05-18 17:45:16 +02:00 |
StopWatch.cpp
|
Keep button visible, but disabled
|
2021-05-26 16:13:40 +03:00 |
StopWatch.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Symbols.h
|
Timer App (#355)
|
2021-05-20 20:43:54 +02:00 |
SystemInfo.cpp
|
Removed an illogical comparison from SystemInfo and St7789 driver (#449)
|
2021-06-22 20:31:31 +02:00 |
SystemInfo.h
|
Add support for BMA425 acceleration sensor. (#440)
|
2021-06-19 20:27:59 +02:00 |
Tile.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Tile.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
Timer.cpp
|
Timer App (#355)
|
2021-05-20 20:43:54 +02:00 |
Timer.h
|
Timer App (#355)
|
2021-05-20 20:43:54 +02:00 |
Twos.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
Twos.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
WatchFaceAnalog.cpp
|
Fix typo in variable names (#430)
|
2021-06-22 20:34:46 +02:00 |
WatchFaceAnalog.h
|
Fix typo in variable names (#430)
|
2021-06-22 20:34:46 +02:00 |
WatchFaceDigital.cpp
|
Show heartbeat icon in watchface in gray if data is missing
|
2021-05-02 12:30:33 +02:00 |
WatchFaceDigital.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |