| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix LVGL submodule (sorry!) | Jean-François Milants | 2021-02-23 | 294 | -241414/+0 |
| | | |||||
| * | Remove LVGL folder (it's now a submodule) | Jean-François Milants | 2021-02-23 | 340 | -50598/+202756 |
| | | |||||
| * | Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵ | Jean-François Milants | 2021-02-23 | 1 | -117/+288 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | joaquimorg-LVGL7 # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.cpp # src/displayapp/screens/Modal.cpp # src/displayapp/screens/Modal.h # src/displayapp/screens/Notifications.cpp # src/displayapp/screens/Tile.h | ||||
| | * | Fix delay in button actions | Joaquim | 2021-02-22 | 1 | -0/+0 |
| | | | |||||
| | * | Cleanup | Joaquim | 2021-02-01 | 1 | -0/+0 |
| | | | |||||
| | * | Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7 | Joaquim | 2021-02-01 | 2 | -3/+3 |
| | |\ | |||||
| | * | | LVGL v7.10.0 | Joaquim | 2021-01-28 | 1 | -117/+288 |
| | | | | |||||
| | * | | LVGL V7 Upgrade | Joaquim | 2021-01-28 | 206 | -89256/+0 |
| | | | | |||||
| * | | | Fix memory leak in timer management in port layer of Nimble. | Jean-François Milants | 2021-02-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | Update to nimble 1.3 master branch commit ↵ | Jean-François Milants | 2021-02-02 | 281 | -9252/+31317 |
| | |/ |/| | | | | | | | | | 82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled! | ||||
| * | | Normalize all the line endings | Jean-François Milants | 2021-01-31 | 2 | -3/+3 |
| |/ | |||||
| * | Fix bug in animation management for lv_label | Jean-François Milants | 2021-01-17 | 3 | -5/+56 |
| | | |||||
| * | Renamed displayapp/Screens to displayapp/screens | Avamander | 2020-10-02 | 1 | -1/+1 |
| | | |||||
| * | Fix most of the warnings. Remaining warnings come from nimble source code. | JF | 2020-08-17 | 1 | -0/+2 |
| | | |||||
| * | Fix/Workaround a memory leak each time a device connects to BLE. | JF | 2020-07-11 | 1 | -0/+6 |
| | | |||||
| * | Remove debug (and bad) #includes. | JF | 2020-07-08 | 3 | -3/+0 |
| | | |||||
| * | Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵ | JF | 2020-07-02 | 1 | -2/+2 |
| | | | | | | | allocated for FreeRTOS. Add Monitor to log the stack usage of each task. | ||||
| * | Disable all logging | JF | 2020-06-19 | 1 | -2/+2 |
| | | |||||
| * | Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones. | JF | 2020-06-16 | 21 | -844/+551 |
| | | |||||
| * | Merge develop | JF | 2020-05-24 | 40 | -166/+378 |
| |\ | |||||
| | * | Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen ↵ | JF | 2020-05-17 | 40 | -166/+378 |
| | | | | | | | | | used 2 lv_img objects (occured in Clock). | ||||
| * | | Merge branch 'nimble' into nimble-ota | JF | 2020-05-02 | 1 | -2/+2 |
| |\| | |||||
| | * | Fix random crash caused by bad implementation of ble_npl_hw_enter_critical(). | JF | 2020-04-30 | 1 | -2/+2 |
| | | | |||||
| * | | Update syscfg.h | JF | 2020-05-02 | 2 | -2/+2 |
| |/ | |||||
| * | Add Nimble in libs directory | JF | 2020-04-26 | 629 | -0/+227915 |
| | | |||||
| * | Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵ | JF | 2020-04-05 | 1 | -1/+1 |
| | | | | | saves ~60KB of flash! | ||||
| * | When a full screen refresh is done, apply a vertical scroll during the ↵ | JF | 2020-03-08 | 205 | -0/+88993 |
| | | | | | refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow. | ||||
| * | Remove default lvgl font (roboto). | JF | 2020-03-01 | 1 | -2/+2 |
| | | |||||
| * | Simplify Tile to improve refresh speed (it's not a tile anymore...). | JF | 2020-03-01 | 1 | -1/+1 |
| | | | | | Disable debug mode of lvgl. | ||||
| * | Enable watchdog, and issue a WDT reset when the button is pushed for more ↵ | JF | 2020-02-23 | 1 | -0/+0 |
| | | | | | than 7s. | ||||
| * | Do not compile GFX and older fonts anymore. | JF | 2020-02-23 | 1 | -2/+2 |
| | | | | | | | Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens. | ||||
| * | Add touch panel port to lvgl. | JF | 2020-02-16 | 1 | -1/+1 |
| | | | | | PoC of user interaction with 3 screen (clock, menu and app). | ||||
| * | Integration of lvgl : continued... | JF | 2020-02-10 | 1 | -6/+6 |
| | | |||||
| * | First quick'n'dirty integration of LittleVGL. Needs some cleaning. | JF | 2020-02-08 | 2 | -0/+587 |
| | | |||||
| * | Add date library (https://github.com/HowardHinnant/date) to manage the date ↵ | JF | 2020-01-11 | 10 | -0/+23402 |
| and time. The date is now properly processed (31 December 2019 23:59:59 + 1s => 1 January 2020 00:00:00) | |||||
