Peter Iakovlev
2d8375de26
Merge commit '13899c4d8965d553560d6c9f4529b9d26cb4f0e3'
2019-01-17 21:47:25 +04:00
Peter Iakovlev
a6b737c83b
UI fixes
2019-01-17 21:47:21 +04:00
Peter
8dc6f0029f
Merge commit 'faf18be8134939362be1602f005563b42825ee8d'
2019-01-17 21:45:24 +04:00
Peter
73eaa6f077
Enable logging in testflight builds
2019-01-17 21:45:20 +04:00
Peter
13899c4d89
UI fixes
2019-01-17 21:44:58 +04:00
overtake
5349bb5644
Merge branch 'master' of https://gitlab.com/peter-iakovlev/telegramcore
2019-01-17 17:52:10 +04:00
Ilya Laktyushin
faf18be813
Update submodules
2019-01-17 15:22:32 +04:00
Ilya Laktyushin
1270d99fc2
UI fixes
2019-01-17 15:22:11 +04:00
Ilya Laktyushin
c45aa06aa7
API update
2019-01-17 15:21:40 +04:00
subhransu mohanty
b55ec0f297
lottie: Fix incorrect return value of totalFrame() api.
...
Change-Id: I930e5b9624b87b512394951d616e73531b2d5b9d
2019-01-17 05:26:08 +00:00
Michael Schneider
7a782f8176
Fix deprecated implementations warning ( #1306 )
2019-01-16 18:28:37 -08:00
Kevin
9428fd4b9c
Add some snapshot tests for ASTextNode2 truncation modes. ( #1296 )
...
* Add some snapshot tests for ASTextNode2 truncation modes
* Allow some tolerance in snapshots
* Express tolerance percentage correctly
* Code review comments: Move class methods up, combine declaration&initializaiton lines
* Give png files clearer names
* Oops
2019-01-16 18:26:05 -08:00
dmaclach
d8cc3c9bdd
Reduce startup time. ( #1294 )
...
Initializing the LUT arrays at file level scope creates a large chunk of code retaining and releasing all of the NSStrings in the tables. Moving them to function level moves the initialization to being lazy.
2019-01-16 18:25:19 -08:00
Kevin
d73c44dffc
match AS_USE_VIDEO usage in tests to definitions ( #1280 )
2019-01-16 18:23:47 -08:00
dmaclach
0a48cd7371
Reduce startup time. ( #1293 )
...
Move file level static into a function so that it isn't being initialized pre-main.
2019-01-16 18:23:08 -08:00
wxyong
45f2347367
[Documentation] Performance spell correction ( #1298 )
2019-01-16 18:21:24 -08:00
Ilya Laktyushin
a3c747bde2
Update submodules
2019-01-16 21:33:20 +04:00
Ilya Laktyushin
06fc9e6aab
Download animations and navigation bar fixes
2019-01-16 21:32:32 +04:00
Ilya Laktyushin
02bca94d9d
Navigation bar content clipping fix
2019-01-16 21:29:45 +04:00
dmaclach
e59eff8aa0
Reduce startup time. ( #1292 )
...
Move file scope constant that is initialized at startup to function scope to avoid startup hit.
2019-01-15 08:56:43 -08:00
Ilya Laktyushin
9186a95e0b
Update submodules
2019-01-15 20:09:28 +04:00
Ilya Laktyushin
c9631285bf
Merge branch 'master' of gitlab.com:peter-iakovlev/TelegramUI
2019-01-15 20:03:12 +04:00
Ilya Laktyushin
07dd81fca6
Update submodules
2019-01-15 19:58:33 +04:00
Ilya Laktyushin
7c40211c4b
Merge branch 'master' of gitlab.com:peter-iakovlev/TelegramUI
2019-01-15 19:58:05 +04:00
Ilya Laktyushin
679283d018
Merge branch 'master' of gitlab.com:peter-iakovlev/Display
2019-01-15 19:57:19 +04:00
Ilya Laktyushin
2e4333212c
Expose pre-collected keyboard height
2019-01-15 19:57:00 +04:00
Peter
ec15b31263
Update submodules
2019-01-15 19:21:17 +04:00
Peter
84d40aa79d
UI fixes
2019-01-15 19:20:52 +04:00
Peter
ae844e1a20
Automatically cache uploaded avatar sizes
2019-01-15 19:20:04 +04:00
Peter
1df1405bd2
Fix generateScaledImage
2019-01-15 19:19:28 +04:00
subhransu mohanty
b39738d852
lottie/example: Added image_test.json(resource with image resource )
...
Change-Id: If79f5892347be0dcc850380f1520dfd0f2c70724
2019-01-15 17:14:04 +09:00
subhransu mohanty
704547bf32
lottie/render: Support rendering lottie image object.
...
Change-Id: I1b15263cd27248ccef57eff1d771b627cf0f59d8
2019-01-15 17:04:50 +09:00
subhransu mohanty
f5ddeec76d
lottie/vector: Added transform image rendering support in the render backend.
...
Change-Id: I84ae9229446b1f46a91b28544641c62dee96a23f
2019-01-15 16:30:09 +09:00
subhransu mohanty
08a316ab66
lottie/vector: Added texture and transformation support in brush.
...
Change-Id: I4e433a8f09342051a9ec062f45184709e578fd98
2019-01-15 16:30:09 +09:00
subhransu mohanty
20ffc1f859
lottie/vector: added image loading support in vector.
...
Change-Id: I37fd0c436ec396b186f78dfe1f0c0304204a942b
2019-01-15 16:25:57 +09:00
subhransu mohanty
bc2b2b8936
lottie/example : added segmented animation support in lottieview
...
Change-Id: I7af3109576217e3b92a6a6d9fd9492b5fb4c6bcb
2019-01-15 06:24:16 +00:00
subhransu mohanty
4d4fa29212
lottie/parser: added support for image asset parsing.
...
Change-Id: Ib7a4ec1b7d6d7f5c9357e451c3908d88c671bc37
2019-01-15 06:24:10 +00:00
subhransu mohanty
33805af1df
lottie/stb: fixed warning regarding unused function.
...
Change-Id: I4558829cc73135bcf5d454e97e13db5925df1655
2019-01-15 14:02:48 +09:00
subhransu mohanty
6208d07016
lottie/vector: create a wraper library of stb_image loader
...
Change-Id: If3ebb5d399d81c4435419c6f728f2f73b0cb7faa
2019-01-15 14:02:33 +09:00
Ilya Laktyushin
10d5bf3d10
UI fixes
2019-01-15 00:55:31 +04:00
Peter
6df083a0f0
Update submodules
2019-01-14 19:56:34 +04:00
Peter
de668ae9c2
Fix unnecessary nextPressed in splash controller
2019-01-14 19:56:12 +04:00
Peter
02b26365c8
Update submodules and localization generator
2019-01-14 19:16:11 +04:00
Peter
48cc78e910
Update localization format
2019-01-14 19:13:21 +04:00
Hermet Park
ab741851b5
copying: fix wrong path.
...
Change-Id: I47ad76591dd8b5cba24361f110028a476723feb0
2019-01-14 05:36:46 +00:00
Peter
272d1c22ec
Merge commit 'c0dca6c071826758c88f488888052b6a544804b6'
2019-01-14 02:26:40 +03:00
Peter
cde4b0e91e
Update localization
2019-01-14 02:26:37 +03:00
Peter
0341c221f6
Merge commit '3f1c7d892162114da325e547f3f9d9ade80eed0e'
2019-01-14 02:25:41 +03:00
Peter
94c28fe36b
Fix pinned chats reordering
...
Fix sent image thumbnail transfer
2019-01-14 02:25:37 +03:00
Peter
4e9b52480d
Merge commit 'c9aa4a85da7d15f2f4227e301b2f92f5dd46aae5'
2019-01-14 02:24:56 +03:00