summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/main/java/com/smartdevicelink/proxy
Commit message (Collapse)AuthorAgeFilesLines
* Remove proxy dir in androidBilal Alsharifi2020-09-021-0/+0
|
* Refactor/streaming calls (#1468)Robert Henigan2020-09-021-0/+0
| | | | | | | | | * Refactor Streaming Calls to manager classes * Fix Unit Tests * Make methods protected * Remove stopAudioService References
* Remove SdlProxy releated classesfeature/remove_sdlproxy_classesJoey Grover2020-08-288-12152/+0
|
* Merge branch 'develop' into feature/fix_scm_packageBilal Alsharifi2020-08-211-99/+50
|\ | | | | | | | | | | | | # Conflicts: # base/src/main/java/com/smartdevicelink/managers/lifecycle/BaseLifecycleManager.java # base/src/main/java/com/smartdevicelink/managers/screen/BaseTextAndGraphicManager.java # base/src/main/java/com/smartdevicelink/managers/screen/menu/BaseMenuManager.java
| * Merge pull request #1456 from smartdevicelink/feature/issue_1455_remove_onerrorRobert Henigan2020-08-211-42/+14
| |\ | | | | | | Remove onError from RPC response listeners
| | * Remove onError from SdlProxyBaseBilal Alsharifi2020-08-181-42/+14
| | |
| * | Remove OnPutFileUpdateListener usagesfeature/remove_on_put_file_update_listenerBilal Alsharifi2020-08-191-57/+36
| |/
* | Fix OnSystemCapabilityListener package nameBilal Alsharifi2020-08-211-1/+2
|/
* Update deprecated values usagesBilal Alsharifi2020-08-132-11/+11
|
* Comment out usage of deprecated internal RPCsBilal Alsharifi2020-08-132-20/+18
|
* Fix sdlProxyBase Merge conflictJulian Kast2020-08-111-1/+1
|
* Merge pull request #1430 from smartdevicelink/feature/refactor_interfacesJulian Kast2020-08-111-213/+22
|\ | | | | Refactor session and protocol interfaces
| * Update android used classes for refactored intrfcsJoey Grover2020-07-291-213/+22
| |
* | Merge branch 'develop' into feature/managers_refactorBilal Alsharifi2020-08-051-40/+41
|\ \ | |/
| * Refactor SdlSession2 into SdlSession with baseJoey Grover2020-07-211-40/+41
| |
* | Comment out lines in SdlProxyBaseBilal Alsharifi2020-08-051-22/+23
| |
* | Change SCM package name in SdlProxyBaseBilal Alsharifi2020-08-041-1/+0
| |
* | Move SCM to managers.lifecycle packageBilal Alsharifi2020-08-042-1/+2
|/
* Move logError to new DebugTool APIs in android/baseRHenigan2020-06-261-29/+29
|
* Move android and base classes to new logWarningRHenigan2020-06-261-21/+21
|
* Use new logInfo API instead of Deprecated APIRHenigan2020-06-261-31/+31
|
* Merge branch 'develop' into bugfix/issue_1377_loggingRHenigan2020-06-261-0/+21
|\
| * Update ChoiceSetManager to use TaskmasterBilal Alsharifi2020-06-121-0/+21
| |
* | Start moving android logs to DebugToolRHenigan2020-06-251-23/+22
|/
* Fix rpcs param type in Isdl.sendRPCs()Bilal Alsharifi2020-05-271-1/+1
|
* Implement sendRPCs() in IsdlBilal Alsharifi2020-05-261-0/+9
|
* Deprecate APIs to prepare for next major changeBilal Alsharifi2020-05-221-0/+1
|
* Merge pull request #1332 from smartdevicelink/Http_to_HttpsBilal Alsharifi2020-05-181-20/+24
|\ | | | | Update urls to use https instead of http
| * Add null check for urlHttp_to_HttpsBilal Alsharifi2020-05-141-20/+22
| |
| * Update HTTPs replacement in URLsBilal Alsharifi2020-05-141-1/+1
| |
| * Feedback FixesRHenigan2020-05-131-4/+5
| |
| * Merge branch 'develop' into Http_to_HttpsRHenigan2020-04-301-0/+13
| |\
| * | Replace http urls with https for android/javaSERHenigan2020-04-071-5/+6
| | |
* | | Fix CustomButtonID getter/setter namingfeature/issue_547Bilal Alsharifi2020-05-131-1/+1
| |/ |/|
* | Merge branch 'develop' into feature/scm_align_part3feature/scm_align_part3Bilal Alsharifi2020-04-081-0/+5
|\ \ | | | | | | | | | | | | | | | | | | # Conflicts: # android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java # android/sdl_android/src/main/java/com/smartdevicelink/managers/SdlManager.java # android/sdl_android/src/main/java/com/smartdevicelink/managers/video/VideoStreamManager.java
| * | Scale Workaround for High Res Ford/Linc displaysRHenigan2020-03-191-0/+5
| |/
* | Add the new getCapability() method to IsdlBilal Alsharifi2020-03-261-0/+8
|/
* Deprecate DeviceInfo.DEVICE_OSfeature/deprecate_device_osBilal Alsharifi2020-02-282-2/+2
|
* Fix NPE issue with IsHapticSpatialDataSupported()feature/issue_1245Julian Kast2020-01-071-1/+1
|
* Merge pull request #1214 from smartdevicelink/hotfix/issue_1110Bilal Alsharifi2019-11-151-0/+21
|\ | | | | Fix issue with video streaming stability
| * Fix #1110hotfix/issue_1110Joey Grover2019-11-041-0/+21
| |
* | Fix #1225bugfix/issue_1225Joey Grover2019-11-151-32/+75
|/
* Add service listener for audio and video servicesBilal Alsharifi2019-10-041-0/+3
|
* Update javadoc for encryption apisBilal Alsharifi2019-10-021-37/+33
|
* Remove some unused codeBilal Alsharifi2019-10-021-17/+18
|
* Remove EncryptionCallbackBilal Alsharifi2019-10-021-21/+27
|
* Refactor RPC Encryption APIs to match iOSBilal Alsharifi2019-10-011-31/+29
|
* Move app level check to outside of loop.Tuan Nguyen2019-09-131-6/+6
|
* - Add null check to encryption callbackTuan Nguyen2019-09-131-11/+12
| | | | | | - Remove local rpc names set and use instance variable - startRPCEncryptionService method should be void type - Remove redundant empty rpc names set check in SdlProxyBase
* Merge branch 'develop_mainRepo_local' into rpcMsgProtection2Tuan Nguyen2019-09-131-8/+61
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...