14914 Commits

Author SHA1 Message Date
Jonathan Downing
6dc0edf839 Make ASCollectionElement Public (#1303)
* Update AsyncDisplayKit.h

* Update project.pbxproj
2019-03-04 17:34:56 -08:00
Kevin
babd81bd23 Add setNeedsLayout to yoga tree changes. (#1361) 2019-03-04 17:33:28 -08:00
Kevin
96e6a6c595 Resolve root constrained size before informing delegate to resolve infinite layout loop. (#1359) 2019-03-04 17:21:01 -08:00
Kevin
50e8dbfb9c Do not lock the nodeController if we are not locking to root. (#1360)
Doing so leaves it locked when we elsewhere explicitly unlock the node to ascend.
2019-03-04 17:20:47 -08:00
Gregory K
46cd772b3f
Merge pull request #76 from zevlg/issue-68-config-audio-callback
audio-callback feature is disabled by default
2019-03-05 00:35:31 +03:00
Zajcev Evgeny
c373fc65e4 audio-callback feature is disabled by default, use
"--enable-audio-callback" to enable it

Fixes #68
2019-03-05 00:24:12 +03:00
Garrett Moon
001765a85e If we check for batching before content size is available we'll always fetch (#1355) 2019-03-03 19:33:32 -06:00
Adlai Holler
d14a3b03e9
Optimize ASTwoDimensionalArrayUtils (#1351)
* Optimize ASTwoDimensionalArrayUtils

These methods are called on the main thread during range controller updates (i.e. every frame) and so they should be as fast as possible.

* Rename

* Use vector instead of stack array to handle really big cases (e.g. photos)
2019-03-03 12:49:36 -06:00
dirtmelon
257f5a9a6d Update layout-transition-api.md (#1357) 2019-03-03 08:05:44 -08:00
Kevin
1410b29b63 Lock up to yogaRoot during layout to avoid deadlocks. (#1356)
* Lock up to yogaRoot during layout to avoid dead lock.

1) lock to root for tree
2) lock self to change parent (& consequently root)
3) Implement ASLocking (tryLock) on ASNodeController
4) add lockPair to try-lock node & controller together
5) lock controllers if they exist in lockToRoot...

Disable some asserts due to lock to root. :(

LL# No commands remaining.

* Add macro so non-Yoga still builds :)

* wut
2019-03-03 08:05:01 -08:00
Michael Schneider
ddc4fd2ddb Don't compile out ASExperimentalTextNode if ASTextNode is compiled out (#1353) 2019-03-03 07:56:09 -08:00
Peter
34a6ae181e Update libtgvoip url 2019-03-02 00:31:17 +04:00
Peter
0d00df89d6 Update submodule urls 2019-03-02 00:23:25 +04:00
Peter
84e61105c1 Merge commit 'f83afd23f6960c4c2980663a73951df1ff82fd2d' 2019-03-02 00:03:46 +04:00
Peter
43b70a8bb1 Invoke resetStateManagement on account creation 2019-03-02 00:03:43 +04:00
Peter
1e89767d7f Merge commit '8c860dc9aa59c5b6776ff339813707f3b5475c33' 2019-03-02 00:03:10 +04:00
Peter
4a9e6d20db Media preload fixes 2019-03-02 00:03:06 +04:00
Peter
a58499d412 Media preload fixes 2019-03-02 00:02:45 +04:00
Peter
798e2dda42 ListView: added generalScrollDirectionUpdated 2019-03-02 00:01:24 +04:00
Ilya Laktyushin
f83afd23f6 Update submodules 2019-03-01 22:52:54 +04:00
Ilya Laktyushin
8c860dc9aa Enabled streaming for GIFs and round videos
Play video in fullscreen on switching to landscape
Use autodownload settings in IV
2019-03-01 22:48:56 +04:00
Peter Iakovlev
e827833243 Cleanup, update localization 2019-03-01 17:15:50 +04:00
Peter Iakovlev
df83998c74 Implemented unread media preload 2019-03-01 17:15:13 +04:00
Peter Iakovlev
6b069e9d20 AccountViewTracker: added orderedPreloadMedia 2019-03-01 17:14:45 +04:00
Peter Iakovlev
78def0377b MessageHistoryTable: added renderMessageMedia
MessageOfInterstHolesView: added nearest unread media
2019-03-01 17:14:22 +04:00
Peter Iakovlev
3d677ae39a Add logs to notification service 2019-02-28 15:03:51 +04:00
Peter Iakovlev
93c580c46d DebugController: send notification logs 2019-02-28 15:03:20 +04:00
Peter Iakovlev
89e08ffbef Cleanup 2019-02-28 15:02:38 +04:00
Grishka
ce74c9216f Avoid using private APIs on OS X in app store builds 2019-02-27 18:29:01 +04:00
Hermet Park
9c94a57556
Merge pull request #1 from JSUYA/dev/jsuya
example : Change keyframe_set/get to progress_set/get APIs
2019-02-27 19:04:27 +09:00
JunsuChoi
febe35c421 example : Change keyframe_set/get to progress_set/get APIs
efl_animation_view_keyframe_set/get are deprecated.
2019-02-27 15:56:37 +09:00
Ilya Laktyushin
da30be0332 Update submodules 2019-02-27 04:04:01 +04:00
Ilya Laktyushin
78c42b8f9d UI fixes 2019-02-27 03:43:10 +04:00
Ilya Laktyushin
124cc24059 Added text with icon tooltip content 2019-02-27 03:22:10 +04:00
Peter
7662af704f Update submodules release-5.4.1 2019-02-27 01:20:46 +03:00
Peter
023737c1c1 Temporarily disable search text highlighting 2019-02-27 01:19:39 +03:00
Peter
76c1d7f06d Update project 2019-02-26 23:25:58 +03:00
Peter
2db01705e9 Merge commit '0b5cdfe62fec5ee5be7815aa022d25051e340da6' 2019-02-26 23:25:31 +03:00
Peter
b2af2d4fcc Migrate access challenge data 2019-02-26 23:25:26 +03:00
Peter
6d9ff926d6 Remove debugging code 2019-02-26 23:25:03 +03:00
Peter
7f8164b5b1 Migrate access challenge data 2019-02-26 23:24:28 +03:00
Peter
ffdff0c4bb Added method to retrieve legacy access challenge data 2019-02-26 23:24:08 +03:00
Peter
8188965d21 Update project 2019-02-26 23:01:14 +03:00
Peter
796552703a Update project 2019-02-26 23:00:49 +03:00
Peter
8f332f8a51 Update project 2019-02-26 22:58:34 +03:00
Peter
f955b9c3f5 Update project 2019-02-26 22:58:11 +03:00
Peter
38132dd31d Update project 2019-02-26 22:57:45 +03:00
Peter
03f3f3d77b Update project 2019-02-26 22:56:08 +03:00
Peter
95615527a9 Update project 2019-02-26 22:55:38 +03:00
Peter
4ea8057cf2 Update project 2019-02-26 22:55:10 +03:00