summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-282-43/+46
|\
| * Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-2211-9/+323
| |\
| * | style fixConlain Kelly2018-08-101-1/+2
| * | Fix namespace whoopsConlain Kelly2018-08-101-1/+1
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-10158-29083/+2068
| |\ \
| * | | Style fixConlain Kelly2018-06-251-4/+7
| * | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-2510-2/+337
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-182-43/+44
* | | | | Merge pull request #930 from smartdevicelink/feature/PLAY_PAUSE_implementationJacob Keeler2018-08-282-1/+7
|\ \ \ \ \
| * | | | | Add play_pause to hmi_capabilities test fileJackLivio2018-08-221-0/+6
| * | | | | Merge remote-tracking branch 'origin/develop' into feature/PLAY_PAUSE_impleme...JackLivio2018-08-22121-13508/+9632
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Fix HMI capabilities test failureJacob Keeler2016-11-011-1/+1
| * | | | | Inclusion of PLAY_PAUSE as a subscribable buttonJacob Keeler2016-11-011-0/+6
* | | | | | Merge pull request #2531 from smartdevicelink/fix/enable_log_off_buildJacob Keeler2018-08-221-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-211-0/+2
* | | | | | Merge pull request #2363 from smartdevicelink/feature/interior_vehicle_data_m...JackLivio2018-08-211-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add Nice mock to avoid GmockWarningsAlexander2018-08-201-2/+5
* | | | | | Fix stylefeature/low_voltagejacobkeeler2018-08-211-1/+0
* | | | | | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-212-4/+2
|\ \ \ \ \ \
| * | | | | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-4/+2
| |/ / / / /
* | | | | | RemoveAlexander2018-08-211-42/+0
* | | | | | Fix unit testZhdanovP2018-08-211-1/+1
* | | | | | Simplify resumption logicAndriy Byzhynar2018-08-211-2/+1
* | | | | | Fix unit tests namesZhdanovP2018-08-211-17/+27
* | | | | | Add unit tests for resumption during low voltageZhdanovP2018-08-211-2/+249
* | | | | | Implement resumption during Low VoltageAndriy Byzhynar2018-08-212-0/+12
* | | | | | Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-211-0/+1
|/ / / / /
* | | | | Fix keep app's HMI level in FULL in case when HMI sends AUDIO_SOURCE event to...Ira Lytvynenko (GitHub)2018-08-161-0/+73
* | | | | Save current audio sourceIra Lytvynenko2018-08-161-0/+1
* | | | | Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalJackLivio2018-08-071-4/+1
|\ \ \ \ \
| * | | | | Update based on commentsJackLivio2018-08-071-4/+1
| * | | | | Merge remote-tracking branch 'origin/develop' into feature/mobile_versioningJackLivio2018-08-061-11/+17
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalConlain Kelly2018-08-061-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Check StyleJackLivio2018-08-051-2/+4
| * | | | | Fix existing unit testsJackLivio2018-08-051-0/+4
* | | | | | Merge branch 'develop' into feature/choice_vr_optionalJacob Keeler2018-07-311-5/+11
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | fix styleAshwin Karemore2018-07-261-4/+2
| * | | | | added UT for warningsAshwin Karemore2018-07-261-1/+7
| * | | | | revert image check and return Warning or invalid dataAshwin Karemore2018-07-261-5/+7
* | | | | | style fixConlain Kelly2018-07-311-1/+2
* | | | | | more cleanup, add mock implementationsConlain Kelly2018-07-312-0/+9
|/ / / / /
* | | | | Merge pull request #2392 from smartdevicelink/feature/boost_lock_implementationJacob Keeler2018-07-241-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-1934-424/+399
| |\ \ \ \
| * | | | | ayyy it buildsConlain Kelly2018-07-181-4/+4
| * | | | | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-18151-28315/+2024
| |\ \ \ \ \
| * | | | | | dump current implementation, currently stuck on bigger SDL lock scoping bugConlain Kelly2018-06-052-21/+41
| * | | | | | Begin changing locks over, very segfault-y right nowConlain Kelly2018-05-311-7/+7
* | | | | | | Merge pull request #2328 from ZhdanovP/fix/remove_commented_codeJackLivio2018-07-203-15/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove commented codeZhdanovP2018-07-043-15/+0
* | | | | | | | Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ...Ira Lytvynenko (GitHub)2018-07-201-2/+2
| |_|_|/ / / / |/| | | | | |