summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
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-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-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
2020-10-02Fixed all the includes that were broken due to the renamesAvamander
2020-10-02Renamed Components/ to components/Avamander