summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20Merge pull request #240 from joaquimorg/ScreenCorruptionFIXJF0021-9/+5
FIX screen corruption (Issue #213)
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants4-0/+183
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-18FIX screen corruption #213Joaquim1-9/+5
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants14-11/+160
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-03-06Update from JF comments to PRJoaquim1-2/+0
2021-02-24Multi face support, analog clock, 12/24 configJoaquim4-0/+185
2021-02-14Merge pull request #182 from petterhs/warningsJF0023-6/+4
Fix build warnings coming from HR implementation
2021-02-14Fix merge conflict.Jean-François Milants4-0/+55
2021-02-14Merge pull request #161 from petterhs/callsJF0024-5/+98
Call functionality with changed UUID for notification event characteristic
2021-02-07add vibration togglepetter2-0/+11
2021-02-05refactor MotorControllerpetter2-24/+10
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants3-0/+3
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-01-27add mute button and functionality for call notification + new button iconspetter2-1/+16
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants2-0/+72
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-25move app timer defjlukanc2-5/+5
2021-01-25fix build warnings in HR implementationpetter3-6/+4
2021-01-24Merge branch 'develop' into upstream-devThe King18-49/+803
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants2-26/+46
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-23remove unneeded definesjlukanc2-39/+1
2021-01-21change Notification Event base UUIDpetter2-14/+14
2021-01-21change Notification Event UUIDpetter2-6/+8
2021-01-21Add incoming call functionalityRasmus Schenstrom4-4/+60
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-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022-5/+42
Fix erratic battery
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants4-0/+238
- fix conflict - add a icon for the navigation app.
2021-01-20Merge pull request #169 from JF002/heartRateSensorJF00212-3/+446
Heart rate sensor
2021-01-19Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants1-1/+1
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants2-41/+77
2021-01-17Add heart rate BLE service.Jean-François Milants6-4/+147
2021-01-17Add License/copyright info in HR related files.Jean-François Milants3-1/+21
2021-01-17Added more descriptive comments in doxygen format.panky-codes1-9/+15
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants4-4/+9
ON when the app is closed), display the HR value on the Clock app.
2021-01-16Changed float to int in battery controller file.panky-codes1-2/+2
2021-01-16Changed std accumulate to use int instead of a float.panky-codes1-1/+1
2021-01-16Converted all the other float usage to int.panky-codes1-1/+1
2021-01-16Converted percent remaining calc to int.panky-codes2-6/+6
2021-01-15add motor to notifs, fix tabs in motorcontroller.hjlukanc1-44/+44
2021-01-15add non-blocking motor controllerjlukanc2-0/+97
2021-01-14Adapted the accumulate function to return float.panky-codes1-1/+2
2021-01-14Implemented a circular buffer and added an average alg for batter remaining ↵panky-codes2-3/+33
percentage.
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2-2/+19
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants8-0/+258
2021-01-08fix MusicService UUID typo in commentpetter1-1/+1
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF00229-72/+126
Includes cleanup
2020-11-16Include cleanup: componentsokaestne29-72/+126
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage2-10/+9
2020-10-29Refactoring of BLE service discovery : it is now implemented into the ↵JF9-227/+251
classes of the services.
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection ↵JF5-23/+54
is already established.
2020-10-27Fix conflictsJF2-165/+335
2020-10-22Notifications : Fix copy when the messages is spread across multiple os_mbuf.JF5-23/+28