summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/external_security_supportfeature/external_security_supportJoel Fischer2016-07-2921-20/+2100
|\
| * Merge branch 'develop' into feature/touch_managerJoel Fischer2016-07-293-29/+139
| |\
| | * Merge branch 'FordDev-feature/issue_401_video_encoder_settings' into developJoel Fischer2016-07-293-24/+132
| | |\
| | | * Removed external displayCapabilities property.Muller, Alexander (A.)2016-07-282-21/+9
| | | * Removed synthesize of videoEncoderSettings.Muller, Alexander (A.)2016-07-281-9/+2
| | | * Consolidated inits with a base init that both the deprecated and new init use.Muller, Alexander (A.)2016-07-281-16/+16
| | | * Updated SDLStreamingMediaManager's init function to include display capabilit...Muller, Alexander (A.)2016-07-283-3/+28
| | | * Added support for retrieving screen dimensions from a successful register app...Muller, Alexander (A.)2016-07-273-8/+45
| | | * Added nullable property to streaming media manager for proper cleanup when de...Muller, Alexander (A.)2016-07-271-1/+2
| | | * Changed videoEncoderSettings to be null_resettable instead of nullable, becau...Muller, Alexander (A.)2016-07-272-7/+16
| | | * Removed surrounding parenthesis on NSNumber-wrapped boolean.Muller, Alexander (A.)2016-07-271-1/+1
| | | * Merge remote-tracking branch 'origin/develop' into feature/issue_401_video_en...Muller, Alexander (A.)2016-07-271064-5232/+48657
| | | |\
| | | * | Updated SDLStreamingManager's vide encoder to use optimal settings.Muller, Alexander (A.)2016-05-251-3/+1
| | | * | Added support for allowing developers to set custom video encoder settings.Muller, Alexander (A.)2016-05-252-62/+67
| * | | | Fixed spec issue relating to changed default movementTimeThreshold.Muller, Alexander (A.)2016-07-291-5/+7
| * | | | Fixed spec issues relating to changed protocol property name.Muller, Alexander (A.)2016-07-291-2/+2
| * | | | Added check for singleTapTimer nullability when canceling.feature/touch_managerMuller, Alexander (A.)2016-07-281-0/+3
| * | | | Moved the observing of application state changes to Streaming Media Manager.Muller, Alexander (A.)2016-07-283-24/+32
| * | | | Moved Touch Manager to be a property of the Streaming Media Manager instead o...Muller, Alexander (A.)2016-07-284-17/+12
| * | | | Updated SDLPinchGesture's touches from having copy to strong.Muller, Alexander (A.)2016-07-281-2/+2
| * | | | Added observation of when an application enters an invalidate state so we can...Muller, Alexander (A.)2016-07-281-0/+25
| * | | | Renamed internal methods to make them more readable.Muller, Alexander (A.)2016-07-281-6/+6
| * | | | Merge branch 'develop' into feature/touch_managerJoel Fischer2016-07-282-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fixed issue with default movementTimeThreshold being off by a tenth resulting...Muller, Alexander (A.)2016-07-252-2/+2
| * | | | Renamed touchEventListener to touchEventDelegate.Muller, Alexander (A.)2016-07-191-16/+16
| * | | | Updated variable from "Listener" to "Delegate.Muller, Alexander (A.)2016-07-191-1/+1
| * | | | Renamed SDLTouchManagerListener to SDLTouchManagerDelegateMuller, Alexander (A.)2016-07-175-11/+10
| * | | | Added documentationMuller, Alexander (A.)2016-07-176-8/+213
| * | | | Removed unneeded function.Muller, Alexander (A.)2016-07-173-22/+0
| * | | | Removed duplicate function.Muller, Alexander (A.)2016-07-174-25/+3
| * | | | Added missing non-null audited regions. Updated all properties to contain nec...Muller, Alexander (A.)2016-07-177-24/+52
| * | | | Fixed issue causing Panning tests to sometimes fail.Muller, Alexander (A.)2016-07-171-3/+3
| * | | | Updated inits to avoid right shift.Muller, Alexander (A.)2016-07-173-14/+24
| * | | | Updated panTimeThreshold to seconds instead of milliseconds. Also renamed to ...Muller, Alexander (A.)2016-07-173-11/+11
| * | | | Removed "k" from internal constant.Muller, Alexander (A.)2016-07-171-3/+3
| * | | | Merge remote-tracking branch 'origin/develop' into feature/touch_managerMuller, Alexander (A.)2016-07-177-16/+32
| |\ \ \ \
| * | | | | Replaced structs for SDLTouch & SDLPinchGesture in favor of classes.Muller, Alexander (A.)2016-07-177-168/+270
| * | | | | Rewrote SDLTouchManager tests to extract variables out of the tests and into ...Muller, Alexander (A.)2016-07-011-262/+345
| * | | | | Using NSSelectorFromString instead of @selector to silence warning.Muller, Alexander (A.)2016-07-011-1/+1
| * | | | | Moved all helper class tests to separate files.Muller, Alexander (A.)2016-07-016-307/+396
| * | | | | Added tests for all touch events.Muller, Alexander (A.)2016-06-281-4/+510
| * | | | | Added multiple structs/notifications to be visible to testing target.Muller, Alexander (A.)2016-06-281-0/+8
| * | | | | Made performingTouchType internal because necessity of it for developers is m...Muller, Alexander (A.)2016-06-282-10/+9
| * | | | | Adding check in the event we receive an invalid timestamp object from Core, w...Muller, Alexander (A.)2016-06-241-1/+7
| * | | | | Reduced pan time threshold to a lower value to improve panning delay.Muller, Alexander (A.)2016-06-231-1/+1
| * | | | | removed unecessary @classMuller, Alexander (A.)2016-06-171-2/+0
| * | | | | Added dispatch_timer spec tests.Muller, Alexander (A.)2016-06-171-0/+29
| * | | | | Fixed SDLPinchGesture tests.Muller, Alexander (A.)2016-06-171-9/+10
| * | | | | Added SDLPinchGesture spec tests.Muller, Alexander (A.)2016-06-171-1/+110
| * | | | | Removed public exposure of SDLTouchEqualToTouchMuller, Alexander (A.)2016-06-171-2/+0