summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTouchManager.m
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #885 from smartdevicelink/bugfix/issue_876_broken_test_casesJoel Fischer2018-03-131-50/+43
|\
| * Fixed touch manager test casesbugfix/issue_876_broken_test_casesNicoleYarroch2018-03-021-21/+20
| * Fixed touch manager unit test failuresNicoleYarroch2018-03-021-65/+57
| * Fixed some of the pinch gesture test casesNicoleYarroch2018-03-021-1/+3
* | Merge pull request #884 from Lievesley/bugfix/issue_879_pan_gesture_blocks_si...Joel Fischer2018-03-121-1/+17
|\ \ | |/ |/|
| * Use K&R style bracesSam Lievesley2018-03-121-2/+1
| * Make sure firstTouch point is setSam Lievesley2018-02-281-0/+3
| * Added pan distance threshold to touch moved handlerSam Lievesley2018-02-281-1/+15
* | Touch manager hit testing now done on main threadbugfix/issue_875_gestures_main_threadNicoleYarroch2018-02-271-12/+24
|/
* Allow SMM synced framerate to be disabled in config with `forceFramerateSync`Joel Fischer2017-12-151-4/+4
* Streaming Media Manager now strictly manages framerateJoel Fischer2017-12-151-12/+65
* Rename focusable item based stuffJoel Fischer2017-10-171-3/+3
* Integration for haptic manager into the SMMJoel Fischer2017-09-281-18/+27
* Code refactorfeature/issue_673_touch_manager_gesture_cancellationNicoleYarroch2017-09-121-60/+42
* Updated documentationNicoleYarroch2017-09-081-3/+6
* test cases for tap, pinch, and pan gesturest completedfeature/touch_manager_gesture_cancellation_673NicoleYarroch2017-09-081-11/+18
* Refactored the SDLTouchManager unit testsNicoleYarroch2017-09-081-6/+0
* Cancel onTouchEvent test cases written for taps and panNicoleYarroch2017-09-071-9/+16
* Add optional protocol delegatesNicoleYarroch2017-09-071-10/+48
* Added logic for sdl_handleTouchCanceledNicoleYarroch2017-09-061-21/+58
* A number of minor changes and updates to video stream managerJoel Fischer2017-08-011-14/+8
* Merge branch 'develop' into feature/streaming_media_managerJoel Fischer2017-04-051-1/+1
|\
| * Merge remote-tracking branch 'origin/develop' into feature/issue_545_redesign...Muller, Alexander (A.)2017-03-171-3/+3
| |\
| * | In progress SDLDebugTool log replacementsJoel Fischer2017-03-031-1/+1
| * | Remove all old importsJoel Fischer2017-03-031-1/+1
* | | Merge remote-tracking branch 'origin/develop' into feature/streaming_media_ma...Muller, Alexander (A.)2017-03-131-3/+3
|\ \ \ | | |/ | |/|
| * | Added convenience isEqualToEnum function.feature/issue_577_enum_equalityMuller, Alexander (A.)2017-03-131-3/+3
| |/
* | Updated SDLTouchManager to match proposal with touchEventHandler.Muller, Alexander (A.)2017-01-311-1/+10
* | Initial rewrite for SDLStreamingMediaManager to support HMI-state, app-state,...Muller, Alexander (A.)2016-12-091-15/+17
|/
* Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly...Muller, Alexander (A.)2016-10-141-2/+1
|\
| * Updated to include generics for all collection objects.Muller, Alexander (A.)2016-09-191-3/+2
* | Initial conversion of all enum objects to SDLEnum typedef.Muller, Alexander (A.)2016-09-211-4/+4
|/
* Fixed issue relating to not all single touch callbacks. firing.hotfix/issue_441_single_touch_eventsMuller, Alexander (A.)2016-09-131-0/+1
* Set version to v4.2.0Joel Fischer2016-08-031-40/+41
* 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-281-24/+5
* 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
* Fixed issue with default movementTimeThreshold being off by a tenth resulting...Muller, Alexander (A.)2016-07-251-1/+1
* Renamed touchEventListener to touchEventDelegate.Muller, Alexander (A.)2016-07-191-16/+16
* Added documentationMuller, Alexander (A.)2016-07-171-2/+27
* Removed duplicate function.Muller, Alexander (A.)2016-07-171-3/+3
* Added missing non-null audited regions. Updated all properties to contain nec...Muller, Alexander (A.)2016-07-171-6/+10
* Updated inits to avoid right shift.Muller, Alexander (A.)2016-07-171-5/+9
* Updated panTimeThreshold to seconds instead of milliseconds. Also renamed to ...Muller, Alexander (A.)2016-07-171-2/+2
* Removed "k" from internal constant.Muller, Alexander (A.)2016-07-171-3/+3
* Replaced structs for SDLTouch & SDLPinchGesture in favor of classes.Muller, Alexander (A.)2016-07-171-37/+38
* Made performingTouchType internal because necessity of it for developers is m...Muller, Alexander (A.)2016-06-281-0/+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