Ilya Laktyushin
250e8bd319
Update submodules
2019-06-05 00:19:06 +02:00
Ilya Laktyushin
6598d8b9d0
Updated theme selection UI
2019-06-05 00:18:36 +02:00
Ilya Laktyushin
d835e4408d
Update submodules and app icons
2019-06-05 00:17:27 +02:00
Peter
e09df60796
Update submodules
2019-06-04 17:25:33 +01:00
Peter
20e6e10a50
Fixed navigation to message of interest
2019-06-04 17:24:50 +01:00
Peter
f13ba9434f
Update submodules
2019-06-04 16:47:17 +01:00
Peter
fc95b3e572
Initial support for updated contacts
2019-06-04 16:46:52 +01:00
Peter
ef5cdf919f
Added PeerContactStatus
...
Added ability to change notification preview settings
2019-06-04 16:46:06 +01:00
subhransu mohanty
ebfe68ba55
rlottie/parser: opacity attribute can be float
2019-06-04 17:46:34 +09:00
subhransu mohanty
11c7403768
rlottie/example: refactor to use evas_object_image_pixels_dirty_set() api
2019-06-04 14:00:21 +09:00
subhransu mohanty
e521b6d8df
rlottie/parser: Fix build after refactoring
2019-06-04 10:11:53 +09:00
subhransu mohanty
2b8ce3d6c3
rlottie: Fix precomp layer rendering issue when it has alpha value
...
When the precomp layer has alpha transparency and has more than 1 child layer and they overlap each other
if we just propagate the alpha to child layer it will be applied twice in overlapped area.
in this case we treat the precomp layer as complex content and don't propagate the alpha transparency.
instead we create a buffer and draw all the child layers and then we blend with the main buffer
with the alpha transparency value.
2019-06-04 09:57:08 +09:00
subhransu mohanty
574122b5a4
raster/drawing: updated drawbitmap api with const_alpha support
2019-06-03 16:20:33 +09:00
subhransu mohanty
4f33db73ef
rlottie: optimize rendering when final opacity of layer is Zero
2019-06-03 13:50:10 +09:00
subhransu mohanty
07e065a6b0
vector: reserve some memory before starting dash operation
2019-06-03 12:30:10 +09:00
subhransu mohanty
8eab41abd3
example: update example with exploding star resource
2019-06-03 10:43:44 +09:00
subhransu mohanty
3f4ef28dfa
rlottie: optimize matte rendering when both src and matte are invisible
2019-06-03 09:15:34 +09:00
Peter
fc50659f46
Update submodules
2019-06-01 17:00:13 +02:00
Peter
e537d63ef3
More logs
2019-06-01 16:59:58 +02:00
Peter
71dae87dc8
Merge commit '86cd2f173d8c6bf2732306650522488b6fccd0ec' into beta
2019-06-01 16:52:07 +02:00
Peter
65f53a3984
Update submoduless
2019-06-01 16:52:04 +02:00
Peter
7b459b4aa4
Merge commit '1d1a1386877b463f3fc2e1e637ec1026616d473b'
2019-06-01 16:51:52 +02:00
Peter
bc9e5ee6d1
ChatBotInfoItem: added title
...
Support for latest API
2019-06-01 16:51:07 +02:00
Peter
884a0159bc
Logs for holes from previous state
2019-06-01 16:50:18 +02:00
Peter
93209f8ca2
Added initial read states for local message namespaces
2019-06-01 16:49:49 +02:00
Ilya Laktyushin
86cd2f173d
Update submodules
2019-06-01 16:02:31 +02:00
Ilya Laktyushin
1d1a138687
Fix build
2019-06-01 16:02:06 +02:00
Ilya Laktyushin
0c36ce18d4
Update submodules
2019-06-01 15:28:39 +02:00
Ilya Laktyushin
805c8e46f8
Horizontal emoji context panel
...
App icon selection
YouTube timecodes in message text
2019-06-01 15:28:00 +02:00
Ilya Laktyushin
fff2af12ee
Update submodules
2019-06-01 15:26:52 +02:00
subhransu mohanty
4fe3a3072b
vector: refactor gradient cache
2019-05-31 10:27:37 +09:00
subhransu mohanty
710a4fd208
vector: keep a shared reference to cached color table
2019-05-31 09:44:07 +09:00
subhransu mohanty
e00ca32669
rlottie/example: Fixed asan warning of unintialized pointer access
2019-05-31 08:49:39 +09:00
Peter
af2d0290e8
Merge commit '4e198bc89fd0064ea1c1e5b7ae4c3b8a9dbc4f70'
2019-05-30 17:58:04 +02:00
Peter
30b2d13604
Fixed tagged history actualization
2019-05-30 17:57:28 +02:00
overtake
4e198bc89f
Merge branch 'master' of gitlab.com:peter-iakovlev/telegramcore
2019-05-30 14:35:46 +02:00
overtake
8a3dcf8ad7
additional error
2019-05-30 14:35:30 +02:00
Peter
62af814c9e
Limit saveMedia to grouped messages
2019-05-30 14:35:06 +02:00
overtake
ec66fd158a
Merge branch 'master' of gitlab.com:peter-iakovlev/telegramcore
...
# Conflicts:
# TelegramCore/ManageChannelDiscussionGroup.swift
2019-05-30 14:14:33 +02:00
overtake
bf68f97340
some additional errors
2019-05-30 14:12:57 +02:00
Hermet Park
07ff41c457
updated AUTHORS
2019-05-30 20:33:32 +09:00
Peter
3d34ad290c
Update submodules
release-5.7
2019-05-30 12:33:27 +02:00
Peter
e8b193443d
Dismiss native controller (usually Safari) when handling certain urls
2019-05-30 12:33:14 +02:00
subhransu mohanty
fde9da3348
rlottie: Use optimization level -Os to further reduce library size
2019-05-30 14:12:08 +09:00
subhransu mohanty
7dc52c6b41
rlottie: Optimize library size by disabling exception table generation (.eh_frame section)
2019-05-30 13:42:02 +09:00
Peter
76aa2e2294
Update localization
2019-05-30 03:48:47 +02:00
Peter
121f33b968
Fix discussion setup header
2019-05-30 03:48:33 +02:00
subhransu mohanty
8e029e1c32
rlottie: Optimize library size when logging is disabled
2019-05-30 10:08:36 +09:00
subhransu mohanty
3729f402ff
rlottie: disable RTTI use to optimize library size
2019-05-30 09:58:15 +09:00
subhransu mohanty
93f4288211
refactor to remove all dynamic_cast usage
2019-05-30 09:18:14 +09:00