summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2021-12-04Added a few helper functionsAvamander2-4/+59
2021-12-04Improved documentationAvamander1-3/+7
2021-12-04Improved documentationAvamander1-0/+20
2021-12-04Removed an instance of shadowingAvamander1-4/+4
2021-12-04Clarified a few commentsAvamander1-5/+6
2021-12-04Specified how values should be interpreted betterAvamander1-2/+7
2021-12-04Removed unnecessary change in CMakeListsAvamander1-1/+1
2021-12-04Added new precipitation and obscuration typesAvamander1-2/+12
2021-12-04Fixed an incorrect decode in HumidityAvamander1-1/+1
2021-12-04Improved debug UI.Avamander2-1/+25
2021-12-04Implemented parsing of all defined weather data typesAvamander1-19/+181
2021-12-04Improved UI and fixed a bugAvamander2-10/+31
2021-12-04Bunch of bugs fixed, improved error handling, debug UI additionAvamander5-129/+182
2021-12-04Improved error handling and fixed incompatibility with co.nstant.in:cbor libraryAvamander2-8/+11
2021-12-04Fixed recovery buildAvamander1-1/+2
2021-12-04Removed versioning because it's not necessaryAvamander1-8/+1
2021-12-04Changed UUID so it wouldn't conflict with MotionAvamander1-3/+3
2021-12-04Fixed a few compilation errors, fixed UUID.Avamander5-14/+25
2021-12-04Implemented a few functions.Avamander4-41/+85
2021-12-04Few formatting fixesAvamander3-8/+8
2021-12-04Started initial work on the UIAvamander4-177/+80
2021-12-04Added autodetection for clang-format versionAvamander1-8/+7
2021-12-04Brace style and whitespace fixesAvamander5-5/+5
2021-12-04Switched to non-deprecated math headerAvamander1-0/+1
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander5-25/+44
2021-12-04Minor style improvementAvamander1-1/+2
2021-12-04Skeleton of the receiving logicAvamander3-76/+145
2021-12-04Removed redundant comments from NrfLoggerAvamander1-2/+1
2021-12-04Tidied up and added Weather to CMakeLists.txtAvamander1-0/+6
2021-12-04Initial Weather service skeletonAvamander7-0/+989
2021-12-04Added QCBOR dependencyAvamander2-2/+28
2021-12-02Clock: add missing Settings includeReinhold Gschweicher1-0/+1
Add missing include in `Clock.cpp` for `Settings.h`. The Settings class is forward declared in the header file, but it needs to be included in the cpp file.
2021-12-02WatchFaceAnalog : move notification iconSteveis1-1/+1
Standardise notification icon to display in top left.
2021-12-02Paddle: add a little randomization in the dy speedReinhold Gschweicher1-0/+9
To make the game a bit more challenging an less predictable add a little bit of randomness to the `dy` value. When hitting the right wall add a random number (one of [-1, 0, 1]) to the `dy` value. To keep the difficulty level managable limit the dy value to be in the range from -5 to 5.
2021-12-02Merge branch 'paint-colorchange-vibration' of ↵Jean-François Milants3-4/+10
git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration # Conflicts: # src/displayapp/screens/InfiniPaint.h
2021-12-02Metronome: add missing include for Screen.hReinhold Gschweicher1-0/+1
2021-12-02Settings: remove unused driver includeReinhold Gschweicher1-1/+0
2021-12-02WatchFaceDigital: remove unused include for ScreenList.hReinhold Gschweicher1-1/+0
2021-12-02WatchFaceDigital: add missing include to Settings.hReinhold Gschweicher1-0/+1
2021-12-02WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher2-1/+2
Remove unused `ScreenList.h` include. For `std::abs()` add needed include `<cmath>`. For the forward declared Settings-Controller add the `Settings.h` include to the cpp file.
2021-12-02PineTimeStyle: remove include and add forward declareReinhold Gschweicher1-1/+1
Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
2021-12-02QuickSettings: remove unused importsReinhold Gschweicher1-2/+0
2021-11-28About : Remove misleading infoSteveis1-5/+2
Removed Steps which is hard coded to display 0. Could be misleading and is using up memory.
2021-11-28Merge branch 'develop' into motionservice_fix_typo_in_includeJF153-330/+564
2021-11-28Merge branch 'restructure_includes' of ↵Jean-François Milants147-252/+262
https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
2021-11-28Merge pull request #820 from Riksu9000/fix-anim-dirJF1-1/+7
Fix animation when long pressing on screens adjacent to watch face
2021-11-28Merge pull request #832 from mabuch/fix-doc-motionservice-uuidJF1-2/+2
fix Motion Service UUID in doc and code comments
2021-11-15Move up file header include to topReinhold Gschweicher9-9/+9
2021-11-15remove unused libs/ prefix from lvgl includes as not neededReinhold Gschweicher5-9/+9
2021-11-15Add missing standard includesReinhold Gschweicher7-0/+10