| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |\
| | |
| | | |
ISdlServiceListener not called when RPC is service started again
|
| |/ |
|
| |\
| | |
| | | |
Add Mandatory constructors for multiple modules
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Remove local rpc names set and use instance variable
- startRPCEncryptionService method should be void type
- Remove redundant empty rpc names set check in SdlProxyBase
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop_mainRepo_local: (60 commits)
fix is paused logic
Make ChoiceSetManager operations blocking (#1155)
handle case where TM is null in protocolbase
add a null check to proxylistener
fix thread lock issue
notify iProxyListenerBase of service ending
remove deprecation and add javadoc
fix incorrect method logic
add one more check
allow videos to be stopped properly with secondary transport disconnection
fix older video stream restarts
Removed unused code
Refactored Thread.currentThread().isInterrupted()
Removed uneeded deprecated presentKeyboard()
dismissKeyboard() now takes a nonnull Integer
Attempting to fix spacing issue in tests
Update base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Update base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Update base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Update base/src/main/java/com/smartdevicelink/proxy/rpc/ScrollableMessage.java
...
|
| |\
| | |
| | | |
Allow Video Service to restart after secondary transport disconnection
|
| | |\
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
smartdevicelink/bugfix/video_stream_isStreaming_fix
VSM isStreaming logic fix
|
| | | | |
|
| | | | |
|
| | | |\
| | |_|/
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
Remove Deprecation from SetDisplayLayout
|
| | | | | |
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Implement SDL-0184 CancelInteraction RPC
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add blocking operations support
* Update AsynchronousOperation.ToString()
* Handle some missing onError logic in operations
* Update cancel() and isCancelled() to use the current thread
* Avoid interrupting thread when canceling operations
* Clean up BaseChoiceSetManager
* fix NPE from pendingSet
* fix failing tests in ChoiceSetManagerTests
* Comment out cancel interaction tests temporarily
* Avoid using thread interruptions in AsynchronousOperation
* Update AsynchronousOperation.toString()
* Fixed print statement crashing if no operating thread
* Fixed present choice set cancel operation tests
* Fixed spacing issues
* Added additional assert + fixed doc grammar
* Fixed cancel keyboard operation tests
* Modified termination duration in test cases
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
https://github.com/NicoleYarroch/sdl_android into feature/issue_840_cancel_interaction_RPC
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
|
| | | | | |
| | | | | |
| | | | | | |
Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
|
| | | | | | |
|
| | |/ / / |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Test cases fixed
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# Conflicts:
# android/sdl_android/src/main/java/com/smartdevicelink/managers/ProxyBridge.java
# android/sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java
# base/src/main/java/com/smartdevicelink/proxy/interfaces/IProxyListenerBase.java
|