Ilya Laktyushin
c2149ecd2e
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-14 18:15:39 +01:00
Ilya Laktyushin
ff816dd8e3
no message
2018-09-14 18:15:30 +01:00
Peter
ba53cb714d
no message
2018-09-14 19:54:11 +03:00
Michael Schneider
f759d5cc7d
Improve locking around clearContents ( #1107 )
...
* Improve locking around clearContents
* Add changelog
2018-09-14 08:48:19 -07:00
Peter
e5cdfa4a20
no message
2018-09-14 18:37:47 +03:00
Peter
71b11564d2
Merge commit '55933acebca3b2361f8c2748a9f236bf98bb793d'
2018-09-14 18:37:29 +03:00
Peter
c8619024fe
no message
2018-09-14 18:36:46 +03:00
Ilya Laktyushin
55933acebc
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-14 15:50:41 +01:00
Ilya Laktyushin
cf0d37b2aa
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
...
# Conflicts:
# TelegramUI/SecureIdDocumentFormControllerNode.swift
2018-09-14 15:50:23 +01:00
Peter
bdb87523be
no message
2018-09-14 17:29:49 +03:00
Ilya Laktyushin
b090612e53
no message
2018-09-14 15:25:48 +01:00
Peter
6a039d5f43
Merge commit '7ec24554d4a73ada3c6691b999dfe24e7637b503'
2018-09-14 17:03:23 +03:00
Peter
bb24674d68
no message
2018-09-14 17:03:01 +03:00
Peter
664c89a820
no message
2018-09-14 17:02:21 +03:00
Peter
10379313d2
no message
2018-09-14 17:02:03 +03:00
Peter
cc178e94fe
no message
2018-09-14 17:01:46 +03:00
subhransu mohanty
b5d4b0d5e9
lottie: add more test resources.
...
Change-Id: I778b7fe0d062043d97cc87d0ec581f2d35451f2b
2018-09-14 13:53:47 +09:00
subhransu mohanty
829533e47c
lottie/parser: fixed a crash when lottie resource has empty path data.
...
Change-Id: I83d04fa6a1034f71e8cf9b6468b192b56a4c8185
2018-09-14 13:41:56 +09:00
Adlai Holler
eb5bd0942b
Don't copy container during ASTextNode2 layout ( #1115 )
2018-09-13 11:06:12 -07:00
Adlai Holler
1d2f1f2ed8
Don't setNeedsDisplay on text node measure #trivial ( #1116 )
2018-09-13 11:05:48 -07:00
Fela Ameghino
761c5869e9
Added GetStats to CXWrapper
2018-09-13 12:27:04 +02:00
subhransu mohanty
7ff9061eae
lottie/resource: added few more resource from internet.
...
Change-Id: I7a22d6b9beb4741fb047f9c7556cea3a38bc21d9
2018-09-13 09:31:27 +00:00
subhransu mohanty
cf21f89ef0
lottie/parser: Fix crash issue when interpolation string is not present in lottie file.
...
For some version of bodymovin file interpolation string is not part of the keyframe
in those case create one and add it to the cache.
Change-Id: I5853bd7a6f46140d16191c2b79622cfa1f6fb074
2018-09-13 18:31:08 +09:00
subhransu mohanty
d0dac93229
lottie: add more info to tree dump.
...
Change-Id: I8565484b16dfb703586af2ba3b893c0c90298107
2018-09-13 10:35:53 +09:00
Max Wang
69ab24bc00
Make interface state delegate non optional ( #1112 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* remove uncessary assert
* Fix collection cell editing bug for iOS 9 & 10
* Revert "Fix collection cell editing bug for iOS 9 & 10"
This reverts commit 06e18a10596622ff8a68835c95a23986d7bf61ea.
* Make interface state delegate protocol non-optional.
* add change log
* add missing removal
* add required method to ASNodeController
* fix indentation
* Update CHANGELOG.md
2018-09-12 09:48:39 -07:00
Michael Schneider
a798cf9008
Call out to AnimatedImage subclass hook in the next runloop cycle ( #1087 )
2018-09-12 09:39:22 -07:00
Peter
144450d295
no message
2018-09-12 18:46:11 +03:00
Ilya Laktyushin
b3afd9e772
no message
2018-09-12 16:35:43 +01:00
Ilya Laktyushin
7ec24554d4
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
...
# Conflicts:
# TelegramUI/SecureIdAuthFormFieldNode.swift
2018-09-12 16:35:27 +01:00
Ilya Laktyushin
eba4688764
Merge branch 'master' of github.com:peter-iakovlev/Display
2018-09-12 16:34:57 +01:00
Youngbok Shin
02cb018c75
lottie/parser: fix code indentations and a duplicated code
...
Change-Id: I01280529f6ada36ded67a31d24833049762f52ca
2018-09-12 16:48:39 +09:00
Ilya Laktyushin
c2a3f2e65b
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-12 08:46:56 +01:00
subhransu mohanty
3756e7cb93
lottie/parser: update the lottie tree dump method.
...
Change-Id: Ie126e11a20493517df69fdd2a03a091bc802a733
2018-09-12 15:59:39 +09:00
subhransu mohanty
4dff9ab5a5
lottie/vector : add a example to test the vector module.
...
Change-Id: I511b2b520b51ec8b9bf278b67a5ca94784af4c76
2018-09-12 04:17:10 +00:00
subhransu mohanty
8fa45756ab
lottie/parser: construct interpolator from correct argument.
...
This is the most annoying bug because of passing argument in wrong order to
the interpolaor constructor.
Change-Id: Idfc307186bc1dd7d6d3849d29985c3e6f493d9d0
2018-09-12 11:34:36 +09:00
subhransu mohanty
6377407e38
lottie: update the loadfromData() api signature.
...
Change-Id: I801f39d06ce67d30be37dc14733ad99ae3a54da2
2018-09-12 10:09:44 +09:00
Peter
4f35f73243
Merge commit '311d9ac073d8c4ffd8bcea7041000ac9e8d03128'
2018-09-11 22:21:03 +03:00
Peter
0648840a26
no message
2018-09-11 22:20:43 +03:00
Peter
a529933e73
no message
2018-09-11 22:20:05 +03:00
Peter
99bc4d5782
no message
2018-09-11 22:19:36 +03:00
overtake
311d9ac073
no message
2018-09-11 19:04:11 +01:00
overtake
81c9d6ec1c
Merge branches 'master' and 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-11 17:28:11 +01:00
overtake
674465dd01
no message
2018-09-11 17:27:53 +01:00
Ilya Laktyushin
351e852f71
no message
2018-09-11 17:14:04 +01:00
Ilya Laktyushin
546c6322d6
no message
2018-09-11 17:13:45 +01:00
subhransu mohanty
ad517377ce
lottie: take a copy of the data before parsing.
...
Change-Id: Ic25eea21093d8b533462ffd4c46e86d87f7c6f35
2018-09-11 16:04:40 +09:00
subhransu mohanty
f4f2382964
lottie/optimization: efficient member packing in the VDrawable object.
...
Change-Id: I545f9a33d1cae329bc9ee140c213e07697b8cccf
2018-09-11 13:18:04 +09:00
overtake
af05692897
Merge branch 'master' of https://github.com/peter-iakovlev/Signals
2018-09-10 22:46:15 +01:00
Peter
3a414eeea2
Merge commit 'd4c685ebf812967f9286101ecfb94f6b12668818'
2018-09-11 00:44:37 +03:00
Peter
d2d70a0dc5
no message
2018-09-11 00:44:04 +03:00