summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTouchManager.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-151-2/+2
* Initial support for a touch manager for interpreting onTouchEvent notifications.Muller, Alexander (A.)2016-06-151-0/+226