summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ...Avamander1-3/+5
2021-12-04Brace style and whitespace fixesAvamander1-1/+1
2021-11-28About : Remove misleading infoSteveis1-5/+2
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-3/+3
2021-10-29Memory savings by replacing stringsRiku Isokoski1-12/+14
2021-10-16Merge pull request #507 from Riksu9000/fit_more_tasksJF1-5/+8
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch1-1/+2
2021-09-14Merge branch 'develop' into update_touch_driverRiku Isokoski1-7/+0
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski1-3/+3
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski1-3/+3
2021-08-17Merge branch 'develop' into update_touch_driverRiku Isokoski1-15/+34
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-15/+34
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski1-15/+34
2021-07-25Merge branch 'develop' into fit_more_tasksRiku Isokoski1-14/+33
2021-07-25Fix compile warningsJonathan Vander Mey1-0/+2
2021-07-25Add task state info to SystemInfoRiku Isokoski1-10/+32
2021-07-25Code cleanup (#466)Riku Isokoski1-5/+0
2021-07-21FixRiku Isokoski1-2/+1
2021-07-21Fit more tasks in SystemInfoRiku Isokoski1-4/+8
2021-07-19Refresh reworkRiku Isokoski1-7/+0
2021-07-15New touch handler, with issuesRiku Isokoski1-3/+3
2021-07-14Update touchpad driverRiku Isokoski1-3/+9
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-1/+1
2021-07-02Float voltage to int (#444)Riku Isokoski1-10/+2
2021-07-02static_cast cleanupAvamander1-2/+2
2021-07-02Fixed a bunch of format specifiersAvamander1-2/+2
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix1-4/+7
2021-06-22Removed an illogical comparison from SystemInfo and St7789 driver (#449)Avamander1-3/+0
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-6/+21
2021-06-12Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander1-1/+1
2021-06-12Fix scrollbar (#382)Riku Isokoski1-1/+1
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants1-5/+5
2021-06-01Add the maximum memory used by LVGL in SystemInfo app. This will help the dev...JF0021-1/+3
2021-05-14git: show git short ref hash on SystemInfo(first screen) and FirmwareValidati...Stoian Minaiev1-0/+2
2021-05-10SystemInfo app screenStoian Minaiev1-3/+3
2021-04-24Reformatted all the files according to clang-format styleAvamander1-90/+128
2021-04-11Move Task info to about menuJoaquim1-34/+51
2021-04-04Big UI and navigation RewriteJoaquim1-33/+96
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-3/+3
2021-03-20Merge pull request #237 from muesli/systeminfo-urlJF0021-1/+1
2021-03-16Update project URL in SystemInfoChristian Muehlhaeuser1-1/+1
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-2/+5
2021-01-02Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants1-1/+1
2020-12-28Add source code license and link to github to system appMichael1-1/+8
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF0021-5/+9
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald1-2/+2
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald1-3/+1
2020-11-16Include cleanup: displayapp + screensokaestne1-5/+9
2020-11-02Fix to #119Samuel Archibald1-5/+4
2020-10-18Merge pull request #93 from robertecurtin/masterJF0021-1/+1