summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski2-21/+36
2022-08-16Centralize most color definitions (#1258)Riku Isokoski5-8/+7
2022-08-10Use Counter in SettingsSetDateRiku Isokoski2-161/+64
2022-08-02More timeout options and improved checkbox alignmentRiku Isokoski5-10/+10
2022-08-02Remove leftover changeRiku Isokoski1-5/+0
2022-08-02Add status icons widgetRiku Isokoski2-11/+17
2022-07-31Theme cleanup (#1256)Riku Isokoski1-1/+0
2022-07-21Replace icomoon system font with material design icons (#1228)Riku Isokoski1-1/+1
2022-07-21Use Counter widget in SettingSetTime plus optimizationsRiku Isokoski2-149/+57
2022-06-16Automatically create screens for applist and settings (#1153)Riku Isokoski2-70/+54
2022-06-11SettingChimes: private Option struct, use std::array for cbOptionReinhold Gschweicher1-6/+5
2022-06-11Simplify SettingChimes codeRiku Isokoski2-42/+27
2022-06-05Apply clang-format to all C++ filesFinlay Davidson9-76/+72
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski1-6/+0
2022-04-29Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski1-1/+1
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski2-6/+8
2022-04-25Fix warningsRiku Isokoski7-14/+14
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski2-4/+4
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski2-6/+6
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski3-29/+29
2022-03-08Fix SettingChimes cbOption array sizeReinhold Gschweicher1-1/+1
2022-03-03Replace Airplane mode iconavery1-1/+1
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants4-50/+71
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime int...Jean-François Milants2-0/+119
2022-02-20Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants2-2/+2
2022-02-19SettingShakeThreshold: add missing SystemTask.h, relative includeReinhold Gschweicher2-1/+2
2022-02-13Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime i...Jean-François Milants1-2/+2
2022-01-31Corrected capitalizationEli Weiss2-5/+5
2022-01-31Corrected code formattingEli Weiss2-28/+30
2022-01-31Changed setHourLabels function to handle 24H tooEli Weiss2-36/+28
2022-01-31Consolidated label changes, optimizationsEli Weiss1-36/+15
2022-01-31Consolidated time conversion logicEli Weiss2-87/+94
2022-01-31Removed redundant bracketsEli Weiss1-5/+3
2022-01-31Cleaned up redundant if statements, spacingEli Weiss2-47/+43
2022-01-31Added 12 hour set timeEli Weiss2-7/+79
2022-01-06Update shakewake menu optionRiku Isokoski1-1/+1
2022-01-05Merge pull request #912 from SteveAmor/chimesradioJF1-0/+4
2022-01-04Updates radio button styleSteveAmor1-0/+4
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekb...Jean-François Milants5-10/+188
2022-01-04Adds enum class for chimes optionSteveAmor1-4/+12
2022-01-04Fix setting removing it self from wake settings when opening calibration wind...Tim Keller2-3/+4
2022-01-04Made calibration window enable Accel wakeups for setting and calibration even...Tim Keller2-1/+9
2022-01-04Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller1-14/+10
2022-01-04Fixed button color changingTim Keller2-9/+9
2022-01-04Added visual aide for shake strengthTim Keller2-37/+60
2022-01-04Raise calibration timeout to 7.5 secondsTim Keller1-15/+15
2022-01-04Fix crash upon leaving app.Tim Keller2-27/+20
2022-01-04Make arc moveable, and clear previous setting on calibrateTim Keller1-2/+5
2022-01-04Actually save the thresholdTim Keller2-7/+18
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller2-60/+78