summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLManager.m
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of complier errors caused by creating a StreamingMediaConfigurationJoel Fischer2017-08-031-1/+1
* Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2016-11-031-0/+7
|\
| * Add a passthrough SDLProxy property to SDLManager for minor backcompat casesJoel Fischer2016-11-021-0/+7
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-1/+1
|/
* Add logging control flags to SDLLifecycleConfigurationJoel Fischer2016-08-291-5/+1
* Alter a bunch of handlers for more consistent and descriptive languageJoel Fischer2016-08-251-9/+5
* Unregister when the app terminatesJoel Fischer2016-08-181-0/+4
* Starting up the SDLManager now requires a ready blockJoel Fischer2016-08-171-2/+2
* Update to 4.3.0-beta.1Joel Fischer2016-08-121-2/+2
* Add an hmiLevel change delegate callback to SDLManagerDelegateJoel Fischer2016-08-051-2/+6
* The SDLManager delegate can now be set independentlyJoel Fischer2016-08-011-1/+9
* Fix a few warnings related to passing null to nonnull parametersJoel Fischer2016-07-201-1/+1
* Shift most SDLManager code into private SDLLifecycleManager for testing purposesJoel Fischer2016-07-191-301/+22
* Fix a few bugsJoel Fischer2016-07-181-3/+1
* Update SDLLockScreenManagerJoel Fischer2016-07-181-1/+2
* Update the SDLResponseDispatcher init to be more explicitJoel Fischer2016-07-131-1/+1
* Fixed a lot of notification handler method namesJoel Fischer2016-07-121-20/+35
* Add a lock screen manager (SDLLockScreenManager) and move related functionali...Joel Fischer2016-07-121-88/+16
* Shift responsibilities out of SDLManagerJoel Fischer2016-07-081-420/+21
* Fix SDLManager error state not returningJoel Fischer2016-07-071-0/+1
* Update SDLFileManager methodJoel Fischer2016-07-071-1/+1
* SDLManager will now set the app icon if configuredJoel Fischer2016-07-071-1/+36
* Add appIcon and initialDisplayLayout to LifecycleConfigurationJoel Fischer2016-07-061-2/+8
* State machines only send out one notification typeJoel Fischer2016-06-281-1/+1
* Add a manager delegate for clearer readiness notificationJoel Fischer2016-06-071-2/+9
* Add an SDLManager convenience method `sendRequest:` that doesn't have a compl...Joel Fischer2016-06-071-0/+4
* Merge branch 'develop' into feature/enhanced_frameworkJoel Fischer2016-05-271-0/+783