summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Added check for system capability manager to lifecycle manager specNicoleYarroch2018-03-281-2/+6
| | * Removed fdescribe from test caseNicoleYarroch2018-03-281-1/+1
| | * Fixed broken test caseNicoleYarroch2018-03-281-1/+2
| | * Reverted to old spelling of VRNicoleYarroch2018-03-271-2/+2
| | * Merge branch 'develop' into feature/issue_720_system_capability_managerNicoleYarroch2018-03-2732-24/+2438
| | |\
| | * | Test cases finished for the SDLSystemCapabilityManagerSpecNicoleYarroch2018-03-272-10/+92
| | * | Basic test cases for system capability manager setupNicoleYarroch2018-03-272-38/+171
| | * | Added test cases for system capability managerNicoleYarroch2018-03-272-2/+85
| | * | Added system capability manager to the sdl managerNicoleYarroch2018-03-276-36/+115
| | * | Added `SDLSystemCapabilitiesManager` to .podspec filesNicoleYarroch2018-03-274-1/+6
| | * | Reverted to old VR capitalizationNicoleYarroch2018-03-276-14/+14
| | * | Fixed incorrectly capitalized SDLVrCapabilitiesNicoleYarroch2018-03-266-30/+75
| | * | Added SDLSystemCapabilityManager classNicoleYarroch2018-03-263-0/+103
* | | | Many fixes to menu managerJoel Fischer2018-04-176-54/+68
* | | | Add some icons from iconmonstr for testing the menu listJoel Fischer2018-04-167-4/+73
* | | | Fix deleting and re-uploading menus when not neededJoel Fischer2018-04-121-4/+5
* | | | Fix screen manager / menu manager integrationJoel Fischer2018-04-126-61/+49
* | | | Several menu manager changesJoel Fischer2018-04-128-43/+235
* | | | Menu ids and starting work on artworksJoel Fischer2018-04-102-6/+50
* | | | HMI based updating of menu commandsJoel Fischer2018-04-102-3/+64
* | | | Work on deleting commands and onCommand notificationsJoel Fischer2018-04-103-14/+57
* | | | Starting work on menu managerJoel Fischer2018-04-108-0/+339
|/ / /
* | | Merge pull request #923 from smartdevicelink/bugfix/issue_908_car_window_scre...Joel Fischer2018-04-098-8/+74
|\ \ \
| * | | Consolidated if:else statements for setting final screen sizebugfix/issue_908_car_window_screen_resolutionNicoleYarroch2018-04-061-10/+8
| * | | Refactored preferred video resolution test casesNicoleYarroch2018-04-051-8/+6
| * | | Renamed test vars in SDLStreamingMediaLifecycleManagerSpecNicoleYarroch2018-04-051-6/+6
| * | | Removed redundant else statementNicoleYarroch2018-04-051-3/+1
| * | | Removed extra letter from documentationNicoleYarroch2018-04-052-1/+9
| * | | Added test cases for setting preferred screen size via the data sourceNicoleYarroch2018-04-041-0/+44
| * | | Added support for preferred video resolutionNicoleYarroch2018-04-045-5/+21
| * | | Relocated delegate check for resolution in the lifecycle managerNicoleYarroch2018-03-292-5/+9
| | |/ | |/|
* | | Merge pull request #924 from smartdevicelink/bug/918_hmi_level_nil_fixJoel Fischer2018-04-061-1/+4
|\ \ \
| * | | Fix manager delegates notify developers of nil -> nilbug/918_hmi_level_nil_fixJoel Fischer2018-04-041-1/+4
| |/ /
* | | Merge pull request #922 from t-yoshii/fix/reset-retry-counter-on-accessory-co...Joel Fischer2018-04-051-1/+2
|\ \ \
| * | | reset retry counter when accessory is connectedTakamitsu Yoshii2018-03-301-1/+2
| |/ /
* | | Merge pull request #920 from t-yoshii/fix/fix-leak-in-SDLLifecycleManagerJoel Fischer2018-04-053-2/+12
|\ \ \ | |/ / |/| |
| * | add test to check whether completion handler is called on transition to SDLFi...Takamitsu Yoshii2018-04-051-0/+4
| * | fix: memory leaks in the SDLLifecycleManagerTakamitsu Yoshii2018-03-302-2/+8
|/ /
* | Update for v. 5.2.0Joel Fischer2018-03-2732-24/+2438
|/
* Merge pull request #913 from smartdevicelink/bugs/issue_912_update_example_ap...Joel Fischer2018-03-262-71/+43
|\
| * Removed VR command from change registration managerNicoleYarroch2018-03-261-1/+0
| * Removed custom lock screen func from example appNicoleYarroch2018-03-261-5/+1
| * Renamed function in example appNicoleYarroch2018-03-261-3/+3
| * Added hexagon button states with no images to example appbugs/issue_912_update_example_app_for_5.2NicoleYarroch2018-03-231-7/+11
| * Removed log config setting from example appNicoleYarroch2018-03-231-1/+0
| * Removed unused codeNicoleYarroch2018-03-231-2/+0
| * Fixed example app names for different languagesNicoleYarroch2018-03-231-8/+8
| * Merge branch 'develop' into bugs/fix_example_app_sdlArtworksNicoleYarroch2018-03-2311-10/+197
| |\ | |/ |/|
* | Merge pull request #907 from smartdevicelink/feature/screen_manager_extensionJoel Fischer2018-03-2111-10/+197
|\ \
| * | Fix transitioning to next state does not work properlyJoel Fischer2018-03-211-1/+1