aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
Commit message (Expand)AuthorAgeFilesLines
* Allow zero app to be selected at build timeJean-François Milants2023-12-101-1/+1
* Apply suggestionmark90642023-12-091-1/+1
* Fix calculation of number of app screensmark90642023-12-091-2/+1
* StopWatch: Add an extra space to the string without the hourMingjie Shen2023-12-011-1/+1
* SettingDisplay: Reduce buffer sizeMingjie Shen2023-12-011-1/+1
* Fix potential buffer overflows when calling sprintfMingjie Shen2023-12-014-9/+9
* apps: Restore app list orderFintasticMan2023-11-291-8/+9
* Fix code formattingJean-François Milants2023-11-1920-24/+72
* Add missing new line at end of file.Jean-François Milants2023-11-191-1/+1
* Application selection at build timeJean-François Milants2023-11-192-0/+16
* Application selection at build timeJean-François Milants2023-11-1924-167/+420
* Fix deadlock when a lot of notifications are received in a very short time span.Jean-François Milants2023-11-191-1/+9
* Tidy upKieran Cawthray2023-11-111-4/+2
* Initial commitKieran Cawthray2023-11-112-6/+10
* navigation: Add is available (#1847)JF2023-09-027-19/+41
* navigation: Move font to external memory (#1838)JF2023-09-025-112/+184
* lowersleep: Implement Lower to Sleep functionality (#827)FintasticMan2023-08-272-4/+5
* watchfaceanalog: Background in lvgl (#1824)Max Friedrich2023-08-153-277/+40
* Fix TypoTimothy2023-06-172-8/+8
* PineTimeStyle weather display (#1459)kieranc2023-06-048-38/+164
* Fix code formattingJean-François Milants2023-05-181-2/+1
* Enable malloc error and stack overflow error detection in FreeRTOS. Count the...Jean-François Milants2023-05-181-10/+13
* Refactor watch face to enum (#1339)Max Friedrich2023-04-303-10/+26
* Refactor, document and fix the Watchdog driver (#1710)JF2023-04-301-10/+10
* TimerController: Rename to TimerRiku Isokoski2023-04-164-15/+15
* TimerController: Make TimerController reusableRiku Isokoski2023-04-164-8/+11
* Watchfaces: Assume motionsensor is okRiku Isokoski2023-04-1610-15/+5
* fonts: Make patching silentFinlay Davidson2023-04-161-1/+1
* stopwatch: Add hours tracking (#1692)fossison2023-04-162-4/+26
* WatchFaceTerminal: Simplify time update checkRiku Isokoski2023-04-022-43/+24
* WatchFaceG7710: Simplify time update checkRiku Isokoski2023-04-022-46/+28
* WatchFaceInfineat: Simplify time update checkRiku Isokoski2023-04-022-50/+20
* WatchFaceDigital: Simplify update checkRiku Isokoski2023-04-022-39/+25
* dirtyvalue: Move to src/utilityFinlay Davidson2023-03-278-92/+64
* staticstack: Move to src/utilityFinlay Davidson2023-03-271-3/+3
* inactivity: Use LVGL inactivity timersRiku Isokoski2023-03-184-8/+43
* WatchFaceAnalog: Simplify date update checkRiku Isokoski2023-03-152-15/+5
* shakewake: Fix names according to style guideFinlay Davidson2023-03-091-4/+4
* PTS: Fix double tap behaviour on settings screen (#1669)kieranc2023-03-041-2/+2
* Add low battery indicator to StatusIcons, digital and analog watchfacesRiku Isokoski2023-03-027-1/+21
* Revert "added low battery message"Riku Isokoski2023-03-021-1/+1
* LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).Jean-François Milants2023-02-263-3/+62
* infineat: Create colors at compile time.Riku Isokoski2023-02-262-49/+119
* Apps: Remove Weather from app enumRiku Isokoski2023-02-261-1/+0
* motion: Disable Motion appRiku Isokoski2023-02-254-6/+7
* screens: Add notes about using C++20 featuresRiku Isokoski2023-02-252-0/+2
* date: Remove date libRiku Isokoski2023-02-259-81/+38
* DateTimeController: Remove SetTime tick parameterRiku Isokoski2023-02-252-11/+3
* SystemTask: Move lcd to DisplayAppRiku Isokoski2023-02-251-0/+3
* LittleVgl: Instantiate in DisplayAppRiku Isokoski2023-02-255-50/+5