summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-16Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling
2021-03-06Merge pull request #222 from nscooling/refactor-clock-private-staticsJF002
Moved private statics into unnamed namespace in cpp file
2021-03-03Moved private statics into unnamed namespace in cpp file to reduce coupling ↵Niall Cooling
and uncessar in header
2021-03-03Refactored src/CMakelist to support C++14 and cleanup up redundant/incorrect ↵Niall Cooling
-std= directives
2021-02-24Merge pull request #211 from roblabla/fix-flashingJF002
Flash correct file name
2021-02-23Fix LVGL submodule (sorry!)Jean-François Milants
2021-02-23Remove LVGL folder (it's now a submodule)Jean-François Milants
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants
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
2021-02-22Fix delay in button actionsJoaquim
2021-02-19Flash correct file nameroblabla
2021-02-14Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants
2021-02-14Fix IRQ management in FreeRTOS to avoid crash and deadlock in BLE stack.Jean-François Milants
2021-02-14Merge pull request #205 from nscooling/dirtyRefactorJF002
refactored class DirtyValue
2021-02-14Merge pull request #186 from petterhs/musicUIJF002
music: Symbols for the buttons
2021-02-14Remove debug variable.Jean-François Milants
2021-02-14Merge branch 'develop' into Hrs3300_SetGain_remove_warningsJF002
2021-02-14Merge pull request #182 from petterhs/warningsJF002
Fix build warnings coming from HR implementation
2021-02-14Fix merge conflict.Jean-François Milants
2021-02-14Merge pull request #161 from petterhs/callsJF002
Call functionality with changed UUID for notification event characteristic
2021-02-12eliminated warnings in Hrs3300Niall Cooling
2021-02-12refactored class DirtyValueNiall Cooling
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants
2021-02-07add vibration togglepetter
2021-02-05refactor MotorControllerpetter
2021-02-05trigger vibration from systemtaskpetter
2021-02-03Increase FreeRTOS heap size and re-enable heart rate task. New Nimble ↵Jean-François Milants
probably uses more memory than before.
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-02-01CleanupJoaquim
2021-02-01Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7Joaquim
2021-01-31Merge pull request #193 from Avamander/patch-5JF002
Updated CMakeLists.txt to be more consistent
2021-01-31Normalize all the line endingsJean-François Milants
2021-01-30Update CMakeLists.txtAvamander
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-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-23remove unneeded definesjlukanc
2021-01-21change Notification Event base UUIDpetter
2021-01-21change Notification Event UUIDpetter