summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix manager delegates notify developers of nil -> nilbug/918_hmi_level_nil_fixJoel Fischer2018-04-041-1/+4
* 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
| * | Update a swift APIfeature/screen_manager_extensionJoel Fischer2018-03-201-1/+1
| * | Add testsJoel Fischer2018-03-206-7/+99
| * | Update managers to check HMI level before running showsJoel Fischer2018-03-202-1/+55
| * | Minor screen manager extensionsJoel Fischer2018-03-197-5/+46
| | * Added VR Command NamesNicoleYarroch2018-03-201-0/+1
| | * Merge branch 'develop' into bugs/fix_example_app_sdlArtworksNicoleYarroch2018-03-203-4/+8
| | |\ | |_|/ |/| |
* | | Merge pull request #905 from shoamano83/bugfix/issue_904_ios9_video_crashJoel Fischer2018-03-201-1/+5
|\ \ \
| * | | Fix a crash on iOS 9 when video streaming is startedSho Amano2018-03-201-1/+5
| |/ /
* | | Merge pull request #903 from smartdevicelink/bugfix/issue_902_change_registra...Joel Fischer2018-03-201-2/+2
|\ \ \ | |/ / |/| |
| * | Changed send method in `didEnterStateUpdatingConfiguration:`bugfix/issue_902_change_registration_not_sentNicoleYarroch2018-03-191-5/+3
| * | Lifecycle manager can now send a `ChangeRegistration` requestNicoleYarroch2018-03-191-1/+3
|/ /
* | Update API documentationJoel Fischer2018-03-161-1/+1
| * Added customized lock screenNicoleYarroch2018-03-191-2/+6
| * Added support for multiple languagesNicoleYarroch2018-03-193-12/+37
| * Deleted unused codeNicoleYarroch2018-03-161-5/+0
| * Updated the SDLArtwork code examplesNicoleYarroch2018-03-161-57/+8
|/
* Merge pull request #896 from smartdevicelink/bug/issue_893_apphmitype_failJoel Fischer2018-03-161-1/+1
|\
| * Fix #893 - AppHMIType fails if additional app types are not setbug/issue_893_apphmitype_failJoel Fischer2018-03-151-1/+1
* | Merge pull request #889 from smartdevicelink/feature/issue_862_show_managerJoel Fischer2018-03-1637-204/+3393
|\ \ | |/ |/|
| * Added logfeature/issue_862_show_managerJoel Fischer2018-03-152-1/+3
| * Prevent invalid soft button states from being createdJoel Fischer2018-03-151-0/+4
| * Merge branch 'develop' into feature/issue_862_show_managerJoel Fischer2018-03-1518-67/+163
| |\ | |/ |/|
* | Merge pull request #868 from smartdevicelink/bugs/issue_867_allow_carwindow_o...Joel Fischer2018-03-146-3/+27
|\ \
| * | Fix exception checkbugs/issue_867_allow_carwindow_orientations_settingJoel Fischer2018-03-131-3/+3
| * | Add testsJoel Fischer2018-02-202-4/+3
| * | Add a configuration setting to allow multiple orientationsJoel Fischer2018-02-145-3/+24
* | | Merge pull request #885 from smartdevicelink/bugfix/issue_876_broken_test_casesJoel Fischer2018-03-133-58/+54
|\ \ \
| * | | Fixed touch manager test casesbugfix/issue_876_broken_test_casesNicoleYarroch2018-03-021-21/+20
| * | | Merge branch 'develop' into bugfix/issue_876_broken_test_casesNicoleYarroch2018-03-0215-448/+1053
| |\ \ \
| * | | | Disabled change registration test casesNicoleYarroch2018-03-021-4/+6
| * | | | Fixed touch manager unit test failuresNicoleYarroch2018-03-021-65/+57
| * | | | Fixed some of the pinch gesture test casesNicoleYarroch2018-03-022-5/+8
| * | | | Merge branch 'develop' into bugfix/issue_876_broken_test_casesNicoleYarroch2018-03-0135-141/+1117
| |\ \ \ \
| * | | | | Fixed equality test casesNicoleYarroch2018-02-261-4/+4
* | | | | | Merge pull request #884 from Lievesley/bugfix/issue_879_pan_gesture_blocks_si...Joel Fischer2018-03-123-1/+71
|\ \ \ \ \ \
| * | | | | | Use K&R style bracesSam Lievesley2018-03-121-2/+1
| * | | | | | Added unit testSam Lievesley2018-02-281-0/+47