summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCarWindow.m
Commit message (Expand)AuthorAgeFilesLines
* Fixed SDL log messagesNicoleYarroch2020-02-041-2/+2
* Added error handling to CarWindowNicoleYarroch2020-01-311-1/+10
* Added log to car windowNicoleYarroch2020-01-301-0/+2
* Cleaned up documentation and importsNicoleYarroch2019-10-071-1/+1
* Fixed SDLDidUpdateProjectionView notificationsNicoleYarroch2019-10-071-10/+21
* Refactoring passing scale and screen size between managersNicoleYarroch2019-10-041-3/+3
* Refactored the video scale managerNicoleYarroch2019-10-031-3/+2
* Refactored scale logic into one classNicoleYarroch2019-10-011-15/+5
* Fixed CarWindow not capturing video after view is scaledNicoleYarroch2019-10-011-3/+3
* Added more documentation to CarWindowNicoleYarroch2019-09-301-4/+7
* Fixed some inits and documentation in CarWindowNicoleYarroch2019-09-301-7/+9
* Fixed video streaming capability test casesNicoleYarroch2019-09-301-13/+2
* SDL 0179 - Pixel density and Scale : add scale property for SDLCarWindow and ...leonid y lokhmatov2019-09-281-4/+2
* SDL 0179 - Pixel density and Scale : update SDLCarWindow and SDLFocusableItem...leonid y lokhmatov2019-09-271-2/+5
* update if statement using early return as proposed at:leonid y lokhmatov2019-09-141-3/+13
* Addressing comments in PR.Luis Nafarrate2019-08-271-12/+6
* Fixing video frame dimensions, applying scale. Now video frame and video stre...Luis Nafarrate2019-08-091-4/+12
* Accessing SDLVideoStreamingCapability from SDLCarWindow, to apply changes in ...Luis Nafarrate2019-07-231-5/+9
* Fix rootViewController getter / setterbugfix/issue_1101_1100_streaming_rootViewController_fixesJoel Fischer2018-10-091-18/+20
* Separate video / audio streaming lifecycle manager codeJoel Fischer2018-06-191-3/+3
* Fix exception checkbugs/issue_867_allow_carwindow_orientations_settingJoel Fischer2018-03-131-3/+3
* Add a configuration setting to allow multiple orientationsJoel Fischer2018-02-141-3/+9
* Don’t resize the CarWindow rootVC in setRootVC if we are not streamingJoel Fischer2018-01-081-2/+9
* Simplify some CarWindow configurationJoel Fischer2018-01-051-3/+5
* Fix errorJoel Fischer2018-01-041-3/+5
* Rest of last commitJoel Fischer2018-01-041-3/+13
* Fix error when allocating a pixel bufferJoel Fischer2018-01-031-1/+4
* Fix setting a new rootViewControllerJoel Fischer2018-01-021-2/+9
* Remove unused CarWindow propertiesJoel Fischer2017-12-201-4/+2
* Fix wrong selectorsJoel Fischer2017-12-181-2/+2
* Fix lock screen presentation in CarWindowJoel Fischer2017-12-181-10/+19
* Streaming Media Manager now strictly manages framerateJoel Fischer2017-12-151-19/+5
* Remove md5 hashingJoel Fischer2017-12-151-56/+2
* Update documentationJoel Fischer2017-12-141-1/+1
* Fix an implicit castJoel Fischer2017-12-141-1/+1
* Fixes to CarWindow’s usage of view controllersJoel Fischer2017-12-131-8/+5
* Remove carwindow `sendFrame` dispatch as it’s already on the main threadJoel Fischer2017-12-131-38/+36
* Check the set rootViewController to make sure it exists in only one possible ...Joel Fischer2017-12-121-0/+15
* Add documentation and loggingJoel Fischer2017-11-291-4/+7
* Remove a logJoel Fischer2017-11-281-1/+0
* Fixed several bugs with new lock screen presenterJoel Fischer2017-11-281-3/+3
* Fix analyzer errorsfeature/carwindowJoel Fischer2017-11-281-1/+2
* Move the lock screen out of the CarWindowJoel Fischer2017-11-281-16/+6
* Starting work on CarWindowJoel Fischer2017-11-281-0/+264