| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-09 | Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵ | Avamander | |
| and removed Tiles shadowing | |||
| 2021-12-04 | Brace style and whitespace fixes | Avamander | |
| 2021-11-28 | About : Remove misleading info | Steveis | |
| Removed Steps which is hard coded to display 0. Could be misleading and is using up memory. | |||
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold 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-29 | Memory savings by replacing strings | Riku Isokoski | |
| 2021-10-16 | Merge pull request #507 from Riksu9000/fit_more_tasks | JF | |
| Fit more tasks in SystemInfo | |||
| 2021-10-15 | Replaced "JF002" in github URLs with "InfiniTimeOrg" | mabuch | |
| 2021-09-14 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-08-28 | Merge branch 'develop' into refresh_rework | Riku Isokoski | |
| 2021-08-28 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-08-17 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-08-03 | Merge branch 'develop' into refresh_rework | Riku Isokoski | |
| 2021-07-25 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-07-25 | Merge branch 'develop' into fit_more_tasks | Riku Isokoski | |
| 2021-07-25 | Fix compile warnings | Jonathan Vander Mey | |
| 2021-07-25 | Add task state info to SystemInfo | Riku Isokoski | |
| 2021-07-25 | Code cleanup (#466) | Riku Isokoski | |
| * Code cleanup * Remove override again | |||
| 2021-07-21 | Fix | Riku Isokoski | |
| 2021-07-21 | Fit more tasks in SystemInfo | Riku Isokoski | |
| 2021-07-19 | Refresh rework | Riku Isokoski | |
| 2021-07-15 | New touch handler, with issues | Riku Isokoski | |
| 2021-07-14 | Update touchpad driver | Riku Isokoski | |
| 2021-07-11 | Notify 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-02 | Float voltage to int (#444) | Riku Isokoski | |
| * Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion | |||
| 2021-07-02 | static_cast cleanup | Avamander | |
| 2021-07-02 | Fixed a bunch of format specifiers | Avamander | |
| 2021-06-26 | SPI 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-22 | Removed an illogical comparison from SystemInfo and St7789 driver (#449) | Avamander | |
| * Removed an illogical comparison | |||
| 2021-06-19 | Add support for BMA425 acceleration sensor. (#440) | JF002 | |
| * Add support for BMA425 acceleration sensor. | |||
| 2021-06-12 | Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360) | Avamander | |
| 2021-06-12 | Fix scrollbar (#382) | Riku Isokoski | |
| 2021-06-10 | Minor 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-01 | Add 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-13 | git: show git short ref hash on SystemInfo(first screen) and ↵ | Stoian Minaiev | |
| FirmwareValidation screen alongside other information | |||
| 2021-05-10 | SystemInfo app screen | Stoian Minaiev | |
| First screen. Let the build date and build time string be centered as well as the others | |||
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-04-11 | Move Task info to about menu | Joaquim | |
| fix build error in WatchFaceDigital | |||
| 2021-04-04 | Big UI and navigation Rewrite | Joaquim | |
| 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-22 | replaced all unique_ptr.reset calls with std::make_unique | Niall Cooling | |
| 2021-03-20 | Merge pull request #237 from muesli/systeminfo-url | JF002 | |
| Update project URL in SystemInfo | |||
| 2021-03-16 | Update project URL in SystemInfo | Christian Muehlhaeuser | |
| Pinetime -> InfiniTime | |||
| 2021-02-24 | Multi face support, analog clock, 12/24 config | Joaquim | |
| 2021-01-02 | Rename Pinetime in InfiniTime in sysinfo app. | Jean-François Milants | |
| 2020-12-28 | Add source code license and link to github to system app | Michael | |
| 2020-12-01 | Merge pull request #136 from okaestne/include-cleanup | JF002 | |
| Includes cleanup | |||
| 2020-11-18 | Fixes #119! Improved based off suggested changes | Samuel Archibald | |
| 2020-11-16 | Fix for comments on issue #125, bounds check removed | Samuel Archibald | |
| 2020-11-16 | Include cleanup: displayapp + screens | okaestne | |
| 2020-11-03 | Fix to #119 | Samuel Archibald | |
| 2020-10-18 | Merge pull request #93 from robertecurtin/master | JF002 | |
| Fix typo in SystemInfo app. | |||
