summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * add id attribute to section headers for linkingJason Emerick2016-07-251-1/+1
| * Add link to smartdevicelink.com to READMEJoel Fischer2016-07-141-1/+1
* | 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
|\ \ | |/
| * Update for v4.1.44.1.4Joel Fischer2016-07-066-7/+14
| * Fix not handling the TCP disconnect casehotfix/issue_385Joel Fischer2016-07-061-7/+13
| * Update README.mdJoel Fischer2016-06-101-1/+3
| * Update README.mdCorey Maylone2016-06-091-1/+1
| * Add documentation coverage badge to READMEJoel Fischer2016-06-081-0/+1
* | 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
* | Added SDLTouch spec tests.Muller, Alexander (A.)2016-06-171-0/+81
* | Updated SDLTouch to use a signed long for identifier, so we may use -1 for SD...Muller, Alexander (A.)2016-06-173-5/+3
* | Added spec tests for CGPoint_Util.Muller, Alexander (A.)2016-06-172-0/+114
* | Added missing header for ULONG_MAX.Muller, Alexander (A.)2016-06-152-0/+2
* | Fixed function mistype.Muller, Alexander (A.)2016-06-151-1/+1
* | Updated the tapTimeThreshold to be seconds instead of milliseconds to be easi...Muller, Alexander (A.)2016-06-153-5/+5
* | Using ULONG_MAX instead of 0 for our unsigned longs in const struct values.Muller, Alexander (A.)2016-06-152-2/+2
* | Fixed issue relating to using C files in cocoapods.Muller, Alexander (A.)2016-06-157-20/+18
* | Added touch manager to SmartDeviceLink.hMuller, Alexander (A.)2016-06-151-0/+2