summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
AgeCommit message (Collapse)Author
2022-06-06Merge remote-tracking branch 'origin/develop' into analog24Michele Bini
2022-05-12Use nullptr when aligning relative to parentMichele Bini
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski
This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander
and removed Tiles shadowing
2021-12-04Brace style and whitespace fixesAvamander
2021-11-28About : Remove misleading infoSteveis
Removed Steps which is hard coded to display 0. Could be misleading and is using up memory.
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-10-29Memory savings by replacing stringsRiku Isokoski
2021-10-16Merge pull request #507 from Riksu9000/fit_more_tasksJF
Fit more tasks in SystemInfo
2021-10-15Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch
2021-09-14Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-17Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski
2021-07-25Merge branch 'develop' into fit_more_tasksRiku Isokoski
2021-07-25Fix compile warningsJonathan Vander Mey
2021-07-25Add task state info to SystemInfoRiku Isokoski
2021-07-25Code cleanup (#466)Riku Isokoski
* Code cleanup * Remove override again
2021-07-21FixRiku Isokoski
2021-07-21Fit more tasks in SystemInfoRiku Isokoski
2021-07-19Refresh reworkRiku Isokoski
2021-07-15New touch handler, with issuesRiku Isokoski
2021-07-14Update touchpad driverRiku Isokoski
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-07-02Float voltage to int (#444)Riku Isokoski
* Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion
2021-07-02static_cast cleanupAvamander
2021-07-02Fixed a bunch of format specifiersAvamander
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix
* Retrieve and display bootloader version - Display bootloader version on System Info screen - Enable SPI flash sleep mode if bootloader version >= 1.0.0 * Wait for SPI flash to wakeup before starting OTA DFU
2021-06-22Removed an illogical comparison from SystemInfo and St7789 driver (#449)Avamander
* Removed an illogical comparison
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF002
* Add support for BMA425 acceleration sensor.
2021-06-12Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander
2021-06-12Fix scrollbar (#382)Riku Isokoski
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
2021-06-01Add the maximum memory used by LVGL in SystemInfo app. This will help the ↵JF002
developers to size the memory buffer allocated to lvgl. (#408)
2021-05-13git: show git short ref hash on SystemInfo(first screen) and ↵Stoian Minaiev
FirmwareValidation screen alongside other information
2021-05-10SystemInfo app screenStoian Minaiev
First screen. Let the build date and build time string be centered as well as the others
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-11Move Task info to about menuJoaquim
fix build error in WatchFaceDigital
2021-04-04Big UI and navigation RewriteJoaquim
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling
2021-03-20Merge pull request #237 from muesli/systeminfo-urlJF002
Update project URL in SystemInfo
2021-03-16Update project URL in SystemInfoChristian Muehlhaeuser
Pinetime -> InfiniTime
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
2021-01-02Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants
2020-12-28Add source code license and link to github to system appMichael
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF002
Includes cleanup
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald