14914 Commits

Author SHA1 Message Date
Peter
8187ee0ae2 Update submodules 2019-05-30 02:16:12 +02:00
Peter
49671a27c4 Support /s/ links 2019-05-30 02:15:58 +02:00
subhransu mohanty
998913ec5c rlottie: Added no-exception flag to build 2019-05-30 08:36:53 +09:00
Peter
696903d051 Update submodules 2019-05-30 00:02:59 +02:00
Peter
64111c9b2a Fix author titles 2019-05-30 00:02:43 +02:00
Peter
c09f4cdd09 Update submodules 2019-05-29 23:37:34 +02:00
Peter
2231510a91 Fix gallery footer author 2019-05-29 23:37:21 +02:00
Peter
fc6ddd19f2 Update submodules 2019-05-29 23:31:44 +02:00
Peter
d07aac2ace Fix channel bot member status 2019-05-29 23:27:39 +02:00
Peter
1e6af2926d Update submodules 2019-05-29 21:34:55 +02:00
Peter
6198c7a60b GroupInfoController: don't display pre history setting if the group is linked to a channel 2019-05-29 21:32:36 +02:00
Peter
49c2804817 Merge commit 'fb67926d18d13f48fed4781dabff2db9a7fe08f4' 2019-05-29 21:31:01 +02:00
Peter
d51d6f9c18 Update localization 2019-05-29 21:30:57 +02:00
Peter
25b6d8e826 Merge commit '3172b18bb7d5f5d25e274657e0713a3f1e04a8f7' 2019-05-29 21:30:35 +02:00
Peter
f7b22464f1 Update discussion groups 2019-05-29 21:30:32 +02:00
Peter
ff6b90f4f4 Update API 2019-05-29 21:30:03 +02:00
Ilya Laktyushin
fb67926d18 Update submodules 2019-05-29 18:09:11 +02:00
Ilya Laktyushin
3172b18bb7 Revert to horizontal stickers suggestion panel
Display format button in input context menu only when there is non-zero length selection
2019-05-29 18:08:06 +02:00
Peter
8ee86fe364 Update submodules 2019-05-29 18:02:31 +02:00
Peter
493465e2fc Support for bots in channel memberss 2019-05-29 18:02:19 +02:00
Peter
66d26febc1 Add peerId to .bot error 2019-05-29 18:01:40 +02:00
Peter
28ba708588 Update submodules 2019-05-29 17:01:55 +02:00
Peter
48b5281b23 Merge commit '38e01b4599b8bfbaed760ea3cff70e1927f4edd0' 2019-05-29 17:01:05 +02:00
Peter
a3dac1569a ChannelDiscussionGroupSetupController: don't display search if there are less than 10 groups 2019-05-29 17:00:49 +02:00
Ilya Laktyushin
399de3e327 Update submodules 2019-05-29 16:48:52 +02:00
Ilya Laktyushin
38e01b4599 Various UI fixes 2019-05-29 16:46:44 +02:00
Ilya Laktyushin
dbd0004c66 Fixed theme not switching in auto-night settings controller when changing preferred night theme 2019-05-29 16:46:44 +02:00
Peter
26b9509e13 Update submodules 2019-05-29 16:38:45 +02:00
Peter
f97d8cfb30 Fixed channel about when editing 2019-05-29 16:38:29 +02:00
Peter
3008727174 Merge commit '6686298c3ecb582c9412ffe54fbfb3a80e63a6b1' into beta 2019-05-29 16:16:47 +02:00
Peter
b49db58ce2 Update submodules 2019-05-29 16:16:43 +02:00
Peter
173f9e7d37 Merge commit 'c583d07cbd9d9b0e3e1a2d6ee8fab6aa87ea7f09' 2019-05-29 16:16:21 +02:00
Peter
a4709b2a2e Supported addHolesEverywhere 2019-05-29 16:16:17 +02:00
Peter
5da4f13a66 Merge commit '7f51f8f484244f8506bfd7aed7eaeb6cac63fdfa' 2019-05-29 16:15:49 +02:00
Peter
2515839779 Added addHolesEverywhere 2019-05-29 16:15:46 +02:00
Peter
cd2f5a98f9 Fix photo update 2019-05-29 16:15:10 +02:00
Ilya Laktyushin
c583d07cbd Added text padding in url auth alert 2019-05-29 15:56:06 +02:00
Ilya Laktyushin
6686298c3e Update submodules 2019-05-29 12:36:27 +02:00
Ilya Laktyushin
7b5d4eb90e Don't ask for call rating if state haven't changed past requesting/ringing 2019-05-29 12:35:10 +02:00
overtake
7f51f8f484 Merge branch 'master' of gitlab.com:peter-iakovlev/postbox 2019-05-29 11:57:41 +02:00
overtake
95638b3dd2 no message 2019-05-29 11:57:03 +02:00
Hermet Park
682bf0c560 lottie2gif: support set background color as an extra argument.
If lottie contents were designed in white color, gif result is invisible.

we can generate gif with a specified bg color.

lottie2gif [lottieFileName]
lottie2gif [lottieFileName] [bgColor]

example:

lottie2gif sample.json         //white bg color in default.
lottie2gif sample.json ff0000  //red bg color
2019-05-29 17:46:43 +09:00
subhransu mohanty
991d231f2d added more json resource to example 2019-05-29 16:54:35 +09:00
subhransu mohanty
55a16567e5 vector/raster: check for 0 size stroke width 2019-05-29 16:52:20 +09:00
subhransu mohanty
adf68f5b89 rlottie/parser: refactor image asset parsing.
- generate bitmap while parsing the image asset and store it there.
- remove storing the imagedata in the asset.
- share the bitmap across multiple layers who wants to use the image.
2019-05-29 16:11:53 +09:00
Hermet Park
c4deb8c6e6 README: correct a usage of words in a sentence. 2019-05-29 10:55:04 +09:00
subhransu mohanty
87bd99cb2d rlottie: updated showcase gif file 2019-05-29 10:28:19 +09:00
subhransu mohanty
0726a2f137 rlottie/pareser: remove unused property 2019-05-29 10:21:02 +09:00
JunsuChoi
4469d85a5b example : Fix resource path in efl_animation 2019-05-29 09:27:16 +09:00
JunsuChoi
f8409d9d5d lottieitem: Add image property in LOTNode
The image properties are image data, size, and matrix information.
If the lottie item is an image item, the image property is stored in the Nodelist.
2019-05-29 09:25:39 +09:00