Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch Manager #423

Merged
merged 48 commits into from Jul 29, 2016
Merged

Touch Manager #423

merged 48 commits into from Jul 29, 2016

Commits on Jun 15, 2016

  1. Copy the full SHA
    ef3fe39 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    80ba013 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    17337c4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3ca1d55 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e704ce7 View commit details
    Browse the repository at this point in the history
  6. Updated the tapTimeThreshold to be seconds instead of milliseconds to…

    … be easier for developers.
    asm09fsu committed Jun 15, 2016
    Copy the full SHA
    4e3c613 View commit details
    Browse the repository at this point in the history
  7. Fixed function mistype.

    asm09fsu committed Jun 15, 2016
    Copy the full SHA
    0debf95 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Copy the full SHA
    ca030ed View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Copy the full SHA
    e39aeaa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5338b68 View commit details
    Browse the repository at this point in the history
  3. Added SDLTouch spec tests.

    asm09fsu committed Jun 17, 2016
    Copy the full SHA
    d26d4f9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    23281cb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    de8db6e View commit details
    Browse the repository at this point in the history
  6. Fixed SDLPinchGesture tests.

    asm09fsu committed Jun 17, 2016
    Copy the full SHA
    4564749 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ef754ee View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2016

  1. removed unecessary @Class

    asm09fsu committed Jun 18, 2016
    Copy the full SHA
    116008b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Copy the full SHA
    8199fcf View commit details
    Browse the repository at this point in the history
  2. Adding check in the event we receive an invalid timestamp object from…

    … Core, we will use device's timestamp.
    asm09fsu committed Jun 24, 2016
    Copy the full SHA
    ef7d601 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Copy the full SHA
    301f21f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    565d10f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b11680b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Copy the full SHA
    c8d0846 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ac2dcf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Copy the full SHA
    1ff49f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. Copy the full SHA
    0baeebb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature/touch_manager

    * 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
    asm09fsu committed Jul 17, 2016
    Copy the full SHA
    bb4adcb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    83d93f6 View commit details
    Browse the repository at this point in the history
  4. Updated panTimeThreshold to seconds instead of milliseconds. Also ren…

    …amed to movementTimeThreshold.
    asm09fsu committed Jul 17, 2016
    Copy the full SHA
    a4dc92e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e7b9481 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c3dfc98 View commit details
    Browse the repository at this point in the history
  7. Added missing non-null audited regions. Updated all properties to con…

    …tain necessary attributes.
    asm09fsu committed Jul 17, 2016
    Copy the full SHA
    1ed1b8e View commit details
    Browse the repository at this point in the history
  8. Removed duplicate function.

    asm09fsu committed Jul 17, 2016
    Copy the full SHA
    4c7fc67 View commit details
    Browse the repository at this point in the history
  9. Removed unneeded function.

    asm09fsu committed Jul 17, 2016
    Copy the full SHA
    4696481 View commit details
    Browse the repository at this point in the history
  10. Added documentation

    asm09fsu committed Jul 17, 2016
    Copy the full SHA
    f822b52 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    34e4441 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Copy the full SHA
    37c3351 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    adaa29e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Fixed issue with default movementTimeThreshold being off by a tenth r…

    …esulting in no panning callbacks.
    asm09fsu committed Jul 25, 2016
    Copy the full SHA
    7dd3744 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Copy the full SHA
    32506bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a353f96 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    977f7f4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3dc4d5c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e6b44e8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9f0a635 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Copy the full SHA
    8d4b1b8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e17cda8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    10b8220 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/touch_manager

    # Conflicts:
    #	SmartDeviceLink/SDLStreamingMediaManager.h
    #	SmartDeviceLink/SDLStreamingMediaManager.m
    joeljfischer committed Jul 29, 2016
    Copy the full SHA
    ca91918 View commit details
    Browse the repository at this point in the history