summaryrefslogtreecommitdiff
path: root/SmartDeviceLink_Example
Commit message (Collapse)AuthorAgeFilesLines
* Fix trigger source not passed with menu cellJoel Fischer2018-04-271-4/+4
|
* Remove old command codeJoel Fischer2018-04-261-88/+0
|
* Add Voice Command Manager, extract stubs from menu managerJoel Fischer2018-04-241-0/+8
| | | | | | | * Fix perform interaction not working in example app * Add voice command to example app * Fix log module map * Add comments
* Merge branch 'develop' into feature/issue_927_mobile_menu_managerJoel Fischer2018-04-191-3/+100
|\ | | | | | | | | # Conflicts: # SmartDeviceLink_Example/Classes/ProxyManager.m
| * Added the system capability manager to the SDLUpdateCapabilityHandlerNicoleYarroch2018-04-051-2/+3
| |
| * Added permissions check for dial number in the example appNicoleYarroch2018-04-051-0/+8
| |
| * Refactored the dial number add command in the example appNicoleYarroch2018-03-291-35/+14
| |
| * Used the `SDLSystemCapabilitiesManager` in the Example AppNicoleYarroch2018-03-291-4/+58
| | | | | | | | | | | | * Used the `SDLSystemCapabilityManager` to: * check if the head unit supports graphics * check if the head unit supports making phone calls
* | Many fixes to menu managerJoel Fischer2018-04-171-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Fix menu cells with a submenu should not have a voice command because the SubMenu RPC cannot be voice controlled * Callback from multiple request send requests * Add nullability to menu manager * Menu manager fixes * Fix queued updates * Fix deleting old cells * Fix submenus and submenu artworks * Fix sending non-artwork menu first * Batch all artworks
* | Add some icons from iconmonstr for testing the menu listJoel Fischer2018-04-167-4/+73
| |
* | Fix screen manager / menu manager integrationJoel Fischer2018-04-121-59/+14
|/ | | | | | * Fix parent ID of add command from menu cell * Use menu manager in example app * Add description to cells
* Update for v. 5.2.0Joel Fischer2018-03-271-1/+1
|
* 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
|
* Fixed example app names for different languagesNicoleYarroch2018-03-231-8/+8
|
* Merge branch 'develop' into bugs/fix_example_app_sdlArtworksNicoleYarroch2018-03-231-3/+3
|\
| * Minor screen manager extensionsJoel Fischer2018-03-191-3/+3
| | | | | | | | | | * Fix media track text field not available * Add soft button transition to next state
* | Added VR Command NamesNicoleYarroch2018-03-201-0/+1
| |
* | Added customized lock screenNicoleYarroch2018-03-191-2/+6
| |
* | Added support for multiple languagesNicoleYarroch2018-03-191-11/+34
| |
* | Deleted unused codeNicoleYarroch2018-03-161-5/+0
| |
* | Updated the SDLArtwork code examplesNicoleYarroch2018-03-161-57/+8
|/
* Merge branch 'develop' into feature/issue_862_show_managerJoel Fischer2018-03-151-1/+1
|\ | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLError.h # SmartDeviceLink/SDLError.m
| * Merge branch 'master' into developJoel Fischer2018-03-091-1/+1
| |\
| | * Update for 5.1.1 release5.1.1Joel Fischer2018-01-221-1/+1
| | |
| * | Fixed the log configNicoleYarroch2018-03-021-2/+3
| | |
| * | Merge branch 'develop' into feature/issue_865_image_upload_managerNicoleYarroch2018-03-021-85/+44
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m # SmartDeviceLink_Example/Classes/ProxyManager.m
| * | | Refactored example appNicoleYarroch2018-03-011-34/+19
| | | |
| * | | Deprecated `SDLArtwork` methodsNicoleYarroch2018-02-231-2/+2
| | | | | | | | | | | | | | | | - added new `init`s for SDLArtwork
| * | | Made fixes to example appNicoleYarroch2018-02-231-50/+46
| | | | | | | | | | | | | | | | | | | | | | | | - renamed functions - replaced `Boolean` with `BOOL` - deleted unecessary method
| * | | Removed image names from the example appNicoleYarroch2018-02-221-164/+90
| | |/ | |/|
* | | Revamp Show manager API as ScreenManagerJoel Fischer2018-03-061-12/+15
| | | | | | | | | | | | * Create a unified public screen API for text / images / soft buttons
* | | Switch TextAndGraphic to a beginUpdates / endUpdates schemeJoel Fischer2018-03-051-1/+2
| | |
* | | Continued work on show manager piecesJoel Fischer2018-03-021-15/+1
| | |
* | | SoftButton manager fixesJoel Fischer2018-03-011-0/+2
| | |
* | | Fixes to SoftButtonManager and TextAndGraphicManagerJoel Fischer2018-02-282-175/+68
| |/ |/| | | | | | | * Work to ProxyManager * Make more files public
* | Remove some unneeded codeJoel Fischer2018-02-191-2/+1
| |
* | Make the `SDLLifecycleManager` thread safeJoel Fischer2018-02-131-15/+4
| |
* | Working on testsJoel Fischer2018-02-081-12/+23
|/
* Remove unneeded haptic rect testJoel Fischer2018-01-101-6/+0
|
* Update to v5.0.05.0.0Joel Fischer2017-11-301-1/+1
|
* Update to 5.0.0-rc.35.0.0-rc.3Joel Fischer2017-11-271-1/+1
|
* Fixed podspecJoel Fischer2017-10-311-1/+1
| | | | * FocusableItemLocator only works on iOS 9+ so only allow it to be activated on 9+
* This is 5.0.0 release candidate 15.0.0-rc.1Joel Fischer2017-10-301-1/+1
|
* Merge branch 'release/5.0.0' into ↵Joel Fischer2017-09-118-43/+262
|\ | | | | | | | | | | | | feature/issue_686_video_capabilities_integration # Conflicts: # SmartDeviceLink_Example/Classes/ProxyManager.m
| * Fixed delete file bugfeature/issue_558_multiple_file_manager_transactionsNicoleYarroch2017-09-083-83/+128
| | | | | | | | | | | | | | - Delete file method tried to delete file from Core even if it knew there was no such file on Core. - Added example for clearing soft button images and main graphics Signed-off-by: NicoleYarroch <nicole@livio.io>
| * Updated the progress handlerNicoleYarroch2017-09-051-5/+7
| | | | | | | | | | | | | | | | - fixed broken test cases - fixed example app - Added documentation to SDLFileManagerConstants Signed-off-by: NicoleYarroch <nicole@livio.io>