Commit Graph

28 Commits

Author SHA1 Message Date
Adlai Holler
f3aaa52700 Request std=c++11 dialect again, and add warning (#900)
* Put back stdc++11 and add compile-time check

* Soften it and update changelog
2018-05-02 09:30:35 -07:00
Adlai Holler
fbc22749ae Update Podspec (#866)
* Update the podspec

* Put that back

* Put back the C++ standard library
2018-04-04 13:33:47 -07:00
Alex Hill
d9d9a29365 [tvOS] Fixes errors when building against tvOS SDK (#728)
* [tvOS] Fixes errors when building against tvOS SDK

* Update CHANGELOG.md

* [tvOS] Fixes implicit conversion between UIViewAnimationCurve +
UIViewAnimationOptions

* Enable tvOS deployment target in Texture.podspec (for CI)

* [ASMultiplexImageNode] Fixes typo

* [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

* [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

* [ASControlNode] Adds missing 'super' call in -[ASControlNode didLoad]
when targeting tvOS

* Fix API_AVAILABLE iOS requirement

* [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

* [NSParagraphStyle+ASText] Fixes typo related to testing

* [ASControlNode] Re-add helpful comment

* [ASTextKitCoreTextAdditions] Adds mappings for kCTParagraphStyleSpecifierMinimumLineSpacing, 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

* [AsyncDisplayKit] Update project file to include new/deleted files

* [ASControlNode+tvOS] Add missing Foundation import (whoops!)
[ASImageNode+tvOS] Add missing Foundation import (whoops!)

* Update podspec to only link AssetsLibrary framework on iOS

* [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)

* [ASMultiplexImageNode] Bump availability check to support < Xcode 9

* [ASTraitCollection] Fixes typo that was causing build to fail

* Clean up formatting to adhere to character/line limit + braces
2018-03-11 16:37:27 -07:00
John T McIntosh
6f34691481 Update IGListKit dependency to allow for updated versions (#802) 2018-02-13 12:08:31 -08:00
Adlai Holler
61dade6bda Raise deployment target to iOS 9 (#743)
https://github.com/TextureGroup/Texture/pull/743

Manually merged since I forgot to retarget that diff onto master before merge
2018-01-15 15:13:05 -08:00
Garrett Moon
7fffebe293 Update to 2.6 to indicate Xcode upgrade required. 2017-10-24 08:17:43 -07:00
Garrett Moon
53147f0ce6 Updating podspec to 2.5.1 2017-10-22 17:36:52 -07:00
Garrett Moon
4dbb6441d7 Animated WebP support (#605)
* Updating to support animated WebP

* Fix a deadlock with display link

* Fix playhead issue.

* Fix up timing on iOS 10 and above

* Don't redraw the same frame over and over

* Clear out layer contents if we're an animated GIF on exit range

* Clear out cover image on exit of visible range

* Don't set cover image if we're no longer in display range.

* Don't clear out image if we're not an animated image

* Only set image if we're not already animating

* Get rid of changes to podfile

* Add CHANGELOG entry

* Update license

* Update PINRemoteImage

* Remove commented out lines in example
2017-10-09 11:48:32 -07:00
Adlai Holler
1c9738ab7e Update podspec and changelog for v2.5 2017-09-26 12:22:18 -07:00
Max Wang
b9b2d7e3ca Update yoga version (#569)
* fix SIMULATE_WEB_RESPONSE not imported #449

* update yoga version
2017-09-16 10:32:07 -07:00
Garrett Moon
3c77d4a5da Adds support for specifying a quality indexed array of URLs (#557)
* Add support for downloading a set of URLs on ASNetworkImageNode

* Should be building now;

* Remove old unused code

* Add a changelog message

* Bump PINRemoteImage

* Huy's comments
2017-09-11 11:12:45 -07:00
Adlai Holler
b2d1ed95ef Update changelog and podspec for 2.4 (#512) 2017-08-15 13:37:06 -07:00
Garrett Moon
151d056d7a Update to the latest betas of PINRemoteImage and PINCache (#403) 2017-06-30 13:41:27 -07:00
Garrett Moon
55ea108e32 Update for 2.3.4 2017-06-30 13:23:54 -07:00
Huy Nguyen
ae7c96a402 Horrible spelling mistake (#384)
Better fix it ASAP!
2017-06-23 16:00:10 +01:00
Andrew Yates
46c4359cc1 Updates ASDKGram to use IGListKit 3.0.0 (#367) 2017-06-17 23:01:54 -07:00
Garrett Moon
00fb3f6cd7 Updating to 2.3.3 (#338) 2017-06-06 14:21:43 -07:00
Garrett Moon
4a97c4e53c Update PINRemoteImage (#328) 2017-06-05 11:51:30 -07:00
appleguy
4e2b9b90a2 [Yoga] Increment Yoga version to current, 1.5.0. (#91)
* [Yoga] Increment Yoga version to current, 1.3.0

Everything seems to build fine with this version, so I'll
seek clarifying information from the reporter of this bug:

https://github.com/TextureGroup/Texture/issues/25

* Update Yoga version to 1.5.0
2017-05-19 07:09:48 -07:00
Garrett Moon
19ec0446f6 Bump to 2.3.2 2017-05-09 15:45:00 -07:00
Garrett Moon
95c3a68bac Update to 2.3.1 2017-04-27 14:30:02 -07:00
Adlai Holler
67387c0978 Build a Tips system (#19) 2017-04-19 19:51:24 -07:00
Garrett Moon
92c1c1b43e Update the homepage URL (#10) 2017-04-19 19:51:02 -07:00
Garrett Moon
ec7479d819 Fix podspec twitter 2017-04-19 16:57:56 -07:00
Garrett Moon
b793613e04 Update podspec 2017-04-14 09:37:38 -07:00
Garrett Moon
8b41c8c300 Update License (#6) 2017-04-14 09:37:38 -07:00
Garrett Moon
8f76f5dee0 Add header dir to fix includes 2017-04-14 09:37:38 -07:00
Garrett Moon
61c2bc4c91 Texture Podspec 2017-04-14 09:37:38 -07:00