Age | Commit message (Collapse) | Author | Files | Lines |
|
Pull in the libqtappfw library to use its radio binding support, in
order to have playback state in the UI reflect the binding state (e.g.
handle the radio binding tuning being changed via steering wheel
events).
Bug-AGL: SPEC-3041
Change-Id: Icb6729029d39d9da0ef62dfe6c598d6ffcef43cd
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Message:
== and != may perform type coercion, use === or !== to avoid it.
Description:
The non-strict equality comparison is allowed to convert its arguments
to a common type. That can lead to unexpected results such as
' \t\r\n' == 0 being true. Use the strict equality operators === and
!== and be explicit about conversions you require.
Bug-AGL: SPEC-2814
Change-Id: I384b107bf93480202cbae573937e4f602ef29306
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
A radio binding has been added in the new binding directory, and the
application has been reworked to use it. The binding uses a modified
version of the rtl_fm code used in the qtmultimedia radio plugin that
was previously used, and some new code has been added to output to
PulseAudio using the asynchronous API to ensure compatibility with
stream corking. The rtl_fm code has been enhanced to add seeking
support, and the application has been tweaked to use it.
Bug-AGL: SPEC-581
Change-Id: I011e98374accc2cad2b36c93ac800948ee51f2aa
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|