John Preston
7803f8e670
Simplify escaping when parsing IV.
2024-04-06 22:59:03 +04:00
Sergey A. Osokin
f36e3c213e
Fix build on FreeBSD 13.3 / llvm 17.0.6 / qt 5.15.13
2024-04-06 20:30:08 +04:00
John Preston
6fb1e23ed5
Fix file dialog filter for videos from attach menu.
2024-04-06 13:05:12 +04:00
John Preston
86d0c49e44
Add "Boost Group/Channel" button to chat menu.
2024-04-06 13:05:12 +04:00
John Preston
9251e6faba
Use better title in boost box.
2024-04-06 13:05:12 +04:00
John Preston
0ce6a4cbdb
Beta version 4.16.3: Re-enable system proxy (Linux).
...
This reverts commit 1e6fb202f0
.
2024-04-05 20:48:06 +04:00
John Preston
ad3f705f50
Beta version 4.16.3.
...
- Improve media upload speed.
- Update FFmpeg to 6.1.1.
2024-04-05 15:35:01 +04:00
John Preston
8df6d9db7e
Don't update server-time too frequently.
2024-04-05 09:51:20 +04:00
John Preston
a9c1970f41
Send up to 1MB of parts to a single session.
2024-04-05 09:51:20 +04:00
John Preston
c3f0d2ef31
Adaptive upload up to 8 sessions.
2024-04-05 09:51:20 +04:00
John Preston
0dcc439dda
Allow upload requests for several files at once.
2024-04-05 09:51:20 +04:00
John Preston
5b0cac47ad
Reapply "Use plain vector for prepared upload parts."
...
This reverts commit f6f8eefaa0
.
2024-04-05 09:51:20 +04:00
John Preston
b39e78a4a9
Reapply "Remove SendMediaReady legacy helper."
...
This reverts commit 09f07a7a9d
.
2024-04-05 09:51:20 +04:00
John Preston
690d52f7bc
Version 4.16.2.
...
- Use IV by default for Telegraph and some Telegram links.
- Support IV links in bot web-apps.
- Some bug fixes.
2024-04-04 21:13:00 +04:00
John Preston
23883ed4a1
Use generic way for FAQ links.
2024-04-04 21:08:56 +04:00
John Preston
ea178862d8
Open some telegram.org and Telegram links in IV.
2024-04-04 21:08:19 +04:00
John Preston
09f07a7a9d
Revert "Remove SendMediaReady legacy helper."
...
This reverts commit 91f8989f70
.
2024-04-04 18:36:07 +04:00
John Preston
f6f8eefaa0
Revert "Use plain vector for prepared upload parts."
...
This reverts commit aaaeea2979
.
2024-04-04 18:36:00 +04:00
John Preston
36cb28d5cf
Respect 'try_instant_view' in webapps.
2024-04-04 18:35:20 +04:00
John Preston
9464f4b095
Fix collectible channel links.
2024-04-04 17:51:53 +04:00
23rd
b31d43cbed
Fixed circle drawing in titles of some sections in channel earn info.
2024-04-04 17:51:53 +04:00
23rd
2a388ae4b2
Improved FAQ buttons with opening link in instant view.
2024-04-04 17:51:53 +04:00
23rd
d675e31a51
Fixed display of integer numbers in channel earn section.
2024-04-04 17:51:53 +04:00
23rd
e32de38d04
Added url to learn more about monetization to langpack.
2024-04-04 17:51:53 +04:00
23rd
154753c732
Removed migrated groups from list of user's own groups.
2024-04-04 17:51:53 +04:00
Klemens Nanni
776e80b4d6
Fix tdesktop 4.15.6 build on OpenBSD
...
7.5-current with clang 16.0.6 and Qt6 fails, not entirely sure why...
2024-04-04 15:52:01 +04:00
John Preston
aaaeea2979
Use plain vector for prepared upload parts.
2024-04-03 12:39:08 +04:00
John Preston
91f8989f70
Remove SendMediaReady legacy helper.
2024-04-03 11:59:33 +04:00
John Preston
ae36019ba9
Version 4.16.1.
...
- Show information about Fragment phone numbers and usernames.
- Fix jump to original story from a story repost.
- Fix old image display in viewer in some cases.
- Fix several crashes.
2024-04-02 23:13:05 +04:00
John Preston
1e0002aa74
Fix jump to original from story repost.
2024-04-02 23:09:26 +04:00
John Preston
1061fb6c85
Implement collectible username / phone info boxes.
2024-04-02 22:56:21 +04:00
John Preston
22f504ca21
Add hidden buttons to langpack.
2024-04-02 22:56:05 +04:00
John Preston
ef04ed447f
Fix 'listening' state show in group video chats.
...
Regression was introduced in c3ca8c6258
.
2024-04-02 19:22:30 +04:00
AlexeyZavar
cc494fee22
fix: less with upload boost
2024-04-02 18:02:38 +03:00
AlexeyZavar
fc447bfd51
fix: enable by default since it's stable
2024-04-02 17:34:59 +03:00
AlexeyZavar
fe463ab8fb
feat: implement useScheduleMessages
fully
2024-04-02 17:34:06 +03:00
AlexeyZavar
6fd0fb9704
feat: simplify markReadAfterAction
2024-04-02 16:37:16 +03:00
John Preston
7fa3c6f8e8
Return media viewer hiding glitch workaround.
2024-04-02 13:19:22 +04:00
John Preston
9957678fb7
Fix adding from "Emoji from this message".
2024-04-02 13:15:03 +04:00
John Preston
971803803c
Fix ripple animation on Added sticker set button.
2024-04-02 12:47:24 +04:00
John Preston
8ab118a8e9
Fix rare crashes in message sending animations.
2024-04-02 12:20:40 +04:00
John Preston
1da9df690f
Fix memory leak in downloads thumbnail loading.
2024-04-02 12:20:40 +04:00
John Preston
615ad85d26
Fix possible crash in notifications setup.
...
Initial _account assignment triggered sync createManager(),
which in case of native Windows notifications called
ToastNotificationManager::CreateToastNotifier, which could enter
qt-wndproc-message processing with QEvent::ApplicationActivated
delivery and calling updateNonIdle() which called
Window::Controller::account(), that wasn't yet set.
2024-04-02 12:20:40 +04:00
John Preston
e02b60d8fa
Fix placeholder in chat intro setup.
2024-04-02 12:20:40 +04:00
AlexeyZavar
a87fb9160c
fix: message shot crashes
2024-04-02 02:57:01 +03:00
AlexeyZavar
132caa18c9
fix: move out AyuGram files for consistency
...
fix: compiler warning
2024-04-02 02:13:32 +03:00
AlexeyZavar
6257e990a1
fix: make it build
2024-04-02 01:56:53 +03:00
AlexeyZavar
c6b42e2940
Merge tag 'v4.16.0' into dev
...
# Conflicts:
# README.md
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/calls/calls_call.cpp
# Telegram/SourceFiles/core/local_url_handlers.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/media/history_view_giveaway.cpp
# Telegram/SourceFiles/history/view/media/history_view_sticker.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-04-01 23:56:12 +03:00
John Preston
707146daed
Version 4.16.
...
- Instant View on Windows 10+ and macOS.
- Allow scheduling messages in topics.
- Telegram Business: Links to Chats.
- Telegram Business: Custom Intro.
- Telegram Business: Chatbots.
- Sharing Revenue with Channel Owners.
2024-04-01 23:27:35 +04:00
John Preston
c0117e72ad
Support complex invite-users responses.
2024-04-01 22:44:26 +04:00