summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-01Add new cmake option to disable the generation of DFU file (which needs ↵Jean-François Milants4-10/+50
adafruit-nrfutil on the build machine) : BUILD_DFU (disabled by default, enabled in docker build).
2021-02-01CleanupJoaquim12-241/+13
2021-02-01Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7Joaquim10-6/+244
2021-01-31Merge pull request #197 from Avamander/patch-9JF0021-0/+3
Enabled clang-format in Clion
2021-01-31Merge pull request #196 from Avamander/patch-8JF0021-0/+26
Added clang-tidy configuration
2021-01-31Merge pull request #194 from Avamander/patch-6JF0021-0/+136
Added Clang formatting rules
2021-01-31Merge pull request #195 from Avamander/patch-7JF0021-1/+21
Improve CLion's formatting rules
2021-01-31Merge pull request #193 from Avamander/patch-5JF0021-1/+1
Updated CMakeLists.txt to be more consistent
2021-01-31Normalize all the line endingsJean-François Milants3-4/+4
2021-01-31Merge pull request #192 from Avamander/patch-4JF0021-0/+15
Create .gitattributes
2021-01-31Merge pull request #191 from Avamander/patch-3JF0021-0/+5
Create .gitconfig
2021-01-31Merge pull request #190 from Avamander/patch-1JF0021-0/+33
Create CONTRIBUTING.md
2021-01-31Remove BLE debug codeJean-François Milants1-2/+2
2021-01-31Re-enabled use-after-move warningAvamander1-1/+0
2021-01-31Enabled clang-format in ClionAvamander1-0/+3
2021-01-30Added clang-tidy configurationAvamander1-0/+27
2021-01-30Improve CLion's formatting rulesAvamander1-1/+21
2021-01-30Added Clang Format rulesAvamander1-0/+136
2021-01-30Update CMakeLists.txtAvamander1-1/+1
2021-01-30Create .gitattributesAvamander1-0/+15
2021-01-30Create .gitconfigAvamander1-0/+5
2021-01-30Create CONTRIBUTING.mdAvamander1-0/+33
2021-01-28LVGL v7.10.0Joaquim27-1124/+1236
2021-01-28LVGL V7 UpgradeJoaquim207-89256/+3
2021-01-27add mute button and functionality for call notification + new button iconspetter4-6/+47
2021-01-27improve music UI with icons for play/pause/next/prev/ and volumepetter1-7/+8
2021-01-27update font with icons for music, call and qrpetter3-396/+498
2021-01-27update font with icons for music, call and qrpetter3-396/+498
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants45-81/+3580
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
2021-01-25remove vibtimer from .h to fix nonstop vibrationjlukanc1-1/+0
2021-01-25create motorcontroller in main and pass by referencepetter7-10/+31
2021-01-25move app timer defjlukanc2-5/+5
2021-01-25fix build warnings in HR implementationpetter4-8/+6
2021-01-24Merge branch 'develop' into upstream-devThe King321-478/+12197
2021-01-24Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants2-3/+8
Notifications.h.
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants13-90/+198
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-23fix merge issuejlukanc1-0/+5
2021-01-23fis merge conflict?jlukanc1-1/+1
2021-01-23Merge pull request #178 from petterhs/dockerJF0021-3/+5
check for cmake build-success before running post-build.sh
2021-01-23Merge pull request #175 from nscooling/fix_octal_error_in_St7789_listJF0021-1/+1
changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
2021-01-23Merge pull request #172 from Avamander/patch-1JF0021-0/+1
Create FUNDING.yml
2021-01-23remove unneeded definesjlukanc2-39/+1
2021-01-23Upgrade feature list in main README.md file.Jean-François Milants1-6/+10
2021-01-23Set version to 0.11.0Jean-François Milants1-1/+1
2021-01-23check for cmake build-success before running post-build.shpetter1-3/+5
2021-01-21change Notification Event base UUIDpetter2-14/+14
2021-01-21change Notification Event UUIDpetter2-6/+8
2021-01-21Add incoming call functionalityRasmus Schenstrom10-18/+118
Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
2021-01-21changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling1-1/+1
2021-01-20Merge pull request #173 from michaelPotter/patch-1JF0021-3/+3
Fix config file discrepancy