aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jlukanc1-upstream-dev' into developJean-François Milants2021-02-1410-7/+80
|\
| * Fix merge conflict.Jean-François Milants2021-02-1410-7/+80
|/|
| * add vibration togglepetter2021-02-074-1/+16
| |
| * refactor MotorControllerpetter2021-02-052-24/+10
| |
| * trigger vibration from systemtaskpetter2021-02-055-21/+9
| |
| * remove vibtimer from .h to fix nonstop vibrationjlukanc2021-01-251-1/+0
| |
| * create motorcontroller in main and pass by referencepetter2021-01-257-10/+31
| |
| * move app timer defjlukanc2021-01-252-5/+5
| |
| * Merge branch 'develop' into upstream-devThe King2021-01-24321-478/+12197
| |\
| * | fix merge issuejlukanc2021-01-231-0/+5
| | |
| * | fis merge conflict?jlukanc2021-01-231-1/+1
| | |
| * | remove unneeded definesjlukanc2021-01-232-39/+1
| | |
| * | add motor to notifs, fix tabs in motorcontroller.hjlukanc2021-01-153-34/+40
| | |
| * | add motorcontroller to cmakejlukanc2021-01-151-0/+2
| | |
| * | add non-blocking motor controllerjlukanc2021-01-153-0/+99
| | |
* | | Merge pull request #161 from petterhs/callsJF0022021-02-1419-467/+825
|\ \ \ | | | | | | | | Call functionality with changed UUID for notification event characteristic
| * | | add mute button and functionality for call notification + new button iconspetter2021-01-274-6/+47
| | | |
| * | | update font with icons for music, call and qrpetter2021-01-273-396/+498
| | | |
| * | | Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants2021-01-242-3/+8
| | | | | | | | | | | | | | | | Notifications.h.
| * | | Handle call notification the same way than other notifications.Jean-François Milants2021-01-2413-88/+196
| | | | | | | | | | | | | | | | 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-2110-18/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Set version to 0.12.1Jean-François Milants2021-02-071-1/+1
| | | |
* | | | Fix memory leak in timer management in port layer of Nimble.Jean-François Milants2021-02-071-0/+2
| | | |
* | | | Merge branch 'update-nimble-1_3-master' into developJean-François Milants2021-02-042-3/+3
|\ \ \ \
| * | | | Increase FreeRTOS heap size and re-enable heart rate task. New Nimble ↵Jean-François Milants2021-02-032-3/+3
| | | | | | | | | | | | | | | | | | | | probably uses more memory than before.
* | | | | Merge pull request #198 from JF002/update-nimble-1_3-masterJF0022021-02-04286-9255/+31323
|\| | | | | | | | | | | | | | Update to nimble 1.3 master branch
| * | | | Update to nimble 1.3 master branch commit ↵Jean-François Milants2021-02-02286-9255/+31323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
* | | | | Set version to 0.12..0Jean-François Milants2021-02-041-1/+1
|/ / / /
* | | | Merge pull request #197 from Avamander/patch-9JF0022021-01-311-0/+3
|\ \ \ \ | | | | | | | | | | Enabled clang-format in Clion
| * | | | Enabled clang-format in ClionAvamander2021-01-311-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #196 from Avamander/patch-8JF0022021-01-311-0/+26
|\ \ \ \ | | | | | | | | | | Added clang-tidy configuration
| * | | | Re-enabled use-after-move warningAvamander2021-01-311-1/+0
| | | | |
| * | | | Added clang-tidy configurationAvamander2021-01-301-0/+27
| |/ / /
* | | | Merge pull request #194 from Avamander/patch-6JF0022021-01-311-0/+136
|\ \ \ \ | | | | | | | | | | Added Clang formatting rules
| * | | | Added Clang Format rulesAvamander2021-01-301-0/+136
| |/ / /
* | | | Merge pull request #195 from Avamander/patch-7JF0022021-01-311-1/+21
|\ \ \ \ | | | | | | | | | | Improve CLion's formatting rules
| * | | | Improve CLion's formatting rulesAvamander2021-01-301-1/+21
| |/ / /
* | | | Merge pull request #193 from Avamander/patch-5JF0022021-01-311-1/+1
|\ \ \ \ | | | | | | | | | | Updated CMakeLists.txt to be more consistent
| * | | | Update CMakeLists.txtAvamander2021-01-301-1/+1
| |/ / /
* | | | Normalize all the line endingsJean-François Milants2021-01-313-4/+4
| | | |
* | | | Merge pull request #192 from Avamander/patch-4JF0022021-01-311-0/+15
|\ \ \ \ | | | | | | | | | | Create .gitattributes
| * | | | Create .gitattributesAvamander2021-01-301-0/+15
| |/ / /
* | | | Merge pull request #191 from Avamander/patch-3JF0022021-01-311-0/+5
|\ \ \ \ | | | | | | | | | | Create .gitconfig
| * | | | Create .gitconfigAvamander2021-01-301-0/+5
| |/ / /
* | | | Merge pull request #190 from Avamander/patch-1JF0022021-01-311-0/+33
|\ \ \ \ | |/ / / |/| | | Create CONTRIBUTING.md
| * | | Create CONTRIBUTING.mdAvamander2021-01-301-0/+33
|/ / /
* | | Merge pull request #178 from petterhs/dockerJF0022021-01-231-3/+5
|\ \ \ | | | | | | | | check for cmake build-success before running post-build.sh
| * | | check for cmake build-success before running post-build.shpetter2021-01-231-3/+5
| |/ /