summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski3-21/+37
2022-08-16Centralize most color definitions (#1258)Riku Isokoski25-48/+64
2022-08-10Use Counter in SettingsSetDateRiku Isokoski2-161/+64
2022-08-08Notification swap text colors for visibility and reduce duplication (#1252)Riku Isokoski1-12/+7
2022-08-02More timeout options and improved checkbox alignmentRiku Isokoski5-10/+10
2022-08-02Simplified stopwatch lap bufferRiku Isokoski2-91/+29
2022-08-02Bring back separate info button, move color to a variable.Riku Isokoski1-6/+12
2022-08-02Remove clockType variable by checking for nullptr instead.Riku Isokoski2-10/+10
2022-08-02Use Counter widget in AlarmRiku Isokoski2-116/+60
2022-08-02Automatic alignment with containersRiku Isokoski1-1/+0
2022-08-02Remove leftover changeRiku Isokoski1-5/+0
2022-08-02Add status icons widgetRiku Isokoski8-67/+52
2022-07-31Theme cleanup (#1256)Riku Isokoski2-5/+0
2022-07-25Date formats: Use ISO 8601 (#1040)Zach DeCook2-4/+4
2022-07-21Replace icomoon system font with material design icons (#1228)Riku Isokoski3-10/+9
2022-07-21Reset timer by long pressing on the button (#1214)Riku Isokoski2-24/+97
2022-07-21Use Counter widget in SettingSetTime plus optimizationsRiku Isokoski2-149/+57
2022-07-21Extend Counter functionalityRiku Isokoski1-2/+2
2022-07-21Limit backlight when flashlight is off (#1212)Riku Isokoski1-29/+30
2022-07-07Display target build variant in system info screenChristoph Honal1-2/+8
2022-07-06Twos code cleanup (#1220)Riku Isokoski2-107/+112
2022-07-05Add PageIndicator widget to reduce code duplication (#1218)Riku Isokoski6-90/+14
2022-06-28Notifications: no inTransition screen, simple blackbox is enoughReinhold Gschweicher2-15/+9
2022-06-28Dismiss notifications by swiping rightSimon Willshire2-53/+140
2022-06-19Flashlight default to max brightness and code cleanupRiku Isokoski2-12/+12
2022-06-19Fix InfiniTime compiler warningsRiku Isokoski1-7/+0
2022-06-18Remove backup brightness feature (#1180)Riku Isokoski1-7/+1
2022-06-16Automatically create screens for applist and settings (#1153)Riku Isokoski4-126/+101
2022-06-11SettingChimes: private Option struct, use std::array for cbOptionReinhold Gschweicher1-6/+5
2022-06-11Simplify SettingChimes codeRiku Isokoski2-42/+27
2022-06-06Timer: Replace time label with Counter control hiding functionalityRiku Isokoski2-12/+11
2022-06-06Use Counter widget in TimerRiku Isokoski2-112/+41
2022-06-06Move basic apps to the top of the app listRiku Isokoski1-4/+4
2022-06-05remove unused symbols, free a little bit of space (#1167)mabuch1-7/+0
2022-06-05remove unused Meter.cpp and Meter.h (#1171)mabuch2-65/+0
2022-06-05remove unused Brightness App (#1170)mabuch2-136/+0
2022-06-05Fix various typosluz paz1-1/+1
2022-06-05Apply clang-format to all C++ filesFinlay Davidson29-142/+167
2022-06-05Rename lvgl image files to .cFinlay Davidson1-3/+3
2022-05-08Fix dropdown graphical issues.Riku Isokoski1-2/+0
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski18-87/+0
2022-05-04List: add missing array includeReinhold Gschweicher1-1/+1
2022-04-29Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski7-8/+8
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski12-60/+92
2022-04-25Fix warningsRiku Isokoski11-25/+25
2022-04-25Keep the paddle on screen in wholeReinhold Gschweicher1-1/+8
2022-04-25Remove now unused position overrideRiku Isokoski1-3/+0
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski2-26/+13
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski24-72/+72
2022-04-25Use centisecondsRiku Isokoski1-4/+5