| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink/SDLLifecycleConfiguration.h
# SmartDeviceLink/SDLLifecycleConfiguration.m
# SmartDeviceLink/SDLStreamingMediaManager.m
# SmartDeviceLink/SDLTouchManager.m
* Removes the ability to set a video streaming background string
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
feature/issue_545_redesign_logging
* origin/develop:
Updated appType to return when setting to nil with default value.
Changed NSString category name from Enum to SDLEnum.
Added convenience isEqualToEnum function.
Update README.md
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink/SDLEnum.h
# SmartDeviceLink/SDLProxy.m
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* origin/master:
Updated appType to return when setting to nil with default value.
# Conflicts:
# SmartDeviceLink/SDLLifecycleConfiguration.m
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
application is in an unusable state (backgrounded). We are able to customize this screen via SDLLifecycleConfiguration's backgroundTitleString property.
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
feature/streaming_media_manager
* origin/develop:
Changed NSString category name from Enum to SDLEnum.
Added convenience isEqualToEnum function.
Update README.md
Removed unnecessary comments.
Update naming of notification constants
Added delegate callbacks for audio streaming state and system context changes.
Fix handler updates in example app and unit tests
Implement SDL 0027
# Conflicts:
# SmartDeviceLink-iOS.xcodeproj/project.pbxproj
# SmartDeviceLink/SDLTouchManager.m
|
| | |/ / |
|
| | | |
| | |
| | |
| | | |
configuration.
|
| |/ /
| |
| |
| | |
app-state, and session states.
|
| |/ |
|
| | |
|
| |
|
|
| |
on production configs
|
| | |
|
| | |
|
| |
|
|
|
| |
* SDLDebugTool can now be disabled entirely. It’s not ideal since some code will still run, but it’s better than nothing.
* Remove `applicationWillTerminate` method and recommendation. It doesn’t work and wouldn’t accomplish anything.
|
| |
|
|
|
|
|
|
|
|
| |
* SDLManagerDelegate removed `managerDidBecomeReady`
* SDLManagerDelegate `hmiLevel:didChangeToLevel:` is now sent right after becoming ready with the current HMI level
* Fixed some container types not having generics
* Changed SDLLockScreenConfiguration `showInOptional` -> `showInOptionalState`
* SDLLifecycleConfiguration `port` is now a UInt16 instead of a string
* SDLLifecycleConfiguration ipAddress is now null_resettable
* SDLLifecycleManager now properly sends AppHMIType and TTSName in RegisterAppInterface
|
| | |
|
| |
|
|
|
|
| |
* “voiceRecognitionSynonyms” -> “voiceRecognitionCommandNames”
* Some properties are now readonly
* Remove initial display layout since that will be the domain of a different set of code eventually
|
| |
|
|
|
| |
* Fix RegisterAppInterface failing if VRSynonyms wasn’t set
* Fix PermissionManager failing on an hmi status update
|
| |
|
|
| |
* Add a state to SDLManager to do post-manager setup processing such as setting app icon and display layout
|
| |
|
|
| |
* Creating a debug SDLLifecycleConfiguration should turn on debug mode
|
| | |
|
|
|
Conflicts:
README.md
SmartDeviceLink-iOS.xcodeproj/project.pbxproj
|