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

[tvOS] Fixes errors when building against tvOS SDK #728

Merged
merged 31 commits into from
Mar 11, 2018

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    7e8c3e2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    alexhillc committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    bd9fd57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8663491 View commit details
    Browse the repository at this point in the history
  4. [tvOS] Fixes implicit conversion between UIViewAnimationCurve +

    UIViewAnimationOptions
    alexhillc committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    46f5412 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    6b90382 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    b1b582a View commit details
    Browse the repository at this point in the history
  2. [tvOS] Fixes warnings related to @available guards in Xcode 9

    [ASMultiplexImageNode] Enables support for Photos framework on tvOS 10+
    
    [ASMultiplexImageNode] Fixes comment depth
    
    [ASAvailability] Adjust logic in AS_AVAILABLE_IOS_TVOS to account for
    both versions
    Adjusts API_AVAILABLE to minimum deployment target
    alexhillc committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    7759cf7 View commit details
    Browse the repository at this point in the history
  3. [ASAvailability] Update AS_AVAILABLE_XXX fallbacks to function more like

    the built-in solution (more accurately target OS by checking target)
    Change AS_AVAILABLE_IOS -> AS_AVAILABLE_IOS_TVOS in places that shoud
    allow for both
    
    [ASAvailability] Simplify AS_AVAILABLE_IOS_TVOS
    alexhillc committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    8dbcc51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6607bda View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    14a8e91 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. [ASDisplayNode] Fixes last of the linker warnings related to category

    overrides. Removes methods already implemented in
    ASDisplayNode+UIViewBridge category.
    [ASControlNode] Moves tvOS category declaration to ASControlNode header
    [ASImageNode] Moves tvOS category declaration to ASImageNode header
    [ASControlNode+Private] Adds private category for ASControlNode to
    access private selectors
    alexhillc committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    bcdae3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9673a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf9aa78 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. [ASTextKitCoreTextAdditions] Adds mappings for kCTParagraphStyleSpeci…

    …fierMinimumLineSpacing, kCTParagraphStyleSpecifierMaximumLineSpacing, kCTParagraphStyleSpecifierLineSpacingAdjustment when mapping CTParagraphStyle onto NSParagraphStyle
    
    [ASTextNode] Uses CoreText-cleansed attributed string when assigning ascender/descender to avoid crash when a CTParagraphStyle is passed as an attribute
    alexhillc committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    8eb2dbe View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    cb0e735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da014a View commit details
    Browse the repository at this point in the history
  3. [ASControlNode+tvOS] Add missing Foundation import (whoops!)

    [ASImageNode+tvOS] Add missing Foundation import (whoops!)
    alexhillc committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    fdf22d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d6d0a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. [ASTextKitCoreTextAdditions] If kCTParagraphStyleAttributeName key-value

    evaluates to an NSParagraphStyle, pass through to cleansed attributes. This
    fixes a bug that would occur if a CTParagraphStyle was passed as an
    attribute _alone_ (would not be caught by unsupported attributes
    check)
    alexhillc committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    c7462f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a06b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91dcb20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef16069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    305b443 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    2ec4233 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    fd246ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f76d48 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

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

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    917d3f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

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

Commits on Feb 28, 2018

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

Commits on Mar 3, 2018

  1. Configuration menu
    Copy the full SHA
    873933e View commit details
    Browse the repository at this point in the history