14914 Commits

Author SHA1 Message Date
Ilya Laktyushin
5d6f009ee8 Use filled icons for notifications 2019-06-26 01:11:00 +02:00
Ilya Laktyushin
f0bd7aeffd Fixed error 406 handling on supergroup creation 2019-06-26 01:11:00 +02:00
Ilya Laktyushin
855e98f9c5 Secret Chats layer 101 support 2019-06-26 01:11:00 +02:00
Ilya Laktyushin
fa32fa3e30 Import legacy accent color setting if any 2019-06-26 00:56:27 +02:00
Ilya Laktyushin
3ac2825b6c Added cellular data permission warning
Fixed people nearby initial opening
Fixed 3rd apps opening from group's location view screen
2019-06-25 23:58:11 +02:00
Ilya Laktyushin
dc46a8e786 Added clear buttons for name/username/phone input fields 2019-06-25 23:56:15 +02:00
Ilya Laktyushin
3310461737 Added support for theme-specific accent colors 2019-06-25 23:54:31 +02:00
Ilya Laktyushin
25a5b1b79f Fixed overlapping entities display 2019-06-25 23:50:36 +02:00
Ilya Laktyushin
29ad6040d8 Use filled icons for notifications 2019-06-25 23:47:44 +02:00
Ilya Laktyushin
4cb7c560e9 Fixed error 406 handling on supergroup creation 2019-06-25 23:46:36 +02:00
Ilya Laktyushin
678f5010fa Secret Chats layer 101 support 2019-06-25 23:44:54 +02:00
Peter
0fd1a50d7f Add rlottie 2019-06-26 00:14:52 +03:00
Peter
f50c7ddb26 Fix workspace configuration 2019-06-25 23:59:11 +03:00
Peter
933dc95261 Update YUV 2019-06-25 23:34:24 +03:00
Peter
42817220a4 Merge commit '3c844dbeb524e3a4afb7d2ec4ad7229a7b829f8a' 2019-06-25 22:54:58 +03:00
Peter
72def4da03 Merge commit 'a0f2dc92b97ee716468493edb32d61a35149f81f' 2019-06-25 22:54:51 +03:00
Peter
daa27c0f47 YUV+a animation compression 2019-06-25 22:54:48 +03:00
overtake
a0f2dc92b9 fixed merge conflict 2019-06-25 18:46:23 +02:00
overtake
8d6620e6ea fix after merge 2019-06-25 18:43:57 +02:00
overtake
28fe7f40b0 some merge fixes 2019-06-25 18:39:41 +02:00
overtake
fd8560c517 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
# Conflicts:
#	submodules/TelegramPresentationData/Sources/ComponentsThemes.swift
#	submodules/TelegramUI/TelegramUI/ChatController.swift
#	submodules/TelegramUI/TelegramUI/NavigateToChatController.swift
2019-06-25 18:30:20 +02:00
overtake
10e3733a88 ipad fixes 2019-06-25 17:01:19 +02:00
subhransu mohanty
88593df18d rlottie: use correct default opacity value. 2019-06-25 19:16:15 +09:00
Hermet Park
7339baf3e5 rapidjson: filterate BOM encoding mark out as it's necessary.
Previously, json file containing BOM(Byte Order Mark),
it wouldn't recognize it as the normal data,

Our StringStream could filter out BOM if it's necessary.

See: https://en.wikipedia.org/wiki/Byte_order_mark
2019-06-25 16:26:51 +09:00
subhransu mohanty
a5b6a23bd5 rlottie/model: Refactor LOTTransformData object to optimize object size 2019-06-25 10:17:00 +09:00
Peter
3c844dbeb5 Added scripts for build verification 2019-06-24 21:28:09 +03:00
Peter
1f36b62a7e Update build script 2019-06-24 19:51:27 +03:00
subhransu mohanty
b2ded242de rlottie: ran clang-format with the latest code 2019-06-24 17:04:09 +09:00
subhransu mohanty
9c1cba05a6 rlottie: Fix build break 2019-06-24 15:56:38 +09:00
Hermet Park
daa83c0819 example: changed file permission.
Keep their access mode as others' same.
2019-06-24 15:52:05 +09:00
Hermet Park
93e10f906b example: remove some example resources.
These are not guranteed as free resources.
2019-06-24 15:49:21 +09:00
subhransu mohanty
49282955ac rlottie: Fix clang-tidy warning 2019-06-24 14:52:57 +09:00
subhransu mohanty
1da13ccaab rlottie: Fix issue with Line join(Miter) by using the implementation similar to what PDF uses.
Freetype has 2 types of miter join SW_FT_STROKER_LINEJOIN_MITER_VARIABLE and SW_FT_STROKER_LINEJOIN_MITER_FIXED.
SW_FT_STROKER_LINEJOIN_MITER_FIXED is similar to what PostScrip and PDF generates.
SW_FT_STROKER_LINEJOIN_MITER_VARIABLE is similar to what XPS generates.
2019-06-24 14:02:11 +09:00
Peter
26e5e9bfd9 Merge commit '5c22aa844238d4b20f59f85ee1a17e83bae1aa88' into beta 2019-06-24 05:01:01 +03:00
sub.mohanty@samsung.com
235fe04025 rlottie: Add LOTTIE_CACHE_SUPPORT config variable to enable/disable lottie model cache strategy 2019-06-24 09:07:21 +09:00
Peter
5d50fe1478 Experimental BC1 compression 2019-06-23 10:30:48 +02:00
overtake
8f19c07ed8 Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios 2019-06-22 12:23:23 +02:00
Peter
6808c7bb3e P3 profile 2019-06-22 01:26:31 +02:00
Peter
550be6b560 Experimental animated stickers 2019-06-22 00:05:01 +02:00
overtake
5a310ffd8f mac project 2019-06-21 14:14:01 +02:00
Peter
05425b680a Merge branch 'master' into compressed-animations 2019-06-21 12:31:22 +02:00
subhransu mohanty
c86f17b94d rlottie: disable copy and move operation for layeritem and contentitem 2019-06-21 11:38:08 +09:00
Peter
ef2b2b59a4 Restart CI release-5.8 2019-06-21 00:13:16 +02:00
Peter
53bf8690ce Merge commit 'c982069838e6c8d1aa5b398f448c03c2be996cdc' 2019-06-20 22:38:13 +02:00
Peter
54ba0c74df Cleanup 2019-06-20 22:38:09 +02:00
Ilya Laktyushin
c982069838 Updated app icon 2019-06-20 19:21:28 +02:00
Peter
11bcd1216c Merge commit 'f77f2f0dbf307a45c4f6efebaf844e104850e7a6' 2019-06-20 19:10:25 +02:00
Peter
2c2f240e5d Use "mobile" label for phone numbers by default
Fix updateContactName
2019-06-20 19:10:22 +02:00
Ilya Laktyushin
f77f2f0dbf Fixed recent search for Heart emoji 2019-06-20 19:08:10 +02:00
Ilya Laktyushin
43dcb635d5 Added "receiver has too many location-based groups" error on ownership transfer 2019-06-20 18:48:18 +02:00