summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/external_security_supportfeature/external_security_supportJoel Fischer2016-07-2921-20/+2100
|\ | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLStreamingMediaManager.h # SmartDeviceLink/SDLStreamingMediaManager.m
| * Merge branch 'develop' into feature/touch_managerJoel Fischer2016-07-293-29/+139
| |\ | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink/SDLStreamingMediaManager.h # SmartDeviceLink/SDLStreamingMediaManager.m
| | * 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 ↵Muller, Alexander (A.)2016-07-283-3/+28
| | | | | | | | | | | | | | | | capabilities.
| | | * Added support for retrieving screen dimensions from a successful register ↵Muller, Alexander (A.)2016-07-273-8/+45
| | | | | | | | | | | | | | | | app interface for use in the video encoder.
| | | * Added nullable property to streaming media manager for proper cleanup when ↵Muller, Alexander (A.)2016-07-271-1/+2
| | | | | | | | | | | | | | | | destructing the proxy.
| | | * Changed videoEncoderSettings to be null_resettable instead of nullable, ↵Muller, Alexander (A.)2016-07-272-7/+16
| | | | | | | | | | | | | | | | because that is essentially what we are doing.
| | | * Removed surrounding parenthesis on NSNumber-wrapped boolean.Muller, Alexander (A.)2016-07-271-1/+1
| | | |
| | | * Merge remote-tracking branch 'origin/develop' into ↵Muller, Alexander (A.)2016-07-271064-5232/+48657
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_401_video_encoder_settings * origin/develop: (26 commits) add id attribute to section headers for linking Add link to smartdevicelink.com to README Update for v4.1.4 Fix not handling the TCP disconnect case Update README.md Update README.md Add documentation coverage badge to README Fix `.xctool-args` path to project Fix another codecov.yml issue Fix branch issue for codecov comments Basically just a bump to re-run tests Update for v4.1.3 Add clean switch to generate-documentation.sh Update gen documentation script Add Jazzy theme, scripts, initial documentation, and an updated gitignore Update codecov yaml file comment and status settings Fix mis-spaced README file causing header issues Fix test script Add carthage before_deploy generating of archive Fix a badge in the README ... # Conflicts: # SmartDeviceLink/SDLStreamingMediaManager.m
| | | * | 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 ↵Muller, Alexander (A.)2016-07-284-17/+12
| | | | | | | | | | | | | | | | | | | | of the Proxy.
| * | | | 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 ↵Muller, Alexander (A.)2016-07-281-0/+25
| | | | | | | | | | | | | | | | | | | | can end timers.
| * | | | 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 ↵Muller, Alexander (A.)2016-07-252-2/+2
| | | | | | | | | | | | | | | | | | | | resulting in no panning callbacks.
| * | | | 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 ↵Muller, Alexander (A.)2016-07-177-24/+52
| | | | | | | | | | | | | | | | | | | | necessary attributes.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | movementTimeThreshold.
| * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Update for v4.1.4 Fix not handling the TCP disconnect case Update README.md Update README.md Add documentation coverage badge to README
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | beforeEaches.
| * | | | | 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 ↵Muller, Alexander (A.)2016-06-282-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | minimal.
| * | | | | Adding check in the event we receive an invalid timestamp object from Core, ↵Muller, Alexander (A.)2016-06-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | we will use device's timestamp.
| * | | | | 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
| | | | | |