| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-17 | Tweak gamma on ST7789 and match UI colors | Michele Bini | |
| This change will increase the color accuracy of the PineTime and make UI development with the simulator easier. Cherry-picked and adapted by Michele Bini | |||
| 2022-04-10 | Use neofonts | Michele Bini | |
| 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-09-22 | Merge branch 'develop' into detect_full_charge | Riku Isokoski | |
| 2021-09-03 | Use percentage instead of IsFull | Riku Isokoski | |
| 2021-09-03 | Detect full charge and improve watchface display | Riku Isokoski | |
| 2021-08-30 | Merge remote-tracking branch 'upstream/develop' into timer_battery_reading | Riku Isokoski | |
| 2021-08-14 | Make battery reading periodic. Add events. Disable pullup | Riku Isokoski | |
| 2021-07-19 | Refresh rework | 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-13 | Merge branch 'develop' into notify-battery-level | Jean-François Milants | |
| # Conflicts: # src/displayapp/screens/BatteryInfo.cpp | |||
| 2021-07-11 | Modify status text in BatteryInfo so it fits on screen (#437) | kieranc | |
| * Modify status text in BatteryInfo so it fits on screen | |||
| 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-07 | LVGL use system tick | Riku Isokoski | |
| 2021-07-02 | Float voltage to int (#444) | Riku Isokoski | |
| * Change voltage float to millivolt integer * Explain the ADC to milliVolts conversion | |||
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-04-16 | In order to stabilize the battery reading, | Joaquim | |
| I modified the process to make 5 consecutive readings, as the process is asynchronous, there is no interference in the main process. | |||
| 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... | |||
