Johannes Marbach
9ddc9834ff
Add LOTKeypath to tvOS target to fix broken build
2018-03-06 13:38:38 +01:00
Mikhail Filimonov
06f36dc334
Merge branch 'group_calls' of https://github.com/peter-iakovlev/TelegramCoreDev into group_calls
2018-03-03 20:39:59 +04:00
Mikhail Filimonov
eee81ac587
Merge branch 'master' of https://github.com/peter-iakovlev/Postbox
2018-03-03 20:39:09 +04:00
John Preston
6e0e102614
Merge remote-tracking branch 'upstream/public' into HEAD
2018-03-03 15:57:10 +03:00
Peter Iakovlev
a878bead42
no message
2018-03-03 11:22:45 +04:00
Peter Iakovlev
139fb8fc7c
no message
2018-03-03 11:21:09 +04:00
appleguy
8b4a7cdab8
[ASDisplayNode] Add unit tests for layout z-order changes (with an open issue to fix). ( #816 )
2018-03-02 14:39:42 -08:00
Peter Iakovlev
1aeeed2944
no message
2018-03-03 01:27:43 +04:00
Peter Iakovlev
6e86980cd2
no message
2018-03-03 01:27:13 +04:00
Mikhail Filimonov
b3c405113d
Merge branch 'group_calls' of https://github.com/peter-iakovlev/TelegramCoreDev into group_calls
2018-03-02 20:56:43 +04:00
Mikhail Filimonov
344cc07236
no message
2018-03-02 20:56:24 +04:00
Peter Iakovlev
b39986a1ee
no message
2018-03-02 20:55:22 +04:00
Peter Iakovlev
349953a84b
no message
2018-03-02 20:54:55 +04:00
Peter Iakovlev
d5f0e96802
no message
2018-03-02 20:54:35 +04:00
Peter Iakovlev
089a87be15
no message
2018-03-02 20:53:38 +04:00
Peter Iakovlev
4b1e3067b2
no message
2018-03-02 20:47:00 +04:00
Peter Iakovlev
39381dd189
no message
2018-03-02 20:44:32 +04:00
Peter Iakovlev
e8ec55e911
no message
2018-03-02 20:44:12 +04:00
Peter Iakovlev
377c25943b
no message
2018-03-02 20:43:26 +04:00
Peter Iakovlev
3a2c2ea690
Merge commit '2618c50073092e99fe1df5213ba6a0619e908988'
...
# Conflicts:
# AsyncDisplayKit.xcodeproj/project.pbxproj
# Source/Private/ASDisplayNode+AsyncDisplay.mm
2018-03-02 15:24:20 +04:00
Grishka
41d16426fd
probably fix crash on os x
2018-03-02 14:51:42 +04:00
Mikhail Filimonov
b55d22f2fa
Merge branch 'group_calls' of https://github.com/peter-iakovlev/TelegramCoreDev into group_calls
2018-03-01 19:37:42 +04:00
Mikhail Filimonov
a835c4c4ee
no message
2018-03-01 19:37:35 +04:00
Peter Iakovlev
22a05174d7
no message
2018-03-01 19:22:16 +04:00
Mikhail Filimonov
6ea292ddaa
Merge branch 'master' of https://github.com/peter-iakovlev/Postbox
2018-03-01 12:34:50 +04:00
Mikhail Filimonov
74e52c0ce2
no message
2018-03-01 12:34:45 +04:00
Mikhail Filimonov
c353091c51
Merge branch 'group_calls' of https://github.com/peter-iakovlev/TelegramCoreDev into group_calls
2018-03-01 12:34:09 +04:00
Mikhail Filimonov
e2d2bd98f9
no message
2018-03-01 12:33:58 +04:00
Peter Iakovlev
3306b36ddb
no message
2018-03-01 03:54:11 +04:00
Peter Iakovlev
e6e4bee77e
no message
2018-03-01 03:53:55 +04:00
Adlai Holler
a1055254f7
Replace pthread specifics with C11 thread-local variables ( #811 )
...
* Replace pthread specifics with C11 thread-local variables for speed and safety
* Increment changelog
2018-02-28 12:42:30 -08:00
Karthik M
6b57b1cf1a
[ASDKGram Example] image_url has been changed from URL to Array by 500px. ( #813 )
2018-02-27 20:40:45 -08:00
Peter Iakovlev
e8772ff295
no message
2018-02-28 01:19:41 +04:00
Peter Iakovlev
a4692499c4
no message
2018-02-28 01:19:26 +04:00
Garrett Moon
8817a009c9
Upgrade dangerfile ( #810 )
...
* Upgrade dangerfile
* Allow cocoapods warnings for now :(
2018-02-26 13:16:38 -08:00
Mikhail Filimonov
1b6167bab7
Merge branches 'group_calls' and 'group_calls' of https://github.com/peter-iakovlev/TelegramCoreDev into group_calls
2018-02-26 19:36:08 +04:00
Mikhail Filimonov
9f2150f592
no message
2018-02-26 19:35:57 +04:00
Peter Iakovlev
78fdebcce3
no message
2018-02-26 15:23:09 +04:00
Peter Iakovlev
a3e4d97b6e
Merge commit '84fcb8a8aafe0dafedf0876af3fad95b32a76f09' into group_calls
2018-02-26 15:15:58 +04:00
Peter Iakovlev
fa8633d2ba
no message
2018-02-26 15:13:43 +04:00
Peter Iakovlev
89a2a1c47f
Merge commit 'ebe5d4eebaa7208c3f66d93a56f6a3c3ea66d885'
2018-02-26 12:42:29 +04:00
Peter Iakovlev
12f84cf975
no message
2018-02-26 12:42:16 +04:00
appleguy
223f1c9a36
[ASDisplayNode] Consolidate main thread initialization and allow apps to invoke it manually instead of +load. ( #798 )
...
* - [ASDisplayNode] Consolidate main thread initialization and allow apps to invoke it manually instead of +load.
Additionally this has a few minor fixes for Yoga support, and adds some basic
but universally valuable callbacks like -nodeDidLoad to ASNodeController.
* Small fix for handling _layoutVersion.
* Remove poking the scale accessor
2018-02-25 22:15:40 -08:00
Peter Iakovlev
10a029df32
no message
2018-02-24 16:27:58 +04:00
Peter Iakovlev
e54bb8c34a
no message
2018-02-24 16:27:31 +04:00
Michael Schneider
236cdd799c
Fix UIResponder handling with view backing ASDisplayNode ( #789 )
...
* Add failing tests
* Fix responder chain handling in Texture
* Add mores tests that horrible fail
* Add Changelog.md entry
* Some fixes
* Update logic
* Add tests that prevents infinite loops if a custom view is overwriting UIResponder methods
* Add macro to forward methods in ASDisplayNode
* Add macro for forwarding responder methods in _ASDisplayView
* Remove junk
* Address first comments
* Update _ASDisplayView to cache responder forwarding methods
* Use XCTAssertEqual
2018-02-23 09:10:09 -08:00
Peter Iakovlev
d36e7e3a6e
no message
2018-02-23 20:28:31 +04:00
Ilya Laktyushin
04a9ce1abb
no message
2018-02-21 14:46:20 +03:00
Mikhail Filimonov
84fcb8a8aa
no message
2018-02-21 03:22:15 +04:00
Mikhail Filimonov
ebe5d4eeba
no message
2018-02-21 03:21:49 +04:00