| Commit message (Expand) | Author | Age | Files | Lines |
| * | A number of minor changes and updates to video stream manager | Joel Fischer | 2017-08-01 | 1 | -14/+8 |
| * | Merge branch 'develop' into feature/streaming_media_manager | Joel Fischer | 2017-04-05 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/develop' into feature/issue_545_redesign... | Muller, Alexander (A.) | 2017-03-17 | 1 | -3/+3 |
| | |\ |
|
| | * | | In progress SDLDebugTool log replacements | Joel Fischer | 2017-03-03 | 1 | -1/+1 |
| | * | | Remove all old imports | Joel Fischer | 2017-03-03 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/develop' into feature/streaming_media_ma... | Muller, Alexander (A.) | 2017-03-13 | 1 | -3/+3 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Added convenience isEqualToEnum function.feature/issue_577_enum_equality | Muller, Alexander (A.) | 2017-03-13 | 1 | -3/+3 |
| | |/ |
|
| * | | Updated SDLTouchManager to match proposal with touchEventHandler. | Muller, Alexander (A.) | 2017-01-31 | 1 | -1/+10 |
| * | | Initial rewrite for SDLStreamingMediaManager to support HMI-state, app-state,... | Muller, Alexander (A.) | 2016-12-09 | 1 | -15/+17 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/develop' into feature/issue_425_stringly... | Muller, Alexander (A.) | 2016-10-14 | 1 | -2/+1 |
| |\ |
|
| | * | Updated to include generics for all collection objects. | Muller, Alexander (A.) | 2016-09-19 | 1 | -3/+2 |
| * | | Initial conversion of all enum objects to SDLEnum typedef. | Muller, Alexander (A.) | 2016-09-21 | 1 | -4/+4 |
| |/ |
|
| * | Fixed issue relating to not all single touch callbacks. firing.hotfix/issue_441_single_touch_events | Muller, Alexander (A.) | 2016-09-13 | 1 | -0/+1 |
| * | Set version to v4.2.0 | Joel Fischer | 2016-08-03 | 1 | -40/+41 |
| * | Added check for singleTapTimer nullability when canceling.feature/touch_manager | Muller, Alexander (A.) | 2016-07-28 | 1 | -0/+3 |
| * | Moved the observing of application state changes to Streaming Media Manager. | Muller, Alexander (A.) | 2016-07-28 | 1 | -24/+5 |
| * | Added observation of when an application enters an invalidate state so we can... | Muller, Alexander (A.) | 2016-07-28 | 1 | -0/+25 |
| * | Renamed internal methods to make them more readable. | Muller, Alexander (A.) | 2016-07-28 | 1 | -6/+6 |
| * | Fixed issue with default movementTimeThreshold being off by a tenth resulting... | Muller, Alexander (A.) | 2016-07-25 | 1 | -1/+1 |
| * | Renamed touchEventListener to touchEventDelegate. | Muller, Alexander (A.) | 2016-07-19 | 1 | -16/+16 |
| * | Added documentation | Muller, Alexander (A.) | 2016-07-17 | 1 | -2/+27 |
| * | Removed duplicate function. | Muller, Alexander (A.) | 2016-07-17 | 1 | -3/+3 |
| * | Added missing non-null audited regions. Updated all properties to contain nec... | Muller, Alexander (A.) | 2016-07-17 | 1 | -6/+10 |
| * | Updated inits to avoid right shift. | Muller, Alexander (A.) | 2016-07-17 | 1 | -5/+9 |
| * | Updated panTimeThreshold to seconds instead of milliseconds. Also renamed to ... | Muller, Alexander (A.) | 2016-07-17 | 1 | -2/+2 |
| * | Removed "k" from internal constant. | Muller, Alexander (A.) | 2016-07-17 | 1 | -3/+3 |
| * | Replaced structs for SDLTouch & SDLPinchGesture in favor of classes. | Muller, Alexander (A.) | 2016-07-17 | 1 | -37/+38 |
| * | Made performingTouchType internal because necessity of it for developers is m... | Muller, Alexander (A.) | 2016-06-28 | 1 | -0/+9 |
| * | Adding check in the event we receive an invalid timestamp object from Core, w... | Muller, Alexander (A.) | 2016-06-24 | 1 | -1/+7 |
| * | Reduced pan time threshold to a lower value to improve panning delay. | Muller, Alexander (A.) | 2016-06-23 | 1 | -1/+1 |
| * | Fixed function mistype. | Muller, Alexander (A.) | 2016-06-15 | 1 | -1/+1 |
| * | Updated the tapTimeThreshold to be seconds instead of milliseconds to be easi... | Muller, Alexander (A.) | 2016-06-15 | 1 | -2/+2 |
| * | Initial support for a touch manager for interpreting onTouchEvent notifications. | Muller, Alexander (A.) | 2016-06-15 | 1 | -0/+226 |