Commit Graph

25012 Commits

Author SHA1 Message Date
Ricardo Barroso
88eb6106ce Updated targeted device family for "Lottie_tvOS" framework target. 2017-11-09 12:16:35 +00:00
Ricardo Barroso
f245c9deab Added a tvOS framework target (for supporting tvOS). 2017-11-09 11:32:54 +00:00
Brandon Withrow
3b9c05ac85 Merge pull request #471 from wing0wind/bugfix/Xcode8BuildError
Fix:r2.1.4 Build error in Xcode8.x
2017-11-08 14:07:39 -08:00
Ilya Laktyushin
b22579ab57 no message 2017-11-08 16:23:50 +04:00
Benjamin Scholtysik (Reimold)
d3c8443e53 Merge pull request #472 from bitstadium/feature/use-plcr-1.2.3
use PLCR 1.2.3
2017-11-07 07:32:39 -08:00
Benjamin Scholtysik (Reimold)
171af5d883 Merge pull request #475 from MatkovIvan/feature/track-event-in-background
Support tracking events in background
2017-11-06 20:57:30 -08:00
Ivan Matkov
be891cd1b0 Merge branch 'develop' into feature/track-event-in-background 2017-11-06 22:18:31 +03:00
Adlai Holler
4fc753a458 Make it possible to map between sections even if they're empty (#660)
* Make section mapping work even for empty sections

* Unlock more cases and update changelog

