summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLifecycleConfiguration.m
Commit message (Collapse)AuthorAgeFilesLines
* In progress updates to how configurations are set for streaming mediaJoel Fischer2017-08-021-2/+0
|
* Merge branch 'develop' into feature/streaming_media_managerJoel Fischer2017-04-051-16/+2
|\ | | | | | | | | | | | | | | | | | | | | # 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
| * Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-03-171-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-03-171-0/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Updated appType to return when setting to nil with default value. # Conflicts: # SmartDeviceLink/SDLLifecycleConfiguration.m
| | | * Updated appType to return when setting to nil with default value.hotfix/issue_579_apptype_resetMuller, Alexander (A.)2017-03-161-0/+1
| | | |
| * | | Fix last commit v2Joel Fischer2017-03-091-3/+0
| | | |
* | | | Adding in support for a customizable screen that is presented when the ↵Muller, Alexander (A.)2017-03-161-1/+12
| | | | | | | | | | | | | | | | application is in an unusable state (backgrounded). We are able to customize this screen via SDLLifecycleConfiguration's backgroundTitleString property.
* | | | Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2017-03-131-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Added convenience isEqualToEnum function.feature/issue_577_enum_equalityMuller, Alexander (A.)2017-03-131-1/+1
| |/ /
* | | Added support for setting the video encoder settings in the lifecycle ↵Muller, Alexander (A.)2017-02-151-0/+2
| | | | | | | | | | | | configuration.
* | | Initial rewrite for SDLStreamingMediaManager to support HMI-state, ↵Muller, Alexander (A.)2016-12-091-0/+2
|/ / | | | | | | app-state, and session states.
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-7/+5
|/
* Update for v4.3.0-rc.14.3.0-rc.1Joel Fischer2016-09-021-1/+1
|
* Debug logs are on by default only on debug configurations, they are now off ↵Joel Fischer2016-09-011-1/+3
| | | | on production configs
* Update clang-format settings and re-runJoel Fischer2016-08-301-1/+1
|
* SDLLogging type changed to SDLLogOutputJoel Fischer2016-08-291-1/+1
|
* Add logging control flags to SDLLifecycleConfigurationJoel Fischer2016-08-291-0/+1
| | | | | * 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.
* Make SDLManagerDelegate methods required againJoel Fischer2016-08-231-10/+4
| | | | | | | | | | * 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
* Update to 4.3.0-beta.1Joel Fischer2016-08-121-19/+19
|
* Updates and documentation to SDLLifecycleConfigurationJoel Fischer2016-07-261-4/+9
| | | | | | * “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 a few bugsJoel Fischer2016-07-181-1/+1
| | | | | * Fix RegisterAppInterface failing if VRSynonyms wasn’t set * Fix PermissionManager failing on an hmi status update
* Add appIcon and initialDisplayLayout to LifecycleConfigurationJoel Fischer2016-07-061-8/+4
| | | | * Add a state to SDLManager to do post-manager setup processing such as setting app icon and display layout
* Add additional SDLLifecycleConfiguration testsJoel Fischer2016-07-011-0/+1
| | | | * Creating a debug SDLLifecycleConfiguration should turn on debug mode
* Force SDLLifecycleConfiguration to be created with required inputJoel Fischer2016-06-281-4/+4
|
* Merge branch 'develop' into feature/enhanced_frameworkJoel Fischer2016-05-271-0/+122
Conflicts: README.md SmartDeviceLink-iOS.xcodeproj/project.pbxproj