summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Reset race now activates the 'Select car view'HEADmasterMichal Skorupinski3-10/+10
2019-01-17Segfault when using bezel in the car list fixedMichal Skorupinski1-0/+4
2019-01-17Controlls are disabled when the app is pausedMichal Skorupinski3-4/+16
2019-01-17Changes made to initial sensor positionMichal Skorupinski1-24/+9
2019-01-17Exiting the app using the cancel button on the connect to car pageMichal Skorupinski1-1/+6
2019-01-17Default url changed to local cloudMichal Skorupinski1-1/+1
2019-01-17Segfault on race reset fixed. Removed connection termination on resetMichal Skorupinski3-6/+9
2019-01-17Different app versions for different stering modesMichal Skorupinski6-9/+83
2019-01-17Help text read from configMichal Skorupinski3-7/+12
2019-01-17Stering modes added to configMichal Skorupinski11-143/+257
2019-01-17Configuration file addedMichal Skorupinski11-126/+645
2018-10-26Changed licence to Apache 2.0Krzysztof Wieclaw105-208/+411
2018-10-26Integrated new user name messageKrzysztof Wieclaw8-26/+94
2018-10-23Implemented new type of message - message_config_user_nameKrzysztof Wieclaw4-10/+186
2018-10-23Sending commands only when connectedKrzysztof Wieclaw2-6/+11
2018-10-23Added checks for disconnectingKrzysztof Wieclaw8-16/+44
2018-10-16Fixed static analysis issuesKrzysztof Wieclaw1-8/+7
2018-10-12Cleaned platform build remaindersKrzysztof Wieclaw3-166/+0
2018-10-04Swapped sensor axesMichal Skorupinski2-7/+7
2018-10-04Set stering type based on the app's nameMichal Skorupinski4-11/+24
2018-10-04Config for rotation direction of stering indicator. Config for button stepMichal Skorupinski5-16/+44
2018-10-04View widgets updated based on controls' setupMichal Skorupinski5-3/+61
2018-10-04Incremental mode added to sensorsMichal Skorupinski3-26/+87
2018-10-04Parameters added to buttonsMichal Skorupinski3-15/+34
2018-10-04Config added to sensorsMichal Skorupinski5-34/+90
2018-10-04Configs for all stering modesMichal Skorupinski2-11/+7
2018-10-04Bezel configuration preparedMichal Skorupinski7-41/+124
2018-10-04Three stering modes implementedMichal Skorupinski10-92/+172
2018-10-04Defines used to choose the stering modeMichal Skorupinski4-24/+56
2018-10-04Refresh button added to car listMichal Skorupinski1-22/+57
2018-10-04Displaying message when no cars are added to car listMichal Skorupinski3-8/+82
2018-10-04Cleanup unused modules and functionsKrzysztof Wieclaw11-1080/+0
2018-10-04Integrated car connection managerKrzysztof Wieclaw4-214/+60
2018-10-02Added new command class in command.h fileKrzysztof Wieclaw2-1/+52
2018-10-02Implemented car connection managerKrzysztof Wieclaw3-3/+365
2018-10-02Fixed command.h file - added header guardianKrzysztof Wieclaw1-0/+4
2018-10-02Integrated cloud with GR ControllerKrzysztof Wieclaw13-131/+212
2018-10-02Added net-util to GRC projectKrzysztof Wieclaw3-0/+321
2018-09-26messages: implement message managerLukasz Stanislawski4-0/+306
2018-09-26messages: implement single-instance message factoryLukasz Stanislawski2-0/+133
2018-09-26messages: implement protocol messagesLukasz Stanislawski15-0/+971
2018-09-23messages: base message implementationLukasz Stanislawski2-0/+359
2018-09-21messages: implement reader/writer classesLukasz Stanislawski4-0/+417
2018-09-21Added implementation of UDP connectionKrzysztof Wieclaw2-11/+193
2018-09-21Fixed typo in function nameKrzysztof Wieclaw1-1/+1
2018-09-20Cloud async API implementationMichal Kolodziejski5-18/+319
2018-09-19REST API wrapperMichal Kolodziejski2-15/+145
2018-09-18Car info data implementationMichal Kolodziejski1-12/+130
2018-09-14Json serializer and deserializerMichal Kolodziejski2-0/+222
2018-09-14API for cloud communicationMichal Kolodziejski5-0/+263