| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-30 | Revert "sans heart"ultraredux-heart | Michele Bini | |
| This reverts commit 6ef420d2407a4685b56a233f6b0f849e90c6cf49. | |||
| 2022-03-26 | sans alarm | Michele Bini | |
| 2022-03-26 | sans heart | Michele Bini | |
| 2022-03-26 | no persist time | Michele Bini | |
| 2022-03-26 | sans fs; sans settings persist | Michele Bini | |
| 2022-03-25 | Remove stopwatch and countdown timer | Michele Bini | |
| 2022-02-19 | Provide reference to BrightnessController in DisplayApp | Reinhold Gschweicher | |
| For the simulator I need a way to get to the brightnessController object and handle the set brightness-levels accoringly. This is done by the constructor expecting a brightnessController object instead of initializing one itself | |||
| 2021-11-11 | Status bar displays time in 12 or 24 hour format based on settings | Mark Russell | |
| 2021-10-25 | Use enum classes, remove old comment | Riku Isokoski | |
| 2021-10-25 | Newer buttonhandler | Riku Isokoski | |
| 2021-09-23 | Merge pull request #664 from Riksu9000/disable_notif_only | JF002 | |
| Toggle notifications only, keep vibrations. | |||
| 2021-09-18 | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime ↵ | Jean-François Milants | |
| into geekbozu-PersistantStorage # Conflicts: # src/systemtask/SystemTask.cpp | |||
| 2021-09-16 | resolve conflict in src/systemtask/Messages.h | Mark Russell | |
| 2021-09-16 | Revert "Merge upstream" | Mark Russell | |
| This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c. | |||
| 2021-09-16 | Merge upstream | Mark Russell | |
| 2021-09-13 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-13 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-09-12 | Merge pull request #602 from Riksu9000/del_unused | JF002 | |
| Remove unused variables | |||
| 2021-09-12 | Toggle notifications only, keep vibrations. | Riku Isokoski | |
| 2021-09-10 | Created basic alarm app | Mark Russell | |
| 2021-09-02 | Add some comments | Tim Keller | |
| 2021-08-29 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-28 | Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime ↵ | Jean-François Milants | |
| into Riksu9000-twimaster_rework # Conflicts: # src/systemtask/SystemTask.cpp | |||
| 2021-08-22 | Update startup SCL toggling pinmap definitions | hubmartin | |
| 2021-08-22 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-19 | Remove unused variables | Riku Isokoski | |
| 2021-08-19 | Add clearing of noinit segment on bad word | Tim Keller | |
| Code readability cleanup | |||
| 2021-08-18 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-08-18 | Use highest frequency and move mutex creation to Init | Riku Isokoski | |
| 2021-08-17 | Make Clock Persistant. | Tim Keller | |
| 2021-08-16 | Simplify parameters and cleanup | Riku Isokoski | |
| 2021-08-14 | Set pin before loop | Riku Isokoski | |
| 2021-08-14 | Better pin configuration | Riku Isokoski | |
| 2021-08-14 | Try to fix bootloop | Riku Isokoski | |
| 2021-08-10 | Rework TouchHandler into not a task | Riku Isokoski | |
| 2021-08-10 | Revert "Merge branch 'unblock_i2c' into develop" | Riku Isokoski | |
| This reverts commit 275a84b3238874d213271f4287e6c1c5bfcb4353, reversing changes made to 9fb37550886f09f6510e99a5b452262c53c3987c. | |||
| 2021-08-10 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-08-09 | Set pin before loop | Riku Isokoski | |
| 2021-08-09 | Better pin configuration | Riku Isokoski | |
| 2021-08-09 | Try to fix bootloop | Riku Isokoski | |
| 2021-08-03 | PinMap with namespace and constexpr | hubmartin | |
| 2021-07-18 | Update | Riku Isokoski | |
| 2021-07-15 | Fix touch wakeup and code cleanup | Riku Isokoski | |
| 2021-07-15 | New touch handler, with issues | Riku Isokoski | |
| 2021-07-13 | Merge branch 'lvgl_use_system_tick' of ↵ | Jean-François Milants | |
| https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick # Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h | |||
| 2021-07-11 | Using littlefs (#438) | joaquim.org | |
| * add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS | |||
| 2021-07-07 | LVGL use system tick | Riku Isokoski | |
| 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-12 | Move most of the code from the constructor of the objects statically ↵ | Jean-François Milants | |
| initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. | |||
| 2021-06-06 | Fix build for recovery firmware. | Jean-François Milants | |
