summaryrefslogtreecommitdiff
path: root/android/sdl_android
Commit message (Expand)AuthorAgeFilesLines
* Fix issues found during reviewfeature/refactor_interfacesJoey Grover2020-08-104-8/+2
* Run code formatter on session classesJoey Grover2020-08-041-39/+39
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2020-08-0418-130/+86
|\
| * Merge branch 'feature/sdlsession_refactor' of https://github.com/smartdevicel...Joey Grover2020-08-0423-4447/+456
| |\
| | * Add brackets to singlel ine ifJoey Grover2020-08-041-1/+4
| | * Address comments on SdlSessionJoey Grover2020-08-041-4/+1
| | * Address review commentsJoey Grover2020-08-045-45/+46
| * | Merge pull request #1428 from smartdevicelink/feature/issue_1407Robert Henigan2020-08-041-0/+28
| |\ \
| | * | Add RPCStruct ClassCastException unit testsfeature/issue_1407Bilal Alsharifi2020-07-311-0/+28
| * | | Remove @RequireAPI annotations that are not neededRHenigan2020-08-045-12/+1
| * | | Update Min SDK and Android API Checksfeature/0193_MinAndroidSDKRHenigan2020-07-3012-123/+57
| |/ /
* | | Fix unit testsJoey Grover2020-08-043-124/+54
* | | Remove redundant caching of transport configJoey Grover2020-07-301-3/+1
* | | Merge branch 'feature/sdlsession_refactor' of https://github.com/smartdevicel...Joey Grover2020-07-301-6/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2020-07-301-6/+3
| |\ \ | | |/
| | * Return void from log methodsbugfix/fix_logBilal Alsharifi2020-07-281-7/+7
| | * Return correct bytesWritten in log methodsBilal Alsharifi2020-07-281-7/+4
* | | Update android used classes for refactored intrfcsJoey Grover2020-07-297-332/+85
|/ /
* | Fix unit testsJoey Grover2020-07-2113-717/+71
* | Remove deprecated classes that used old SdlSessionJoey Grover2020-07-216-2490/+1
* | Refactor SdlSession2 into SdlSession with baseJoey Grover2020-07-214-1247/+384
|/
* Update Version for release candidate4.12.0-RC1RHenigan2020-07-081-1/+1
* Merge pull request #1386 from smartdevicelink/bugfix/issue_1385Bilal Alsharifi2020-07-01345-8096/+9816
|\
| * Remove log statementRHenigan2020-07-011-1/+0
| * Merge branch 'develop' into bugfix/issue_1385bugfix/issue_1385RHenigan2020-06-3023-428/+1303
| |\
| * | Remove AndroidTestCase2RHenigan2020-06-171-34/+0
| * | Replace getContext with getTargetContextRHenigan2020-06-17100-216/+216
| * | Refactor android tests that are order dependantRHenigan2020-06-172-114/+160
| * | Refactor BaseRpcTest and all child classesRHenigan2020-06-17150-121/+1313
| * | Add @Test annotations that were missedRHenigan2020-06-162-0/+2
| * | Refactor tests to AndroidJUnit4RHenigan2020-06-1625-221/+424
| * | Refactor sdl Test file to not shadow junit importRHenigan2020-06-16312-7472/+7481
| * | Update Test Files for AndroidJUnit4RHenigan2020-06-1614-101/+257
| * | Update more tests for AndroidJUnit4RHenigan2020-06-153-24/+45
| * | Refactor some test classes for AndroidJUnit4RHenigan2020-06-1511-71/+179
* | | Merge branch 'develop' into bugfix/issue_1377_loggingRHenigan2020-06-305-196/+269
|\ \ \ | | |/ | |/|
| * | Merge pull request #1391 from smartdevicelink/feature/subscribe_buttonsBilal Alsharifi2020-06-302-0/+175
| |\ \
| | * | Fixed unit testfeature/subscribe_buttonsJulian Kast2020-06-291-1/+1
| | * | Fixed Unit testJulian Kast2020-06-291-1/+1
| | * | Move OnButtonListener to same package as screen managerJulian Kast2020-06-291-1/+0
| | * | Added Unit test and fixed formattingJulian Kast2020-06-241-2/+59
| | * | Added TestJulian Kast2020-06-241-3/+6
| | * | Added more unit test and fixed formattingJulian Kast2020-06-241-7/+14
| | * | Merge branch 'develop' into feature/subscribe_buttonsJulian Kast2020-06-232-20/+10
| | |\ \
| | * | | Added unit test for SubscribeButtonManagerJulian Kast2020-06-231-0/+92
| | * | | Added JavaDocs to SubscribeButtonManager and OnButtonListenerJulian Kast2020-06-231-1/+6
| | * | | Added Base class for subscribeButton Manager then created two SubscribeButton...Julian Kast2020-06-231-0/+12
| | | |/ | | |/|
| * | | Merge pull request #1399 from smartdevicelink/bugfix/refactor_lcm_updatesBilal Alsharifi2020-06-303-196/+94
| |\ \ \
| | * | | Remove unused importsJoey Grover2020-06-301-4/+0
| | * | | Refactor TransportBroker to fit with LCMbugfix/refactor_lcm_updatesJoey Grover2020-06-261-61/+41