summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with running subcell handlersfeature/issue_927_mobile_menu_managerJoel Fischer2018-05-016-124/+334
| | | | * Add tests for handlers, cells, voice commands, and exiting the menu / HMI NONE when there are cells waiting
* Fixed testsJoel Fischer2018-04-302-11/+10
|
* Fix looping through incorrect listJoel Fischer2018-04-301-1/+1
|
* Voice Command manager fixesJoel Fischer2018-04-301-13/+13
|
* Fix updating menu every time you leave the menuJoel Fischer2018-04-301-53/+51
|
* Fix artwork menus againJoel Fischer2018-04-301-0/+1
|
* Possible fix for cells not properly overwriting when in a bad system contextJoel Fischer2018-04-301-3/+3
|
* Fix artworks not being updated if the user is in the menu before they’re ↵Joel Fischer2018-04-301-0/+1
| | | | updated
* Fix waiting on hmi update always being trueJoel Fischer2018-04-271-1/+3
|
* Fix trigger source not passed with menu cellJoel Fischer2018-04-273-6/+8
|
* Fix missing checkJoel Fischer2018-04-271-1/+1
|
* Add a commentJoel Fischer2018-04-271-0/+1
|
* Fix attempting to update the menu while in the menu. It will now wait until ↵Joel Fischer2018-04-272-18/+30
| | | | the user is out of the menu.
* Fixed uploading multiple artworks when only one is neededJoel Fischer2018-04-273-2/+50
|
* Fixed submenus not allowed to be the first itemJoel Fischer2018-04-261-2/+2
|
* Remove old command codeJoel Fischer2018-04-261-88/+0
|
* Fix failing testJoel Fischer2018-04-252-2/+2
| | | | * Fix missing file from module map
* Add unit testsJoel Fischer2018-04-249-31/+395
| | | | | | * Fix sending artwork menus when no artworks were allowed * Fix sending menu items when titles matched * Fix voice command manager does not need a file manager reference
* Add Voice Command Manager, extract stubs from menu managerJoel Fischer2018-04-2410-61/+343
| | | | | | | * Fix perform interaction not working in example app * Add voice command to example app * Fix log module map * Add comments
* Same as last commit but for sequentialJoel Fischer2018-04-201-0/+1
|
* Fixed requests with no requests actually in them causing SDL to stop sending ↵Joel Fischer2018-04-204-2/+12
| | | | | | | requests in some cases * Made request operations easier to debug * Fixed warnings
* Remove unused variables and refactor menu updatesJoel Fischer2018-04-192-15/+7
|
* Fix messed up return statementJoel Fischer2018-04-191-5/+5
|
* Fix commentJoel Fischer2018-04-191-1/+1
|
* Check for duplicate titlesJoel Fischer2018-04-191-12/+23
|
* Don’t send artworks if the head unit doesn’t support themJoel Fischer2018-04-193-22/+25
|
* Add public files to podspecJoel Fischer2018-04-192-0/+6
|
* Merge branch 'develop' into feature/issue_927_mobile_menu_managerJoel Fischer2018-04-1914-53/+980
|\ | | | | | | | | # Conflicts: # SmartDeviceLink_Example/Classes/ProxyManager.m
| * Merge pull request #916 from ↵Joel Fischer2018-04-1814-57/+929
| |\ | | | | | | | | | | | | smartdevicelink/feature/issue_720_system_capability_manager SDL 0088 System Capability Manager
| | * Fixed stop() method of the system capability managerfeature/issue_720_system_capability_managerNicoleYarroch2018-04-183-4/+58
| | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * Added a stop method to the System Capability ManagerNicoleYarroch2018-04-173-9/+23
| | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * Fixed retain keyword for `pcmStreamCapability`NicoleYarroch2018-04-171-1/+1
| | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| | * Merge branch 'develop' into feature/issue_720_system_capability_managerNicoleYarroch2018-04-0910-11/+83
| | |\ | | |/ | |/|
| | * Fixed the System Capability Manager test casesNicoleYarroch2018-04-091-128/+215
| | |
| | * Refactored System Capability ManagerNicoleYarroch2018-04-052-72/+25
| | |
| | * System capability manager now observes ↵NicoleYarroch2018-04-052-29/+75
| | | | | | | | | | | | SDLDidReceiveGetSystemCapabilitiesResponse
| | * Renamed variableNicoleYarroch2018-04-053-4/+4
| | | | | | | | | | | | Renamed the pcmStreamCapabilities variable in the SDLSystemCapabilityManager
| | * Added the system capability manager to the SDLUpdateCapabilityHandlerNicoleYarroch2018-04-054-7/+10
| | |
| | * Added permissions check for dial number in the example appNicoleYarroch2018-04-051-0/+8
| | |
| | * Fixed VRCapability testsNicoleYarroch2018-04-042-4/+4
| | |
| | * Deleted assert for unknown `systemCapabilityType`NicoleYarroch2018-04-041-1/+1
| | | | | | | | | | | | - Replaced with error message
| | * Renamed variables in the SDLSystemCapabilityManagerNicoleYarroch2018-04-043-9/+9
| | | | | | | | | | | | | | | Renamed var prerecordedSpeech to prerecordedSpeechCapabilities Renamed vrCapabilities to vrCapability
| | * Fixed screen manager documentation in SDLManager classNicoleYarroch2018-04-042-1/+9
| | |
| | * Refactored comments in SDLLifecycleSpecNicoleYarroch2018-03-291-1/+1
| | |
| | * Fixed broken test cases in the SDLLifecycleManagerSpecNicoleYarroch2018-03-291-10/+17
| | | | | | | | | | | | Fixed failed verification checks in the SDLLifecycleManagerSpec file. The failed tests were due to notifications for the SDLManagerDelegate being sent on the main thread, causing a slight delay in sending the notification. The tests are now forced to run immediately on the main thread.
| | * Fixed test cases for SDLScreenManagerNicoleYarroch2018-03-292-1/+8
| | |
| | * Refactored the dial number add command in the example appNicoleYarroch2018-03-291-35/+14
| | |
| | * Used the `SDLSystemCapabilitiesManager` in the Example AppNicoleYarroch2018-03-292-4/+61
| | | | | | | | | | | | | | | | | | * Used the `SDLSystemCapabilityManager` to: * check if the head unit supports graphics * check if the head unit supports making phone calls
| | * Added missing documentation to the system capability managerNicoleYarroch2018-03-292-2/+109
| | |
| | * Fixed lifecycle manager testsNicoleYarroch2018-03-281-54/+69
| | |