<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/smartdevicelink/sdl_core.git, branch fix/python3</title>
<subtitle>github.com: smartdevicelink/sdl_core.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/'/>
<entry>
<title>remove format_src.py, instead use check_style.sh</title>
<updated>2021-02-09T19:53:49+00:00</updated>
<author>
<name>collin</name>
<email>collin+i@collinmcqueen.com</email>
</author>
<published>2021-02-09T19:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=4f26b9bfee6b17c9a3335a417a96124cc5cd49bf'/>
<id>4f26b9bfee6b17c9a3335a417a96124cc5cd49bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update install_hooks.py to python3</title>
<updated>2021-02-09T19:45:36+00:00</updated>
<author>
<name>collin</name>
<email>collin+i@collinmcqueen.com</email>
</author>
<published>2021-02-09T19:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=ccc746022c9f9c17b7b0e0272aecccbc867f35fd'/>
<id>ccc746022c9f9c17b7b0e0272aecccbc867f35fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update api_compare.py to python3</title>
<updated>2021-02-09T19:34:06+00:00</updated>
<author>
<name>collin</name>
<email>collin+i@collinmcqueen.com</email>
</author>
<published>2021-02-09T19:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=619f50508318f492dcbffcd3d8488725b46b9e0d'/>
<id>619f50508318f492dcbffcd3d8488725b46b9e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Ubuntu 20.04 support (#3625)</title>
<updated>2021-02-05T19:53:22+00:00</updated>
<author>
<name>Jacob Keeler</name>
<email>jacob.keeler@livioradio.com</email>
</author>
<published>2021-02-05T19:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=c5a11df0db66c73b2f59537102c11f0dff8427e5'/>
<id>c5a11df0db66c73b2f59537102c11f0dff8427e5</id>
<content type='text'>
* Fix build warnings and errors for Ubuntu version 20.04

- Apply macro fix for GTEST_DISALLOW_ASSIGN_ and GTEST_DISALLOW_COPY_AND_ASSIGN_ from googletest project
- Fix usage of deprecated functions in openssl 1.1.0
- Include deprecated `sysctl.h` only in QNX build
- Fix warnings in InterfaceGenerator scripts

* Add 20.04 to supported platforms

* Remove broken tests after openssl1.1 update</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix build warnings and errors for Ubuntu version 20.04

- Apply macro fix for GTEST_DISALLOW_ASSIGN_ and GTEST_DISALLOW_COPY_AND_ASSIGN_ from googletest project
- Fix usage of deprecated functions in openssl 1.1.0
- Include deprecated `sysctl.h` only in QNX build
- Fix warnings in InterfaceGenerator scripts

* Add 20.04 to supported platforms

* Remove broken tests after openssl1.1 update</pre>
</div>
</content>
</entry>
<entry>
<title>Make correlation ID counter atomic (#3567)</title>
<updated>2021-02-04T21:24:55+00:00</updated>
<author>
<name>Yana Chernysheva (GitHub)</name>
<email>59469418+ychernysheva@users.noreply.github.com</email>
</author>
<published>2021-02-04T21:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=8e0abd693cf549e4ccc1a73204370fa649a594bb'/>
<id>8e0abd693cf549e4ccc1a73204370fa649a594bb</id>
<content type='text'>
* Make correlation_id_ counter atomic</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make correlation_id_ counter atomic</pre>
</div>
</content>
</entry>
<entry>
<title>SDL-0274: add preferred FPS to VideoStreamingCapability (#3437)</title>
<updated>2021-02-04T14:06:06+00:00</updated>
<author>
<name>Shinichi Watanabe</name>
<email>swatanabe@xevo.com</email>
</author>
<published>2021-02-04T14:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=a0bd7e37dbb142f6d370f54daad9c7d1b69b542c'/>
<id>a0bd7e37dbb142f6d370f54daad9c7d1b69b542c</id>
<content type='text'>
* SDL-0274: issue-#3243: add preferred FPS to VideoStreamingCapability.

* Add preferredFPS to HMI_API (which was needed).

* Fix for failure in hmi_capabilities_test.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* SDL-0274: issue-#3243: add preferred FPS to VideoStreamingCapability.

* Add preferredFPS to HMI_API (which was needed).

* Fix for failure in hmi_capabilities_test.</pre>
</div>
</content>
</entry>
<entry>
<title>CCB: Fix unit tests stuck (#3624)</title>
<updated>2021-02-03T20:55:57+00:00</updated>
<author>
<name>Yana Chernysheva (GitHub)</name>
<email>59469418+ychernysheva@users.noreply.github.com</email>
</author>
<published>2021-02-03T20:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=fa8b0a0e58db33e4f2d1245ef7525b67bbeb8b48'/>
<id>fa8b0a0e58db33e4f2d1245ef7525b67bbeb8b48</id>
<content type='text'>
* Replace TestAsyncWaiter references with shared_ptr, which
avoid invalid references to TestAsyncWaiter when it goes out of scope,
which can(sometimes, but not always) lead to hard-to-trace-and-reprpduce
segfaults, deadlocks and sigaborts.

* Fix review comments

* Update PolicyHandlerTest with TestAsyncWaiter

* fixup! Update PolicyHandlerTest with TestAsyncWaiter

* Fix and enable disabled tests

Co-authored-by: VladSemenyuk &lt;vsemenyuk@luxoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace TestAsyncWaiter references with shared_ptr, which
avoid invalid references to TestAsyncWaiter when it goes out of scope,
which can(sometimes, but not always) lead to hard-to-trace-and-reprpduce
segfaults, deadlocks and sigaborts.

* Fix review comments

* Update PolicyHandlerTest with TestAsyncWaiter

* fixup! Update PolicyHandlerTest with TestAsyncWaiter

* Fix and enable disabled tests

Co-authored-by: VladSemenyuk &lt;vsemenyuk@luxoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix RC.SetGlobalProperties during resumption (#3622)</title>
<updated>2021-02-03T17:55:02+00:00</updated>
<author>
<name>Vadym Luchko (GitHub)</name>
<email>76956836+VadymLuchko@users.noreply.github.com</email>
</author>
<published>2021-02-03T17:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=16323b0915775a42b81d2ad92d5bdcfafcdf61e4'/>
<id>16323b0915775a42b81d2ad92d5bdcfafcdf61e4</id>
<content type='text'>
* Fix RC.SetGlobalProperties during resumption

* Changes by review

Co-authored-by: Vadym Luchko (gitHub) &lt;vluchko@.luxoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix RC.SetGlobalProperties during resumption

* Changes by review

Co-authored-by: Vadym Luchko (gitHub) &lt;vluchko@.luxoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Feature/sdl 0262 new vehicle data seat occupancy (#3585)</title>
<updated>2021-02-03T16:08:28+00:00</updated>
<author>
<name>Ira Lytvynenko (GitHub)</name>
<email>ILytvynenko@luxoft.com</email>
</author>
<published>2021-02-03T16:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=30f55878dfefbdd2cdaccffb8fb73ad0c106f1c0'/>
<id>30f55878dfefbdd2cdaccffb8fb73ad0c106f1c0</id>
<content type='text'>
* Add new vehicle data SeatOccupancy

* Replace sdl_preloaded_pt with copy from AppMain

In fact file components/application_manager/test/sdl_preloaded_pt.json
is a copy of current version of sdl_preloaded_pt.json from AppMain
folder. That's why instead of manual update of this copy we can delete
it from application_manager/test folder and simply
copy actual version of this file from AppMain.

Co-authored-by: Jacob Keeler &lt;jacob.keeler@livioradio.com&gt;
Co-authored-by: Yana Chernysheva &lt;ychernysheva@luxoft.com&gt;
Co-authored-by: Dmitriy Boltovskiy &lt;dboltovskyi@luxoft.com&gt;
Co-authored-by: Jacob Keeler &lt;jacob.keeler@livioradio.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add new vehicle data SeatOccupancy

* Replace sdl_preloaded_pt with copy from AppMain

In fact file components/application_manager/test/sdl_preloaded_pt.json
is a copy of current version of sdl_preloaded_pt.json from AppMain
folder. That's why instead of manual update of this copy we can delete
it from application_manager/test folder and simply
copy actual version of this file from AppMain.

Co-authored-by: Jacob Keeler &lt;jacob.keeler@livioradio.com&gt;
Co-authored-by: Yana Chernysheva &lt;ychernysheva@luxoft.com&gt;
Co-authored-by: Dmitriy Boltovskiy &lt;dboltovskyi@luxoft.com&gt;
Co-authored-by: Jacob Keeler &lt;jacob.keeler@livioradio.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SDL does not unsubscribe from softbuttons after receiving a response. (#2629)</title>
<updated>2021-02-02T23:40:49+00:00</updated>
<author>
<name>Igor Gapchuk (GitHub)</name>
<email>41586842+IGapchuk@users.noreply.github.com</email>
</author>
<published>2021-02-02T23:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/smartdevicelink/sdl_core.git/commit/?id=248232e73df96d9579c004ebc41e16fc4133fe19'/>
<id>248232e73df96d9579c004ebc41e16fc4133fe19</id>
<content type='text'>
* Fix SDL does not unsubscribe from softbuttons after receiving a response.

When SDL recives AlertManeuverResponse, AlertResponse,
UpdateTurnListResponse, ScrollableMessageResponse, ShowConstantTBTResponse
SDL unsubscribes from soft buttons before sends response to mobile.
Added unit test cases for specified responses.

* Answer to PR comments.

* Answer to PR comments.

* Answer to PR comments.

* Apply typo fixes from code review

* Address comments and fix tests after merge

* Address comments

* Change keeping of softbuttons according to a WindowID

SDL should keep softbuttons subscriptions in pair with a WindowID that related
to the softbuttons

* Fix regression and style issues

* fixup! Fix regression and style issues

Co-authored-by: Jacob Keeler &lt;jacob.keeler@livioradio.com&gt;
Co-authored-by: Andrii Kalinich &lt;AKalinich@luxoft.com&gt;
Co-authored-by: Dmitriy Boltovskiy &lt;dboltovskyi@luxoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix SDL does not unsubscribe from softbuttons after receiving a response.

When SDL recives AlertManeuverResponse, AlertResponse,
UpdateTurnListResponse, ScrollableMessageResponse, ShowConstantTBTResponse
SDL unsubscribes from soft buttons before sends response to mobile.
Added unit test cases for specified responses.

* Answer to PR comments.

* Answer to PR comments.

* Answer to PR comments.

* Apply typo fixes from code review

* Address comments and fix tests after merge

* Address comments

* Change keeping of softbuttons according to a WindowID

SDL should keep softbuttons subscriptions in pair with a WindowID that related
to the softbuttons

* Fix regression and style issues

* fixup! Fix regression and style issues

Co-authored-by: Jacob Keeler &lt;jacob.keeler@livioradio.com&gt;
Co-authored-by: Andrii Kalinich &lt;AKalinich@luxoft.com&gt;
Co-authored-by: Dmitriy Boltovskiy &lt;dboltovskyi@luxoft.com&gt;</pre>
</div>
</content>
</entry>
</feed>
