summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix SDLLogTargetFile bugbugs/issue_872_too_few_logsJoel Fischer2018-02-211-3/+3
| | | | * Allow number of files to remove to run below zero, which means the cleanup won’t run
* Merge pull request #871 from ↵Joel Fischer2018-02-202-7/+7
|\ | | | | | | | | t-yoshii/fix/stop-audio-stream-at-hmilevel-none-and-background fix to stop audio streaming at HMI level none and background (resubmission of #804)
| * fix to stop audio streaming at HMI level none and backgroundTakamitsu Yoshii2018-02-162-7/+7
| |
* | Merge pull request #836 from ↵Joel Fischer2018-02-201-1/+12
|\ \ | | | | | | | | | | | | t-yoshii/hotfix/start_bg_task_to_avoid_suspended_state Start background task when data is received from ea session
| * | fix: start background task when data is received from ea sessionTakamitsu Yoshii2018-01-091-1/+12
| | | | | | | | | | | | fix: start background task whenever connection is initiated
* | | Merge pull request #870 from t-yoshii/fix/close-ea-session-before-reconnectJoel Fischer2018-02-201-0/+4
|\ \ \ | |_|/ |/| | Close EA session before reconnect
| * | disconnect transport on proxy deallocTakamitsu Yoshii2018-02-201-1/+4
| | |
| * | close EA session before reconnection after start session timeout occuredTakamitsu Yoshii2018-02-151-0/+1
| | |
* | | Merge pull request #866 from smartdevicelink/bug/issue_850_output_stream_warningJoel Fischer2018-02-151-0/+4
|\ \ \ | | | | | | | | Check if output stream has space before sending data
| * | | Check if output stream has space before sending databug/issue_850_output_stream_warningJoel Fischer2018-02-091-0/+4
| |/ /
* | | Merge pull request #855 from ↵Joel Fischer2018-02-157-17/+48
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/feature/issue_851_additional_app_types Add `additionalHMITypes` to SDLLifecycleConfiguration
| * | Creating stream manager includes `additionalAppTypes`feature/issue_851_additional_app_typesJoel Fischer2018-02-121-2/+4
| | |
| * | Update configuration issues for additional app typesJoel Fischer2018-02-093-4/+4
| | |
| * | Fix #851Joel Fischer2018-01-305-12/+41
| | | | | | | | | | | | * Add `additionalHMITypes` to SDLLifecycleConfiguration
* | | 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
| | | | |