summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-31Merge pull request #190 from Avamander/patch-1JF002
Create CONTRIBUTING.md
2021-01-31Remove BLE debug codeJean-François Milants
2021-01-30Re-enabled use-after-move warningAvamander
2021-01-30Enabled clang-format in ClionAvamander
2021-01-30Added clang-tidy configurationAvamander
2021-01-30Improve CLion's formatting rulesAvamander
2021-01-30Added Clang Format rulesAvamander
2021-01-30Update CMakeLists.txtAvamander
2021-01-30Create .gitattributesAvamander
2021-01-30Create .gitconfigAvamander
2021-01-30Create CONTRIBUTING.mdAvamander
2021-01-28LVGL v7.10.0Joaquim
2021-01-28LVGL V7 UpgradeJoaquim
2021-01-27add mute button and functionality for call notification + new button iconspetter
2021-01-27improve music UI with icons for play/pause/next/prev/ and volumepetter
2021-01-27update font with icons for music, call and qrpetter
2021-01-27update font with icons for music, call and qrpetter
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants
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 vibrationjlukanc
2021-01-25create motorcontroller in main and pass by referencepetter
2021-01-25move app timer defjlukanc
2021-01-25fix build warnings in HR implementationpetter
2021-01-24Merge branch 'develop' into upstream-devThe King
2021-01-24Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants
Notifications.h.
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-23fix merge issuejlukanc
2021-01-23fis merge conflict?jlukanc
2021-01-23Merge pull request #178 from petterhs/dockerJF002
check for cmake build-success before running post-build.sh
2021-01-23Merge pull request #175 from nscooling/fix_octal_error_in_St7789_listJF002
changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
2021-01-23Merge pull request #172 from Avamander/patch-1JF002
Create FUNDING.yml
2021-01-23remove unneeded definesjlukanc
2021-01-23Upgrade feature list in main README.md file.Jean-François Milants
2021-01-23Set version to 0.11.0Jean-François Milants
2021-01-23check for cmake build-success before running post-build.shpetter
2021-01-21change Notification Event base UUIDpetter
2021-01-21change Notification Event UUIDpetter
2021-01-21Add incoming call functionalityRasmus Schenstrom
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 Cooling
2021-01-20Merge pull request #173 from michaelPotter/patch-1JF002
Fix config file discrepancy
2021-01-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF002
Fix erratic battery
2021-01-20Merge branch 'piggz-nav' into developJean-François Milants
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants
- fix conflict - add a icon for the navigation app.
2021-01-20Merge pull request #169 from JF002/heartRateSensorJF002
Heart rate sensor
2021-01-20Merge pull request #171 from JF002/fix-lvgl-animationJF002
Fix bug in animation management for lv_label
2021-01-20Merge pull request #174 from JF002/fixMusicServiceUUIDJF002
Fix music service UUID
2021-01-19Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants
2021-01-19Add guideline to chose the UUID of custom BLE services in docs.Jean-François Milants
2021-01-19Fix config file discrepancyMichael Potter
Fixes a discrepancy with config file naming. The config files it tells you to create end in ocd, but the example flash command uses a filename ending in cfg
2021-01-17Create FUNDING.ymlAvamander
Added a link to the LiberaPay donation page