aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
Commit message (Collapse)AuthorAgeFilesLines
* Include Colors.hKieran Cawthray2021-12-061-0/+1
|
* Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-12-0577-162/+175
|\
| * Clock: add missing Settings includeReinhold Gschweicher2021-12-021-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.
| * WatchFaceAnalog : move notification iconSteveis2021-12-021-1/+1
| | | | | | Standardise notification icon to display in top left.
| * Paddle: add a little randomization in the dy speedReinhold Gschweicher2021-12-021-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.
| * Merge branch 'paint-colorchange-vibration' of ↵Jean-François Milants2021-12-022-3/+9
| |\ | | | | | | | | | | | | | | | | | | git://github.com/clemensvonmolo/InfiniTime into clemensvonmolo-paint-colorchange-vibration # Conflicts: # src/displayapp/screens/InfiniPaint.h
| | * change paint vibration to 35msClemens von Molo2021-11-011-1/+1
| | |
| | * color rotation using modulo, ran clang-format for InfiniPaintClemens von Molo2021-11-012-6/+11
| | |
| | * InfiniPaint vibrate on colorchange, fix color rotationClemens von Molo2021-10-312-6/+7
| | |
| * | Metronome: add missing include for Screen.hReinhold Gschweicher2021-12-021-0/+1
| | |
| * | WatchFaceDigital: remove unused include for ScreenList.hReinhold Gschweicher2021-12-021-1/+0
| | |
| * | WatchFaceDigital: add missing include to Settings.hReinhold Gschweicher2021-12-021-0/+1
| | |
| * | WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher2021-12-022-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.
| * | PineTimeStyle: remove include and add forward declareReinhold Gschweicher2021-12-021-1/+1
| | | | | | | | | | | | | | | Remove unused `ScreenList.h` include and add a forward declaration for the `MotionController` class.
| * | QuickSettings: remove unused importsReinhold Gschweicher2021-12-021-2/+0
| | |
| * | About : Remove misleading infoSteveis2021-11-281-5/+2
| | | | | | | | | | | | Removed Steps which is hard coded to display 0. Could be misleading and is using up memory.
| * | Merge branch 'restructure_includes' of ↵Jean-François Milants2021-11-2876-150/+152
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h
| | * | Move up file header include to topReinhold Gschweicher2021-11-154-4/+4
| | | |
| | * | remove unused libs/ prefix from lvgl includes as not neededReinhold Gschweicher2021-11-154-6/+6
| | | |
| | * | Add missing standard includesReinhold Gschweicher2021-11-152-0/+2
| | | |
| | * | Update includes to to be relative to src directoryReinhold Gschweicher2021-11-1575-144/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
| * | | BatteryInfo: remove unused FreeRTOS.h and timer.h includesReinhold Gschweicher2021-11-151-2/+0
| |/ /
* | | Improve notification icon alignmentKieran Cawthray2021-11-161-1/+1
| | |
* | | Revert "Fix notification icon alignment"Kieran Cawthray2021-11-161-13/+8
| | | | | | | | | | | | This reverts commit 29bb359e90bff68bdfca67bbd42baeac73dae6ae.
* | | Fix notification icon alignmentKieran Cawthray2021-11-161-8/+13
| | |
* | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-11-151-1/+3
|\| |
| * | Fix Alarm app crashing on buttonpressRiku Isokoski2021-11-091-1/+3
| | |
* | | clang-format and clang-tidy PineTimeStyleRiku Isokoski2021-11-132-25/+31
| | |
* | | Close menu with buttonRiku Isokoski2021-11-134-12/+31
| | |
* | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-11-072-17/+21
|\| |
| * | Memory savings by replacing stringsRiku Isokoski2021-10-292-17/+21
| |/
* | Revert "Update GetNext/GetPrevious"Kieran Cawthray2021-10-231-2/+11
| | | | | | | | This reverts commit 411c10ec317464a79c353dc5c18b805cf4bdf7d0.
* | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-233-31/+101
|\|
| * Merge pull request #740 from Riksu9000/flashlight_brightnessJF2021-10-233-31/+101
| |\ | | | | | | Flashlight brightness control
| | * Flashlight brightness controlRiku Isokoski2021-10-133-31/+101
| | |
* | | Update GetNext/GetPreviousKieran Cawthray2021-10-201-11/+2
| | |
* | | Improve random color selection, disable longpress when settings are visibleKieran Cawthray2021-10-201-18/+17
| | |
* | | Restore settings orderKieran Cawthray2021-10-201-2/+2
| | |
* | | Ensure needle color is visible on reset/randomizeKieran Cawthray2021-10-201-0/+6
| | |
* | | Change gauge needle color when background is whiteKieran Cawthray2021-10-191-1/+15
| | |
* | | Fix settings merge errorKieran Cawthray2021-10-181-2/+5
| | |
* | | Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray2021-10-1813-17/+551
|\| |
| * | Merge pull request #507 from Riksu9000/fit_more_tasksJF2021-10-161-5/+8
| |\ \ | | | | | | | | Fit more tasks in SystemInfo
| | * \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-08-2828-447/+306
| | |\ \
| | * \ \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-07-2520-97/+120
| | |\ \ \
| | * | | | FixRiku Isokoski2021-07-211-2/+1
| | | | | |
| | * | | | Fit more tasks in SystemInfoRiku Isokoski2021-07-211-4/+8
| | | | | |
| * | | | | Merge pull request #655 from NeroBurner/paddle_hor_fixJF2021-10-161-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Paddle: compare ballX coordinate with horizontal resolution
| | * | | | | Paddle: compare ballX coordinate with horizontal resolutionReinhold Gschweicher2021-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the comment as the comparison checks if the ball is at the right side of the screen. Compare the x coordinate of the ball with the horizontal resolution of the screen, instead of the vertical resolution. On the PinePhone this does make no difference as we have square 240x240 screen. Change it anyways to be completely correct.
| * | | | | | Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-152-2/+3
| |/ / / / /