summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version for 4.3.0 alpha 1feature/enhanced_frameworkJoel Fischer2016-08-083-3/+3
* Fix library not building and tests erroring… 🙃Joel Fischer2016-08-085-31/+78
* Add a ton of documentationJoel Fischer2016-08-0827-23/+405
* Add a bunch of changelog entriesJoel Fischer2016-08-084-4/+18
* Move storyboard to account for localizationsJoel Fischer2016-08-052-6/+15
* Add an hmiLevel change delegate callback to SDLManagerDelegateJoel Fischer2016-08-055-46/+22
* Add lock screen resources to the podspecJoel Fischer2016-08-041-0/+1
* The SDLManager delegate can now be set independentlyJoel Fischer2016-08-014-3/+11
* Some general cleanupJoel Fischer2016-07-285-15/+34
* Remove an unneeded TODOJoel Fischer2016-07-271-2/+0
* Add a nicer looking launch screen for the example appJoel Fischer2016-07-276-13/+45
* Fix not auto-sending SetAppIcon when it should beJoel Fischer2016-07-273-12/+20
* Add FBSnapshotTests cases for SDLLockScreenViewControllerJoel Fischer2016-07-2720-143/+243
* Fix some broken tests caused by changed parameter namesJoel Fischer2016-07-274-15/+23
* Major update of lock screen design and bugfixesJoel Fischer2016-07-2638-49/+310
* Fix method definition error in SDLLockScreenConfigurationJoel Fischer2016-07-261-1/+1
* Updates and documentation to SDLLifecycleConfigurationJoel Fischer2016-07-263-12/+72
* Add an app icon to the example appJoel Fischer2016-07-2511-13/+58
* Improve the default lock screenJoel Fischer2016-07-2213-8/+48
* Minor fixes and additional typecheckingJoel Fischer2016-07-225-8/+52
* Minor example app updatesJoel Fischer2016-07-224-8/+8
* Fix a few more failing testsJoel Fischer2016-07-223-123/+113
* Fix some broken testsJoel Fischer2016-07-226-175/+90
* SDLLifecycleManager fixesJoel Fischer2016-07-222-16/+76
* SDLLifecycleManager fixesJoel Fischer2016-07-225-30/+170
* Fix typo in a testJoel Fischer2016-07-211-1/+1
* Fix unregister causing double disconnect transitionJoel Fischer2016-07-212-8/+2
* Safety and bug fixesJoel Fischer2016-07-2112-51/+124
* Rename SDLNotificationDispatcher `postNotification:info` methodJoel Fischer2016-07-204-75/+119
* Fix TestConnectionManagerJoel Fischer2016-07-201-5/+1
* Fix SDLLifecycleManager entering an infinite loopJoel Fischer2016-07-201-4/+0
* Fix a few warnings related to passing null to nonnull parametersJoel Fischer2016-07-205-8/+40
* Fix SDLLifecycleManager never reaching the “connected” stateJoel Fischer2016-07-201-1/+20
* Shift most SDLManager code into private SDLLifecycleManager for testing purposesJoel Fischer2016-07-1917-486/+771
* Update the ProxyManager example to send some initial dataJoel Fischer2016-07-191-3/+14
* SDLConfiguration now must take an explicit lock screen configurationJoel Fischer2016-07-192-10/+5
* Fix SDLLockScreenManager bugsJoel Fischer2016-07-1910-35/+97
* Fix a bug preventing SDLLockScreenManager from presenting the lock screenJoel Fischer2016-07-181-0/+1
* Add additional SDLLockScreenManagerSpec testsJoel Fischer2016-07-182-3/+51
* Fix a few bugsJoel Fischer2016-07-183-9/+5
* Update SDLLockScreenManagerJoel Fischer2016-07-1819-45/+234
* Create a new SDLLockScreenPresenter object for fakingJoel Fischer2016-07-158-15/+187
* Fix a bug where SDLResponseDispatcher wouldn’t call a button handlerJoel Fischer2016-07-142-10/+245
* Fix SDLResponseDispatcher not properly deleting commands in certain casesJoel Fischer2016-07-133-19/+144
* Start on SDLResponseDispatcherSpec testsJoel Fischer2016-07-133-9/+301
* Update the SDLResponseDispatcher init to be more explicitJoel Fischer2016-07-134-6/+14
* Fix broken SDLFileManager testsJoel Fischer2016-07-131-49/+4
* Update SDLFileSpec to check overwrite propertyJoel Fischer2016-07-132-1/+13
* Add SDLNotificationDispatcherTestsJoel Fischer2016-07-132-2/+127
* Fixed a lot of notification handler method namesJoel Fischer2016-07-1210-45/+92