sdl_java_suite
sdl_java_suite copied to clipboard
SmartDeviceLink libraries for Android, Java SE, and Java EE
The trace key looks like it's used to prevent others from using the public methods of SDLTrace to log, it should be removed in this project. We should deprecate and...
To be consistent between platforms, we need to update the logic used by the heartbeat implementation to only ACK heartbeat requests that are received from core / the module. This...
SdlTransport.handleTransportError() may be called from different thread. in handleTransportError(), _transportListener.onTransportError() will be called which cause _transportListener need consider synchronized and may cause some issues. guess _transportListener's call back should be...
SourceForge throws a bug for the SdlRouterService being the same name as the parent class. See http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
__Current Problem__ Take a situation where three apps A, B, and C are connected to the head unit via Multiplex BT transport, and all through app A's Router Service. When...
Proposal: [SDL Localization](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0098-localization.md) > This proposal is about providing a localization API to developers and make it easy to localize the app based on the language settings of the head...
Proposal: [Default SoftButtonCapabilities](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0114-default-softbuttoncapabilities.md) > This proposal is to update the iOS and Android mobile libraries with a specified default list size value for SoftButtonCapabilities when a headunit erroneously returns a...
When disconnecting from a TDK there is always a StreamPacketizer thread that remains running in the app and eating the CPU. The run loop in the StreamPacketizer keeps reading from...
Proposal: [Allow clients to specify legacy nicknames](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0144-app-nicknames.md) > In the [application policies](https://smartdevicelink.com/zh-hans/docs/sdl-server/master/policy-table/application-policies/), each application is assigned a list of nicknames. This field is [used in the SDL Core](https://github.com/smartdevicelink/sdl_core/blob/master/src/components/application_manager/src/commands/mobile/register_app_interface_request.cc#L925) to ensure...
Proposal: [Progress Bar Seek Feature](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0084-Progress-Bar-Seek-Feature.md) > The Seek feature is a proposed new feature that is meant to enhance the usage of the progress bar for media apps with seek...