summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2021-02-24Multi face support, analog clock, 12/24 configJoaquim
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-07add vibration togglepetter
2021-02-05refactor MotorControllerpetter
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-01-27add mute button and functionality for call notification + new button iconspetter
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-25move app timer defjlukanc
2021-01-25fix build warnings in HR implementationpetter
2021-01-24Merge branch 'develop' into upstream-devThe King
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-23remove unneeded definesjlukanc
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-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF002
Fix erratic battery
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-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-17Add heart rate BLE service.Jean-François Milants
2021-01-17Add License/copyright info in HR related files.Jean-François Milants
2021-01-17Added more descriptive comments in doxygen format.panky-codes
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants
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-codes
2021-01-16Changed std accumulate to use int instead of a float.panky-codes
2021-01-16Converted all the other float usage to int.panky-codes
2021-01-16Converted percent remaining calc to int.panky-codes
2021-01-16add motor to notifs, fix tabs in motorcontroller.hjlukanc
2021-01-16add non-blocking motor controllerjlukanc
2021-01-14Adapted the accumulate function to return float.panky-codes
2021-01-14Implemented a circular buffer and added an average alg for batter remaining ↵panky-codes
percentage.
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants
2021-01-08fix MusicService UUID typo in commentpetter
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF002
Includes cleanup
2020-11-16Include cleanup: componentsokaestne
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage
2020-10-29Refactoring of BLE service discovery : it is now implemented into the ↵JF
classes of the services.
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection ↵JF
is already established.
2020-10-27Fix conflictsJF
2020-10-22Notifications : Fix copy when the messages is spread across multiple os_mbuf.JF
2020-10-21Notifications : Fix display of notification index/number.JF
2020-10-21Increase max size of notification message to 100 char.JF
Fix bug in message handling that would ignore the last character of the notification.
2020-10-20Integrate new notification UI with notifications coming from BLEJF
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander
2020-10-15Refactored and improved the Music watchappAvamander