* Fix complexity documentation
2017-11-03 16:24:48 -07:00
Benjamin Scholtysik (Reimold)
e7c8cf2eb9 Merge pull request #477 from bitstadium/fix/fix-documentation-creation
fix documentation creation as jazzy 0.9.0 broke it
2017-11-03 16:19:30 -07:00
Benjamin Scholtysik (Reimold)
c849432125 fix documentation creation as jazzy 0.9.0 broke it 2017-11-03 15:40:56 -07:00
Adlai Holler
ff608c92bf [Minor Breaking API] Make deallocation queues more reliable (#651)
* Make our async deallocation functions take a double pointer, so we can be sure we've released before the queue drains

* Make it a class property

* Fix the return type

* Use a locker

* Improve release notes
2017-11-02 10:45:34 -07:00
TBXark
64b6242b9c Update layout2-layoutspec-types.md (#655)
Fix `ASBackgroundLayoutSpec ` example code bug
2017-11-02 16:45:57 +00:00
Ivan Matkov
9409f3d646 Wait sender in the background 2017-11-02 16:47:17 +03:00
Ivan Matkov
ca3580a137 Add more logs 2017-11-02 16:23:07 +03:00
Ivan Matkov
aa1b56d26c Fix subscription on notifications 2017-11-02 16:05:20 +03:00
Garrett Moon
1626c17ff2 Disable this test for now, it's too flakey and no one has time to investigate (#649) 2017-11-02 12:54:39 +00:00
Ivan Matkov
15fd47fce0 Add finish notification to BITSender and remove deprecations 2017-11-02 15:01:45 +03:00
Ivan Matkov
a1ef076e31 Add null check for shared application 2017-11-02 14:09:08 +03:00
wing0wind
a1db810c97 Version check code cause build error in Xcode 8.x . 2017-11-02 19:21:59 +09:00
Brandon Withrow
2ca061681a Merge pull request #468 from airbnb/btw/TrimBugs
Fix for Trim Path Bugs
2017-11-01 11:38:04 -07:00
Brandon Withrow
4cad1cb029 Merge pull request #467 from benjaminbarbe/master
beginTime now use the animation speed value for proper transition
2017-11-01 11:37:52 -07:00
brandon_withrow
e4217a6067 Fix for Trim Path Bugs 2017-11-01 11:29:40 -07:00
Ivan Matkov
c73981f5e1 Support tracking events in background 2017-11-01 16:54:15 +03:00
Benjamin Barbe
fbd51fc393 beginTime now use the animation speed value for proper transition 2017-11-01 13:58:42 +01:00
Adlai Holler
944cad6ed6 Make the framework backwards compatible with Xcode 8 (#650)
* Make the framework backwards compatible with Xcode < 9

* Update changelog
2017-10-31 16:11:57 -07:00
Garrett Moon
255682da3d Fix a layout deadlock caused by holding the lock and going up the tree. (#638)
* Fix a layout deadlock caused by holding the lock and going up the tree.

* Add CHANGELOG message

* Huy's comments
2017-10-31 15:36:01 +00:00
Ha Hyun soo
d8c2a8edd2 [Documentation] Update Inversion Docs (#647)
* Update docs

append inversion example about swift language

* apply github comment
2017-10-31 13:25:37 +00:00
appleguy
63efdbde8f [ASCollectionView] Call -invalidateFlowLayoutDelegateMetrics when rotating. #trivial (#616)
* [ASCollectionView] Ensure -invalidateFlowLayoutDelegateMetrics is called for UIKit passthrough cells.

This allows rotation to work properly when rotating UIKit passthrough
cells that need to change width.

* [ASCollectionView] No need to verify node is still in model to handle view-only notifications.
2017-10-31 13:20:58 +00:00
Grishka
8d6ca06257 Correctly handle ALSA errors
(actually, it should have been like this from the beginning)
telegramdesktop/tdesktop#3412
2017-10-31 11:19:00 +03:00
brandon_withrow
c5f9f5bc1a Bump version to 2.1.4 2017-10-30 15:22:37 -07:00
brandon_withrow
0427c2263e Remove File 2017-10-30 15:00:26 -07:00
Brandon Withrow
78961d5ba8 Merge pull request #466 from airbnb/btw/keypathsfix
Fix for log keypaths bug
2017-10-30 14:59:02 -07:00
brandon_withrow
ea31026966 Fix for log keypaths bug 2017-10-30 14:58:31 -07:00
Brandon Withrow
ac2a06ac5a Merge pull request #442 from meiwin/animationbug
Fix bug where animation stop playing
2017-10-30 14:41:39 -07:00
Brandon Withrow
b2162028b7 Merge pull request #454 from akwilliamson/master
add @available check to silence warning for userInterfaceLayoutDirect…
2017-10-30 14:40:14 -07:00
Brandon Withrow
909860769f Merge pull request #460 from eskerber/extension-safe-setting
Mark lottie as extension safe
2017-10-30 14:39:01 -07:00
Benjamin Scholtysik (Reimold)
580e991794 use PLCR 1.2.3 2017-10-27 15:17:34 -07:00
Adlai Holler
af99ff5ef2 Have ASNetworkImageNode report whether images were cached or not (#639)
* Have ASNetworkImageNode report whether images were cached or not.

* Update changelog

* Add fileURL case
2017-10-25 15:57:30 -07:00
r é m i 
8317c11e42 [Tests] Introducing tests for the ASTabBarController (#628)
* introducing tests for the ASTabBarController

* Update ASTabBarControllerTests.m
2017-10-25 10:53:37 +01:00
r é m i 
128700f82d [Tests] Add test scrollToPageAtIndex ASPagerNode (#629)
* add scrollToPageAtIndex for the ASPagerNode

* update convention code
2017-10-24 19:40:48 +01:00
r é m i 
baf1ea2db4 introduce tests for the ASNavigationViewController (#627) 2017-10-24 19:40:28 +01:00
Huy Nguyen
3b91fbaab2 Update "Getting Started" page (#633) 2017-10-24 16:50:50 +01:00
Garrett Moon
d00a58580a Xcode update line should be in 2.6 2017-10-24 08:20:41 -07:00
Garrett Moon
7fffebe293 Update to 2.6 to indicate Xcode upgrade required. 2017-10-24 08:17:43 -07:00
appleguy
68f3468d91 [ASCollectionView] Improve performance and behavior of rotation / bounds changes. (#431)
* [ASCollectionView] Improve performance and behavior of rotation / bounds changes.

See #430 for details.

* Edit CHANGELOG.md

* [ASDataController] Implement -relayoutAllNodesWithInvalidationBlock:, to flush the ASMainSerialQueue before -invalidateLayout is called.

* Don't set download results if no longer in preload range. (#606)

Good catch by @djblake, if you scroll fast enough, you leave images
set on the image node because didExitPreloadRange (which would have
cleared it) was already called.

* 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

* [ASDataController] Add nullable specifier to invalidationBlock for relayout of nodes.
2017-10-24 13:12:52 +01:00
Garrett Moon
63842e1a39 Fixing changelog 2017-10-22 17:42:57 -07:00
Garrett Moon
7779531810 Update CHANGELOG for 2.5.1 2017-10-22 17:39:14 -07:00
Garrett Moon
53147f0ce6 Updating podspec to 2.5.1 2017-10-22 17:36:52 -07:00
Viktor Oreshkin
85a4287782 Add xcuserdata to gitignore
Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
2017-10-23 01:03:43 +03:00
Erik Kerber
e36deebd3c Mark lottie as extension safe 2017-10-21 21:39:29 -05:00