aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
| | * fix build warnings in HR implementationpetter2021-01-253-6/+4
| | |
| * | Fix merge conflict.Jean-François Milants2021-02-144-0/+55
| |\ \
| | * | add vibration togglepetter2021-02-072-0/+11
| | | |
| | * | refactor MotorControllerpetter2021-02-052-24/+10
| | | |
| | * | remove vibtimer from .h to fix nonstop vibrationjlukanc2021-01-251-1/+0
| | | |
| | * | move app timer defjlukanc2021-01-252-5/+5
| | | |
| | * | Merge branch 'develop' into upstream-devThe King2021-01-2418-49/+803
| | |\|
| | * | remove unneeded definesjlukanc2021-01-232-39/+1
| | | |
| | * | add motor to notifs, fix tabs in motorcontroller.hjlukanc2021-01-151-34/+34
| | | |
| | * | add non-blocking motor controllerjlukanc2021-01-152-0/+97
| | | |
| * | | Merge pull request #161 from petterhs/callsJF0022021-02-144-5/+98
| |\ \ \ | | | | | | | | | | Call functionality with changed UUID for notification event characteristic
| | * | | add mute button and functionality for call notification + new button iconspetter2021-01-272-1/+16
| | | | |
| | * | | Handle call notification the same way than other notifications.Jean-François Milants2021-01-242-26/+46
| | | | | | | | | | | | | | | | | | | | Display the call notifications in the Notification app, with buttons to accept/reject the call.
| | * | | change Notification Event base UUIDpetter2021-01-212-14/+14
| | | | |
| | * | | change Notification Event UUIDpetter2021-01-212-6/+8
| | | | |
| | * | | Add incoming call functionalityRasmus Schenstrom2021-01-214-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>
| * / | Update to nimble 1.3 master branch commit ↵Jean-François Milants2021-02-023-0/+3
| |/ / | | | | | | | | | | | | | | | 82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
* / / Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants2021-01-262-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
* | Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-202-5/+42
|\ \ | | | | | | Fix erratic battery
| * | Added more descriptive comments in doxygen format.panky-codes2021-01-171-9/+15
| | |
| * | Changed float to int in battery controller file.panky-codes2021-01-161-2/+2
| | |
| * | Changed std accumulate to use int instead of a float.panky-codes2021-01-161-1/+1
| | |
| * | Converted all the other float usage to int.panky-codes2021-01-161-1/+1
| | |
| * | Converted percent remaining calc to int.panky-codes2021-01-162-6/+6
| | |
| * | Adapted the accumulate function to return float.panky-codes2021-01-141-1/+2
| | |
| * | Implemented a circular buffer and added an average alg for batter remaining ↵panky-codes2021-01-142-3/+33
| | | | | | | | | | | | percentage.
* | | Merge branch piggz/nav into develop:Jean-François Milants2021-01-204-0/+238
| | | | | | | | | | | | | | | - fix conflict - add a icon for the navigation app.
* | | Merge pull request #169 from JF002/heartRateSensorJF0022021-01-2012-3/+446
|\ \ \ | | | | | | | | Heart rate sensor
| * | | Add heart rate BLE service.Jean-François Milants2021-01-176-4/+147
| | | |
| * | | Add License/copyright info in HR related files.Jean-François Milants2021-01-173-1/+21
| | | |
| * | | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-174-4/+9
| | | | | | | | | | | | | | | | ON when the app is closed), display the HR value on the Clock app.
| * | | HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-102-2/+19
| | | |
| * | | First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-108-0/+258
| | |/ | |/|
* | | Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants2021-01-191-1/+1
| | |
* | | Adapt the UUID of Music service according to new guidelines.Jean-François Milants2021-01-192-41/+77
| |/ |/|
* | fix MusicService UUID typo in commentpetter2021-01-081-1/+1
|/
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0129-72/+126
|\ | | | | Includes cleanup
| * Include cleanup: componentsokaestne2020-11-1629-72/+126
| |
* | Fixed typo (Transfert -> Transfer)Ryan Hartlage2020-11-012-10/+9
|/
* Refactoring of BLE service discovery : it is now implemented into the ↵JF2020-10-299-227/+251
| | | | classes of the services.
* Reset BLE services on disconnect, do not start advertising if a connection ↵JF2020-10-285-23/+54
| | | | is already established.
* Fix conflictsJF2020-10-272-165/+335
|\
| * Unified MusicStatus enum constant capitalization with othersAvamander2020-10-151-2/+2
| |
| * Refactored and improved the Music watchappAvamander2020-10-152-165/+335
| |
* | Notifications : Fix copy when the messages is spread across multiple os_mbuf.JF2020-10-225-23/+28
| |
* | Notifications : Fix display of notification index/number.JF2020-10-212-1/+6
| |
* | Increase max size of notification message to 100 char.JF2020-10-215-40/+29
| | | | | | | | Fix bug in message handling that would ignore the last character of the notification.
* | Integrate new notification UI with notifications coming from BLEJF2020-10-202-10/+73
|/
* Fixed all the includes that were broken due to the renamesAvamander2020-10-0234-12/+16
|
* Renamed Components/ to components/Avamander2020-10-0234-0/+2979