summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check if output stream has space before sending databug/issue_850_output_stream_warningJoel Fischer2018-02-091-0/+4
|
* Merge pull request #856 from smartdevicelink/bugs/issue_846_addcommand_iconJoel Fischer2018-02-093-8/+85
|\ | | | | Fix SDLAddCommand initializer can't take a nil image
| * Update testsbugs/issue_846_addcommand_iconJoel Fischer2018-01-303-5/+80
| | | | | | | | * Allow handler to be nil
| * Fix #846Joel Fischer2018-01-292-3/+5
| | | | | | | | * Allow AddCommand initializer to create a command with a parent but no icon
* | Merge pull request #864 from t-yoshii/fix/notify-audio-streaming-state-at-readyJoel Fischer2018-02-091-0/+6
|\ \ | | | | | | Notify audio streaming state when SDL mangaer become Ready
| * | notify audio streaming state when SDL mangaer become ReadyTakamitsu Yoshii2018-02-091-0/+6
|/ /
* | Merge pull request #854 from smartdevicelink/bugs/issue_852_main_threadJoel Fischer2018-02-061-2/+7
|\ \ | | | | | | Fix application state should not be called off of main thread
| * | Fix #852bugs/issue_852_main_threadJoel Fischer2018-01-291-2/+7
| |/ | | | | | | * Fix application state should not be called off of main thread
* | Merge pull request #853 from smartdevicelink/bugs/issue_827_listfiles_workaroundJoel Fischer2018-02-067-2/+16
|\ \ | | | | | | Fix ListFiles bug on older modules
| * | Remove public property and observe non-public in testsbugs/issue_827_listfiles_workaroundJoel Fischer2018-01-293-14/+6
| | |
| * | Fix #827Joel Fischer2018-01-298-7/+21
| | | | | | | | | | | | | | | * Add a public method for testing and transparency * Add tests
| * | Fix #827Joel Fischer2018-01-291-0/+8
| |/ | | | | | | * Set overwrite to true on uploading ephemeral files that have not been uploaded during this session
* | Merge pull request #861 from t-yoshii/fix/finish-operation-on-failJoel Fischer2018-02-061-0/+3
|\ \ | |/ |/| finish operation when error occurred in SDLUploadFileOperation
| * add finish operation when error occurred on uploading fileTakamitsu Yoshii2018-02-061-0/+3
|/
* Fixes #849Joel Fischer2018-01-222-1/+2
| | | | * Fix imports
* Merge branch 'master' into developJoel Fischer2018-01-221-1/+11
|\
| * Update README.mdJoel Fischer2018-01-221-0/+6
| |
| * Update README.mdJoel Fischer2018-01-221-1/+5
| |
| * Update README.mdJoel Fischer2018-01-221-1/+1
| |
* | Merge branch 'master' into developJoel Fischer2018-01-16222-4658/+5966
|\ \ | |/
| * Update to v5.1.05.1.0Joel Fischer2018-01-16222-4658/+5966
| |
| * Merge pull request #842 from smartdevicelink/developJoel Fischer2018-01-1697-365/+2152
| |\ | |/ |/| v5.1 Release
* | Remove unneeded haptic rect testJoel Fischer2018-01-101-6/+0
| |
* | Merge pull request #844 from ↵Joel Fischer2018-01-101-0/+1
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/843_car_window_not_streaming_on_reconnects Fixed car window not streaming video on reconnects
| * | Added a return so a notification is not sent if no lockscreen is presentNicoleYarroch2018-01-101-0/+1
|/ /
* | Merge branch 'master' into developJoel Fischer2018-01-100-0/+0
|\ \ | |/ | | | | | | # Conflicts: # SmartDeviceLink/SDLTCPTransport.m
| * Revert "Merge pull request #818 from ↵Joel Fischer2017-12-141-16/+14
| | | | | | | | | | | | | | Toyota-BSalahat/hotfix/tcpBackgroundConnection" This reverts commit 7ed4cd7d1a8dac432e98df6f1eb76ea82111f947, reversing changes made to dbe8e637d736eab90bcc0b18bf80b36a6797e618.
| * Merge pull request #818 from Toyota-BSalahat/hotfix/tcpBackgroundConnectionJoel Fischer2017-12-141-14/+16
| |\ | | | | | | Wrap TCP transport connect logic inside of an operation queue
* | \ Merge branch 'bugs/issue_840_fix_implicit_retains' into developJoel Fischer2018-01-101-2/+4
|\ \ \
| * | | Fix implicit retains of selfbugs/issue_840_fix_implicit_retainsJoel Fischer2018-01-091-2/+4
|/ / /
* | | Merge pull request #839 from smartdevicelink/bugs/issue_838_lock_window_presentJoel Fischer2018-01-091-6/+28
|\ \ \ | | | | | | | | Fix #838 Lock screen presenter
| * | | Fix #838 Lock screen presenterJoel Fischer2018-01-091-6/+28
|/ / / | | | | | | | | | * When app window isn’t in the expected place in the array, iterate through it instead
* | | Merge pull request #834 from ↵Joel Fischer2018-01-081-2/+6
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/bugs/issue_833_app_icon_disconnect_crash Fix crash when disconnecting while setting up app icon
| * \ \ Merge branch 'develop' into bugs/issue_833_app_icon_disconnect_crashbugs/issue_833_app_icon_disconnect_crashJoel Fischer2018-01-0841-152/+914
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #799 from smartdevicelink/feature/issue_794_CarWindowJoel Fischer2018-01-0840-150/+904
|\ \ \ \ | | | | | | | | | | CarWindow - Automatic Video Streaming
| * | | | Fix presenting lock screenfeature/issue_794_CarWindowJoel Fischer2018-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | * Lock screen screenshot was not being captured, it is now captured prior to presentation
| * | | | Don’t resize the CarWindow rootVC in setRootVC if we are not streamingJoel Fischer2018-01-081-2/+9
| | | | |
| * | | | Simplify some CarWindow configurationJoel Fischer2018-01-053-13/+13
| | | | |
| * | | | Merge branch 'develop' into feature/issue_794_CarWindowJoel Fischer2018-01-052-16/+26
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #832 from smartdevicelink/bugs/issue_831_iapsession_assertJoel Fischer2018-01-051-2/+10
|\ \ \ \ \ | | | | | | | | | | | | Force `stop` to run on the main thread
| * | | | | Force `stop` to run on the main threadbugs/issue_831_iapsession_assertJoel Fischer2017-12-201-2/+10
|/ / / / /
| * | | | Fix focussed testJoel Fischer2018-01-051-1/+1
| | | | |
| * | | | Fix testcaseJoel Fischer2018-01-053-5/+8
| | | | |
| * | | | Fix errorJoel Fischer2018-01-042-4/+6
| | | | |
| * | | | Rest of last commitJoel Fischer2018-01-042-5/+16
| | | | |
| * | | | Default to layer rendering with an option for view renderingJoel Fischer2018-01-042-3/+19
| | | | |
| * | | | Add documentation to SDLCarWindowViewControllerJoel Fischer2018-01-041-0/+3
| | | | |
| * | | | Fix lock screenJoel Fischer2018-01-041-1/+1
| | | | |
| * | | | Fix error when allocating a pixel bufferJoel Fischer2018-01-031-1/+4
| | | | |
| * | | | Remove hard data limitJoel Fischer2018-01-031-1/+0
| | | | |