14914 Commits

Author SHA1 Message Date
Peter
b6380062dd Slowmode UI fixes 2019-07-23 15:51:58 +01:00
Peter
51bf263135 Add dismissByTapOutsideSource 2019-07-23 15:50:58 +01:00
Peter
9142d3c231 Add source node and rect for action 2019-07-23 15:50:17 +01:00
overtake
a7ac77e985 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
# Conflicts:
#	submodules/TelegramCore/TelegramCore/TelegramMediaFile.swift
2019-07-23 14:42:51 +02:00
overtake
c77dd504f2 no message 2019-07-23 14:41:48 +02:00
subhransu mohanty
f95f60f8ed rlottie/cache: Added cache configuration support for indivisual resource.
For configuring Model Cache at runtime used configureModelCacheSize().
For configuring Model Cache at build time use cache flag to enable or disable.
2019-07-23 21:25:51 +09:00
subhransu mohanty
5b4eb59cd8 rlottie/cache: Added a free function configureModelCacheSize() for runtime configuration of Model Cache Policy 2019-07-23 21:25:51 +09:00
subhransu mohanty
c15a86985a lottie/cache: make lottie model cache thread safe 2019-07-23 21:25:51 +09:00
Ilya Laktyushin
5fb8963857 Admin ranks fixes 2019-07-23 14:24:44 +02:00
Nicholas Guriev
24346d0955 Run tests with CMake on travis
* Increase minimal Cmake version to bypass a crash in GoogleTest module.
2019-07-21 23:35:56 +09:00
Nicholas Guriev
1cd793af3b Add tests with CMake 2019-07-21 23:35:56 +09:00
sub.mohanty@samsung.com
4107e2dc8a test: Added rect test case to vector test suite 2019-07-21 15:38:55 +09:00
sub.mohanty@samsung.com
7d3d41978a vector: changed conversion constructor to conversion operator 2019-07-21 15:28:39 +09:00
sub.mohanty@samsung.com
577dbd51b7 CI: update travis CI to use docker image and enable running test suits. 2019-07-21 13:53:53 +09:00
sub.mohanty@samsung.com
499643b821 vector: Fix regression in VRecF for uniform initialization constructor
Fixes vector test suite.
2019-07-21 13:25:30 +09:00
Ilya Laktyushin
bb44184bd3 Fixed chat message menu presentation 2019-07-20 00:30:23 +02:00
Ilya Laktyushin
fb3eeaa323 Fixed classic theme creation 2019-07-19 22:54:25 +02:00
Ilya Laktyushin
21ad9b9ca2 Fixed build 2019-07-19 22:48:29 +02:00
Ilya Laktyushin
42d99e399a Theme preview improvements 2019-07-19 22:26:57 +02:00
Peter
b9cf73fb7b Merge commit 'bdc0005144723a2aa8854825762d55237ed7236b' 2019-07-19 19:22:45 +01:00
Peter
a94b090f7d Improve slowmode limits 2019-07-19 19:21:48 +01:00
Peter
9511c6b118 Add updateSublayerTransformScale variant for CALayer 2019-07-19 19:21:17 +01:00
Peter
46116f5f79 Merge commit '6f889931f3a4b0df9c51e57adfb1273d80cb0189' 2019-07-19 13:30:04 +01:00
Peter
5edd649d11 Slowmode WIP 2019-07-19 13:30:01 +01:00
Peter
73c5bead8a Improve priority-based fetching 2019-07-19 13:29:48 +01:00
Peter
3a1a825e69 Improve UniversalSoftwareVideoSource seeking 2019-07-19 13:29:23 +01:00
Peter
23b399f94e Refactor updateContent 2019-07-19 13:28:26 +01:00
Ilya Laktyushin
bdc0005144 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2019-07-19 14:10:52 +02:00
Ilya Laktyushin
35dd5d51c3 Implemented custom admin ranks 2019-07-19 14:00:28 +02:00
Ilya Laktyushin
eb48e43f72 Fixed scam label color for outgoing messages in dark theme 2019-07-19 13:57:34 +02:00
overtake
6f889931f3 - slow mode fixes [skip ci] 2019-07-19 13:52:56 +02:00
subhransu mohanty
cebc6c1281 meson: move generation of cmake config file to cmake option flag 2019-07-19 15:26:28 +09:00
Shinwoo Kim
2fe86683a6 build pixman arm neon only for arm cpu family(not for aarch64) 2019-07-19 10:04:47 +09:00
subhransu mohanty
2fccc0e11d meson: Add support for building rlottie as a static library 2019-07-19 09:07:54 +09:00
Ilya Laktyushin
0dd46b23d8 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2019-07-19 01:11:44 +02:00
Ilya Laktyushin
461c538d62 Update API 2019-07-19 01:08:18 +02:00
Peter
8a71de3700 Fix API [skip ci] 2019-07-18 23:30:59 +01:00
Peter
200ee290b2 Merge commit 'f8aea99a11eb4a824012d7f5e2c27bb64a6840aa' 2019-07-18 21:30:48 +01:00
Peter
d1b6b182fe Update API 2019-07-18 21:30:45 +01:00
Peter
ebabc783cd Temp 2019-07-18 21:30:26 +01:00
Ilya Laktyushin
77bcee482b Fixed passcode setup from logout options screen 2019-07-18 21:25:07 +02:00
Ilya Laktyushin
9a662ab2df Weakened animated sticker parameters checks 2019-07-18 21:24:20 +02:00
overtake
f8aea99a11 typo fixes. [skip ci] 2019-07-18 19:02:50 +02:00
Ilya Laktyushin
eddb05b020 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2019-07-18 17:48:54 +02:00
Ilya Laktyushin
ba360f43a6 Restored lost custom theme commit changes 2019-07-18 17:48:37 +02:00
subhransu mohanty
31e26f38b3 rlottie: Add missing parameter for non thread render scheduler 2019-07-18 16:33:07 +09:00
subhransu mohanty
163db38979 meson: Fix regression in library size
As all the meson variables are in global scope the compiler_flags
in stb module reseted all the optimization flag set in the src directory
which increased the library size by 100KB.
2019-07-18 10:10:03 +09:00
subhransu mohanty
eb2ed2ca90 rlottie: Fix warning on clnag-8 2019-07-18 09:23:20 +09:00
Peter
1ad0c6585f Merge branch 'master' into ton 2019-07-17 17:45:39 +01:00
Peter
093ec63cc5 Merge commit '72dd8f1151cfd34e40ef4cf3986a8b2dd42eeb23' 2019-07-17 17:45:30 +01:00