summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Avoid using methods from Java 8Bilal2018-05-261-12/+5
| | | * | Update commetns in rpc constructors testsBilal2018-05-251-1/+1
| | | * | Add missing RPC constructorsBilal2018-05-252-21/+52
| | | * | Handle exceptional cases in RPC constructors testsBilal2018-05-251-4/+46
| | | * | Merge pull request #772 from smartdevicelink/feature/issue_154_bilalBilal Alsharifi2018-05-25110-225/+7821
| | | |\ \
| | | | * \ Merge branch 'feature/issue_154' into feature/issue_154_bilalfeature/issue_154_bilalBilal Alsharifi2018-05-2533-111/+533
| | | | |\ \ | | | | |/ / | | | |/| |
| | | * | | Merge pull request #771 from smartdevicelink/feature/issue_154_brettBilal Alsharifi2018-05-2532-111/+532
| | | |\ \ \
| | | | * | | batch 3 of constructorsfeature/issue_154_brettBretty White2018-05-2417-35/+257
| | | | * | | batch 2 of constructorsBretty White2018-05-247-42/+145
| | | | * | | batch 1Bretty White2018-05-248-34/+130
| | | |/ / /
| | | * | | Add the support annotations libraryBilal2018-05-231-1/+2
| | | | * | Update imports in the RPC constuctors unit testBilal2018-05-251-7/+0
| | | | * | Add basic unit testingBilal2018-05-252-0/+6172
| | | | * | Add fourth batch or RPC constructorsBilal2018-05-248-6/+118
| | | | * | Add third batch or RPC constructorsBilal2018-05-2440-75/+632
| | | | * | Add second batch or RPC constructorsfeature/issue_154_part1Bilal2018-05-2323-58/+334
| | | | * | Add NonNull annotation to the mandatory paramsBilal2018-05-2339-133/+228
| | | | * | Add first batch of RPC constructorsBilal2018-05-2235-7/+398
| | | |/ /
| | * | | Merge pull request #780 from smartdevicelink/feature/issue_778Joey Grover2018-06-061-0/+10
| | |\ \ \
| | | * | | Update the url for the sdl notification FAQs pageBilal2018-06-061-1/+1
| | | * | | Make sdl notification clickable and leads to a page has info about the notifi...Bilal2018-06-051-0/+10
| | | | |/ | | | |/|
| | * | | Merge pull request #777 from smartdevicelink/feature/issue_329theresalech2018-06-061-206/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Remove java docs params that were copied over from vehicle dataBilal2018-06-051-206/+1
| | |/ /
| | * | Merge pull request #776 from MongoTheGeek/issue_756Bilal Alsharifi2018-06-011-2/+2
| | |\ \
| | | * | Added Translateable FalseMark Lively2018-06-011-1/+1
| | | * | Setting Translatable = falseMark Lively2018-05-101-3/+3
| | |/ / | |/| |
| | * | Merge pull request #770 from smartdevicelink/bugfix/issue_761_BR_NPEBilal Alsharifi2018-05-251-6/+9
| | |\ \ | | | |/ | | |/|
| | | * add another null check for BR localRouterService objbugfix/issue_761_BR_NPEBretty White2018-05-221-6/+9
| | |/
| | * Merge pull request #722 from smartdevicelink/bugfix/tcp_transport_disconnectAustin Kirk2018-05-221-2/+6
| | |\
| | | * Catch NetworkOnMainThreadException when writing to TCPbugfix/tcp_transport_disconnectAustin Kirk2018-03-261-2/+6
| | * | Merge pull request #754 from smartdevicelink/bugfix/issue_753Joey Grover2018-05-091-1/+1
| | |\ \
| | | * | Fix #753Joey Grover2018-05-091-1/+1
| | |/ /
| | * | Merge pull request #746 from smartdevicelink/feature/issue_745Joey Grover2018-05-011-136/+155
| | |\ \
| | | * | SdlProxyBuilder cleanupfeature/issue_745Bilal2018-04-261-136/+155
| | |/ /
| | * | Merge pull request #743 from smartdevicelink/bugfix/issue_742Joey Grover2018-04-261-0/+4
| | |\ \
| | | * | Pinging all running BT services on wake upbugfix/issue_742Austin Kirk2018-04-261-0/+4
| | |/ /
| | * | update gradle and travis (#732) Fixes #726Bilal Alsharifi2018-04-114-17/+18
| |/ /
| * | Change build toolsJoey Grover2018-03-291-1/+1
| * | Update to build.gradle for 4.5.0 release4.5.0Joey Grover2018-03-291-2/+2
| * | Merge pull request #725 from smartdevicelink/bugfix/preO_BR_behaviorrelease/4.5.0-rc2Joey Grover2018-03-281-34/+17
| |\ \
| | * | Remove pre-O behavior for starting up RS andd default to single logic blockJoey Grover2018-03-281-34/+17
| |/ /
| * | Added a note to copyright header that file has been modifiedJoey Grover2018-03-281-0/+3
| * | Update CHANGELOG for 4.5.0Joey Grover2018-03-281-42/+21
| * | Merge pull request #723 from smartdevicelink/bugfix/handler_post_failJoey Grover2018-03-281-1/+2
| |\ \
| | * | Put timeoutHandler for ServiceFinder on MainLooper so it doesn’t failbugfix/handler_post_failJoey Grover2018-03-271-1/+2
| |/ /
| * | Merge pull request #720 from smartdevicelink/bugfix/speechCapabilitiesJoey Grover2018-03-231-2/+12
| |\ \
| | * | added list check to speechcapabilitiesBretty White2018-03-231-2/+12
| |/ /
| * | Update gradle version name4.5.0-RC2Joey Grover2018-03-221-1/+1
| * | Merge pull request #718 from smartdevicelink/feature/routerServiceRecoveryrelease/4.5.0-rc1Joey Grover2018-03-221-0/+1
| |\ \
| | * | Add queryForConnectedService call if TransportBroker can’t bind to RSJoey Grover2018-03-221-0/+1
| |/ /