summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/CheckboxList.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-22Change: colors & menu itemsdavidpkj1-1/+2
2023-01-12SetingTimeFormat use CheckboxList, reduce duplicationRiku Isokoski1-1/+3
2022-10-16Use PageIndicator in CheckboxListRiku Isokoski1-25/+7
2022-10-11Watch face settings : disable watch faces that are not available (external re...Jean-François Milants1-4/+10
2022-10-11CheckboxList : fix formatting.Jean-François Milants1-5/+2
2022-10-11CheckBoxList : rename newValue -> value.Jean-François Milants1-4/+3
2022-10-11Checkbox list now receives a function pointer to call when the setting has ch...Jean-François Milants1-16/+11
2022-09-28Do not save settings in CheckboxList. This will be done by the caller.Jean-François Milants1-1/+0
2022-09-27Fix formatting in CheckBoxList.cpp.Jean-François Milants1-1/+1
2022-09-27CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).Jean-François Milants1-2/+2
2022-09-27A few minors changes following the code review : rename fs -> filesystem, use...Jean-François Milants1-3/+3
2022-09-11Fix formattingJean-François Milants1-6/+8
2022-06-11Implement CheckboxList screenDiego Miguel1-0/+115