summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in lock screen manager testsbugfix/issue-568-shift-project-files-to-public-private-foldersJoel Fischer2020-09-021-1/+1
|
* Fix test warnings about meta methodsJoel Fischer2020-09-028-70/+79
|
* Fix audio stream manager get queue does not happen on the correct queueJoel Fischer2020-09-021-1/+6
|
* Merge branch 'develop' into ↵Joel Fischer2020-09-0216-1166/+1745
|\ | | | | | | | | | | | | bugfix/issue-568-shift-project-files-to-public-private-folders # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * Merge branch 'master' into developJoel Fischer2020-09-021-3/+1
| |\
| | * Update PULL_REQUEST_TEMPLATE.mddeveopJoel Fischer2020-09-021-3/+1
| | |
| * | Merge pull request #1739 from ↵Joel Fischer2020-09-026-17/+31
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/issue-1684-protocol-nak-reason Add support for protocol nak reason parameter
| | * \ Merge branch 'develop' into feature/issue-1684-protocol-nak-reasonfeature/issue-1684-protocol-nak-reasonJoel Fischer2020-08-31150-2154/+7656
| | |\ \
| | * | | Add support for protocol nak reason parameterJoel Fischer2020-07-306-17/+31
| | | | |
| * | | | Merge pull request #1753 from ↵Joel Fischer2020-09-0110-1147/+1718
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | smartdevicelink/bugfix/issue-1749-refactor-t-g-manager-queues Refactor Text & Graphic Manager to use queues
| | * | | Fix checking before sending secondary graphicbugfix/issue-1749-refactor-t-g-manager-queuesJoel Fischer2020-08-311-1/+1
| | | | |
| | * | | Merge branch 'develop' into bugfix/issue-1749-refactor-t-g-manager-queuesJoel Fischer2020-08-31109-1660/+5050
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| | * | | Fixes for spec test namesJoel Fischer2020-08-281-15/+15
| | | | |
| | * | | Fix missing nullable annotationsJoel Fischer2020-08-282-13/+17
| | | | | | | | | | | | | | | | | | | | * Fixes for secondary graphic on < 5.0
| | * | | Fixes for T&G manager updates when display or hmi level updateJoel Fischer2020-08-281-8/+2
| | | | |
| | * | | Fix testsJoel Fischer2020-08-243-6/+20
| | | | |
| | * | | Fix bugs in text and graphic operationJoel Fischer2020-08-243-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix update handler not being sent if the handler was cancelled before starting * Fix update not being queued if an update is already queued * Fix a focus on a test
| | * | | Add new file to module mapJoel Fischer2020-08-211-1/+1
| | | | |
| | * | | Fixes to text and graphic managerJoel Fischer2020-08-213-706/+156
| | | | | | | | | | | | | | | | | | | | * Fixes to T&G spec
| | * | | Fix not sending alignmentJoel Fischer2020-08-201-0/+1
| | | | |
| | * | | Add another handler to pass back updated screen dataJoel Fischer2020-08-202-25/+56
| | | | |
| | * | | Update text and graphic to update pending transactions with new screen dataJoel Fischer2020-08-203-21/+21
| | | | |
| | * | | Text and graphic operation spec updatesJoel Fischer2020-08-202-4/+127
| | | | |
| | * | | Fixes for updating / outputting currentScreenDataJoel Fischer2020-08-205-12/+739
| | | | |
| | * | | Updates to the operationJoel Fischer2020-08-183-94/+106
| | | | |
| | * | | Merge branch 'develop' into bugfix/issue-1749-refactor-t-g-manager-queuesJoel Fischer2020-08-181-7/+55
| | |\ \ \
| | * | | | *VERY* In-progress updatesJoel Fischer2020-08-136-382/+594
| | | | | |
* | | | | | Move permission manager to correct locationJoel Fischer2020-09-013-8/+8
| | | | | |
* | | | | | Fix some orderingJoel Fischer2020-08-281-7/+7
| | | | | |
* | | | | | Merge branch 'develop' into ↵Joel Fischer2020-08-2835-167/+756
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/issue-568-shift-project-files-to-public-private-folders # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec
| * | | | | Merge pull request #1694 from yoooriii/feature/0261_vehicle_data_WindowStatusNicoleYarroch2020-08-2837-167/+768
| |\ \ \ \ \ | | | | | | | | | | | | | | [SDL-0261] New vehicle data WindowStatus
| | * | | | | 0261 'New vehicle data WindowStatus': code review, update window status ↵leonid lokhmatov, Luxoft2020-08-2810-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | comments in headers (document style), remove unused val-name from names.
| | * | | | | 0261 'New vehicle data WindowStatus': Merge branch 'develop' into this ↵leonid lokhmatov, Luxoft2020-08-2791-370/+2449
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [0261], conflicts resolved # Conflicts: # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLVehicleDataType.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| | * | | | | 0261 'New vehicle data WindowStatus': Merge branch 'develop' into this ↵leonid lokhmatov, Luxoft2020-08-13264-7598/+12425
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [0261], conflicts resolved # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLGetVehicleData.h # SmartDeviceLink/SDLGetVehicleData.m # SmartDeviceLink/SDLGetVehicleDataResponse.h # SmartDeviceLink/SDLGetVehicleDataResponse.m # SmartDeviceLink/SDLOnVehicleData.h # SmartDeviceLink/SDLOnVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleData.h # SmartDeviceLink/SDLSubscribeVehicleData.m # SmartDeviceLink/SDLSubscribeVehicleDataResponse.h # SmartDeviceLink/SDLSubscribeVehicleDataResponse.m # SmartDeviceLink/SDLUnsubscribeVehicleData.h # SmartDeviceLink/SDLUnsubscribeVehicleData.m # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h # SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.m # SmartDeviceLink/SDLVehicleDataType.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVehicleDataTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/NotificationSpecs/SDLOnVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLGetVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLUnsubscribeVehicleDataSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLGetVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLSubscribeVehicleDataResponseSpec.m # SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLUnsubscribeVehicleDataResponseSpec.m
| | * | | | | | 0261 'New vehicle data WindowStatus': code review 5, minor fixes, mostly in ↵leonid lokhmatov, Luxoft2020-08-1210-1104/+1157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests, alpha order, etc.
| | * | | | | | 0261 'New vehicle data WindowStatus': code review 4, fix test.leonid lokhmatov, Luxoft2020-08-101-2/+1
| | | | | | | |
| | * | | | | | Merge branch 'feature/0261_vehicle_data_WindowStatus' of ↵leonid lokhmatov, Luxoft2020-08-100-0/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | yri:yoooriii/sdl_ios into feature/0261_vehicle_data_WindowStatus
| | | * | | | | | 0261 'New vehicle data WindowStatus': code review 4, put vehicle data ↵leonid lokhmatov, Luxoft2020-08-1026-2436/+1452
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | structs in order, revert extra changes, etc
| | * | | | | | | 0261 'New vehicle data WindowStatus': code review 4, reorder new struct ↵leonid lokhmatov, Luxoft2020-08-1027-2438/+1454
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | tests in alpha order in their virtual folders
| | * | | | | | 0261 'New vehicle data WindowStatus': code review 4, reorder files in xcode ↵leonid lokhmatov, Luxoft2020-08-092-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proj, umbrella header, etc.
| | * | | | | | 0261 'New vehicle data WindowStatus': code review, fix Subscribe/Unsubscribe ↵leonid lokhmatov, Luxoft2020-08-0412-361/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vehicle Data, fix proper unit tests.
| | * | | | | | 0261 'New vehicle data WindowStatus': code review, fix GetVehicleData, ↵leonid lokhmatov, Luxoft2020-08-049-253/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OnVehicleData structs as well as unit tests, update inits, reorder properties alphabetically
| | * | | | | | 0261 'New vehicle data WindowStatus': code review, fix podspec files.leonid lokhmatov, Luxoft2020-08-042-97/+97
| | | | | | | |
| | * | | | | | 0261 'New vehicle data WindowStatus': code review, update Window State & ↵leonid lokhmatov, Luxoft2020-08-045-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status structs and tests.
| | * | | | | | 0261 'New vehicle data WindowStatus': order properties alphabeticallyleonid lokhmatov, Luxoft2020-07-247-248/+249
| | | | | | | |
| | * | | | | | 0261 'New vehicle data WindowStatus': apply review comments. (sort headers, ↵leonid lokhmatov, Luxoft2020-07-2430-712/+1100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classes, properties alphabetically, fix & add script generated initializers)
| | * | | | | | 0261 'New vehicle data WindowStatus': fix nullable specifierleonid lokhmatov, Luxoft2020-07-071-4/+4
| | | | | | | |
| | * | | | | | 0261 'New vehicle data WindowStatus': apply review comments: reorder headers ↵leonid lokhmatov, Luxoft2020-07-068-152/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import alphabetically, fix extra space in comments
| | * | | | | | 0261 'New vehicle data WindowStatus': apply review comments use [[x alloc] ↵leonid lokhmatov, Luxoft2020-07-0620-594/+903
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | init] instead of [x new]; replace (nullable, strong, nonatomic) with (strong, nonatomic, nullable); replace .to(beFalse()); with .to(equal(@NO)); in tests replace .to(beTrue()); with .to(equal(@YES)); in tests reorder header imports alphabetically
| | * | | | | | 0261 'New vehicle data WindowStatus' fix tests and classes in questionleonid l lokhmatov2020-06-2310-233/+381
| | | | | | | |