Michael Schneider
62c5138676
[ASDisplayNode] Fix node is showing up as black box if wrapping an UIActivityIndicatorView ( #3121 )
...
* Set the node to not opaque if it’s wrapping an UIActivityIndicatorView
* Add check for subclass of UIVisualEffectView to see if the node needs to be opaque
2017-03-02 08:57:17 -08:00
overtake
4ec50d09e0
peer photos
2017-03-02 15:12:50 +03:00
Adlai Holler
18dc91ccc2
Remove ASRangeController's viewport API ( #3122 )
2017-03-02 08:38:01 +00:00
appleguy
edd2ce98f7
[ASRangeController] Optimize calls into UICollectionViewLayout via union rect technique. ( #3102 )
...
Details in https://github.com/facebook/AsyncDisplayKit/issues/3082
2017-03-01 21:06:18 -08:00
appleguy
f7dbb2013e
[ASCollectionView] Interop mode should always call sizeForItem: method for index paths that don't use ASCellNodes. ( #3115 )
2017-03-01 19:57:51 -08:00
Garrett Moon
40d3a1de7a
Trying to set the progress block with a nil identifire doesn't make sense. ( #3117 )
2017-03-01 19:51:16 -08:00
Andy Bartholomew
a35db9bd25
add NS_SWIFT_NAME annotations for swiftier constructors
2017-03-01 17:16:47 -08:00
Andy Bartholomew
cfa7676db4
add factory method with bundle param
2017-03-01 15:32:27 -08:00
overtake
a267d8dd89
channel management
2017-03-01 23:52:34 +03:00
Michael Schneider
67baa44fb5
Fix -Wdocumentation warnings ( #3113 )
2017-03-01 11:25:37 -08:00
Michael Schneider
71ebf6b029
Fix ASImageDownloaderProtocol method that changed ( #3108 )
2017-03-01 11:13:19 -08:00
Garrett Moon
06b0cba68d
It doesn't appear that this method needs to be protected by thread affinity? It has locking and is backed by an ivar, not UIKit. ( #3107 )
2017-03-01 10:57:18 -08:00
Jay Moore
31ab5cee03
removed test json
2017-03-01 10:05:00 -05:00
Jay Moore
38ad37afd7
Merge remote-tracking branch 'origin/HEAD' into add-more-warnings
2017-03-01 10:03:44 -05:00
Jay Moore
221d6829e3
add warnings for expressions
2017-03-01 09:59:52 -05:00
Peter
429faedb45
no message
2017-03-01 18:33:48 +04:00
Peter
d1ab6976b5
Merge commit 'a08d9dc7328bef8cfc1b50b36cc05edb09af25a3'
...
# Conflicts:
# AsyncDisplayKit.xcodeproj/project.pbxproj
# AsyncDisplayKit/ASPagerFlowLayout.m
# AsyncDisplayKit/AsyncDisplayKit.modulemap
# AsyncDisplayKit/Details/ASCollectionDataController.h
# AsyncDisplayKit/Details/ASCollectionDataController.mm
# AsyncDisplayKit/Details/ASDataController.mm
# AsyncDisplayKit/Private/ASDataController+Subclasses.h
# AsyncDisplayKit/module.modulemap
# Source/Debug/AsyncDisplayKit+Debug.h
# Source/Details/ASCollectionElement.mm
# Source/module.modulemap
2017-03-01 15:57:40 +04:00
Valeriy Van
6a661b9500
Fix attempt assign NSString to NSNumber.
...
Adds missing nullability annotations.
2017-03-01 02:02:23 +01:00
Brandon Withrow
5edbdac3cb
Merge pull request #143 from welshm/reverse
...
Remove unused variable from -updateAnimationLayerClockTime:timeOffset:
2017-02-28 15:59:51 -08:00
Michael Welsh
2bd40e19a9
Remove unused variable from -updateAnimationLayerClockTime:timeOffset:
...
- clockTime isn't used. Rename to -updateAnimationLayerWithTimeOffset:
2017-02-28 18:52:14 -05:00
Benjamin Scholtysik (Reimold)
4771cd94d1
Fix configuration name in carthage section
2017-02-28 15:48:10 -08:00
overtake
ec3fcf43d2
stickers
2017-03-01 01:21:47 +03:00
overtake
ecfabb6976
no message
2017-02-28 22:23:17 +03:00
overtake
02b01197ab
- stickers
2017-02-28 22:22:56 +03:00
Benjamin Scholtysik (Reimold)
919eaa7769
Merge pull request #399 from bitstadium/release/4.1.4
...
Release/4.1.4
2017-02-28 11:02:44 -08:00
overtake
a71641c2f7
no message
2017-02-28 21:52:15 +03:00
Peter
0fd73c6c8d
no message
2017-02-28 22:51:45 +04:00
overtake
e1d6329524
- some refactor
2017-02-28 21:42:16 +03:00
Jay Moore
97a6417be5
add warnings: missing image, unsupported effects
2017-02-28 12:37:40 -05:00
overtake
0549ec9cd5
- remove covered sets from collections
2017-02-28 20:26:07 +03:00
overtake
289c09abbd
-stickers cloud installation
2017-02-28 20:06:00 +03:00
overtake
88a7aebcba
Merge branch 'master' of https://github.com/peter-iakovlev/TelegramCore
2017-02-28 15:30:53 +03:00
Peter
9523bfa138
no message
2017-02-28 16:23:45 +04:00
overtake
3058254993
Merge branch 'master' of https://github.com/peter-iakovlev/TelegramCore
2017-02-28 13:29:54 +03:00
overtake
449a36aa6b
StickerPack changes
2017-02-28 13:29:48 +03:00
Peter
de5bf010a1
no message
2017-02-28 14:28:34 +04:00
Michael Schneider
a08d9dc732
Fix warning ( #3104 )
2017-02-27 21:25:42 -08:00
Michael Schneider
1c1a1468d8
Remove all _cellsForLayoutUpdates after relayout pass happened ( #3103 )
2017-02-27 20:20:32 -08:00
Benjamin Scholtysik (Reimold)
32c755b468
Fix Swift 3 sample in Readme.md
2017-02-27 17:51:12 -08:00
Benjamin Scholtysik (Reimold)
1743f5add7
Clean up build script a little bit
2017-02-27 17:25:19 -08:00
Michael Schneider
973630adc6
[ASCellNode] New way to measure ASCellNode's if layout was invalidated ( #3099 )
...
* New way to informing interaction delegate if ASCellNode get’s a setNeedsLayout call
* Remove nodeDidGetNeedsLayout as optional and better check if cell updates need to happen
* Differentiate between letting a normal display node and a cell node know that the size could have changed
* Check for _interactionDelegate is nil
* Add nullability to out pointer
* Adress comments and some renaming
2017-02-27 17:19:01 -08:00
Adlai Holler
8b08b706b2
Make ASCellNode Visibility Accesses Thread-Safe ( #3100 )
...
* Make ASCellNode visibility accessing thread-safe
* Strong types!
2017-02-27 17:03:08 -08:00
Adlai Holler
25bc97c5c8
Fix Issues Repopulating Supplementary Elements ( #3098 )
...
* Fix issues repopulating supplementary elements
* Remove unrelated change
* Update comments
2017-02-27 16:06:06 -08:00
Peter
bfe71c295e
Merge commit 'b041f2cee9bde8c5b8490f9b2fa4de0516ab2652'
2017-02-28 03:50:55 +04:00
Peter
3862bf4cb1
no message
2017-02-28 03:50:47 +04:00
Brandon Withrow
57d26396fa
Merge pull request #138 from airbnb/btw/osximport
...
Fix import bug for osx
2017-02-27 15:38:21 -08:00
Brandon Withrow
91bb32c9b4
Fix import bug for osx
2017-02-27 15:37:48 -08:00
Brandon Withrow
f49c8834b6
Merge pull request #137 from airbnb/btw/imagebug
...
Fixed Anchor and Rotation bug with Image Layers
2017-02-27 15:30:07 -08:00
Brandon Withrow
6d6f46483e
Fixed Anchor and Rotation bug with Image Layers
2017-02-27 15:27:12 -08:00
Adlai Holler
774f3ffa9e
Remove declaration of ASPhotosFrameworkImageRequest.isEqual ( #3097 )
2017-02-27 14:32:42 -08:00