| Age | Commit message (Expand) | Author |
| 2020-09-27 | Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec. | JF |
| 2020-09-27 | Add BatteryInformationService to expose the battery level to BLE host. | JF |
| 2020-09-20 | Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is n... | JF |
| 2020-09-20 | Rename Pinetime-JF -> InfiniTime | JF |
| 2020-09-13 | Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil... | JF |
| 2020-09-08 | Docker post build : generate post build script with versions from the CMake p... | JF |
| 2020-09-02 | Fix constness and set version to 0.8.1. | JF |
| 2020-09-02 | Fix firmware version reported by Device Information Service on BLE. It was pr... | JF |
| 2020-08-22 | Fix bad formatting in SystemInfo. | JF |
| 2020-08-22 | Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. | JF |
| 2020-08-22 | Fix Infinipaint that would crash when started. | JF |
| 2020-08-21 | Add paint application. | JF |
| 2020-08-20 | Add TouchModes : in Gestures mode, only 1 event is processed for each touchev... | JF |
| 2020-08-20 | Docker build : split build.sh into 2 scripts : build.sh that always exists an... | JF |
| 2020-08-19 | All output files (bin, hex, image, dfu) contain the version of the project in... | JF |
| 2020-08-17 | Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom ... | JF |
| 2020-08-17 | Fix most of the warnings. Remaining warnings come from nimble source code. | JF |
| 2020-08-14 | Re-order apps in application menu on 2 pages. | JF |
| 2020-08-14 | Merge develop and fix conflicts. | JF |
| 2020-08-14 | Screens::Label is now a subclass of Screen. | JF |
| 2020-08-14 | Refactor ScreenList to make it more generic : it can now contain any Screen t... | JF |
| 2020-08-11 | Add new screen that allows the user to manually validate the new firmware he'... | JF |
| 2020-07-25 | Merge pull request #40 from piggz/music | JF002 |
| 2020-07-20 | correct include header | frederic lesur LESUR Frederic |
| 2020-07-20 | correct bad including of sdk files | frederic lesur LESUR Frederic |
| 2020-07-20 | Fully implement music app and service | Adam Pigg |
| 2020-07-19 | New implementation of the I²C/TWI driver. | JF |
| 2020-07-15 | Rework characteristic handling | Adam Pigg |
| 2020-07-13 | Initial code for music app screena and service | Adam Pigg |
| 2020-07-11 | Merge branch 'develop' of https://github.com/JF002/Pinetime into music | Adam Pigg |
| 2020-07-11 | Add start of music appliction | Adam Pigg |
| 2020-07-11 | Set version to 0.7.0 | JF |
| 2020-07-11 | Fix/Workaround a memory leak each time a device connects to BLE. | JF |
| 2020-07-08 | Remove debug (and bad) #includes. | JF |
| 2020-07-04 | Automatically switch the display on when receiving a notification | JF |
| 2020-07-04 | Add doc : how to add new symbols. | JF |
| 2020-07-04 | Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ... | JF |
| 2020-07-03 | Remove custom styles in Screens and define default style and "Big style" in L... | JF |
| 2020-07-03 | Add doc about memory usage analysis. | JF |
| 2020-07-02 | Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca... | JF |
| 2020-06-28 | Fix buffer overflow opportunities in AlertNotificationService & AlertNotifica... | JF |
| 2020-06-27 | Re-enable watchdog | JF |
| 2020-06-27 | Merge branch 'nimble_1_3_0' into develop | JF |
| 2020-06-20 | Merge pull request #37 from darnel/fix-include | JF002 |
| 2020-06-19 | Update BLE status when BLE is connected. | JF |
| 2020-06-19 | Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is ne... | JF |
| 2020-06-19 | Apply fix for errata 87 (FPU issue). | JF |
| 2020-06-19 | Disable all logging | JF |
| 2020-06-17 | Fix link error because of missing file "nrf_common.ld" | Vojtěch Jirkovský |
| 2020-06-17 | Fix #include to relative paths | Vojtěch Jirkovský |