summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski1-5/+6
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski1-10/+0
2021-08-22Merge branch 'develop' into pinmaphubmartin1-8/+29
2021-08-03PinMap with namespace and constexprhubmartin1-4/+5
2021-08-01ImprovementsRiku Isokoski1-22/+18
2021-08-01Merge branch 'develop' into HEADRiku Isokoski1-2/+2
2021-05-20Timer App (#355)Florian1-1/+0
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon
2021-05-16cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa1-1/+1
additional whitespaces
2021-05-16implemented continuous vibration pattern for incoming callsFlorian Kraupa1-6/+30
2021-04-24Reformatted all the files according to clang-format styleAvamander1-12/+14
2021-04-04Big UI and navigation RewriteJoaquim1-1/+6
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-02-05refactor MotorControllerpetter1-24/+9
2021-01-25move app timer defjlukanc1-1/+2
2021-01-23remove unneeded definesjlukanc1-1/+0
2021-01-15add non-blocking motor controllerjlukanc1-0/+40