summaryrefslogtreecommitdiff
path: root/android/sdl_android
Commit message (Expand)AuthorAgeFilesLines
* Add RPCStruct ClassCastException unit testsfeature/issue_1407Bilal Alsharifi2020-07-311-0/+28
* Return void from log methodsbugfix/fix_logBilal Alsharifi2020-07-281-7/+7
* Return correct bytesWritten in log methodsBilal Alsharifi2020-07-281-7/+4
* 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
| | * | | Add synchronized lock to sdlmanager.disposeJoey Grover2020-06-261-1/+1
| | * | | Remove unused state booleansJoey Grover2020-06-261-35/+1
| | * | | Remove unused return value from tryVideoStreamJoey Grover2020-06-261-13/+4
| | * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2020-06-2612-166/+572
| | |\ \ \
| | * | | | Remove unncessary sleeps and extra classesJoey Grover2020-06-251-53/+9
| | * | | | Rename callbacks to better reflect eventsJoey Grover2020-06-251-10/+9
| | * | | | Refactor to more descriptive namingJoey Grover2020-06-241-52/+62
| | * | | | Remove proxy naming from LCMJoey Grover2020-06-221-6/+6
| | | |_|/ | | |/| |
* | | | | Fix deprecated Log callsbugfix/issue_1377_loggingRHenigan2020-06-302-7/+7
* | | | | Merge branch 'develop' into bugfix/issue_1377_loggingRHenigan2020-06-306-54/+441
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #1384 from smartdevicelink/feature/sdl_0301_sdl_device_lis...Bilal Alsharifi2020-06-296-50/+438
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add null check for BT device in SdlDeviceListenerfeature/sdl_0301_sdl_device_listenerJoey Grover2020-06-241-0/+8
| | * | | Apply suggestions from code reviewJoey Grover2020-06-241-3/+3
| | * | | Update formatting in SdlDeviceListenerJoey Grover2020-06-121-22/+29
| | * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2020-06-1259-1289/+1277
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Make RS go to foreground if confirmed deviceJoey Grover2020-06-122-6/+12
| | * | | Implement SdlDeviceListenerJoey Grover2020-06-122-44/+145
| | * | | Add SdlDeviceListenerJoey Grover2020-06-121-0/+263