overtake
8589b99e4f
no message
2017-08-15 15:01:02 +03:00
overtake
d37e61154b
Merge branch 'master' of https://github.com/peter-iakovlev/Signals
2017-08-15 15:00:14 +03:00
Peter
4244aadacb
no message
2017-08-15 14:46:10 +03:00
Peter
8471016caf
Merge commit 'd96ee19bf17337151fff6206a27afdcb3ec9c2db'
2017-08-15 14:45:39 +03:00
Peter
b0d55fdea7
no message
2017-08-15 14:45:34 +03:00
Peter
815310ad77
no message
2017-08-15 14:45:11 +03:00
Peter
cbbcb12b3b
no message
2017-08-15 14:44:14 +03:00
Ilya Laktyushin
78c9ff409c
Merge branch 'master' of bitbucket.org:iakovlevpeterp/legacycomponents
2017-08-15 11:21:23 +03:00
Ilya Laktyushin
ba45f84217
no message
2017-08-15 11:21:05 +03:00
brandon_withrow
88d38f3b16
Bump Master
2017-08-14 17:08:02 -07:00
brandon_withrow
7bb96f0d20
SuperView fix
2017-08-14 17:05:32 -07:00
Brandon Withrow
d221525b63
Merge pull request #366 from airbnb/btw/Playfix
...
Fix for Play logic and render group bug
2017-08-14 17:00:15 -07:00
brandon_withrow
9434c0ef1d
Fix for Play logic and render group bug
2017-08-14 16:59:04 -07:00
Peter
689d57c98e
no message
2017-08-15 00:20:27 +03:00
Huy Nguyen
afeb25a6b4
[examples/ASCollectionView] Register supplementary kinds ( #508 )
2017-08-14 16:52:45 +01:00
Max Wang
a929950d2c
Fix SIMULATE_WEB_RESPONSE not imported ( #450 )
...
* fix SIMULATE_WEB_RESPONSE not imported (Reported in #449 ).
* changes per review
* Update license of ViewController.m
2017-08-14 16:31:52 +01:00
Jakub Kašpar
6b3e2ba4e0
[ASCoreAnimationExtras] Update documentation for resizbale images #trivial ( #492 )
...
* Update documentation for resizbale images
* Add documentation to ASDisplayNodeSetResizableContents
2017-08-12 08:03:42 -07:00
Benjamin Scholtysik (Reimold)
3ebaa3e14e
Merge pull request #446 from bmourat/remove-uialertview
...
UIAlertView removed
2017-08-11 11:18:02 -07:00
Adlai Holler
f58b0b3cd3
Rename the field again to nodeModel ( #504 )
...
* Rename the field to nodeModel
* A few more instances
* Fix method name
2017-08-10 16:11:12 -07:00
Huy Nguyen
dc3be352af
[ASTableNode][ASCollectionNode] Add content offset bridging property ( #460 )
...
- Add content offset bridging property to table and collection node
- And use it in `ASCollectionLayout` to avoid measuring unrelated nodes during the first layout.
- Update CHANGELOG and highlight deprecated methods
2017-08-10 17:47:26 +01:00
Brandon Withrow
e2365eead5
Update README.md
2017-08-09 11:51:02 -07:00
Benjamin Scholtysik (Reimold)
8c8c03e18c
Merge pull request #447 from MatkovIvan/fix/auth-cleanup
...
Fix BITAuthenticator state after cleanup
2017-08-09 10:18:15 -07:00
Brandon Withrow
3d41ca895c
Update README.md
2017-08-08 14:48:26 -07:00
Brandon Withrow
8a358a65e8
Add files via upload
2017-08-08 14:44:33 -07:00
Brandon Withrow
1a9af1d9df
Update README.md
2017-08-08 14:00:21 -07:00
Huy Nguyen
fdc1f0468c
Improvements in ASCollectionGalleryLayoutDelegate ( #496 )
...
* Improvements in ASCollectionGalleryLayoutDelegate
- It now can handle section inset, as well as interitem and line spacings
- Other small changes
* Fix build failure and update file licenses
* Update CHANGELOG
* Minor change
* Another assertion on scrollable directions of gallery layout delegate
2017-08-08 19:11:40 +01:00
Ivan Matkov
dd218218d4
Update cleanup test
2017-08-08 16:13:03 +03:00
Ivan Matkov
fa2d11b78c
Fix BITAuthenticator state after cleanup
2017-08-08 16:08:38 +03:00
Brandon Withrow
602c405e3d
Update README.md
2017-08-07 15:18:26 -07:00
Ilya Laktyushin
0dc27a249d
Merge branch 'master' of bitbucket.org:iakovlevpeterp/legacycomponents
...
# Conflicts:
# LegacyComponents.xcodeproj/project.pbxproj
# LegacyComponents/LegacyComponents.h
2017-08-07 21:18:52 +03:00
Ilya Laktyushin
15e267149a
no message
2017-08-07 21:13:18 +03:00
Brandon Withrow
457769b4a3
Merge pull request #350 from fabionuno/paste-support-macos
...
Add support to paste animation URL from LottieFiles
2017-08-07 11:04:50 -07:00
Adlai Holler
d2adb8f126
Rename -[ASCellNode viewModel] to -[ASCellNode nodeViewModel] to avoid collisions ( #499 )
...
* Rename -[ASCellNode viewModel] -> -[ASCellNode nodeViewModel] to avoid breaking existing code
* Update test
* Update the changelog
2017-08-07 11:04:31 -07:00
Brandon Withrow
c81a21b2fb
Merge pull request #353 from airbnb/btw/animationduration
...
Fix for missing animation duration
2017-08-07 09:21:38 -07:00
brandon_withrow
29222b210b
Fix for missing animation duration
2017-08-07 09:20:55 -07:00
nixzhu
49b1f82c5a
Fixed typo UIKIt ( #497 )
2017-08-07 11:01:12 +01:00
Fabio Nuno
48101fd550
Add support to paste animation URL from LottieFiles
...
Add support to paste animation's URL from LottieFiles to preview on
Lottie Viewer
2017-08-06 23:19:40 -03:00
Huy Nguyen
69a915356d
[ASStackLayoutSpec] Fix interitem spacing not being reset on new lines and add snapshot tests #trivial ( #491 )
...
* Add snapshot tests for interitem and interline spacings of stack spec
* Improve comment
* Make sure item spacings are properly considered and reset on new lines, snapshot tests included
2017-08-06 13:20:33 +01:00
Peter
cc97d228a7
no message
2017-08-05 19:19:57 +03:00
brandon_withrow
e84ae526fd
update podspec
2017-08-04 16:20:08 -07:00
brandon_withrow
e6120bc97f
Bump Version
2017-08-04 16:13:42 -07:00
brandon_withrow
76753bd9c8
Readme update
2017-08-04 16:12:57 -07:00
Brandon Withrow
68f4fe87c6
Merge pull request #349 from airbnb/btw/gradientfix
...
Fix for gradients
2017-08-04 16:10:42 -07:00
brandon_withrow
4b747e19d5
Fix for gradients
2017-08-04 16:10:11 -07:00
Brandon Withrow
2bb2399d4a
Merge pull request #348 from airbnb/btw/radialGradient
...
Add support for radial gradient
2017-08-04 15:40:07 -07:00
brandon_withrow
44997f6280
Disable debug
2017-08-04 15:35:08 -07:00
brandon_withrow
0cfc57650d
Add support for radial gradient
2017-08-04 15:34:12 -07:00
Brandon Withrow
a45b8064bf
Merge pull request #347 from airbnb/btw/setAnimation
...
Add support for setting animation after init
2017-08-04 14:42:11 -07:00
brandon_withrow
fe00994124
Add support for setting animation after init
2017-08-04 14:39:51 -07:00
Brandon Withrow
54fa86a693
Merge pull request #346 from airbnb/btw/keypathwarning
...
Add log warning for missing keypath
2017-08-04 13:40:56 -07:00