aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/QuickSettings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Show alarm controller state in status iconJozef Mlich2025-01-051-2/+3
|
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-1/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* displayapp: Make Ble references constRiku Isokoski2023-02-241-1/+1
|
* displayapp: Make Battery class references constRiku Isokoski2023-02-241-1/+1
|
* Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski2022-08-211-20/+35
|
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-2/+3
|
* Add status icons widgetRiku Isokoski2022-08-021-7/+8
|
* Theme cleanup (#1256)Riku Isokoski2022-07-311-1/+0
| | | Remove unnecessary comments, styles, colors, overrides. Fix arc colors
* Replace icomoon system font with material design icons (#1228)Riku Isokoski2022-07-211-1/+1
|
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-3/+3
|
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-6/+0
| | | | | | When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
* Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski2022-04-291-1/+1
| | | | | | | | | There is a large step in brightness from level zero to level one. After experimenting with various ST7789 options, I found that decreasing VDV to 0x10 (-0.4V) fixes this issue. The gamma change reduced the average error in brightness, but with the underlying issue fixed, the gamma change has been reverted.
* New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski2022-04-251-5/+5
|
* Fix warningsRiku Isokoski2022-04-251-2/+2
|
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-2/+2
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-2/+2
|
* Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime ↵Jean-François Milants2022-02-131-2/+2
|\ | | | | | | | | | | | | into mruss77-statusBarTimeFormat # Conflicts: # src/components/datetime/DateTimeController.cpp
| * Status bar displays time in 12 or 24 hour format based on settingsMark Russell2021-11-101-2/+2
| |
* | Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
|/ | | | | | | 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.
* Flashlight brightness controlRiku Isokoski2021-10-131-1/+1
|
* Toggle notifications only, keep vibrations.Riku Isokoski2021-09-121-3/+3
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-281-3/+3
|\
| * Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-181-26/+29
| |\
| * \ Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-251-1/+1
| |\ \
| * | | Fix gesturesRiku Isokoski2021-07-161-11/+0
| | | |
| * | | New touch handler, with issuesRiku Isokoski2021-07-151-3/+3
| | | |
* | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-26/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | Clean up using variablesRiku Isokoski2021-08-151-10/+16
| | | |
| * | | Ui updateRiku Isokoski2021-08-151-25/+22
| | | |
| * | | ImprovementsRiku Isokoski2021-08-011-1/+1
| | | |
| * | | Merge branch 'develop' into HEADRiku Isokoski2021-08-011-15/+4
| |\ \ \ | | | |/ | | |/|
| * | | cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa2021-05-161-1/+1
| | | | | | | | | | | | | | | | additional whitespaces
| * | | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-161-1/+1
| | | |
* | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-12/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Code cleanup (#466)Riku Isokoski2021-07-251-5/+1
| | | | | | | | | | | | | | | | * Code cleanup * Remove override again
| * | | Merge branch 'develop' into fix_touchevent_tapRiku Isokoski2021-07-141-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | Fix touchevent tapRiku Isokoski2021-06-111-8/+1
| | |/ | |/|
* | | Refresh reworkRiku Isokoski2021-07-191-4/+0
| |/ |/|
* | LVGL use system tickRiku Isokoski2021-07-071-1/+1
| |
* | Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-2/+2
|/ | | | 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.
* short vibration when enabling itpetter2021-05-021-0/+3
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-48/+38
|
* Big UI and navigation RewriteJoaquim2021-04-041-0/+177
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...