summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
AgeCommit message (Expand)AuthorFilesLines
2022-06-30fix memory leak + refactoringITCactus2-27/+33
2022-06-30post rebase fixesITCactus6-79/+76
2022-06-30[new watchface] watchface inspired by G7710, with day of year and week number...ITCactus7-4/+577
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
2022-04-25Stopwatch fixesRiku Isokoski2-37/+22
2022-04-25Fix timer layoutRiku Isokoski1-16/+11
2022-04-25Firmware update screen fixesRiku Isokoski1-11/+10
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski22-104/+98
2022-04-18resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStylemabuch14-77/+71
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski8-41/+35
2022-03-28Timer App : add background label to ensure that the app will be displayed cor...Jean-François Milants2-19/+27
2022-03-14Merge pull request #1038 from NeroBurner/analog_local_variablesJF2-13/+6
2022-03-14Merge pull request #1033 from NeroBurner/music_override_warningJF1-1/+1
2022-03-14Merge pull request #1034 from NeroBurner/twos_comparison_warningJF1-1/+1
2022-03-14WatchFaceAnalog: local date/time variablesReinhold Gschweicher2-13/+6
2022-03-14WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher1-1/+1
2022-03-13Twos: fix warning about extra paranthesisReinhold Gschweicher1-1/+1
2022-03-13Music: fix warning about overridden functionReinhold Gschweicher1-1/+1
2022-03-12Rename PineTimeStyle to WatchFacePineTimeStylemabuch4-21/+21
2022-03-09Merge pull request #1026 from NeroBurner/fix_settings_chimesJF1-1/+1
2022-03-08Fix SettingChimes cbOption array sizeReinhold Gschweicher1-1/+1
2022-03-06Remove unnecessary lineavery1-1/+0
2022-03-06Merge branch 'develop' into notifications-as-textavery9-44/+19