Joe Kappus
f82089cbfe
Fix build with GCC 12.
2022-08-13 14:18:13 +04:00
Ilya Fedin
23d9ca896e
Update cmake_helpers
2022-08-13 12:10:07 +04:00
Ilya Fedin
5f3c957b1d
Use COPY --link to consume less space when building Docker image
2022-08-13 12:10:07 +04:00
Ilya Fedin
b9181db407
Don't use QWindowSystemInterface in the PiP
...
It provides no difference, there was a mistake while testing the behavior
2022-08-12 19:51:04 +03:00
Ilya Fedin
be8d91055a
Remove unused prepare.sh in centos_env
2022-08-12 19:47:03 +03:00
John Preston
df45294855
Version 4.1: Fix build with GCC.
2022-08-12 19:01:41 +03:00
John Preston
ef6d2b2c0b
Version 4.1.
...
- Include animated emoji in messages and captions.
- Premium users unlock over 500 new emoji,
including custom packs with unique characters.
- All users can view any emoji,
and try them out in the Saved Messages chat.
- Control who can send you voice
and video messages with Telegram Premium.
- Send a Premium subscription to any user from their profile.
- Choose 3, 6, or 12 months - at a discount.
2022-08-12 16:46:57 +03:00
John Preston
60839bb8ac
Update cmake_helpers.
2022-08-12 16:23:05 +03:00
John Preston
228a48c8bf
Fix possible crash in main window destructor.
...
In platform window destructor it can send window state change signal.
2022-08-12 16:21:52 +03:00
John Preston
76a482317d
Fix main menu name label refreshing.
2022-08-11 20:58:30 +03:00
John Preston
01f28b4d52
Use CustomEmoji instances for categories in the panel.
2022-08-11 20:56:33 +03:00
John Preston
655194c841
Return ApiWrap::requestPeerSettings method.
2022-08-11 09:59:18 +03:00
Ilya Fedin
8fe48f3ca2
Use cmake_dependent_option to better declare variables that relate on other variables
2022-08-11 09:07:15 +03:00
John Preston
54f467eb47
Don't rely on MTP* when sending photos.
2022-08-11 09:06:56 +03:00
John Preston
3698396677
Remove MTP from Polls::create interface.
2022-08-11 09:06:43 +03:00
John Preston
d2e1517e7a
Correctly cancel username check request.
2022-08-11 09:06:30 +03:00
John Preston
7733e3350d
Remove unused private fields in ApiWrap.
2022-08-11 09:06:16 +03:00
John Preston
566128c3eb
Remove MTP from requestDeepLinkInfo interface.
2022-08-11 09:05:37 +03:00
John Preston
ab3d3a449b
Remove MTP from requestWallPaper interface.
2022-08-11 09:05:23 +03:00
John Preston
e9fd249c5a
Remove some unused ApiWrap methods.
2022-08-11 09:04:25 +03:00
John Preston
e7a3c5367a
Make MTP* optional in ConfirmInviteBox.
2022-08-11 09:02:41 +03:00
John Preston
8bc807dc40
Set name / phone texts on-demand.
2022-08-09 14:12:19 +03:00
Ilya Fedin
ceb7d5f238
Use version-less Qt targets and functions whenever possible
2022-08-09 10:42:24 +04:00
John Preston
84b3260f38
Don't open group info on migration update.
2022-08-08 20:21:30 +03:00
Sergey A. Osokin
7a3452a18a
Fix warnings by removing unused const variables
...
Telegram/SourceFiles/ui/text/custom_emoji_instance.cpp:23:16: warning: unused variable 'kMaxFrameDuration' [-Wunused-const-variable]
Telegram/SourceFiles/boxes/reactions_settings_box.cpp:46:16: warning: unused variable 'kVisibleButtonsCount' [-Wunused-const-variable]
Telegram/SourceFiles/boxes/premium_preview_box.cpp:53:16: warning: unused variable 'kShiftDuration' [-Wunused-const-variable]
Telegram/SourceFiles/settings/settings_premium.cpp:55:16: warning: unused variable 'kTitleAnimationPart' [-Wunused-const-variable]
Found by: clang
2022-08-08 21:21:13 +04:00
John Preston
05edf00d40
Fix unwrapped media top skip.
2022-08-08 19:12:18 +03:00
John Preston
b67bfd0a8a
Improve device model detection on macOS.
2022-08-08 19:12:08 +03:00
John Preston
90d2021f4d
Jump to keyboard top on FullMsgId change.
2022-08-08 18:28:36 +03:00
John Preston
72ed3bfab9
Show leave confirmation when starting an RTMP stream.
2022-08-08 18:19:04 +03:00
John Preston
d8743ec0e6
Fix opening channel with active livestream in a new window.
2022-08-08 18:18:44 +03:00
John Preston
3a3341fef8
Fix RTMP livestream starting while in another call.
...
Fixes #24862 .
2022-08-08 16:39:44 +03:00
John Preston
068eb3fcd1
Fix a click on "via @bot" of a sticker.
...
Fixes #24888 .
2022-08-08 16:02:09 +03:00
John Preston
75ee74ff1f
Fix paddings in unwrapped emoji messages.
2022-08-08 15:41:33 +03:00
John Preston
dfb3346096
Better replace many same emoji at once.
2022-08-08 15:34:04 +03:00
John Preston
a098abefd7
Replace many same emoji at once.
2022-08-08 15:24:11 +03:00
John Preston
f63984c9e3
Don't select first result on animated emoji suggestion.
2022-08-08 14:57:33 +03:00
John Preston
9509c88ef9
Fix possible crash in pinned messages destruction.
2022-08-08 14:32:16 +03:00
John Preston
819925fc72
Don't show premium effects on message previews.
2022-08-08 13:37:31 +03:00
John Preston
cf4b869c27
Don't always show timestamps on large custom-emoji-only messages.
2022-08-08 13:37:15 +03:00
John Preston
5c43a541d7
Show emoji promo only on Premium Emoji toast.
2022-08-08 13:25:22 +03:00
Ilya Fedin
68e0d155f9
Update submodules
2022-08-08 11:05:52 +04:00
Ilya Fedin
8c1bef929e
A better way of PiP aspect ratio handling on Wayland
2022-08-08 11:05:52 +04:00
23rd
cde5e89e42
Fixed recording of voice messages in Saved Messages.
2022-08-08 09:34:55 +03:00
Ilya Fedin
e0ddaf9da1
Fix enlargening the window by shadow margin when resotring position
2022-08-08 08:54:14 +04:00
Vedant
aa208fb7d0
Update winget.yml
2022-08-05 18:49:28 +04:00
John Preston
b7cc2e9894
Don't pass redundant MTPUpdates arguments.
2022-08-05 13:37:41 +03:00
John Preston
d891a5344a
Beta version 4.0.4: Fix build with GCC.
2022-08-05 10:12:48 +03:00
John Preston
11b62118d2
Beta version 4.0.4.
...
- Allow sending animated emoji to Saved Messages
even without Telegram Premium.
- Premium: Suggest animated emoji by regular emoji
(can be disabled in Settings).
- Premium: Show all suggested premium stickers
in a special section of the stickers panel.
- Premium: Allow hiding premium stickers special section
of the stickers panel.
- Fix a memory leak in RTMP livestreams.
- Fix some bot webview bugs on macOS.
- Fix forwarding of voice messages.
2022-08-04 21:05:44 +03:00
John Preston
7c284a9453
Drop custom emoji correctly in message edit preview.
2022-08-04 20:55:50 +03:00
John Preston
57b0ec0d7e
Fix forwarded message with custom emoji preview.
2022-08-04 20:41:45 +03:00