aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
Commit message (Collapse)AuthorAgeFilesLines
* Steps: Update UIRiku Isokoski2023-02-011-5/+7
|
* stopwatch: Update UIRiku Isokoski2023-02-012-52/+90
| | | | | | The time used to be yellow while paused. Changing it to white made the paused state less distinct. Blinking the time while paused makes the state distinct again.
* SettingChimes: Use CheckboxListRiku Isokoski2023-01-292-66/+48
|
* SettingBluetooth: Use CheckboxListRiku Isokoski2023-01-292-79/+42
|
* infineat: Remove use with builtin fontsRiku Isokoski2023-01-261-35/+8
| | | | The watchface cannot be enabled without the correct font anyway.
* infineat: Battery display simplificationRiku Isokoski2023-01-261-6/+2
|
* infineat: Use set_text_static where applicableRiku Isokoski2023-01-261-8/+8
|
* infineat: Remove batterystyleRiku Isokoski2023-01-262-13/+7
| | | | Setting local style is more efficient
* infineat: Remove unnecessary background colorizationRiku Isokoski2023-01-262-8/+0
|
* infineat: Optimize lv_linesRiku Isokoski2023-01-262-186/+33
| | | | Reduce code duplication massively
* src: Enable unused parameter warningRiku Isokoski2023-01-246-12/+10
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Combine Date and Time Settings (#1465)John Quigley2023-01-147-26/+117
| | | | | | Replace separate SettingSetDate and SettingSetTime with a combined screenlist. Add DotIndicators. Similar to PageIndicator, but for use when separating screens instead of pages of a list. Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
* List: Update list style and make it grayRiku Isokoski2023-01-121-23/+27
|
* SetingTimeFormat use CheckboxList, reduce duplicationRiku Isokoski2023-01-123-70/+48
|
* Format header filesFinlay Davidson2023-01-0915-0/+23
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Implement a return app stackRiku Isokoski2023-01-051-2/+1
| | | | | | Each opened app (screen) is pushed on a stack, which is then popped from when returning instead of hard coded "previous apps". Return swipe and refresh directions are automatically determined from the app transition.
* Update clang-{format,tidy} to 14Finlay Davidson2023-01-042-0/+2
| | | | | Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
* added message, changed UIminacode2022-12-271-1/+1
|
* Fix formattingtgc-dk2022-12-261-2/+1
|
* Put common code into DismissToBlack helper functionTomas Groth2022-12-262-15/+14
|
* Make it possible to dismiss new notificationsTomas Groth2022-12-262-2/+25
|
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-1810-46/+42
| | | | | Don't enable coding conventions from unrelated projects. Only enable generic checks.
* Optimize SettingWatchFaceRiku Isokoski2022-12-182-40/+41
|
* Optimize SettingWakeUpRiku Isokoski2022-12-182-67/+42
|
* Optimize SettingTimeFormatRiku Isokoski2022-12-182-11/+11
|
* PineTimeStyle: use "" for our includesNeroBurner2022-12-181-1/+1
| | | | Small fix to be consistent: use "" for our includes and <> for system includes or packages by others.
* compiler warnings, #1035 and #notreported (#1481)cybuzuma2022-12-122-2/+0
|
* FixElements60072022-11-191-1/+1
| | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* Clang formatElements60072022-11-191-6/+4
|
* Update SettingChimes.hElements60072022-11-191-3/+3
|
* removed lineminacode2022-11-191-2/+0
|
* Use PageIndicator in CheckboxListRiku Isokoski2022-10-162-29/+10
|
* G7710 and Infineat : close the files after having verified that they exist.Jean-François Milants2022-10-152-0/+6
|
* Watch face settings : disable watch faces that are not available (external ↵Jean-François Milants2022-10-118-10/+71
| | | | resources are not installed).
* CheckboxList : fix formatting.Jean-François Milants2022-10-113-29/+28
|
* CheckBoxList : rename newValue -> value.Jean-François Milants2022-10-112-5/+4
|
* Checkbox list now receives a function pointer to call when the setting has ↵Jean-François Milants2022-10-113-42/+31
| | | | changed. This allow to remove the dependency between CheckBoxList (UI component) with SettingController.
* Edit all occurences of "watchface" to "watch face"mashuptwice2022-10-101-1/+1
|
* Fix button labels (#1361)kieranc2022-10-062-5/+10
|
* Fix steps style button label (#1358)kieranc2022-10-061-1/+2
|
* Merge branch 'pts-options' of github.com:kieranc/InfiniTime into ↵Jean-François Milants2022-10-023-25/+142
|\ | | | | | | | | | | | | kieranc-pts-options # Conflicts: # src/components/settings/Settings.h
| * CleanupKieran Cawthray2022-09-061-25/+25
| |
| * Relabel buttonKieran Cawthray2022-09-061-2/+2
| |
| * Implement persistent settingsKieran Cawthray2022-09-061-9/+34
| |
| * Merge remote-tracking branch 'upstream/develop' into pts-optionsKieran Cawthray2022-09-0529-241/+171
| |\
| * \ Add half gauge/seconds optionKieran Cawthray2022-08-162-7/+38
| |\ \
| | * | Apply suggestions from code reviewialokim2022-08-071-2/+1
| | | | | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
| | * | PTS: add seconds displayialokim2022-08-072-5/+19
| | | |
| * | | Initial mockupKieran Cawthray2022-08-053-19/+80
| | | |
| * | | Wrap PineTimeStyle step counterAidan Epstein2022-08-041-1/+1
| |/ / | | | | | | | | | | | | This changes the PineTimeStyle step counter gauge continues counting with wraparound after you achieve your step goal.