summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0004_sen...feature/sdl_0004_sendlocation_updatesMuller, Alexander (A.)2016-11-033-34/+34
|\
| * Fixed issues with tests not compiling and giving warnings of extra imports.Muller, Alexander (A.)2016-11-033-34/+34
| * Updated spec to use non-nsnumbers in initializers.feature/release_4.3.0_issue_458_initsMuller, Alexander (A.)2016-10-241-1/+1
| * Added missing generics and removed remaining NSNumbers used in initializersMuller, Alexander (A.)2016-10-241-1/+0
| * Fixed misstype in spec.Muller, Alexander (A.)2016-10-201-1/+1
| * Removed NSNumbers in favor of their primitive types for initializers.Muller, Alexander (A.)2016-10-201-5/+5
| * Replaced SDLRPCRequestFactory in all Managers and Spec tests.Muller, Alexander (A.)2016-10-203-37/+42
| * Initial commit of deprecated SDLRPCRequestFactory and added inits.Muller, Alexander (A.)2016-10-205-21/+20
| * Update facebook ios snapshot to work on Swift 2.3Joel Fischer2016-10-181-1/+1
| * Update snapshot testsJoel Fischer2016-09-2310-0/+0
| * Fixed a bug where files requiring multiple putfiles would occassionally crashJoel Fischer2016-09-151-17/+64
| * Fixed testsJoel Fischer2016-09-138-17/+22
| * Merge branch 'master' into release/4.3.0Joel Fischer2016-08-301-49/+51
| |\
| * | Alter a bunch of handlers for more consistent and descriptive languageJoel Fischer2016-08-255-28/+28
| * | Fix test failuresJoel Fischer2016-08-251-6/+6
| * | Fix SDLManagerDelegate not asserting things as nonnullJoel Fischer2016-08-241-10/+0
| * | Add security managers to SDLLifecycleConfigurationSpecJoel Fischer2016-08-241-0/+4
| * | Make SDLManagerDelegate methods required againJoel Fischer2016-08-231-4/+4
| * | Merge branch 'master' into release/4.3.0Joel Fischer2016-08-231-1/+1
| |\ \
| * | | Remove “ephemeral” from SDLFile class initializersJoel Fischer2016-08-233-4/+4
| * | | Fix some testsJoel Fischer2016-08-222-18/+1
| * | | Add resumeHash as a configuration propertyJoel Fischer2016-08-191-0/+9
| * | | Merge branch 'master' into release/4.3.0Joel Fischer2016-08-181-78/+88
| |\ \ \
| * \ \ \ Merge branch 'master' into release/4.3.0Joel Fischer2016-08-172-102/+101
| |\ \ \ \
| * | | | | Add an exception throw on a bad stateJoel Fischer2016-08-151-2/+0
| * | | | | SDLFile now holds data in RAM if initialized that wayJoel Fischer2016-08-113-4/+20
| * | | | | Create several strings files for lock screen translationsJoel Fischer2016-08-091-1/+0
| * | | | | Merge branch 'feature/enhanced_framework' into developJoel Fischer2016-08-0840-200/+4315
| |\ \ \ \ \
| | * | | | | Fix library not building and tests erroring… 🙃Joel Fischer2016-08-082-18/+51
| | * | | | | Add FBSnapshotTests cases for SDLLockScreenViewControllerJoel Fischer2016-07-2712-54/+123
| | * | | | | Fix some broken tests caused by changed parameter namesJoel Fischer2016-07-274-15/+23
| | * | | | | Fix a few more failing testsJoel Fischer2016-07-223-123/+113
| | * | | | | Fix some broken testsJoel Fischer2016-07-224-171/+86
| | * | | | | SDLLifecycleManager fixesJoel Fischer2016-07-221-5/+67
| | * | | | | SDLLifecycleManager fixesJoel Fischer2016-07-221-24/+150
| | * | | | | Fix typo in a testJoel Fischer2016-07-211-1/+1
| | * | | | | Safety and bug fixesJoel Fischer2016-07-213-12/+13
| | * | | | | Rename SDLNotificationDispatcher `postNotification:info` methodJoel Fischer2016-07-201-7/+52
| | * | | | | Fix TestConnectionManagerJoel Fischer2016-07-201-5/+1
| | * | | | | Fix a few warnings related to passing null to nonnull parametersJoel Fischer2016-07-202-2/+34
| | * | | | | Shift most SDLManager code into private SDLLifecycleManager for testing purposesJoel Fischer2016-07-192-12/+74
| | * | | | | Fix SDLLockScreenManager bugsJoel Fischer2016-07-194-12/+38
| | * | | | | Add additional SDLLockScreenManagerSpec testsJoel Fischer2016-07-181-0/+48
| | * | | | | Update SDLLockScreenManagerJoel Fischer2016-07-185-10/+156
| | * | | | | Create a new SDLLockScreenPresenter object for fakingJoel Fischer2016-07-152-0/+84
| | * | | | | Fix a bug where SDLResponseDispatcher wouldn’t call a button handlerJoel Fischer2016-07-141-8/+243
| | * | | | | Fix SDLResponseDispatcher not properly deleting commands in certain casesJoel Fischer2016-07-131-11/+132
| | * | | | | Start on SDLResponseDispatcherSpec testsJoel Fischer2016-07-132-9/+297
| | * | | | | Update the SDLResponseDispatcher init to be more explicitJoel Fischer2016-07-131-0/+4
| | * | | | | Fix broken SDLFileManager testsJoel Fischer2016-07-131-49/+4