Commit Graph

13022 Commits

Author SHA1 Message Date
Brandon Withrow
e31bc42005 Merge pull request #147 from xinsight/add-more-warnings
Add more warnings
2017-03-02 11:20:21 -08:00
Adlai Holler
012b378a22 Fix a Compiler Warning from ASAbstractLayoutController.mm (#3123)
* Fix a compiler warning about ASAbstractLayoutController

* Fix merge
2017-03-02 10:59:26 -08:00
Adlai Holler
9c7081f2d7 Majorly Simplify ASTableLayoutController (#3124)
* Majorly Simplify ASTableLayoutController

* Remove the setVisibleNodeIndexPaths: API
2017-03-02 10:59:13 -08:00
Brandon Withrow
ad6195f222 Update README.md 2017-03-02 10:54:06 -08:00
Brandon Withrow
268a376039 Merge pull request #148 from jqsilver/ab-non-main-bundle
add factory method with bundle param
2017-03-02 10:50:42 -08:00
Brandon Withrow
3a675194ac Merge pull request #144 from valeriyvan/fix
Fixes attempt assign NSString to NSNumber.
2017-03-02 10:50:05 -08:00
Huy Nguyen
415005b6fc ASStackLayoutSpec utilizes multiple threads if it runs on main (#3116) 2017-03-02 10:12:53 -08:00
Adlai Holler
bccfc6c779 Don't Load Table/Collection Node Just Because User Updated (#3120)
* Allow user to update collection/table without forcing view to load

* Capture animation enabledness
2017-03-02 10:11:30 -08:00
Jay Moore
dc40bafdf5 remove test file 2017-03-02 13:04:40 -05:00
Jay Moore
843adcf0d5 add merge, unsupported shape warning 2017-03-02 13:03:39 -05:00
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