Commit Graph

13022 Commits

Author SHA1 Message Date
Peter
d649db2dba no message 2017-11-14 20:38:20 +03:00
arkin
248b325595 remove unnecessary newlines 2017-11-14 15:50:57 +08:00
Ilya Laktyushin
0db95cbfcd no message 2017-11-13 20:19:16 +04:00
Peter
c30b37147d no message 2017-11-11 18:20:45 +03:00
Ilya Laktyushin
db08f798c4 no message 2017-11-11 17:27:22 +04:00
Ilya Laktyushin
94496b6a39 no message 2017-11-11 11:06:55 +04:00
Grishka
6a0b3b23b7 Disable OpenSL on Android because it's unreliable AF 2017-11-11 01:36:31 +03:00
Ilya Laktyushin
9079a2539c no message 2017-11-10 13:10:51 +04:00
Peter
62a8f702ce Merge commit 'b22579ab5708d34df6c19cb8db16e60e74848ee1' 2017-11-09 15:54:40 +03:00
Peter
2381550398 no message 2017-11-09 15:54:36 +03:00
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