summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Start Stream retry countfix/start_stream_retry_countjacobkeeler2018-08-292-8/+8
|
* Merge pull request #2204 from BSolonenko/fix/app_does_not_activateJacob Keeler2018-08-291-1/+0
|\ | | | | Fixed: app does not activate when policies are disabled.
| * Fixed: app does not activate when policies are disabled.BSolonenko2018-07-091-1/+0
| | | | | | | | | | | | | | | | | | Removed POLICY_LIB_CHECK_VOID() from PolicyHandler::OnActivateApp as redundant, because the case with disabled policy library is already handled inside that function. Also, it works incorrectly for the case when the policy is disabled - this macro breaks the function at the beginning so applications could not be activated when policy library is disabled.
* | Merge pull request #2552 from smartdevicelink/fix/namespace_caseJacob Keeler2018-08-29135-1165/+1188
|\ \ | | | | | | Fix namespace case structure in project
| * | Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-29135-1165/+1188
|/ /
* | Merge pull request #2504 from smartdevicelink/fix/unsubscribe_typoJacob Keeler2018-08-2912-41/+41
|\ \ | | | | | | Fix UnsubscribeWayPoints typo
| * | Fix UnsubscribeWayPoints typofix/unsubscribe_typojacobkeeler2018-08-0912-41/+41
| | | | | | | | | | | | Unsubscribe is one word, this is the only place where this typo is present
* | | Merge pull request #2414 from XevoInc/fix/xevo_copyrightsJackLivio2018-08-2928-390/+17
|\ \ \ | | | | | | | | Remove Xevo copyrights from multiple transport implementation
| * | | Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-2428-390/+17
| | | |
* | | | Merge pull request #2549 from JackLivio/fix/allow_empty_module_type_array_in_ptJackLivio2018-08-297-16/+82
|\ \ \ \ | | | | | | | | | | Allow empty moduleType array in PT
| * | | | Add moduleType functions to sql_pt_extJackLivio2018-08-281-0/+18
| | | | |
| * | | | Check styleJackLivio2018-08-282-2/+2
| | | | |
| * | | | Allow empty moduleType array in PTJackLivio2018-08-286-18/+66
| | | | |
* | | | | Merge pull request #2278 from ↵Jacob Keeler2018-08-2857-677/+499
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/boost_datetime_implementation Feature/boost datetime implementation
| * | | | | Reduce date_time boost header scopefeature/boost_datetime_implementationjacobkeeler2018-08-282-2/+4
| | | | | |
| * | | | | Fix build failures after mergejacobkeeler2018-08-232-6/+5
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/develop' into ↵jacobkeeler2018-08-22214-3304/+7867
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/boost_datetime_implementation
| * | | | | | style fixConlain Kelly2018-08-101-1/+2
| | | | | | |
| * | | | | | Fix namespace whoopsConlain Kelly2018-08-103-5/+5
| | | | | | |
| * | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-08-102326-137023/+121696
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | feature/boost_datetime_implementation
| * | | | | | add new components to find_boost requirementsconlain-k2018-07-201-1/+1
| | | | | | |
| * | | | | | Style fixConlain Kelly2018-06-2520-58/+52
| | | | | | |
| * | | | | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-2592-890/+3228
| |\ \ \ \ \ \
| * | | | | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-1854-664/+491
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also cleans up date_time namespacing but maintains helper functions
* | | | | | | | Merge pull request #930 from smartdevicelink/feature/PLAY_PAUSE_implementationJacob Keeler2018-08-2817-14/+278
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Inclusion of PLAY_PAUSE as a subscribable button
| * | | | | | | Revert CMake changesfeature/PLAY_PAUSE_implementationJacob Keeler2018-08-241-13/+13
| | | | | | | |
| * | | | | | | Revert Cmake ChangesJackLivio2018-08-241-419/+201
| | | | | | | |
| * | | | | | | Update mobile api to include descriptionJackLivio2018-08-241-1/+10
| | | | | | | |
| * | | | | | | Add version Logic for play_pause and okJackLivio2018-08-239-12/+242
| | | | | | | |
| * | | | | | | Add play_pause to hmi_capabilities test fileJackLivio2018-08-221-0/+6
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/develop' into ↵JackLivio2018-08-224316-567115/+313085
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/PLAY_PAUSE_implementation # Conflicts: # src/appMain/hmi_capabilities.json # src/components/application_manager/src/commands/mobile/subscribe_button_request.cc # src/components/application_manager/test/hmi_capabilities.json # src/components/interfaces/MOBILE_API.xml # src/components/interfaces/QT_HMI_API.xml # src/components/utils/test/test_generator/MOBILE_API.xml
| * | | | | | | Fix HMI capabilities test failureJacob Keeler2016-11-011-1/+1
| | | | | | | |
| * | | | | | | Inclusion of PLAY_PAUSE as a subscribable buttonJacob Keeler2016-11-0110-1/+28
| | | | | | | |
* | | | | | | | Merge pull request #2537 from smartdevicelink/fix/transport_manager_initJackLivio2018-08-271-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix transport manager init check
| * | | | | | | | Fix transport manager init checkfix/transport_manager_initjacobkeeler2018-08-241-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #2509 from ↵JackLivio2018-08-271-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/fix/pure_virtual_method_called_during_SDL_shutdown Fix Pure virtual method called during SDL shutdown.
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into ↵fix/pure_virtual_method_called_during_SDL_shutdownJackLivio2018-08-27238-3816/+8270
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/pure_virtual_method_called_during_SDL_shutdown # Conflicts: # src/components/utils/src/log_message_loop_thread.cc
| * | | | | | | | | | Fix Pure virtual method called during SDL shutdown.igapchuck2018-08-141-0/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2373 from smartdevicelink/fix/rc_disablingJacob Keeler2018-08-272-23/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | SDL shall not put RC applications to HMI level NONE when user disables RC in HMI
| * | | | | | | | | Fix stylefix/rc_disablingJacob Keeler2018-08-231-1/+0
| | | | | | | | | |
| * | | | | | | | | Fix unit testsAlexander2018-08-231-14/+1
| | | | | | | | | |
| * | | | | | | | | Do not send HMI level NONE in RC disabledAlexander2018-08-231-8/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2532 from ↵JackLivio2018-08-274-12/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/fix/flush_logger_before_deleting_loop_thread Flush logger before deleting message loop thread
| * | | | | | | | | Update unit tests and add condition for flush loggerfix/flush_logger_before_deleting_loop_threadJackLivio2018-08-222-2/+4
| | | | | | | | | |
| * | | | | | | | | Make LogMessageLoopThread a handlerJackLivio2018-08-212-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before when the LogMessageLoopThread desctructor was called, it would delete the handler before deleting the message loop thread. This would cause a segfault in MessageLoopThread::DrainQueue() when trying to access the null handler_ pointer.
| * | | | | | | | | Flush logger before deleting message loop threadJackLivio2018-08-211-0/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2519 from JackLivio/fix/update_rpc_version_negotiation_logicJackLivio2018-08-242-6/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update mobile version negotiation
| * | | | | | | | | Check styleJackLivio2018-08-212-3/+3
| | | | | | | | | |
| * | | | | | | | | Update mobile version negotiationJackLivio2018-08-162-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because mobile versioning did not exist prior to core 5.0, and IOS was using a hardcoded 1.0.0 for syncMsgVersion, all apps using version 1.0 to 4.5 will be negotiated to core RPC version 4.5
* | | | | | | | | | Merge pull request #2046 from smartdevicelink/fix/remove_set_iconJackLivio2018-08-249-598/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Delete unused `SetIcon` RPC message files