aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
Commit message (Expand)AuthorAgeFilesLines
* WatchFaceAnalog : move notification iconSteveis2021-12-021-1/+1
* Paddle: add a little randomization in the dy speedReinhold Gschweicher2021-12-021-0/+9
* Merge branch 'paint-colorchange-vibration' of git://github.com/clemensvonmolo...Jean-François Milants2021-12-022-3/+9
|\
| * 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
* | PineTimeStyle: remove include and add forward declareReinhold Gschweicher2021-12-021-1/+1
* | QuickSettings: remove unused importsReinhold Gschweicher2021-12-021-2/+0
* | About : Remove misleading infoSteveis2021-11-281-5/+2
* | Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants2021-11-2876-150/+152
|\ \
| * | 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
* | | BatteryInfo: remove unused FreeRTOS.h and timer.h includesReinhold Gschweicher2021-11-151-2/+0
|/ /
* | Fix Alarm app crashing on buttonpressRiku Isokoski2021-11-091-1/+3
* | Memory savings by replacing stringsRiku Isokoski2021-10-292-17/+21
|/
* Merge pull request #740 from Riksu9000/flashlight_brightnessJF2021-10-233-31/+101
|\
| * Flashlight brightness controlRiku Isokoski2021-10-133-31/+101
* | Merge pull request #507 from Riksu9000/fit_more_tasksJF2021-10-161-5/+8
|\ \
| * \ 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 resolutionReinhold Gschweicher2021-10-111-2/+2
* | | | | | Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-152-2/+3
|/ / / / /
* | | | | Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime i...Jean-François Milants2021-10-104-4/+83
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-10-0510-30/+63
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-183-1/+309
| |\ \ \ \ \
| * | | | | | Fix Error screen and optimize GetTouchInfoRiku Isokoski2021-09-152-5/+0
| * | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-1473-313/+589
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-2813-25/+17
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Automatic error detectionRiku Isokoski2021-08-182-0/+76
| * | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-1737-520/+410
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-07-152-32/+33
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Update touchpad driverRiku Isokoski2021-07-142-5/+13
* | | | | | | | | Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by nu...Jean-François Milants2021-10-104-85/+61
* | | | | | | | | Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-105-5/+455
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'JF002:develop' into set-datetime-manuallyTim2021-08-0831-245/+240
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Code optimizations in SettingSetDate and SettingSetTimeTim Taenny2021-07-092-13/+7
| * | | | | | | | | | Code optimizations in SettingSetTimeTim Taenny2021-07-091-9/+17
| * | | | | | | | | | Modified Settings menu as per suggestionTim Taenny2021-07-091-4/+4
| * | | | | | | | | | Code optimizations in SettingSetDateTim Taenny2021-07-091-41/+2
| * | | | | | | | | | Code optimizations in SettingSetTimeTim Taenny2021-07-091-24/+10
| * | | | | | | | | | Code optimizations in SettingSetDateTim Taenny2021-07-091-28/+12