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

Adding AppInfo Struct to RegisterAppInterface #431

Merged
merged 7 commits into from Aug 1, 2016
Merged

Adding AppInfo Struct to RegisterAppInterface #431

merged 7 commits into from Aug 1, 2016

Commits on May 24, 2016

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

Commits on Jul 30, 2016

  1. Merge remote-tracking branch 'smartdevicelink/develop' into ford/issu…

    …e_398_appinfo
    
    * smartdevicelink/develop: (84 commits)
      Fixed spec issue relating to changed default movementTimeThreshold.
      Fixed spec issues relating to changed protocol property name.
      Added check for singleTapTimer nullability when canceling.
      Removed external displayCapabilities property.
      Removed synthesize of videoEncoderSettings.
      Consolidated inits with a base init that both the deprecated and new init use.
      Updated SDLStreamingMediaManager's init function to include display capabilities.
      Moved the observing of application state changes to Streaming Media Manager.
      Moved Touch Manager to be a property of the Streaming Media Manager instead of the Proxy.
      Updated SDLPinchGesture's touches from having copy to strong.
      Added observation of when an application enters an invalidate state so we can end timers.
      Renamed internal methods to make them more readable.
      Added support for retrieving screen dimensions from a successful register app interface for use in the video encoder.
      Added nullable property to streaming media manager for proper cleanup when destructing the proxy.
      Changed videoEncoderSettings to be null_resettable instead of nullable, because that is essentially what we are doing.
      Removed surrounding parenthesis on NSNumber-wrapped boolean.
      Fixed issue with default movementTimeThreshold being off by a tenth resulting in no panning callbacks.
      add id attribute to section headers for linking
      Renamed touchEventListener to touchEventDelegate.
      Updated variable from "Listener" to "Delegate.
      ...
    asm09fsu committed Jul 30, 2016
    Copy the full SHA
    79ca91d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6274b00 View commit details
    Browse the repository at this point in the history
  3. Made AppInfo a public header

    asm09fsu committed Jul 30, 2016
    Copy the full SHA
    e58234e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    40a2b9c View commit details
    Browse the repository at this point in the history
  5. Added AppInfoSpec.

    asm09fsu committed Jul 30, 2016
    Copy the full SHA
    0cb58fd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

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