summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing method to JavaSE SdlSessionfeature/sdlsession_refactorJoey Grover2020-07-301-0/+7
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2020-07-307-27/+66
|\
| * Update version name to 4.12 (#1415)4.12.0Bilal Alsharifi2020-07-292-2/+2
| * Merge pull request #1406 from smartdevicelink/release/4.12-RCBilal Alsharifi2020-07-29551-14194/+17567
| |\
| | * Merge pull request #1411 from smartdevicelink/bugfix/fix_logrelease/4.12-RCRobert Henigan2020-07-294-19/+12
| | |\
| | | * Return void from log methodsbugfix/fix_logBilal Alsharifi2020-07-283-20/+13
| | | * Return correct bytesWritten in log methodsBilal Alsharifi2020-07-284-11/+11
| | * | Update CHANGELOG for 4.12.0Bilal Alsharifi2020-07-291-6/+52
| | |/
* | | 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-217-1357/+533
| |/ |/|
* | Update Version for release candidate4.12.0-RC1RHenigan2020-07-083-3/+3
* | Merge pull request #1405 from smartdevicelink/PreloadChoiceSetErrorRobert Henigan2020-07-071-4/+4
|\ \
| * | Fixed logic In PreloadChoicesOperationPreloadChoiceSetErrorJulian Kast2020-07-071-4/+4
* | | Merge pull request #1404 from smartdevicelink/feature/deprecate_rpc_onerror_l...Robert Henigan2020-07-071-0/+5
|\ \ \ | |/ / |/| |
| * | Deprecate onError for OnRPCResponseListenerfeature/deprecate_rpc_onerror_listenerJoey Grover2020-07-061-0/+5
|/ /
* | 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-3063-1487/+2765
| |\ \
| * | | 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 pull request #1378 from smartdevicelink/bugfix/issue_1377_loggingBilal Alsharifi2020-06-3098-1280/+1336
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace android.util.log usagesRHenigan2020-06-302-6/+6
| * | | Merge branch 'develop' into bugfix/issue_1377_loggingRHenigan2020-06-3014-404/+816
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1401 from smartdevicelink/bugfix/issue_1400Bilal Alsharifi2020-06-302-3/+22
|\ \ \ \
| * \ \ \ Merge branch 'develop' into bugfix/issue_1400RHenigan2020-06-3014-407/+800
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1391 from smartdevicelink/feature/subscribe_buttonsBilal Alsharifi2020-06-308-7/+498
|\ \ \ \ \
| * | | | | Fixed potential NPE and removed log statementJulian Kast2020-06-301-2/+4
| * | | | | Fixed unit testfeature/subscribe_buttonsJulian Kast2020-06-291-1/+1
| * | | | | Fixing wording to make sure text will appear on screen, In JavaSe the full me...Julian Kast2020-06-292-4/+6
| * | | | | Adding missed buttonNameJulian Kast2020-06-292-2/+2
| * | | | | Added unsubscribeButtonRequest method and fixed spacingJulian Kast2020-06-291-7/+9
| * | | | | Fixed dispose message as well as some log messages and listener messagesJulian Kast2020-06-291-14/+8
| * | | | | Fixed Unit testJulian Kast2020-06-291-1/+1
| * | | | | Updating hello sdl example appsJulian Kast2020-06-292-22/+10
| * | | | | Updated hello sdl example appsJulian Kast2020-06-292-38/+17
| * | | | | Fixed importsJulian Kast2020-06-291-1/+0
| * | | | | Fixed formattingJulian Kast2020-06-291-21/+21
| * | | | | Move OnButtonListener to same package as screen managerJulian Kast2020-06-295-34/+32
| * | | | | Added subscribe to preset buttons to hello_sdl for android and javaSEJulian Kast2020-06-242-2/+98
| * | | | | Added Unit test and fixed formattingJulian Kast2020-06-242-12/+69
| * | | | | removed unused codeJulian Kast2020-06-241-2/+0