aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/SystemInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-281-3/+3
|\
| * Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-251-15/+34
| |\
| * | New touch handler, with issuesRiku Isokoski2021-07-151-3/+3
| | |
* | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-15/+34
|\ \ \ | | |/ | |/|
| * | Fix compile warningsJonathan Vander Mey2021-07-251-0/+2
| | |
| * | Add task state info to SystemInfoRiku Isokoski2021-07-251-10/+32
| | |
| * | Code cleanup (#466)Riku Isokoski2021-07-251-5/+0
| |/ | | | | | | * Code cleanup * Remove override again
* / Refresh reworkRiku Isokoski2021-07-191-7/+0
|/
* Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+1
| | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
* Float voltage to int (#444)Riku Isokoski2021-07-021-10/+2
| | | | * Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion
* static_cast cleanupAvamander2021-07-021-2/+2
|
* Fixed a bunch of format specifiersAvamander2021-07-021-2/+2
|
* SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-4/+7
| | | | | | * 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
* Removed an illogical comparison from SystemInfo and St7789 driver (#449)Avamander2021-06-221-3/+0
| | | * Removed an illogical comparison
* Add support for BMA425 acceleration sensor. (#440)JF0022021-06-191-6/+21
| | | * Add support for BMA425 acceleration sensor.
* Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander2021-06-121-1/+1
|
* Fix scrollbar (#382)Riku Isokoski2021-06-121-1/+1
|
* Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants2021-06-101-5/+5
| | | | code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
* Add the maximum memory used by LVGL in SystemInfo app. This will help the ↵JF0022021-06-011-1/+3
| | | | developers to size the memory buffer allocated to lvgl. (#408)
* git: show git short ref hash on SystemInfo(first screen) and ↵Stoian Minaiev2021-05-141-0/+2
| | | | FirmwareValidation screen alongside other information
* SystemInfo app screenStoian Minaiev2021-05-101-3/+3
| | | First screen. Let the build date and build time string be centered as well as the others
* Reformatted all the files according to clang-format styleAvamander2021-04-241-90/+128
|
* Move Task info to about menuJoaquim2021-04-111-34/+51
| | | | fix build error in WatchFaceDigital
* Big UI and navigation RewriteJoaquim2021-04-041-33/+96
| | | | | | | | | | | 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...
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-3/+3
|
* Merge pull request #237 from muesli/systeminfo-urlJF0022021-03-201-1/+1
|\ | | | | Update project URL in SystemInfo
| * Update project URL in SystemInfoChristian Muehlhaeuser2021-03-161-1/+1
| | | | | | | | Pinetime -> InfiniTime
* | Multi face support, analog clock, 12/24 configJoaquim2021-02-241-2/+5
|/
* Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants2021-01-021-1/+1
|
* Add source code license and link to github to system appMichael2020-12-281-1/+8
|
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-011-5/+9
|\ | | | | Includes cleanup
| * Include cleanup: displayapp + screensokaestne2020-11-161-5/+9
| |
* | Fixes #119! Improved based off suggested changesSamuel Archibald2020-11-181-2/+2
| |
* | Fix for comments on issue #125, bounds check removedSamuel Archibald2020-11-161-3/+1
| |
* | Fix to #119Samuel Archibald2020-11-021-5/+4
|/
* Merge pull request #93 from robertecurtin/masterJF0022020-10-181-1/+1
|\ | | | | Fix typo in SystemInfo app.
| * Noticed this typo when booting my PineTimeRobert Curtin2020-10-121-1/+1
| |
* | Update SystemInfo.cppRafa Couto2020-10-121-1/+1
|/ | | Show MAC bytes with left-zeroes
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-1/+1
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+116