AlexeyZavar
f73edfec94
Merge tag 'v5.2.2' into dev
2024-07-02 22:53:55 +03:00
AlexeyZavar
a851bebc75
fix: a bunch of useful fixes
2024-07-02 22:06:56 +03:00
AlexeyZavar
c4e1e8415c
feat: hide notification badge on windows
2024-07-02 18:05:10 +03:00
John Preston
a507d28b49
Version 5.2.2.
...
- Fix topics search in topic groups.
- Fix Instant View pages content updating.
2024-07-02 19:03:07 +04:00
AlexeyZavar
b2efc2ad14
feat: jump to beginning
2024-07-02 17:29:20 +03:00
John Preston
ec2faca145
Fix couple of crashes in secondary windows.
2024-07-02 18:08:24 +04:00
John Preston
17bb430006
Register tg:// scheme on first launch.
...
Also, allow disabling tg:// re-registration on update.
2024-07-02 13:34:52 +04:00
John Preston
8cbeadc68a
Register tg:// scheme on initial launch.
2024-07-02 13:22:33 +04:00
John Preston
3947056654
Use cached views count from not modified page.
2024-07-02 10:40:39 +04:00
John Preston
ad7d1fddf0
Reload IV on each open, take hash into account.
...
Fixes #28111 .
2024-07-02 10:27:26 +04:00
John Preston
ab20f8eb31
Fix topics search in topic groups.
...
Fixes #28110 .
2024-07-02 09:53:56 +04:00
AlexeyZavar
257b8552f7
feat: channel bottom button configuration
...
Co-authored-by: Eric Kotato <radrussianrus@gmail.com >
2024-07-02 05:37:39 +03:00
AlexeyZavar
bbeeaa95c0
feat: add win95 icon
...
Co-authored-by: Windukk <Windukk@users.noreply.github.com >
2024-07-02 01:21:54 +03:00
AlexeyZavar
81938514f1
feat: add chibi icons
...
meet AyuChan <3
2024-07-02 00:23:29 +03:00
AlexeyZavar
4e0fde560c
fix: generate more ico sizes
2024-07-01 22:54:32 +03:00
AlexeyZavar
27d3721646
feat: webview settings
2024-07-01 22:47:39 +03:00
AlexeyZavar
dbb234097c
feat: round stickers in list
2024-07-01 21:33:02 +03:00
John Preston
f75429cbaa
Version 5.2.1: Shorten webview socket path.
...
Fixes #28106 .
2024-07-01 21:35:39 +04:00
John Preston
dc8c4a8332
Version 5.2.1: No auto-enable system password unlock on macOS.
2024-07-01 21:03:05 +04:00
John Preston
096530c96a
Version 5.2.1: Fix drafts / translations crash on macOS.
2024-07-01 19:21:27 +04:00
23rd
ed0850d823
Renamed files for bot and channel earn sections with different names.
2024-07-01 15:40:39 +03:00
John Preston
4a2173deaf
Version 5.2.1.
...
- Fix crash when opening topic in a new window.
- Fix crash in topic search scope dropdown.
- Fix crash in video player.
- Fix feeze and crash in Instant View (Windows).
- Allow unlock by Apple Watch or System Password (macOS).
2024-07-01 15:01:35 +04:00
John Preston
f40a584905
Support unlock with Watch/SystemPassword.
2024-07-01 15:01:35 +04:00
John Preston
e54204b136
Don't allow forwarding local items by drag.
2024-07-01 13:20:45 +04:00
John Preston
715dff0a3e
Fix a crash and a memory leak in video player.
...
Fixes #28104 .
2024-07-01 11:03:19 +04:00
23rd
558daa3382
Fixed align of icons in list of top-up credit options.
2024-07-01 10:50:52 +04:00
GitHub Action
7265297b19
Update User-Agent for DNS to Chrome 126.0.0.0.
2024-07-01 10:49:45 +04:00
John Preston
1fac6db8bd
Fix crash in topic search context menu destruction.
2024-07-01 10:46:34 +04:00
John Preston
c9bd776d1e
Fix freeze in IV due to cyclic focus request.
2024-07-01 10:38:41 +04:00
John Preston
179e81478e
Ignore filter switching in separate window archive.
2024-07-01 09:21:18 +04:00
John Preston
9ef74c510c
Fix crash in opening topics in a new window.
2024-07-01 09:07:45 +04:00
Ilya Fedin
36f6917bd3
Query QWindow::windowState in media viewer
2024-07-01 07:56:55 +04:00
AlexeyZavar
c185f40acd
feat: enter with ghost mode from taskbar or command line
2024-07-01 06:04:14 +03:00
AlexeyZavar
75bcd2b24b
feat: show DC for users
2024-07-01 04:58:39 +03:00
AlexeyZavar
ab7e4bce1a
fix: make it build
2024-07-01 04:38:41 +03:00
AlexeyZavar
da797a2b07
Merge tag 'v5.2.0' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/calls/calls_call.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/media/history_view_gif.cpp
# Telegram/SourceFiles/window/notifications_manager_default.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-07-01 04:17:59 +03:00
John Preston
707951accb
Version 5.2: Fix build with GCC.
2024-06-30 23:59:03 +04:00
John Preston
7eb98b50ec
Version 5.2.
...
- Pay for content with Telegram Stars.
- Enable local passcode unlock by Windows Hello and Touch ID.
- Allow opening forums, topics and archive in a separate window.
2024-06-30 21:21:51 +04:00
John Preston
65f7bdb914
Update API scheme on layer 183.
2024-06-30 21:16:11 +04:00
John Preston
876c47c436
Add 'section_separator_color' to webview palette.
2024-06-30 21:16:11 +04:00
John Preston
e8f16840de
Fix wrong search focusing.
...
Fixes #28052 .
2024-06-30 21:16:11 +04:00
John Preston
dd57ad567f
Don't break by '/', '.' in the middle of the word.
...
Fixes #27999 .
2024-06-30 21:16:11 +04:00
John Preston
54934fb835
Fix problems with message effect preview.
2024-06-30 21:16:11 +04:00
John Preston
bd49887607
Fix paid media price tag background.
2024-06-30 21:16:11 +04:00
John Preston
aaa72b7c30
Improve system unlock button area.
2024-06-30 21:16:10 +04:00
John Preston
4cafacc8db
Add message effects promo section.
2024-06-30 21:16:10 +04:00
John Preston
374b3c68ac
Fix cancel search with a similar channel open.
...
Fixes #28079 .
2024-06-30 21:16:10 +04:00
John Preston
69d21f73ef
Separate window for forums/topics/sublists/archive.
2024-06-30 21:16:10 +04:00
23rd
6dc3bd65e8
Improved spell checking on macOS.
2024-06-30 21:16:10 +04:00
23rd
deb9aa435b
Improved first display of personal channel in user profiles.
2024-06-30 21:16:10 +04:00
23rd
68cb568898
Fixed build with Qt6.
2024-06-30 21:16:10 +04:00
23rd
1ed81b1c9c
Improved process of mtp updates for revenue credits in earn section.
2024-06-30 21:16:10 +04:00
23rd
a95fb5b28d
Slightly improved withdraw phrases to fit small buttons.
2024-06-30 21:16:10 +04:00
23rd
4f7b5ca7da
Added process of server notification for disabled withdrawal feature.
2024-06-30 21:16:10 +04:00
23rd
29b7673b88
Simplified handle of incoming credit history entries.
2024-06-30 21:16:10 +04:00
23rd
66f375d2c6
Fixed endless memory copying in list of credits history entries.
2024-06-30 21:16:10 +04:00
John Preston
77d214d2a5
Support paid_media_allowed flag in ChannelFull.
2024-06-30 21:16:10 +04:00
John Preston
09e6077e97
Suggest global search of cashtags.
2024-06-30 21:16:10 +04:00
John Preston
631d6abb06
Improve formatting in message field.
2024-06-30 21:16:10 +04:00
John Preston
c833b8a1b0
Make purchased media badge better looking.
2024-06-30 21:16:10 +04:00
John Preston
b58c03f0de
Fix build with Xcode.
2024-06-30 21:16:10 +04:00
John Preston
1988435cdf
Add a Windows Hello / Touch ID system unlock.
2024-06-30 21:16:10 +04:00
John Preston
7e704d9529
Show price in my/purchased paid media.
2024-06-30 21:16:10 +04:00
John Preston
a39a8dbd2c
Show paid media from transactions history.
2024-06-30 21:16:10 +04:00
John Preston
90dfae52f5
Show nice thumbnails for paid albums.
2024-06-30 21:16:10 +04:00
John Preston
dfc422b505
Show paid media albums with context.
2024-06-30 21:16:10 +04:00
John Preston
54cc12cf22
Show media payments as outgoing.
2024-06-30 21:16:10 +04:00
John Preston
d81e832ae6
Use lang key for about stars link.
2024-06-30 21:16:10 +04:00
John Preston
1399d2501d
Show first paid media in transactions history.
2024-06-30 21:16:09 +04:00
John Preston
57254ca259
Show a credits emoji in chats list preview.
2024-06-30 21:16:09 +04:00
John Preston
043e3ae97e
Use star emoji fallback for credits custom emoji.
2024-06-30 21:16:09 +04:00
John Preston
68b9a8bc6a
Fix file reference refresh for paid media.
2024-06-30 21:16:09 +04:00
23rd
157d5c743b
Renamed file for data of credits earn statistics.
2024-06-30 21:16:09 +04:00
23rd
54d0290ba2
Added warning to channel earn section when user has no cloud password.
2024-06-30 21:16:09 +04:00
23rd
0fc2df8eec
Added transaction link and date to details of credits history entries.
2024-06-30 21:16:09 +04:00
23rd
d9caf15d1d
Added initial ability to reinvest existing credits for channels.
2024-06-30 21:16:09 +04:00
23rd
b674826392
Added special widget for credits input to section of channel earn.
2024-06-30 21:16:09 +04:00
23rd
37181f9d0a
Moved out special widget for credits input to single place.
2024-06-30 21:16:09 +04:00
23rd
93aebc747d
Moved out special input for credits to td_ui.
2024-06-30 21:16:09 +04:00
23rd
a84ac933dd
Added support of api update to history lists in section of channel earn.
2024-06-30 21:16:09 +04:00
23rd
b79c306bfe
Added list of credits history to section of channel earn.
2024-06-30 21:16:09 +04:00
23rd
57d62423b3
Moved out custom slider class with natural width to single place.
2024-06-30 21:16:09 +04:00
23rd
f4674389d5
Added chart of credits revenue to section of channel earn.
2024-06-30 21:16:09 +04:00
23rd
63c4c5064f
Added support of api updates for overview in channel earn section.
2024-06-30 21:16:09 +04:00
23rd
ae1f364730
Added rpl support to label with icon in section of channel earn.
2024-06-30 21:16:09 +04:00
23rd
c6e322de86
Added credits oveview to section of channel earn.
2024-06-30 21:16:09 +04:00
23rd
68bf6f991c
Moved out util for wrapping credits icon to widget.
2024-06-30 21:16:09 +04:00
23rd
b15f5f8596
Added credits data to saved state of channel earn section.
2024-06-30 21:16:09 +04:00
23rd
27a71a8dcd
Renamed BotEarnStatistics to CreditsEarnStatistics.
2024-06-30 21:16:08 +04:00
John Preston
2044f8f9ad
Update API scheme on layer 183.
2024-06-30 21:16:08 +04:00
23rd
ffa4b1db87
Fixed withdrawal button for credits with minimal amount.
2024-06-30 21:16:08 +04:00
23rd
cad25ae644
Fixed unique row id in lists of credits history entries.
2024-06-30 21:16:08 +04:00
23rd
21094fe11b
Slightly improved process of incoming credit history entries.
2024-06-30 21:16:08 +04:00
23rd
101dbdf243
Added support of MTP updates to lists of credits history entries.
2024-06-30 21:16:08 +04:00
John Preston
0dc92762bc
Show link to message in transactions history.
2024-06-30 21:16:08 +04:00
John Preston
5fdaa6b91f
Record bareMsgId in CreditsHistoryEntry.
2024-06-30 21:16:08 +04:00
John Preston
968d036834
Use Ui::NumberInput for the paid media price.
2024-06-30 21:16:08 +04:00
John Preston
d47c5df73d
Nice price tag on sending media.
2024-06-30 21:16:08 +04:00
John Preston
6c1e7357c6
Nice unlock media stars, unlock done tooltip.
2024-06-30 21:16:08 +04:00
John Preston
479b63c33a
Customize pay-by-stars box for paid media.
2024-06-30 21:16:08 +04:00
John Preston
950a946a16
Show correct chat preview for paid media.
2024-06-30 21:16:08 +04:00
John Preston
5f8da27c86
Display nice price tag, handle pay in albums.
2024-06-30 21:16:08 +04:00
John Preston
a9bd7803e6
Edit price on send, send single paid media.
2024-06-30 21:16:08 +04:00
John Preston
3ece9b1566
Update API scheme to layer 183. Paid media.
2024-06-30 21:16:08 +04:00
John Preston
e71a067f4b
Fix build on Windows.
2024-06-30 21:16:08 +04:00
23rd
ebf456abe4
Added initial support of lists for credits history entries in bot earn.
2024-06-30 21:16:08 +04:00
23rd
3552da5ce7
Added additional row in table for some types of credits history entries.
2024-06-30 21:16:08 +04:00
23rd
b5bd0f53ad
Added support of new statuses of credits history entries.
2024-06-30 21:16:08 +04:00
23rd
7d115b3fab
Improved api support to credit history entries.
2024-06-30 21:16:08 +04:00
23rd
d0a030ab58
Added support of minimal amount of credits to withdrawal button.
2024-06-30 21:16:08 +04:00
23rd
712c06756e
Added icon to label in withdrawal button from bot earn section.
2024-06-30 21:16:08 +04:00
23rd
301ffc15ef
Added countdown label to withdrawal button in bot earn section.
2024-06-30 21:16:07 +04:00
23rd
3c4a711b5d
Added withdrawal button to bot earn sections.
2024-06-30 21:16:07 +04:00
23rd
989145726d
Made withdrawal button handler in earn sections more universal.
2024-06-30 21:16:07 +04:00
23rd
9eebd3b514
Added statistical chart and balance overview to bot earn section.
2024-06-30 21:16:07 +04:00
23rd
eb997ae9e3
Added initial implementation of filter for MTP updates.
2024-06-30 21:16:07 +04:00
23rd
db4c9b83f3
Added credits icon to statistical charts.
2024-06-30 21:16:07 +04:00
23rd
1196b6a3fb
Moved out generating of credits icon to td_ui.
2024-06-30 21:16:07 +04:00
23rd
bef216bc93
Moved out colorizing of svg star to td_ui.
2024-06-30 21:16:07 +04:00
23rd
811d75e383
Improved display of different inner currencies in statistical charts.
2024-06-30 21:16:07 +04:00
23rd
049cde48ee
Added initial api support of bot earn statistics.
2024-06-30 21:16:07 +04:00
23rd
cb65c50c19
Moved out deserialization of MTP statistical graph to separated file.
2024-06-30 21:16:07 +04:00
23rd
f23c9a61bc
Moved out StatisticsRequestSender to separated file.
2024-06-30 21:16:07 +04:00
23rd
b5d5ff3cbb
Improved naming of classes for channel earn.
2024-06-30 21:16:07 +04:00
23rd
c5ba0fa705
Added initial structure for bot earn data.
2024-06-30 21:16:07 +04:00
23rd
71893f4ef7
Added initial implementation of entry point to bot earn section.
2024-06-30 21:16:07 +04:00
23rd
4a60c57661
Added dummy files of bot earn section.
2024-06-30 21:16:07 +04:00
John Preston
fbbcc21198
Update API scheme to layer 182.
2024-06-30 21:16:07 +04:00
Ilya Fedin
d993386756
Fix debug-only openssl build on Windows
2024-06-30 11:31:57 +04:00
Ilya Fedin
30819509d3
Set shortcut context for global menu shortcuts
2024-06-30 10:11:40 +04:00
mrbesen
10c3fe0f63
add option to export html and json in global export
2024-06-27 10:49:39 +04:00
arenekosreal
bad2ff00a8
fix: use correct executable path ( #12 )
...
This file was added by https://github.com/AyuGram/AyuGramDesktop/pull/10 , but it did not use correct executable name. After installing, the executable name is `ayugram-desktop`, which will result that AyuGramDesktop cannot be activated by DBus on Linux.
2024-06-27 03:54:30 +03:00
Ilya Fedin
3498a7f0ee
Update submodules
2024-06-24 16:23:32 +04:00
Ilya Fedin
648b23b548
Do non-getting XCB requests synchronously
2024-06-24 16:23:32 +04:00
Ilya Fedin
ba89912834
Switch more XCB code to base::Platform::XCB::Connection
2024-06-24 16:23:32 +04:00
Ilya Fedin
c1bc7e6ab1
Simplify PipPanel::handleWaylandResize
2024-06-22 11:32:36 +04:00
Ilya Fedin
eea50ed6b0
Delay UpdatePowerSaveBlocker to show in media viewer
2024-06-22 11:32:36 +04:00
Ilya Fedin
006d6fe2c0
Use RpWidget::screenValue
2024-06-22 11:32:36 +04:00
Ilya Fedin
5180e0ec57
Use QWidget::setScreen with Qt 6
2024-06-22 11:32:36 +04:00
Ilya Fedin
490ec7949f
Don't call hide/createWinId just to call show right after that in Window::Notifications::Default::HideAllButton
2024-06-22 11:32:36 +04:00
Ilya Fedin
671a15d763
Update skip taskbar hint on Linux without QWindow events
2024-06-22 11:32:36 +04:00
Ilya Fedin
d2d5226dc7
Update exposed state for connecting widgets without QWindow events
2024-06-22 11:32:36 +04:00
Ilya Fedin
b58ece3a38
Update lib_ui
2024-06-22 11:32:36 +04:00
Ilya Fedin
2b4a2b5b97
Fix a crash in Dialogs::Widget::setupStories
2024-06-22 11:32:36 +04:00
Ilya Fedin
382b175db2
Fix build on Linux
2024-06-22 11:32:36 +04:00
John Preston
2db81211c8
Fix configure on macOS.
2024-06-21 22:38:49 +04:00
John Preston
46157c99c4
Allow saving empty syntax highlight language.
2024-06-21 22:38:49 +04:00
John Preston
c3ed5224c2
Use tripple-enter to jump out of a block.
2024-06-21 22:38:49 +04:00
John Preston
acee7c7cfc
More delay-load libraries on Windows with Qt 6.
2024-06-21 13:25:48 +04:00
John Preston
002fe9a72a
Fix build.
2024-06-21 11:55:25 +04:00
John Preston
93b7c47cda
Support building on Windows with Qt 6.
2024-06-21 11:36:18 +04:00
Ilya Fedin
053f8ad1c0
Ensure media viewer has native window handle before using it
2024-06-21 08:19:44 +04:00
Ilya Fedin
60ca6895db
Update submodules
2024-06-19 10:33:33 +04:00
Ilya Fedin
fc5e9414b7
Subscribe to QEvent::WindowStateChange instead of QWindow::windowStateChanged
2024-06-19 10:33:33 +04:00
Ilya Fedin
f768e405fa
Use RpWidget::shownValue instead of QWindow::visibleChanged
2024-06-19 10:33:33 +04:00
Ilya Fedin
a22cf8e303
Use RpWidget::windowActiveValue
2024-06-19 10:33:33 +04:00
Ilya Fedin
8a5797e1bd
Re-create QSystemTrayIcon on SNI watcher owner change
2024-06-19 10:31:59 +04:00
Ilya Fedin
750ad600be
Store media viewer geometry the same way as main window
2024-06-19 10:08:14 +04:00
Ilya Fedin
eaf4575eb8
Fix IV window geometry restoration
2024-06-19 10:08:14 +04:00
Ilya Fedin
b9677fe1db
Update Qt to 6.7.2 on Linux
2024-06-18 22:01:23 +04:00
Ilya Fedin
4047f1733d
Update submodules
2024-06-16 20:59:32 +04:00
John Preston
3d114131e0
Fix premium gifting recipient choosing.
2024-06-16 10:27:38 +04:00
John Preston
5810149a77
Improve chats search loading indication.
2024-06-16 10:27:38 +04:00
Ilya Fedin
032fe3e0fc
Remove std::optional indrection for nullable XCB types
2024-06-16 09:54:04 +04:00
John Preston
81d7fcba7e
Beta version 5.1.8: Fix build with GCC.
2024-06-15 23:03:55 +04:00
John Preston
4e9b5b0d33
Beta version 5.1.8: Fix build.
2024-06-15 22:45:21 +04:00
John Preston
90068f6261
Beta version 5.1.8: Update tg_owt on Linux.
2024-06-15 21:16:55 +04:00
John Preston
f37d056c14
Beta version 5.1.8.
...
- Support nice blockquotes and code blocks edition when composing messages.
- Support collapsing blockquotes and specifying syntax highlight language.
- Support nice spoiler animation in the message composing input field.
2024-06-15 21:06:23 +04:00
John Preston
f748988ae3
Update Qt patches.
2024-06-15 20:59:19 +04:00
John Preston
9a25d2c413
Simplify correct unicode characters counting.
2024-06-15 20:57:48 +04:00
John Preston
ec40292cbf
Allow editing of collapsed quotes.
2024-06-15 20:57:30 +04:00
John Preston
5e8c3fb146
Allow editing syntax highlighting language.
2024-06-15 20:57:00 +04:00
John Preston
fa8ed186d8
Improve field fade conditions.
2024-06-15 20:56:45 +04:00
John Preston
c1f36d43d0
Support modern blockquote/pre display.
2024-06-15 20:56:44 +04:00
John Preston
501cae2200
Change InputField::font to InputField::style in styles.
2024-06-15 20:56:24 +04:00
John Preston
8ad5117495
Update lib_ui.
2024-06-15 20:55:09 +04:00
Ilya Fedin
d79da3d884
Remove old notification descturction workaround for old X11 systems
...
There seem to be no need in it anymore
2024-06-15 11:08:06 +04:00
Ilya Fedin
e4d88f829c
Remove old window activation workaround for X11 systems
...
There seem to be no need in it anymore
2024-06-15 11:08:06 +04:00
Ilya Fedin
2673e1df53
Fix IV window on Linux
2024-06-15 11:04:45 +04:00
AlexeyZavar
081890ef61
fix: mono font when none is selected
2024-06-14 22:28:09 +03:00
AlexeyZavar
cbcde7d2f5
fix: make it build
2024-06-14 22:27:52 +03:00
AlexeyZavar
68ad4aeaf8
Merge tag 'v5.1.7' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-06-14 22:10:29 +03:00
John Preston
99e88d74bc
Version 5.1.7: Fix build with Qt 6.
2024-06-14 19:06:19 +04:00
John Preston
43ffc9d67c
Version 5.1.7.
...
- Fix recently searched hashtags in chats search.
- Fix formatting shortcuts on macOS.
- Fix non-Telegram-Stars-invoice bot buttons with star emoji.
2024-06-14 18:36:28 +04:00
John Preston
053c462dc0
Fix recent hashtags in chats search.
2024-06-14 18:34:59 +04:00
John Preston
174b627a78
Fix markdown shortcuts on macOS / some Linux.
2024-06-14 17:39:16 +04:00
23rd
bb33d0b997
Replaced credits currency with icon only in buttons with Buy type.
2024-06-14 15:32:02 +03:00
pandaninjas
6f6fb3d1b6
Add xlsb to list of executable extensions
2024-06-14 13:49:15 +04:00
Ilya Fedin
3f216ad946
Enable parallelism for more dependencies
2024-06-13 21:35:34 +04:00
John Preston
c49eb7041f
Version 5.1.6: Fix sticker effect filtering.
2024-06-13 20:55:49 +04:00
John Preston
a1d8202644
Version 5.1.6.
...
- Fix search in archived chats in single-column layout.
- Improve chat previews for topics, Saved Messages and groups.
- Fix formatting shortcuts on Linux.
- Fix options for Telegram Stars buying in case of large amounts.
2024-06-13 18:48:35 +04:00
23rd
82428aef28
Added support for quoted-printable encoding to contact media.
2024-06-13 18:44:33 +04:00
23rd
10f7b985c7
Added decimal separators to count of members in shared similar channels.
2024-06-13 18:44:33 +04:00
23rd
06075411a5
Fixed cases when list of top-up credit options is empty.
2024-06-13 18:44:33 +04:00
23rd
7e01b12825
Replaced credits currency with icon in buttons of reply keyboard.
2024-06-13 18:44:33 +04:00
John Preston
273119fc55
Fix preview messages load in migrated groups.
2024-06-13 18:43:58 +04:00
John Preston
e47e4ba338
Update submodules.
2024-06-13 18:08:43 +04:00
John Preston
cbcdeae200
Don't show topic buttons in topic preview.
2024-06-13 18:08:36 +04:00
John Preston
c585112e37
Fix jump to archive from search in chat.
2024-06-13 16:33:58 +04:00
John Preston
392df8b56f
Fix search in archived chats and return back.
2024-06-13 16:24:41 +04:00
John Preston
0e6470a087
Don't restrict Saved Messages by premium-only privacy.
2024-06-13 15:47:40 +04:00
John Preston
6c0ea0eb9f
Version 5.1.5.
...
- Return WebView on Windows.
2024-06-07 06:57:27 +04:00
John Preston
9229de2658
Return webview on Windows.
2024-06-07 06:57:06 +04:00
John Preston
2935721cd0
Version 5.1.4.
...
- Improve design of search in chat.
- Show vCard information for shared contacts.
- Allow scheduling media in topic groups.
- Several minor bugfixes.
2024-06-06 22:19:53 +04:00
John Preston
a48cd5f15a
Don't show IV buttons on old Windows.
2024-06-06 22:17:30 +04:00
John Preston
9e77e80f92
Moderation on context menu album delete.
...
Fixes #28012 .
2024-06-06 22:16:57 +04:00
John Preston
deb50ee528
Fix video full-window toggle in windowed mode.
2024-06-06 22:16:53 +04:00
John Preston
14909ae913
Fix empty space to the right of photo media.
2024-06-06 22:16:48 +04:00
John Preston
d5d9da7d0a
Allow scheduling media in topic groups.
2024-06-06 22:16:43 +04:00
John Preston
86a048a021
Update libvpx to 1.14.1.
2024-06-06 22:16:38 +04:00
23rd
aafa8631e0
Moved out url for credits terms to lang pack.
2024-06-06 22:16:38 +04:00
Ilya Fedin
9176bf2e47
Update lib_webview
2024-06-06 21:08:54 +04:00
John Preston
72c667b153
Redesign search scope selection.
2024-06-06 09:12:23 +04:00
23rd
fe6f65b3ab
Fixed text elision of peer name in section of chat preview.
2024-06-06 09:12:23 +04:00
23rd
5db2821f8c
Removed unused refund api support for credits.
2024-06-06 09:12:23 +04:00
23rd
9e3e7265d2
Improved display of cached message preview in profile sections.
2024-06-06 09:12:23 +04:00
23rd
749b2e0e95
Added ability to see vcard if available to all types if contacts media.
2024-06-06 09:12:23 +04:00
Ilya Fedin
5b45397383
Update lib_webview
2024-06-06 09:12:03 +04:00
AlexeyZavar
c86ea4807a
feat: emoji pack author
2024-06-05 04:32:56 +03:00
AlexeyZavar
b5c769196a
fix: channel badge
2024-06-05 03:36:18 +03:00
Ilya Fedin
61c17c0a93
libasound2 -> libasound2t64
2024-06-04 15:48:18 +04:00
John Preston
93e592472c
Version 5.1.3.
...
- Rebuild version for macOS to fix the phrases.
2024-06-04 14:38:05 +04:00
Nikhil Singh
6027bad788
fix: add telegram string in keywords ( #11 )
...
This will make AyuGram easy to search in linux app menu's and other drun utilities like rofi/dmenu
2024-06-04 04:15:58 +03:00
AlexeyZavar
0b1e6bd1de
fix: make it build
2024-06-04 04:11:16 +03:00
AlexeyZavar
01b8602437
Merge tag 'v5.1.2' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/boxes/send_files_box.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/data/data_search_controller.cpp
# Telegram/SourceFiles/dialogs/dialogs_widget.cpp
# Telegram/SourceFiles/dialogs/dialogs_widget.h
# Telegram/SourceFiles/history/view/media/history_view_gif.cpp
# Telegram/SourceFiles/mainwidget.cpp
# Telegram/lib_ui
2024-06-04 03:29:15 +03:00
AlexeyZavar
cc16922673
feat: copy username for channels too
...
fix: purge useless
2024-06-04 03:21:44 +03:00
John Preston
379a94db42
Version 5.1.2.
...
- Several bugs fixed including a couple of crashes.
2024-06-04 00:00:12 +04:00
23rd
4f4d216987
Fixed display of button in channel earn section when balance is low.
2024-06-03 23:00:48 +04:00
23rd
6400875d55
Replaced text drawing in menu from phone handler with Text::String.
2024-06-03 23:00:47 +04:00
John Preston
06d0e78b00
Fix a crash in forwarded sender avatars.
2024-06-03 22:59:14 +04:00
John Preston
9043c18725
Don't drop search on non-empty backspace.
2024-06-03 22:27:15 +04:00
Ilya Fedin
88e742927f
File descriptor fixes for XDPOpenWithDialog
...
- Open it with O_CLOEXEC
- Remove unneseccary std::array complication
- Rely on Gio::UnixFDList to close it
2024-06-03 17:49:16 +04:00
Ilya Fedin
a6fcc6d51d
Rely on media viewer code to close itself before ShowInFolder
2024-06-03 17:49:16 +04:00
John Preston
23a13ab54e
Close chats search when selecting a folder.
2024-06-03 17:13:14 +04:00
John Preston
e8a929bdbd
Fix bottom info display in media.
2024-06-03 15:03:41 +04:00
John Preston
eafc01e02b
Fix small photo display in wide enough chat.
...
Fixes #28004 .
2024-06-03 14:14:42 +04:00
John Preston
f817504d67
Fix formatting drop on zero cursor position.
2024-06-03 13:52:00 +04:00
John Preston
f91eb65239
Fix channel reactions editing.
2024-06-03 13:40:04 +04:00
John Preston
e978770fbd
Fix crash in theme IV opening.
2024-06-03 12:48:11 +04:00
23rd
9c83b8bac5
Fixed emoji display in reply markup button from bar for pinned messages.
2024-06-02 23:11:09 +03:00
23rd
47ce34e987
Added initial support of vcard from media contacts.
2024-06-02 22:06:49 +03:00
John Preston
1656a9c3e2
Fix bot about title display.
2024-06-02 10:55:13 +04:00
John Preston
47e06cf385
Fix dropping invertCaption on reschedule.
2024-06-02 10:55:13 +04:00
John Preston
f61f649a7e
Add a power saving setting for effects.
2024-06-02 10:55:13 +04:00
John Preston
a7bffe7abd
Version 5.1.1: Fix misspelled attribute.
2024-06-01 23:58:31 +04:00
John Preston
51b866293f
Version 5.1.1.
...
- Fix caption display on some media.
- Fix collapsed blockquotes rendering.
- Fully close search in chat by "Cancel" click.
- Allow editing caption placement and spoiler in topics.
- Disable effects on forwarded messages and inline results.
2024-06-01 23:40:20 +04:00
John Preston
bd20a3cfe4
Fix filtered premium sticker effects selection.
2024-06-01 23:35:04 +04:00
John Preston
86778aa4d9
Fix cancel search glitch with the new search.
2024-06-01 23:26:02 +04:00
John Preston
12eecec501
Disable effects for inline results sending.
2024-06-01 23:21:48 +04:00
John Preston
26345208a9
Fix caption disappearance on album sending.
2024-06-01 23:02:29 +04:00
John Preston
ee680ac1f1
Don't try adding effects to forwarded messages.
2024-06-01 22:49:51 +04:00
John Preston
bb79a07262
Move SendMenu additional actions to bottom.
2024-06-01 22:43:19 +04:00
John Preston
70fe649743
Hide media viewer on macOS when showing IV.
2024-06-01 22:31:43 +04:00
John Preston
400f0f8785
Empty line between description and ID.
2024-06-01 22:09:01 +04:00
John Preston
eac7bf1c48
Show "View as Messages" preview on forum preview.
2024-06-01 22:02:17 +04:00
John Preston
f4abe37dff
Display peer IDs with delimeters.
2024-06-01 21:53:41 +04:00
John Preston
b7f165a259
Fix albums with wide captions.
2024-06-01 21:53:26 +04:00
John Preston
c1b95afd88
Fix media spoiler/caption-above edit in topics/scheduled.
2024-06-01 21:17:09 +04:00
John Preston
36766e7546
Fix collapsed blockquotes in the end of the text.
2024-06-01 21:16:31 +04:00
John Preston
59c016e4ce
Fix search input not in the end of the query.
2024-06-01 20:39:31 +04:00
John Preston
e9e347fa6c
Fix crash in stories privacy handling.
2024-06-01 20:34:16 +04:00
23rd
7aef0b0a83
Fixed frame size of video userpic in short info boxes on Retina.
2024-06-01 16:55:01 +03:00
23rd
d9572949f6
Replaced confirmation box for proxy links with generic box.
2024-06-01 16:02:59 +03:00
23rd
233e80d22d
Fixed display of confirmation box for proxy links in correspond window.
2024-06-01 16:02:59 +03:00
John Preston
5c83858a50
Remove empty space below video without caption.
2024-06-01 10:58:48 +04:00
John Preston
c681569349
Fix info display in video with caption above.
2024-06-01 10:53:00 +04:00
John Preston
bb43afdd93
Fix search in chat close by "Cancel" link.
2024-06-01 10:52:48 +04:00
John Preston
3ba1941808
Version 5.1: Fix build on macOS.
2024-05-31 23:03:06 +04:00
John Preston
72d1b43453
Version 5.1.
...
- Send messages with effects.
- Move photo or video captions above the media.
- Chat preview on chat photo long press or Alt+Click.
2024-05-31 21:30:18 +04:00
John Preston
0c1b487956
Fix dragging of non-leader media.
2024-05-31 21:30:18 +04:00
23rd
ba611d0f2d
Added initial api support of text phone entity in messages.
2024-05-31 18:58:21 +03:00
23rd
50ce847b31
Fixed display of info in media from chat preview.
2024-05-31 19:52:36 +04:00
23rd
dd0d88ccd3
Fixed userpic views in headers of forwarded messages with via bots.
2024-05-31 19:52:36 +04:00
John Preston
a1049ec7ce
Add touchscreen preview to recent / channels.
2024-05-31 19:52:36 +04:00
John Preston
0fffeac8da
Fix drag-n-drop forward of selected album.
2024-05-31 19:52:36 +04:00
John Preston
1f0acae151
Show frequent/recent selected when preview.
2024-05-31 19:52:36 +04:00
John Preston
521c17b76c
Show chat previews in suggestions.
2024-05-31 19:52:36 +04:00
John Preston
f9f51b4e41
Show preview in Frequent Contacts.
2024-05-31 19:52:32 +04:00
John Preston
4e8895ddd9
Show "View as Messages" preview by Alt+Click.
2024-05-31 19:52:32 +04:00
John Preston
ad342a5324
Extract chat preview as a SessionController part.
2024-05-31 19:52:25 +04:00
John Preston
5cfd86b829
Use Ui::Text::String to show topic names.
...
Fixes #27956 .
2024-05-31 19:52:22 +04:00
John Preston
27eb3e45be
Allow only t.me links in factchecks.
2024-05-31 19:52:22 +04:00
John Preston
4953246c5d
Support touchscreen pinned chats reordering.
2024-05-31 19:52:18 +04:00
John Preston
4df5372dab
Support chat preview on touchscreens.
2024-05-31 19:52:12 +04:00
John Preston
40fbd415ef
Support collapsible blockquotes in Ui::Text::String.
2024-05-30 21:35:10 +04:00
John Preston
974bf99921
Allow editing spoiler/caption-above in EditCaptionBox.
2024-05-30 21:35:10 +04:00
John Preston
8c0351be4e
Allow editing caption above/below media.
2024-05-30 21:35:10 +04:00
John Preston
67f7816088
Allow sending photo/video captions above media.
2024-05-30 21:35:10 +04:00
John Preston
924d80ecba
Use message text rendering for media captions.
2024-05-30 21:35:10 +04:00
23rd
d219bccf2b
Fixed position of via bot header above reply in message view.
2024-05-30 21:35:10 +04:00
23rd
02bd2bca64
Removed display of credits button in settings when user has no credits.
2024-05-30 21:35:10 +04:00
23rd
57ecc2be1d
Improved style of list of credits history entries for refunded entry.
2024-05-30 21:35:10 +04:00
23rd
d3a01b6235
Improved style of list of credits history entries for entry photo.
2024-05-30 21:35:10 +04:00
23rd
58c060c59d
Improved style of box for credits history entries for refunded entry.
2024-05-30 21:35:10 +04:00
23rd
cd7507fb23
Respected accessibility of premium for credits purchasing.
2024-05-30 21:35:10 +04:00
23rd
9a5923676a
Added posting of payment event to webview bot after credits sending.
2024-05-30 21:35:09 +04:00
John Preston
c0f3d263a3
Remove webpage length limit for factcheck.
2024-05-30 21:35:08 +04:00
John Preston
056ba644ed
Fix empty search placeholder.
2024-05-30 21:35:08 +04:00
23rd
ebaffc333e
Added initial api support of refund flag to credits history entries.
2024-05-30 21:35:08 +04:00
23rd
be099880d8
Added initial ability to claim refund credits from history entries list.
2024-05-30 21:35:08 +04:00
John Preston
885dcf0b28
Update API scheme on layer 181.
2024-05-30 21:35:08 +04:00
John Preston
a0d97f03cb
Add factcheck footer support.
2024-05-30 21:35:08 +04:00
23rd
c942034ca4
Added link to terms to box of credits history entries.
2024-05-30 21:35:08 +04:00
23rd
0bd780b20f
Added fireworks effect on success credit sending.
2024-05-30 21:35:08 +04:00
23rd
7d75c25214
Added box for small balance of credits.
2024-05-30 21:35:08 +04:00
23rd
5defb9fb17
Fixed display of credit spending.
2024-05-30 21:35:08 +04:00
23rd
0549c8f037
Moved out list of top-up options to single place.
2024-05-30 21:35:08 +04:00
23rd
3c246e1e92
Split functions for credits settings.
2024-05-30 21:35:08 +04:00
23rd
58da617e3f
Added description and optional photo to credits receipts.
2024-05-30 21:35:08 +04:00
23rd
1edf0ed70b
Moved out widget of photo for credits history entries to single place.
2024-05-30 21:35:08 +04:00
23rd
c27c567225
Added initial support for non-panel credits receipts.
2024-05-30 21:35:08 +04:00
23rd
93eff78cd6
Replaced all credits currency name at least with simple star.
2024-05-30 21:35:08 +04:00
23rd
a2a27e115c
Moved out box for credits history entries to single place.
2024-05-30 21:35:08 +04:00
23rd
e9fb580ba4
Moved out credits currency to single place.
2024-05-30 21:35:08 +04:00
23rd
d73313479b
Partly reverted "Processed payments form with API scheme on layer 181.".
2024-05-30 21:35:08 +04:00
23rd
e4e343b871
Removed unused Ui::IsCreditsInvoice.
2024-05-30 21:35:08 +04:00
23rd
dda6b92bec
Added initial ability to process non-panel payment forms.
2024-05-30 21:35:07 +04:00
23rd
3dd894ad30
Improved SendCreditsBox for data from credits payment form.
2024-05-30 21:35:07 +04:00
23rd
f08ff92470
Added initial ability to provide data for non-panel payment forms.
2024-05-30 21:35:07 +04:00
23rd
923aaec085
Returned media to messages with credits invoice.
2024-05-30 21:35:07 +04:00
John Preston
1d3110228d
Fix phrase in factcheck toast.
2024-05-30 21:35:07 +04:00
23rd
7194781bb8
Added api support for premium bot peer type for credits history entries.
2024-05-30 21:35:07 +04:00
John Preston
97a5e0c6ea
Support limited formatting input in factcheck.
2024-05-30 21:35:07 +04:00
John Preston
a3ef36f9f7
Fix build on Windows.
2024-05-30 21:35:07 +04:00
John Preston
d13bf19b79
Show length limit when editing a factcheck.
2024-05-30 21:35:07 +04:00
John Preston
493f0450b4
Implement factcheck edition.
2024-05-30 21:35:07 +04:00
John Preston
74861a334d
Show expand/collapse icon in factcheck.
2024-05-30 21:35:07 +04:00
John Preston
a87a221f26
Force red for factcheck.
2024-05-30 21:35:07 +04:00
John Preston
923a9ec6a8
Show toggle-able factcheck footer.
2024-05-30 21:35:07 +04:00
John Preston
b299881bf8
Track factcheck text and create media.
2024-05-30 21:35:07 +04:00
John Preston
5ee2bca616
Update API scheme on layer 181.
2024-05-30 21:35:07 +04:00
23rd
d1e914fb30
Added initial implementation of box for credits history entries.
2024-05-30 21:35:07 +04:00
23rd
43cb315f47
Replaced PeerId with BareId in credits history entries.
2024-05-30 21:35:07 +04:00
23rd
dcc52a7333
Moved out painting of userpic for credits entries to single place.
2024-05-30 21:35:07 +04:00
23rd
84cde1354d
Slightly improved invoice view in messages for credits.
2024-05-30 21:35:07 +04:00
23rd
3d81414c71
Added initial implementation of box for sending credits.
2024-05-30 21:35:07 +04:00
23rd
69c48e2b5b
Moved out credits balance widget to single place.
2024-05-30 21:35:07 +04:00
23rd
5ca9b74142
Fixed effect for successful payments in credits settings.
2024-05-30 21:35:07 +04:00
23rd
e11755af46
Added credits balance to main session.
2024-05-30 21:35:07 +04:00
23rd
174fb62c32
Fixed purchases of credits.
2024-05-30 21:35:07 +04:00
23rd
0e30e306ff
Added second type of stars to animation of mini stars.
2024-05-30 21:35:07 +04:00
23rd
5e29f382cd
Fixed build with Xcode.
2024-05-30 21:35:07 +04:00
John Preston
8eb24f620d
Update API scheme on layer 181.
2024-05-30 21:35:07 +04:00
John Preston
5adde6c93a
Fix build on Windows.
2024-05-30 21:35:07 +04:00
23rd
42d6d0d58a
Added tooltip to balance label in credits settings for high values.
2024-05-30 21:35:07 +04:00
23rd
6336df2bd6
Slightly improved code style for decimal counts.
2024-05-30 21:35:07 +04:00
23rd
030d35ea7e
Added initial implementation of balance in credits settings.
2024-05-30 21:35:07 +04:00
23rd
d81c3554cc
Added multiple icons to credits topup options.
2024-05-30 21:35:07 +04:00
23rd
ca37ffa086
Added list of credit history entries to credits settings.
2024-05-30 21:35:07 +04:00
23rd
154fe63b43
Implemented list of credit history entries.
2024-05-30 21:35:06 +04:00
23rd
65384d54f1
Added random debug data to credits history.
2024-05-30 21:35:06 +04:00
23rd
2bf8cb84d0
Added api support of credits status and credits history.
2024-05-30 21:35:06 +04:00
23rd
f0a82de784
Fixed editing of last message with uploading media.
2024-05-30 21:35:06 +04:00
23rd
1a393ddebb
Added star icons with gradient to main settings for premium buttons.
2024-05-30 21:35:06 +04:00
23rd
9b11b95c5b
Added api support of invoice payments for credits.
2024-05-30 21:35:06 +04:00
23rd
d0bfee6963
Added initial list for topup options in settings section for credits.
2024-05-30 21:35:06 +04:00
23rd
f1636de572
Added initial api support for credits topup options.
2024-05-30 21:35:06 +04:00
23rd
b5eb195f43
Added initial dummy settings section for credits.
2024-05-30 21:35:06 +04:00
23rd
4a0bffe618
Added ability to provide custom gradient to star in premium top bar.
2024-05-30 21:35:06 +04:00
23rd
53d97b4146
Added ability to provide custom gradient to colored premium stars.
2024-05-30 21:35:06 +04:00
23rd
2a224c839e
Added initial phrases for settings section for credits.
2024-05-30 21:35:06 +04:00
23rd
bc7aa91fbb
Removed redundant constructor from Ui::Premium::TopBar.
2024-05-30 21:35:06 +04:00
23rd
ac2f35f12b
Processed payments form with API scheme on layer 181.
2024-05-30 21:35:06 +04:00
John Preston
39e03c3ca7
Update API scheme to layer181.
2024-05-30 21:35:06 +04:00
John Preston
1ce49df123
Fix saved / replies userpics in chats search.
2024-05-30 21:35:06 +04:00
John Preston
1865fd382c
Show loading placeholders in chats list.
2024-05-30 21:35:06 +04:00
John Preston
e00c6ecfb8
Show empty / placeholder in chats search.
2024-05-30 21:35:06 +04:00
John Preston
279db771cf
Support dynamic search tabs with emoji.
2024-05-30 21:35:06 +04:00
John Preston
7b7438cd7b
Make chats list tabs closer to each other.
2024-05-30 21:35:06 +04:00
John Preston
42d53e5543
Fix saved messages tags search.
2024-05-30 21:35:06 +04:00
John Preston
fce520c9c0
Clear saved messages tags on cancel search.
2024-05-30 21:35:06 +04:00
John Preston
b21bcb86cc
Fix search from user in forums.
2024-05-30 21:35:06 +04:00
John Preston
7d61ab9412
Improve forum search support.
2024-05-30 21:35:06 +04:00
John Preston
701bf0d553
Fix searching with "from:" prefix.
2024-05-30 21:35:06 +04:00
John Preston
583bcca6a9
Fix forum search open by Ctrl+F.
2024-05-30 21:35:06 +04:00
John Preston
6a8edefc87
Fix some bugs in new chats search.
2024-05-30 21:35:06 +04:00
John Preston
dd5643ac67
Start chats search rewrite.
2024-05-30 21:35:06 +04:00
John Preston
787cf7853e
Implement simple chats search bar.
2024-05-30 21:35:06 +04:00
John Preston
5bfbae3afc
Update API scheme on layer 180.
2024-05-30 21:35:06 +04:00
John Preston
363b700f1f
Fix chat preview and new emoji interactions.
2024-05-30 21:35:05 +04:00
John Preston
cde70b9807
Play effects in a separate layer over MainWidget.
2024-05-30 21:35:05 +04:00
John Preston
f7ab8a2174
Fix Chat / Effect previews in custom themes.
2024-05-30 21:35:05 +04:00
John Preston
a011a7c316
Fix sending scheduled effects.
2024-05-30 21:35:05 +04:00
John Preston
487fa9728a
Fade in/out effect preview.
2024-05-30 21:35:05 +04:00
John Preston
8a58ded582
Show effect loading animation.
2024-05-30 21:35:05 +04:00
John Preston
ec5d8b7373
More robust effect icon loading.
2024-05-30 21:35:05 +04:00
John Preston
732b67ca04
Implement effects paywalls.
2024-05-30 21:35:05 +04:00
John Preston
d102d256a9
Implement effects search.
2024-05-30 21:35:05 +04:00
John Preston
bbb3a51b74
Fix effect selector for !_useTransparency case.
2024-05-30 21:35:05 +04:00
John Preston
d0d1ef9e66
Fix effect panel jump on expand.
2024-05-30 21:35:05 +04:00
John Preston
b01244fc42
Show correct sticker effects title.
2024-05-30 21:35:05 +04:00
John Preston
b92a05011f
Show sticker effects in a StickerListWidget.
2024-05-30 21:35:05 +04:00
John Preston
5fb7992b04
Improve effect initial auto-play.
2024-05-30 21:35:05 +04:00
John Preston
f371cd1af2
Use nice fake message for effect preview.
2024-05-30 21:35:05 +04:00
John Preston
144109db05
Show effect preview before sending.
2024-05-30 21:35:05 +04:00
John Preston
e120ae6ae6
Pass effect to API for sending.
2024-05-30 21:35:05 +04:00
John Preston
d1106e5ae6
Check effects availability in all SendMenu-s.
2024-05-30 21:35:05 +04:00
John Preston
396ba9a984
Initial code of attaching effect selector.
2024-05-30 21:35:05 +04:00
John Preston
92133e7f50
Show effect animation with correct geometry.
2024-05-30 21:35:05 +04:00
John Preston
a19e71324b
Implement basic effect animation.
2024-05-30 21:35:05 +04:00
John Preston
f762634036
Support effects API, show icon in info.
2024-05-30 21:35:05 +04:00
John Preston
ee4f83ffde
Disable bottom-info reactions view.
2024-05-30 21:35:05 +04:00
John Preston
f8188f360a
Update API scheme to layer 180.
2024-05-30 21:35:05 +04:00
John Preston
2bbc7406da
Beta version 5.0.6.
...
- Fix chat preview with non-default themes.
- Fix chat preview crash when scrolling up.
- Jump to chat from preview only by Double-Click.
- Show chat preview with Force Touch on macOS.
2024-05-30 19:06:51 +04:00
John Preston
a9dd9aeb90
Use InnoSetup SignTool for setup signing.
...
Fixes #27583 .
2024-05-30 19:03:12 +04:00
John Preston
aa4156d1e7
Ignore shortcuts when preview is shown.
2024-05-30 19:03:08 +04:00
John Preston
4f5594c8cc
ChatNext jumps to first chat if no chat opened.
...
Fixes #27963 .
2024-05-30 19:03:04 +04:00
John Preston
0527e9a0f7
Fix adding bot as admin to channel.
2024-05-30 17:02:28 +04:00
John Preston
28cbb02b20
Jump to chat only by Double-Click on preview.
2024-05-30 17:02:26 +04:00
John Preston
7d636820ac
Show last updated topic preview on Alt+Click.
2024-05-30 17:02:23 +04:00
John Preston
e2b78b673b
Fix unintentional search focus.
2024-05-30 17:02:19 +04:00
John Preston
a9a0fe7cf5
Fix RTL chat names in preview.
2024-05-30 17:02:13 +04:00
John Preston
2b9e7a6b25
Show preview on Force-Click on macOS.
2024-05-30 17:02:09 +04:00
John Preston
d6e827e982
Fix loading of chat preview messages.
2024-05-30 17:02:02 +04:00
John Preston
d2e6003521
Ignore right click on preview.
2024-05-30 17:01:59 +04:00
John Preston
465fc42718
Fix chat preview in non-default themes.
2024-05-29 09:43:40 +04:00
John Preston
0dd6ff9d9b
Beta version 5.0.5.
...
- Long press on chat userpic to show quick preview.
- Alt+Click on chat to show quick preview.
- Show author userpics in forwarded messages.
2024-05-29 00:03:45 +04:00
23rd
8a6b1677f4
Added userpic views to headers of forwarded messages.
2024-05-28 21:42:00 +04:00
John Preston
470b3a2cbd
Fix preview showing on fast userpic click.
2024-05-28 21:42:00 +04:00
John Preston
a60783eae3
Implement preview top and bottom.
2024-05-28 21:42:00 +04:00
John Preston
de73d8766c
Open chat on exact clicked message from preview.
2024-05-28 21:42:00 +04:00
John Preston
cd7cfcdf2f
Show chat preview on Alt+Click.
2024-05-28 21:42:00 +04:00
John Preston
aee62c7591
Fix migrated history in chat preview.
2024-05-28 21:42:00 +04:00
John Preston
0f524ac67d
Don't stick to bottom while loading down.
2024-05-28 21:42:00 +04:00
John Preston
f223ae7eee
Implement chats preview, show from unread.
2024-05-28 21:42:00 +04:00
John Preston
68df8448a2
Use arc_angles.h from lib_ui.
2024-05-28 21:42:00 +04:00
John Preston
da31fef1ae
Show long-press preview of topics.
2024-05-28 21:41:59 +04:00
John Preston
4427ae4306
Empty preview widget on long userpic press.
2024-05-28 21:41:59 +04:00
John Preston
ef2aa05197
Allow HistoryView::ListWidget without SessionController.
2024-05-28 21:41:59 +04:00
John Preston
e5132e3fe8
Version 5.0.4
...
- Fix reply to last message by Ctrl+Up in topics.
- Some other bug fixes.
2024-05-28 20:32:48 +04:00
23rd
3b6870396c
Added ability to hide every sponsored message to premium users.
2024-05-28 20:30:40 +04:00
23rd
f6b849e4f7
Added ability to add proxy from clipboard.
2024-05-28 20:30:40 +04:00
23rd
48e3802565
Improved labels for channel and group types with restricted content.
2024-05-28 20:30:40 +04:00
23rd
26ba7e57ce
Fixed color of radial animation in audio files from shared media.
2024-05-28 20:30:40 +04:00
23rd
2605e754ff
Added back button to cloud password step in intro.
2024-05-28 20:30:40 +04:00
23rd
9e85b1aa23
Fixed fake ability to hide webpage media with spoiler.
2024-05-28 20:30:40 +04:00
Ilya Fedin
88cd886ec8
Update lib_webview
2024-05-28 17:50:39 +04:00
John Preston
adc536b81d
Fix Ctrl+Up reply in topics / comments.
2024-05-28 15:01:01 +04:00
John Preston
275327c789
Version 5.0.3.
...
- Ctrl+Click on Reply in menu to Reply in another chat.
- Allow Zero-Width-Space character in text rendering.
- Fix creating custom links in the message field.
- Fix jump to the topic with last unread message.
- Fix newline entering via Shift+Enter on Linux.
- Fix forum search open by Ctrl+F.
2024-05-28 11:53:51 +04:00
John Preston
72471c74d0
Limit symbols that allow diacritics after them.
2024-05-28 11:45:21 +04:00
John Preston
b9f63f80f1
Reply-in-another-chat by Ctrl+Click on Reply.
2024-05-28 10:59:46 +04:00
John Preston
32cd2120ac
Allow zero width space in the middle of text.
...
Fixes #6959 .
2024-05-28 10:54:20 +04:00
John Preston
7db9abf725
Fix forum search open by Ctrl+F.
2024-05-28 10:04:57 +04:00
John Preston
f09a939a7c
Improve fix for markup.
2024-05-27 22:24:19 +04:00
John Preston
f1c1c900bf
Fix newline regression on Linux.
2024-05-27 22:08:20 +04:00
John Preston
a43143d01c
Separate ForceDisable from LastCheckCrashed.
2024-05-27 17:54:23 +04:00
John Preston
7357b40ba1
Fix build with updated lib_ui.
2024-05-27 17:54:23 +04:00
Ilya Fedin
ad6e34f3a4
Update lib_webview
2024-05-27 14:00:26 +04:00
John Preston
daf30dcab8
Fix jump to last topic in case of unread topic click.
2024-05-27 13:33:25 +04:00
Ilya Fedin
0033ad749f
Update lib_webview
2024-05-27 08:06:25 +04:00
Ilya Fedin
62c249015d
Update lib_webview
2024-05-26 14:20:43 +04:00
AlexeyZavar
f54c82bcb3
feat: round context menu a bit
2024-05-25 04:33:05 +03:00
AlexeyZavar
57b2c69ce6
Merge tag 'v5.0.2' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-05-25 02:26:39 +03:00
John Preston
31fcca245f
Version 5.0.2: Fix IME-to-search on macOS.
2024-05-24 20:54:10 +04:00
John Preston
f4864cddc9
Fix possible crash in Settings of crashed web-app.
...
Fixes #27943 .
2024-05-24 20:54:10 +04:00
John Preston
36db1105a2
Fix build with Xcode.
2024-05-24 16:09:01 +04:00
John Preston
364f62660c
Version 5.0.2: Update the version number.
2024-05-24 15:26:18 +04:00
John Preston
b67a1bca49
Version 5.0.2.
...
- Toggle chats search focus by Tab key.
- Unfocus empty search by Backspace key.
- Add a spoiler to already sent media when editing.
- Forward by drag-n-drop to frequent contacts / recent searches.
- Allow wide chats list in empty window
with narrow list when a chat is opened.
- Improve custom font support in the input fields.
- Fix input method typing from unfocused search.
- Fix possible media reordering on batch send.
- Fix crash in group emoji set saving.
- Fix possible hang on quit on macOS.
2024-05-24 15:13:04 +04:00
John Preston
000911546b
Fix usernames drop on min user being received.
2024-05-24 14:50:00 +04:00
John Preston
e26b8e7ebc
Fix passcode lock glitch with new search.
2024-05-24 14:14:29 +04:00
John Preston
f03935ad9a
Kill hang processes in case of app quitting.
2024-05-24 14:08:14 +04:00
John Preston
d91b75b8f8
Allow wide chats in empty window.
2024-05-24 12:55:48 +04:00
John Preston
4d4cf472c8
Fix crash in group emoji set saving.
2024-05-24 12:55:48 +04:00
John Preston
685c7a865e
Use 64 iterations (like OpenSSL 3 for 2048 primes).
2024-05-24 12:55:48 +04:00
John Preston
0551550e61
Don't always open last topic in forums.
2024-05-24 12:55:48 +04:00
John Preston
c3fab28e1c
Improve scroll style for limited reaction selector.
2024-05-24 12:55:48 +04:00
John Preston
74db2167f9
Allow copy custom emoji from panel.
2024-05-24 12:55:48 +04:00
John Preston
cedd8fc546
Fix incorrect replace media button show in reply.
2024-05-24 12:55:48 +04:00
John Preston
db486e957c
Fix group/channel Appearance button style.
2024-05-24 12:55:48 +04:00
John Preston
1c6f45d8d3
Fix drag-n-drop to frequent/recent contacts.
2024-05-24 12:55:48 +04:00
John Preston
ba8bb2d50f
Add .vscode to .gitignore.
2024-05-24 12:55:48 +04:00
John Preston
ec6d6a78cf
Tab toggles search focus, Backspace doesn't focus.
2024-05-24 12:55:48 +04:00
John Preston
f10f3c08de
Attempt to fix sending messages to broken topics.
2024-05-24 12:55:48 +04:00
John Preston
39c1da6642
Attempt to fix jump to unread in some cases.
2024-05-24 12:55:48 +04:00
John Preston
84ec2a5f74
Possibly fix wrong requests order.
2024-05-22 21:21:03 +04:00
Ilya Fedin
5e3e9ba824
Ensure Qt doesn't prevent quit due to ignored widget close events
2024-05-22 16:47:08 +04:00
Ilya Fedin
198528f79f
Remove code needed for a removed patch
2024-05-21 14:20:43 +04:00
Ilya Fedin
8a5ad581b8
Update Qt to 6.7.1 on Linux
2024-05-21 14:20:43 +04:00
Ilya Fedin
7dbf8ca1f4
Remove unneeded Qt::WA_InputMethodEnabled
...
The widget already had it
2024-05-21 14:10:47 +04:00
dependabot[bot]
df808df8d3
Bump actions/upload-artifact from 2 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-21 09:16:03 +04:00
Ilya Fedin
4fddaef112
Update lib_webview
2024-05-20 14:25:23 +04:00
John Preston
2bdc204c47
Fix geometry applying in webview windows.
2024-05-20 14:25:23 +04:00
Ilya Fedin
6734f99ba8
Update lib_ui & patches on Linux
2024-05-19 20:30:13 +04:00
Ilya Fedin
af4e0178d0
Ensure window flags are set before calling SeparatePanel::setInnerSize
...
Setting window flags may lead to native window being re-created
2024-05-19 20:30:13 +04:00
Ilya Fedin
65b62485be
Forward input method event from Dialogs::Widget to search field
2024-05-19 11:47:16 +04:00
Ilya Fedin
98b58c1168
Add missing binds for OpenGL shaders and buffers
2024-05-19 09:55:34 +04:00
Ilya Fedin
ad13048cdc
Update submodules
2024-05-16 22:20:08 +04:00
Ilya Fedin
a753c1515b
Remove unneeded wayland-client dependency from telegram part in snap
2024-05-16 22:20:08 +04:00
Ilya Fedin
bd48e2fff2
Fix more package names in snap
2024-05-16 22:20:08 +04:00
John Preston
88ad1be4c3
Try to fix custom fonts in the input field.
2024-05-14 19:36:52 +04:00
John Preston
1f31d8032f
Bring chosen font to the top of the box.
2024-05-14 19:36:52 +04:00
John Preston
b5f5aed119
Fix search focus in a hidden window on launch.
...
Fixes #27853 .
2024-05-14 19:36:52 +04:00
John Preston
213326a212
Update submodules.
2024-05-14 19:36:52 +04:00
23rd
264e35a6a8
Fixed rare crash in photo editor when editing media in message.
2024-05-14 17:19:39 +03:00
23rd
76137ca1cf
Fixed link to premium section in box about sponsored messages.
2024-05-14 17:19:39 +03:00
23rd
e4323ecd26
Slightly improved code style in processing of api text entities.
2024-05-14 17:19:39 +03:00
23rd
b406e2b99b
Fixed sender name for voices in overview layout when sender is hidden.
2024-05-14 17:19:39 +03:00
23rd
c1c49e8ddc
Added captions to voice messages in overview layout.
2024-05-14 17:19:39 +03:00
23rd
41e414af37
Removed transcribe buttons from scheduled messages.
2024-05-14 17:19:39 +03:00
23rd
2afb69e787
Fixed text state of reply bubble for messages with unwrapped media.
2024-05-14 17:19:39 +03:00
23rd
3e7d4af4a0
Fixed reply bubble width for short quotes.
2024-05-14 17:19:39 +03:00
23rd
bc11c66777
Added ability to hide single sponsored message to premium users.
2024-05-14 17:19:39 +03:00
23rd
7a95b38d3c
Fixed refreshing of file reference in api media spoiler editing module.
2024-05-14 17:19:39 +03:00
23rd
334fd4e951
Added ability to edit media with spoiled one without resending.
2024-05-14 17:19:39 +03:00
GoodDok
923e3ee808
Fix 25202: surrounding $PWD with double quotes
...
Added double quotes to work correctly with spaces in current directory's name
2024-05-14 14:43:38 +04:00
Robert-André Mauchin
3358673ba4
Add compatibility with FFMPEG 7.0
...
avio: Constify data pointees of write callbacks
avutil: remove deprecated FF_API_PKT_DURATION
Ref: https://github.com/FFmpeg/FFmpeg/commit/2a68d945cd74265bb71c3d38b7a2e7f7d7e87be5
https://github.com/FFmpeg/FFmpeg/commit/02aea61d69d8f81bc285e2131bf25f96a3e27feb
https://github.com/FFmpeg/FFmpeg/commit/b8fef7e9c520b3923b32813b6a82c154c74402dc
2024-05-14 14:39:29 +04:00
dependabot[bot]
d28b9f10b4
Bump jlumbroso/free-disk-space from 1.3.0 to 1.3.1
...
Bumps [jlumbroso/free-disk-space](https://github.com/jlumbroso/free-disk-space ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/jlumbroso/free-disk-space/releases )
- [Commits](https://github.com/jlumbroso/free-disk-space/compare/f68fdb76e2ea636224182cfb7377ff9a1708f9b8...54081f138730dfa15788a46383842cd2f914a1be )
---
updated-dependencies:
- dependency-name: jlumbroso/free-disk-space
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-14 14:38:48 +04:00
Ilya Fedin
6ebbca58e8
Track major version for official GitHub helpers in actions
2024-05-14 09:54:25 +04:00
Ilya Fedin
15697f4f2b
Fix libpng package name in snap
2024-05-08 12:10:37 +04:00
John Preston
2cb0651b04
Redirect IME to search on Windows.
2024-05-07 22:17:34 +04:00
John Preston
1f3a3ec04b
Don't focus search when forum is opened.
2024-05-07 22:17:34 +04:00
John Preston
c1a0172822
De-focus empty search by backspace.
2024-05-07 22:17:33 +04:00
GkvJwa
593e76479c
Use jom build openssl on windows
2024-05-07 09:52:32 +04:00
dependabot[bot]
5d622b906e
Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.13.0
...
Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases )
- [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: ilammy/msvc-dev-cmd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-07 09:02:31 +04:00
dependabot[bot]
7e253314ec
Bump jinja2 from 3.1.3 to 3.1.4 in /Telegram/build/docker/centos_env
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 23:29:00 +04:00
dependabot[bot]
78a05768d8
Bump dessant/lock-threads from 3 to 5
...
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 3 to 5.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 23:28:48 +04:00
dependabot[bot]
ddf6514a90
Bump actions/stale from 5 to 9
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 9.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v9 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 20:40:31 +04:00
dependabot[bot]
3847b97f80
Bump actions/cache from 3.0.11 to 4.0.2
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.11 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.0.11...v4.0.2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 20:40:18 +04:00
dependabot[bot]
046bc03037
Bump actions/checkout from 3.1.0 to 4.1.4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v4.1.4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 20:40:02 +04:00
Ilya Fedin
7ff5f81b88
Try automatic actions update
2024-05-06 09:46:18 +04:00
AlexeyZavar
b6de66611c
feat: round context menu a bit
2024-05-05 18:28:10 +03:00
AlexeyZavar
166020723f
chore: remove application font setting
2024-05-05 16:56:04 +03:00
AlexeyZavar
0bec9f742b
fix: make it build
2024-05-05 16:55:09 +03:00
AlexeyZavar
eeb5e5a206
Merge tag 'v5.0.1' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/info/profile/info_profile_actions.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-05-04 21:49:27 +03:00
John Preston
fb444e7dd4
Version 5.0.1.
...
- Fix several crashes in new interfaces.
- Fix monospace font size.
- Fix possible problem with underline font size.
2024-05-04 19:08:30 +04:00
23rd
c4f0db5bc5
Fixed possible crash on slow resolving message from personal channel.
2024-05-04 18:13:30 +04:00
23rd
a866ba8cdd
Fixed crash on restricting users from moderation box.
2024-05-04 18:13:28 +04:00
John Preston
129d356909
Fix scrolling expanded frequent contacts.
2024-05-04 18:13:04 +04:00
Ilya Fedin
7289292f02
Update lib_ui & patches on Linux
2024-05-04 14:05:09 +04:00
Ilya Fedin
638e88ec79
Revert "Use latest mesa in snap"
...
This reverts commit b246328dcf .
2024-05-04 14:05:09 +04:00
John Preston
19ead551d9
Fix a typo bug in replies section scrolling.
2024-05-03 21:04:06 +04:00
John Preston
fccaa587e1
Fix adjustment of size for modified fonts.
2024-05-03 21:04:06 +04:00
23rd
1709fcd0df
Guarded personal channel info from possible crash on deleting message.
2024-05-03 21:04:06 +04:00
23rd
de1f222bac
Fixed rescheduling of selected and grouped scheduled messages.
2024-05-03 21:04:06 +04:00
Ilya Fedin
5e1f0e9f7f
Move waiting for answer action 30 minutes later than lock threads
2024-05-03 19:59:24 +04:00
Alan Pope
e3a14d432b
Be consistent with libgtk-3-0t64
...
The reason it worked without explicitly updating this one is because the deb of libgtk-3-0t64 has a 'replaces' line for libgtk-3-0 - which nullifies this entry, as both were specified. But, you're right, looks better to have the right package in there.
2024-05-03 19:59:07 +04:00
Alan Pope
2b013c108f
Fixes for unable to find gtk-query-immodules-3.0
...
The package has been updated for 2038 t64 update. This fixes that.
Successfully build telegram 5.0.0 in arm64 after the fixes in this PR.
2024-05-03 19:59:07 +04:00
Alan Pope
0194687181
fix: Incorrect package name
...
Noble has libvpx9, not vpx8.
https://packages.ubuntu.com/search?keywords=libvpx9
2024-05-03 19:59:07 +04:00
John Preston
bb47f4659d
Don't adjust monospace font size.
2024-05-02 19:36:59 +04:00
John Preston
2b580d29ae
Add .qoi to list of image extensions.
2024-05-02 17:17:40 +04:00
John Preston
b7e52119bc
Add .jxl to the list of image extensions.
2024-05-02 16:35:29 +04:00
John Preston
fd633ecb49
Version 5.0.
...
- Choose custom font family in Settings > Chat settings > Font family.
- Show "Frequent contacts" when you focus the search field.
- Show "Recent chats" when you focus the search field.
- Show "Channels" list and similar channels.
- Premium users can use animated emoji in polls.
- Group admins can mass-moderate many messages.
- Fix frequent crashes on some Linux systems.
2024-05-02 14:11:20 +04:00
John Preston
9c77346f36
Fix build with Xcode and GCC.
2024-05-02 14:11:20 +04:00
John Preston
641e74763f
Revert non-production-ready prepare.py changes.
...
Accidentally commited in b9b7d9e337 .
2024-05-02 12:17:57 +04:00
John Preston
2e71427427
Improve font size edge cases.
2024-05-02 12:05:46 +04:00
John Preston
95ec0633ed
Use custom-adjusted font metrics for custom fonts.
...
Fixes #27814 .
2024-05-02 11:33:47 +04:00
23rd
14e8b8fb91
Fixed spam reporting in moderation box.
2024-05-02 04:09:25 +03:00
23rd
d40951f068
Added ability to moderate non-users to moderation box.
2024-05-02 04:09:25 +03:00
23rd
ab85d18cc8
Added support of personal channel with message.
2024-05-02 04:09:25 +03:00
23rd
6becaaa953
Slightly improved view style of giveaway results in dialogs list.
2024-05-02 04:09:25 +03:00
23rd
26e8c29f40
Moved formatting of dialog last date to td_ui.
2024-05-02 04:09:25 +03:00
John Preston
47800ee02d
Improve font size selection a bit.
2024-05-01 19:09:54 +04:00
John Preston
12a24dd473
Fix possible crash in common groups list.
...
Currently Data::Session::processChat() may change adminRights(),
that may change Data::CanSendAnyOf(peer, ...), that may lead to
Window::SessionController::updateThirdColumnToCurrentChat() call,
that destroys current third column to replace it with another one.
If common groups list was opened in the third column this will crash.
Fixes #27640 .
2024-05-01 17:52:40 +04:00
23rd
ad6321d3ae
Fixed possible crash in moderate box.
2024-05-01 14:10:37 +03:00
John Preston
7e071c770f
Fix possible crash with custom wallpapered peers.
2024-05-01 14:38:06 +04:00
John Preston
a62d1dfa63
Focus chats search by Ctrl[Cmd]+F.
2024-05-01 14:38:05 +04:00
John Preston
b3eb1dbc14
Revert "Toggle search focus by escape."
...
This reverts commit 72d5a9b3e0 .
2024-05-01 14:38:05 +04:00
Ilya Fedin
3170a45158
Increase snapcraft verbosity
2024-05-01 14:06:23 +04:00
John Preston
32483fa13b
Just focus the search field on Space.
2024-05-01 12:57:47 +04:00
John Preston
9166a1c3a6
Update Linux Qt patches. Hope fixes crashes.
2024-05-01 12:57:07 +04:00
GitHub Action
6fa0afff37
Update User-Agent for DNS to Chrome 124.0.0.0.
2024-05-01 12:47:51 +04:00
Ilya Fedin
bc649af941
Schedule no-response action runs at different times
...
To avoid rate limits
2024-05-01 12:47:42 +04:00
John Preston
16ce5ef046
Greeting category first in ChatIntro setup.
2024-05-01 12:47:20 +04:00
John Preston
bb6fd4bc4d
Update scheme, new sticker categories.
2024-05-01 12:47:20 +04:00
John Preston
63e1731d7c
Fix premium preview bullet-dots.
...
Regression was introduced in 88751896af .
2024-05-01 12:47:20 +04:00
John Preston
b9b7d9e337
Implement live location view.
2024-05-01 12:47:20 +04:00
23rd
ef8c07e6eb
Added ability to translate selected text in profile section.
2024-04-30 17:35:34 +03:00
23rd
20a13663a6
Slightly improved style of rpl text mapping.
2024-04-30 17:35:04 +03:00
23rd
2f0aa6ef05
Removed state sending of low level of battery to call participant.
2024-04-30 16:49:17 +03:00
23rd
62bd1354dc
Replaced box for leaving or deleting chat with generic box.
2024-04-28 20:14:26 +03:00
23rd
be255f1d09
Added to moderate box number of all messages that will be deleted.
2024-04-28 20:14:26 +03:00
23rd
b8b02b2285
Replaced list of history items for sending now with sorted by date.
2024-04-28 13:33:04 +03:00
23rd
e0db0642bd
Fixed crash when deleting message from non-user.
2024-04-27 16:39:13 +03:00
23rd
e81465a54e
Added Enter shortcut to moderation box for confirmation.
2024-04-27 13:31:00 +03:00
23rd
6e67cfc7be
Fixed possible crash in moderation box.
2024-04-27 12:59:36 +03:00
John Preston
c0db5ee98a
Beta version 4.16.10: Fix GCC build.
2024-04-26 23:41:28 +04:00
John Preston
372b3da09c
Beta version 4.16.10.
...
- Group admins can mass-moderate many messages.
- Premium users can use animated emoji in polls.
- Revert the default "Open Sans" font to 1.10.
- Several crash fixes and small improvements.
2024-04-26 20:55:06 +04:00
John Preston
79532954dc
Allow a bit more font size adjusting.
2024-04-26 20:18:30 +04:00
23rd
aff2be605e
Removed item for poll creation from menu when it is impossible.
2024-04-26 19:15:03 +03:00
John Preston
363c191a6e
Skip media bottom skip in IV.
2024-04-26 20:12:30 +04:00
John Preston
2949cdab61
Don't request IV two times in a row.
2024-04-26 20:12:29 +04:00
John Preston
7addcf2d25
Add IV footer.
2024-04-26 20:12:29 +04:00
John Preston
a272807a99
Remove "Create poll" button in Replies chat.
...
Fixes #27817 .
2024-04-26 20:12:29 +04:00
23rd
c803603de4
Added ability to insert custom emoji to polls.
2024-04-26 20:12:29 +04:00
23rd
e6c22ec1ca
Added api support for custom emoji in polls.
2024-04-26 20:12:29 +04:00
John Preston
b3ae843f0e
Update API scheme to layer 179.
2024-04-26 20:12:29 +04:00
John Preston
12a78c1f45
Allow pasting text to the unfocused search.
2024-04-26 20:12:29 +04:00
23rd
612b81ee87
Fixed allowed reactions for channel posts in linked chats.
2024-04-26 20:12:29 +04:00
23rd
e5b91d2f3d
Added entry points for moderation box.
2024-04-26 20:12:29 +04:00
23rd
82293c98eb
Added arrow icon to divider link in moderation box.
2024-04-26 20:12:29 +04:00
23rd
629da68cfc
Added api support to moderation box.
2024-04-26 20:12:29 +04:00
23rd
643ecd2c2c
Implemented initial ui of moderation box.
2024-04-26 20:12:29 +04:00
Ilya Fedin
dd1cb00c62
Update snap to core24
2024-04-26 18:39:56 +04:00
23rd
2c4d8418c1
Removed unused code for sponsored messages.
2024-04-26 11:21:41 +04:00
23rd
9fcb5d6f31
Added emoji button to input field for peer title edit.
2024-04-26 11:21:41 +04:00
23rd
38fc6bfbb9
Added special mode to emoji list widget to exclude non-unicode emoji.
2024-04-26 11:21:41 +04:00
23rd
804991a69c
Added universal duration to styles.
2024-04-26 11:21:41 +04:00
23rd
7388f46adf
Fixed display of subscribers count in dialogs suggestions.
2024-04-26 11:21:41 +04:00
John Preston
10c427127e
Fix accidental search focusing.
2024-04-26 11:10:12 +04:00
John Preston
c6d034174b
Support separate webview storages.
2024-04-26 08:58:42 +04:00
Ilya Fedin
471831bcd6
Revert "Remove not really needed notification capability checks"
...
This reverts commit abdfa4f785 .
2024-04-25 15:07:51 +04:00
Ilya Fedin
b1e64419a5
Fix setting application icon in Linux notifications
2024-04-25 11:31:43 +04:00
Ilya Fedin
e2f17f1131
Remove unneeded includes from notifications_manager_linux
2024-04-25 11:31:43 +04:00
John Preston
ae4a73a15b
Rollback OpenSans to 1.10.
2024-04-24 22:20:22 +04:00
Kolya
a84ca00270
fix typo
2024-04-24 19:18:33 +04:00
John Preston
c16d820b88
Move OpenSSL probing before crash reporter.
2024-04-24 19:12:46 +04:00
John Preston
ef614150d5
Remove dead code in lib_ui.
2024-04-24 17:44:51 +04:00
John Preston
b46ca1ec17
Use different font fallback algo on Windows.
2024-04-24 17:44:40 +04:00
John Preston
d5a347ede7
Try cancelling the new search by mouse back button.
2024-04-24 17:41:12 +04:00
John Preston
72d5a9b3e0
Toggle search focus by escape.
2024-04-24 16:56:20 +04:00
John Preston
e6d72b4861
Un-focus chats search on empty history click.
2024-04-24 16:54:10 +04:00
John Preston
3da51b1bc9
Fix crash on quit in sponsored messages.
2024-04-24 16:37:27 +04:00
John Preston
17b7db6219
Request 64 frequent contacts instead of 32.
2024-04-24 16:37:27 +04:00
John Preston
8353180161
Fix phrase cut-off in QR login.
2024-04-24 16:37:27 +04:00
John Preston
f675a8dcf7
Attempt to fix a couple of crashes.
2024-04-24 16:37:27 +04:00
John Preston
493f1d69e2
Fix cancel search button overlap.
2024-04-24 16:37:27 +04:00
John Preston
331e8c3ec6
Beta version 4.16.9.
...
- Show "Frequent contacts" when you focus the search field.
- Show "Recent chats" when you focus the search field.
- Show "Channels" and channel recommendations.
- Allow changing font in Settings > Chat settings > Font family.
2024-04-23 23:14:19 +04:00
John Preston
56bce70558
Fix "long time ago" for users who blocked me.
2024-04-23 21:47:57 +04:00
John Preston
d82e48f8e4
Improve ChooseFontBox navigation.
2024-04-23 19:17:42 +04:00
John Preston
97ecc57be8
Add choose font settings.
2024-04-23 19:17:42 +04:00
John Preston
25bd2b145b
Update submodules.
2024-04-23 19:17:42 +04:00
John Preston
7111c92ae7
Fix keyboard navigation in top peers.
2024-04-23 19:17:42 +04:00
John Preston
e066cf1589
Add "Show all" for top peers.
2024-04-23 19:17:41 +04:00
John Preston
6f328b2ef8
Fix inline query draft applying.
2024-04-23 19:17:41 +04:00
23rd
7a6c55bd8a
Fixed color of icon for replies with media story.
2024-04-23 19:17:41 +04:00
23rd
b35d3f57fe
Slightly improved style of sub-button in sponsored messages.
2024-04-23 19:17:41 +04:00
23rd
eef65af173
Slightly simplified meson usage on macOS in prepare.py.
2024-04-23 19:17:41 +04:00
23rd
bea715b41c
Added ICCv4 with Little CMS on macOS.
2024-04-23 19:17:41 +04:00
23rd
7be68ca82c
Updated Qt to 6.2.8 on macOS.
2024-04-23 19:17:41 +04:00
John Preston
287d5a7413
Fix shadow below Chats/Channels.
2024-04-23 19:17:41 +04:00
John Preston
1448cea01c
Fix ripple in active recommendation row.
2024-04-23 19:17:41 +04:00
John Preston
768e8b457b
Improve second-time choose of toppeers.
2024-04-23 19:17:41 +04:00
John Preston
05474f4a3f
Improve filter switching with toppeers.
2024-04-23 19:17:41 +04:00
John Preston
8acada9b0f
Fix toppeers animation with expanded stories.
2024-04-23 19:17:41 +04:00
23rd
a86e7f035f
Slightly improved style of inner box for channel earn history entries.
2024-04-23 19:17:41 +04:00
John Preston
9caff93c35
Fix build for Xcode.
2024-04-23 19:13:48 +04:00
John Preston
e6ba85e112
Keyboard navigation in channels/recommendations.
2024-04-23 19:13:48 +04:00
John Preston
046803dbed
Fix rotation reading in FFmpeg.
2024-04-23 19:13:48 +04:00
John Preston
615f4b1d1c
Ignore pageBlockUnsupported blocks.
2024-04-23 19:13:48 +04:00
John Preston
a11535806d
Always show cancel search when focused.
2024-04-23 19:13:48 +04:00
John Preston
34a7169b4f
Make unread badges on top peers nicer.
2024-04-23 19:13:47 +04:00
John Preston
4f365c73ad
Support active selection in recommendations.
2024-04-23 19:13:47 +04:00
John Preston
705bd9693d
Load recommendations on demand.
2024-04-23 19:13:47 +04:00
John Preston
a88770a8ec
Don't close recommendations.
2024-04-23 19:13:47 +04:00
John Preston
da423b5bd2
Add a general FastShareLink method.
2024-04-23 19:13:47 +04:00
John Preston
56080bd0e4
Fix boost group link handling for forums.
2024-04-23 19:13:47 +04:00
John Preston
63f66a1369
Show "Boost" button in boost group links.
2024-04-23 19:13:47 +04:00
John Preston
ca1a30196e
Fix LinkButton resizing.
2024-04-23 19:13:47 +04:00
John Preston
b2d8e2a1e6
Initial version of channels/recommendations.
2024-04-23 19:13:47 +04:00
John Preston
2ab8bb13c5
Fix links preview.
2024-04-23 19:13:47 +04:00
23rd
3a2c5c6d0a
Increased size of stickerset preview in webpages.
2024-04-23 19:13:47 +04:00
23rd
ed13a325e9
Added stickerset preview to webpages.
2024-04-23 19:13:47 +04:00
23rd
f43f99cff2
Added initial api support of stickerset attribute in web pages.
2024-04-23 19:13:47 +04:00
John Preston
a3b8397361
Close chat/media if thrown out by admin.
2024-04-23 19:13:47 +04:00
John Preston
4fb03e532c
Optimize stories list generation.
2024-04-23 19:13:47 +04:00
John Preston
645ad5e1bd
Update pinned icon in stories list.
2024-04-23 19:13:47 +04:00
John Preston
9036e9e8e3
Show pinned icon in stories.
2024-04-23 19:13:47 +04:00
John Preston
468d8b04d6
Implement stories pin-to-top.
2024-04-23 19:13:47 +04:00
John Preston
4b98ab1246
Fix build with simplified ads.
2024-04-23 19:13:46 +04:00
John Preston
d33e3dc13a
Rename Story::pinned to Story::inProfile.
2024-04-23 19:13:46 +04:00
23rd
df16e7c00b
Added ability to change reactions limit in channels.
2024-04-23 19:13:46 +04:00
23rd
225c0e0af3
Added initial api support of reactions limit in channels and groups.
2024-04-23 19:13:46 +04:00
23rd
5543927042
Added ability to enable sponsored messages for premium self.
2024-04-23 19:13:46 +04:00
23rd
72b274a2bf
Added support of simplified constructor for MTP sponsored message.
2024-04-23 19:13:46 +04:00
John Preston
ac15990b48
Update API scheme to layer178, ads broke build.
2024-04-23 19:13:46 +04:00
John Preston
7387dfdd9c
Don't create top/recent peers unnecessary.
2024-04-23 19:13:46 +04:00
John Preston
74a7e7d1b4
Fix non-intentional chats list search focus.
2024-04-23 19:13:46 +04:00
John Preston
a0a9de1d18
Cancel search on switching folders.
2024-04-23 19:13:46 +04:00
John Preston
360366ba9e
Fix opening forums from recent peers.
2024-04-23 19:13:46 +04:00
John Preston
0180fe9468
Animate search suggestions.
2024-04-23 19:13:46 +04:00
John Preston
19f5d95a3c
Implement keyboard navigation for recent peers.
2024-04-23 19:13:46 +04:00
John Preston
051ca51d3b
Allow clearing search results.
2024-04-23 19:13:46 +04:00
John Preston
2a6ff9203b
Implement basic recent search results.
2024-04-23 19:13:46 +04:00
John Preston
2e0529bd9a
Add data component for RecentPeers.
2024-04-23 19:13:46 +04:00
John Preston
e24ab4f1ab
Allow saving emoji to files in debug builds.
2024-04-23 19:13:46 +04:00
John Preston
3dbadeb232
Allow opening top peers in a new window.
2024-04-23 19:13:46 +04:00
John Preston
4cdd939028
Cache topPeers locally.
2024-04-23 19:13:46 +04:00
John Preston
c11f4efc5c
Support disabling top peers completely.
2024-04-23 19:13:46 +04:00
John Preston
e1c21b908c
Add keyboard navigation to top peers.
2024-04-23 19:13:46 +04:00
John Preston
a6c1def6fe
Add ripples to top peers.
2024-04-23 19:13:46 +04:00
John Preston
19ae76d8de
Top peers context menu.
2024-04-23 19:13:46 +04:00
John Preston
56e28feb00
Top peer realtime badges.
2024-04-23 19:13:45 +04:00
John Preston
b259c566b7
Top peer unread badges and online indicators.
2024-04-23 19:13:45 +04:00
John Preston
18598f8dca
Initial version of top peers.
2024-04-23 19:13:45 +04:00
John Preston
11e4c45969
Don't collapse chats list on window unfocus.
2024-04-23 19:13:45 +04:00
John Preston
39658ffe52
Allow narrow chats width without main section.
2024-04-23 19:13:45 +04:00
John Preston
2f03b9aa29
Make dialogs filter onfocused by default.
2024-04-23 19:13:45 +04:00
John Preston
dc438cff23
Always export file_name in json.
2024-04-23 19:13:45 +04:00
John Preston
18f5521be5
Don't look for SDL when building on macOS.
2024-04-23 19:13:45 +04:00
Ilya Fedin
bae9af1076
Switch crash reporter to system fonts
...
This should prevent nested crashes when loading custom fonts
2024-04-23 11:01:19 +04:00
Ilya Fedin
8d2805f226
Set font weight in crash reporter
2024-04-23 10:10:43 +04:00
Ilya Fedin
0ad18c8182
Get rid of direct Wayland usage
...
This should get rid of a very nasty vector of misbehaving and quite a lot of code which is boilerplate over Wayland protocols at the price of losing support of niche features
Most of things served by xcb code on X11 is served by portal code on Wayland, hopefully this tendention will continue and we will be fine just with glib which provides D-Bus and other basic APIs
2024-04-22 11:04:02 +04:00
Ilya Fedin
9046b2cafb
Stop using the plasma-shell protocol
...
Looks like this isn't really correct in combination with xdg-shell
2024-04-22 10:59:16 +04:00
Ilya Fedin
3d994b58a0
ShowXDPOpenWithDialog -> UnsafeShowOpenWith
2024-04-21 03:14:34 +04:00
Ilya Fedin
4310c4978e
Fix macOS packaged action
2024-04-19 17:41:07 +04:00
AlexeyZavar
5566a8ca0a
fix: hide Read Message for service
2024-04-19 03:40:59 +03:00
AlexeyZavar
f5470cd235
fix: read topics correctly
2024-04-19 03:37:47 +03:00
AlexeyZavar
1c275caf9d
fix: use MakeConfirmBox
2024-04-19 02:55:33 +03:00
AlexeyZavar
39e3fcb553
fix: check time before appending
2024-04-19 02:46:28 +03:00
AlexeyZavar
11abaac7c1
fix: hide notifications from blocked users
...
e.g. when in shared group chats with enabled notifications
sound still plays, lazy to fix that
2024-04-19 02:18:38 +03:00
AlexeyZavar
b054093899
fix: hide IV in streamer mode
2024-04-19 02:08:15 +03:00
AlexeyZavar
7d57e52469
fix: hide My Stories with disableStories
2024-04-19 01:56:08 +03:00
AlexeyZavar
a0c787468b
fix: don't hide messages if it's a dialog with blocked user
2024-04-19 01:50:45 +03:00
AlexeyZavar
3f79ccbcaf
fix: don't select filtered messages
2024-04-19 01:45:11 +03:00
AlexeyZavar
b6c966f18b
feat: improve hide from blocked users
2024-04-19 01:21:52 +03:00
AlexeyZavar
1c85a81f1f
feat: hide messages from blocked users
...
Co-authored-by: Ilya Fedin <fedin-ilja2010@ya.ru >
2024-04-19 00:05:00 +03:00
AlexeyZavar
b4c5963a1a
chore: update sqlite3
2024-04-18 22:54:01 +03:00
AlexeyZavar
299833ca3d
feat: add fade animation for icon picker
2024-04-18 22:45:30 +03:00
AlexeyZavar
a48534b51a
feat: rework copyUsernameAsLink
2024-04-18 22:17:36 +03:00
AlexeyZavar
daec2545b4
fix: more accurate channel badge
2024-04-18 20:58:53 +03:00
23rd
01bfa46729
Fixed display of default box for message schedule in correspond window.
2024-04-18 11:57:25 +04:00
Kolya
3510ca7184
Don't use/link libsharpyuv in libavif
2024-04-18 09:23:15 +04:00
Ilya Fedin
8d7845daa1
Use --shallow-submodules in Docker
2024-04-18 09:13:37 +04:00
Ilya Fedin
cb5fdac0da
Replace mozjpeg with jpegli on Linux
2024-04-17 23:45:15 +04:00
AlexeyZavar
5234c8af1a
feat: hide proxy sponsor
2024-04-17 04:41:12 +03:00
AlexeyZavar
80cadf8f7d
fix: hide irrelevant items
2024-04-17 04:25:20 +03:00
AlexeyZavar
7cc14bda52
chore: remove upload boost
...
Increasing chunks size, `kMaxUploadPerSession`, etc. don't change the speed, only if slows down.
Maybe changing `kAcceptAsFastIfTotalAtLeast` could give a boost. Didn't check.
In some circumstances, speed could be worse than on the AyuGram `v4.16` with boost, but it's rare.
But the upload speed is good, so upload boost removed.
2024-04-17 04:06:49 +03:00
AlexeyZavar
c55cab3b1a
fix: hideAllChats
...
Co-authored-by: c0re100 <corehusky@gmail.com >
2024-04-17 03:05:05 +03:00
AlexeyZavar
77d20c11a7
fix: update submodule
2024-04-17 03:04:14 +03:00
AlexeyZavar
fe1babe437
Merge tag 'v4.16.8' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-04-17 02:41:49 +03:00
AlexeyZavar
60a96bf9d6
fix: make it build
2024-04-17 02:38:43 +03:00
John Preston
78c8d0562b
Version 4.16.8: Fix build on Linux.
2024-04-16 23:23:11 +04:00
John Preston
bb0280f096
Revert "Replace mozjpeg with jpegli in snap"
...
This reverts commit f57e2edf2a .
2024-04-16 23:22:55 +04:00
John Preston
566b53ce9f
Revert "Clean remainings of mozjpeg in snapcraft.yml"
...
This reverts commit da1909cc1d .
2024-04-16 23:22:43 +04:00
John Preston
ec95db0945
Revert "Replace mozjpeg with jpegli in Docker"
...
This reverts commit a1e2e3d011 .
2024-04-16 23:00:08 +04:00
John Preston
a0d7d07543
Version 4.16.8.
...
- Fix in-app playing of some video and audio files.
- Fix crash on Linux opening chats with custom backgrounds.
- Fix crash on quit after using scheduled messages.
2024-04-16 20:15:32 +04:00
John Preston
fe73bf9053
Fix ripples in channel comments buttons.
2024-04-16 20:14:04 +04:00
John Preston
49c9e08b6c
Enforce video/audio extension by mime type.
2024-04-16 20:14:01 +04:00
John Preston
abcf55c498
Check chat background read result.
2024-04-16 20:13:55 +04:00
John Preston
849ce310c4
Jump by keyboard between time input fields.
2024-04-16 20:13:02 +04:00
John Preston
a3e593b747
Fix crash in scheduled messages tear-down.
2024-04-16 20:12:03 +04:00
23rd
5433f95eda
Simplified creation of label with custom emoji.
2024-04-16 03:44:00 +03:00
23rd
0459196982
Moved out level meter widget to td_ui.
2024-04-16 03:43:39 +03:00
23rd
6f1457d30d
Fixed phrase of placeholder for message edition mode.
2024-04-15 23:56:37 +03:00
23rd
ce596e29c4
Fixed opening message from media player widget in corresponding window.
2024-04-15 23:41:00 +03:00
23rd
86b9d16747
Added additional note for macOS keys to json of custom shortcuts.
2024-04-15 23:30:57 +03:00
John Preston
06911ae42a
Version 4.16.7.
...
- Reimplement file open confirmations.
2024-04-15 17:56:45 +04:00
John Preston
af2cb9b757
Fix possible unhandled exception in highlighting.
2024-04-15 17:56:45 +04:00
John Preston
6a28cd1a35
Reimplement file open confirmations.
2024-04-15 12:07:27 +04:00
23rd
f4a09a9ca0
Fixed display of growth rate in statistics info for huge values.
2024-04-15 11:20:30 +04:00
23rd
a35f020f56
Moved out ScheduledMessages module to components submodule.
2024-04-15 11:20:30 +04:00
23rd
3d48111368
Moved out SponsoredMessages module to components submodule.
2024-04-15 11:20:30 +04:00
23rd
39ed7d7f4c
Increased clickable area for each item in EditPeerHistoryVisibilityBox.
2024-04-15 11:20:30 +04:00
23rd
abe83ccb8f
Moved inaccessible groups in box for user's own groups to sub-list.
...
Fixed #27729 .
2024-04-15 11:20:30 +04:00
23rd
d1be7c1ff7
Simplified management of PasscodeBox within customCheckCallback.
2024-04-15 11:20:30 +04:00
23rd
1c223e570a
Slightly improved code style for long equality expressions.
2024-04-15 11:20:30 +04:00
23rd
a37cbd7d05
Initially refactored statistics module to simplify value types changing.
2024-04-15 11:20:30 +04:00
23rd
7ffa9844e2
Fixed currency formatting for channel earn info section.
2024-04-15 11:20:30 +04:00
23rd
bdf5872f04
Fixed opening channel earn info section for admins.
2024-04-15 11:20:30 +04:00
Ilya Fedin
da1909cc1d
Clean remainings of mozjpeg in snapcraft.yml
2024-04-15 10:11:54 +04:00
Ilya Fedin
a503197352
Remove XCBSetDesktopFileName
...
This is done by Qt nowadays
2024-04-15 10:11:30 +04:00
Nyan
d9d9a8f49d
Update data_document_resolver.cpp
...
Added the LEXE and WLUA extensions to the IsExecutableName function for Windows. Those are registered by default on Windows devices with LUA installed
2024-04-13 23:45:03 +04:00
AlexeyZavar
6a02bd66a9
Merge tag 'v4.16.6' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/info/profile/info_profile_actions.cpp
# Telegram/SourceFiles/mtproto/facade.h
# Telegram/SourceFiles/storage/file_upload.cpp
# Telegram/SourceFiles/storage/file_upload.h
# Telegram/SourceFiles/window/window_main_menu.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-04-12 14:35:06 +03:00
Ilya Fedin
f57e2edf2a
Replace mozjpeg with jpegli in snap
2024-04-11 12:35:47 +04:00
Ilya Fedin
a1e2e3d011
Replace mozjpeg with jpegli in Docker
2024-04-11 12:35:47 +04:00
Ilya Fedin
5e546d1198
Update libjxl in Docker & snap
2024-04-11 12:35:47 +04:00
Ilya Fedin
90405f3ebc
Install protobuf in Docker
2024-04-11 12:15:55 +04:00
Nyan
11b57ff7d3
Update data_document_resolver.cpp
...
The correct python zipapp extension on windows is pyzw, this typo could lead to executing code in the client device without proper warning
2024-04-11 11:24:15 +04:00
Ilya Fedin
fe06cd63ac
Lock event loop
2024-04-09 20:48:47 +04:00
John Preston
6c9d5e1499
Improve clipboard QR code image logo quality.
2024-04-09 19:05:02 +04:00
John Preston
6ed910de9f
Version 4.16.6.
...
- Show custom emoji preview on long press.
- Fix resume chat bot button disappearance.
- Fix GIF files playback. (regression in 4.16.3.beta)
2024-04-09 15:20:16 +04:00
John Preston
a506b8b25c
Support t.me/username?text=.. links.
2024-04-09 15:20:10 +04:00
John Preston
170ebb57c6
Preview custom emoji on long press from the panel.
2024-04-09 12:11:07 +04:00
John Preston
29dd574e22
Fix toggling chatbot replying, fix saving.
2024-04-09 11:55:52 +04:00
John Preston
72770aa76d
Add GIF parser to FFmpeg build.
...
Fixes #27722 .
2024-04-09 11:29:19 +04:00
John Preston
7f1c319aee
Add interactive mode to prepare script.
2024-04-09 11:29:16 +04:00
John Preston
60805bd916
Version 4.16.5.
...
- Fix editing privacy for groups and channels invitations.
- Possible fix for the network unresponsiveness after sleep.
- Possible fix for wide range of memory allocator crashes on Linux.
2024-04-08 22:31:07 +04:00
Ilya Fedin
10272ee0cf
Revert "Replace jemalloc with scudo"
...
This reverts commit 960761ef37 .
2024-04-08 21:57:25 +04:00
John Preston
7c44cda76e
Fix premium users deselection in multi-select field.
2024-04-08 21:56:56 +04:00
John Preston
0152d2c48e
Fix possible temp auth key bind freeze.
2024-04-08 21:56:56 +04:00
23rd
c5febce548
Moved out some functions for main menu to separated files.
2024-04-08 17:34:58 +03:00
23rd
129b07c2c0
Improved style of box for all of user's own groups and channels.
2024-04-08 17:02:52 +03:00
23rd
47bf099b88
Fixed updating of field placeholder in compose controls while editing.
2024-04-08 06:55:44 +03:00
23rd
94f1d23788
Fixed behavior to open section with scheduled messages at top.
2024-04-08 04:12:14 +03:00
Ilya Fedin
84ce72ec7a
Fix a crash due to half-hidden media viewer
2024-04-07 14:28:51 +04:00
Ilya Fedin
3da8351522
Let Wayland to use QGuiApplication::screenAt (forgotten place)
2024-04-07 14:08:40 +04:00
Ilya Fedin
542153d950
Use nasm from repository
2024-04-07 11:20:46 +04:00
Ilya Fedin
090fdfb458
Add asan libraries to Docker image
2024-04-07 11:20:46 +04:00
John Preston
77835a43a5
Version 4.16.4: Update patches on Linux.
2024-04-07 11:19:23 +04:00
John Preston
1a2a1f1c17
Version 4.16.4.
...
- Bug fixes and other minor improvements.
2024-04-06 22:59:03 +04:00
John Preston
eaaa704fa4
Check the URL in IV like in attach bots.
2024-04-06 22:59:03 +04:00
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
8f8725e1af
Beta version 4.16.3: Fix dav1d in FFmpeg on macOS.
2024-04-05 21:25:20 +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
c5847caa91
Update FFmpeg to 6.1.1: Fix AV1 videos.
2024-04-05 14:42:29 +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
ede6e18bc9
Fix QOI image reader.
2024-04-04 18:35:20 +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
53b75c8ea4
update lib_base to include OpenBSD fix
2024-04-04 15:52:01 +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
Ilya Fedin
b09cede008
Fix uploading artifact on Linux
2024-04-04 15:51:22 +04:00
Ilya Fedin
e2a0483b9f
Enable artifacts for GH actions
2024-04-04 15:51:22 +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
a74c5ee719
Fix complex-shaped Ui::Text::String geometry.
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
d0f793c06d
chore: sync linux doc
2024-04-02 17:51:33 +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
Ilya Fedin
c678973119
Update patches on Linux
2024-04-02 17:40:41 +04:00
Ilya Fedin
587b07a648
Update Qt to 6.7.0 on Linux
2024-04-02 17:40:41 +04:00
AlexeyZavar
6fd0fb9704
feat: simplify markReadAfterAction
2024-04-02 16:37:16 +03:00
AlexeyZavar
ce00b3d950
chore: sync strings
2024-04-02 16:17:11 +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
Ilya Fedin
3fc4030ca6
Migrate xz in Dockerfile to the URL used in prepare.py
2024-04-02 10:26:43 +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
John Preston
3cdb528dfe
Use "Downloads/Telegram Lite" in MacAppStore version.
2024-04-01 22:44:26 +04:00
John Preston
d2164dc0d0
Suggest premiums in privacy.
2024-04-01 22:44:26 +04:00
John Preston
87acc921c3
Pass Ui::Show to all add participant handlers.
2024-04-01 22:44:26 +04:00
John Preston
5741bd9cca
Support "premiums and ..." privacy editing.
2024-04-01 22:44:25 +04:00
John Preston
1e6fb202f0
Re-apply "Disable system proxy support on Linux".
...
This reverts commit c71c24a6bc .
2024-04-01 22:44:25 +04:00
John Preston
8cbb1abff2
Fix wrong non-album image size in send preview.
...
Regression was introduced in 84288112fc .
2024-04-01 22:44:25 +04:00
John Preston
d21418cf04
Handle already-premium state in gift link usage.
2024-04-01 22:44:25 +04:00
John Preston
d35c8232d2
Fix send-messages privacy phrase.
2024-04-01 22:44:25 +04:00
John Preston
139d1a9aa3
Allow saving just the sticker in custom intro.
2024-04-01 22:44:25 +04:00
John Preston
f95817861a
Fix build on Windows.
2024-04-01 22:44:25 +04:00
23rd
3e968aecc8
Added link for learn more about currency from channel earn section.
2024-04-01 22:44:25 +04:00
23rd
2795af8c7f
Slightly improved style of channel earn info section.
2024-04-01 22:44:25 +04:00
23rd
bb438880e3
Added ability to view all of user's own groups.
2024-04-01 22:44:25 +04:00
23rd
8492b7144f
Replaced emoji with icon for currency in earn section.
2024-04-01 22:44:25 +04:00
23rd
5dd974f2ab
Added line with converted currency amount to point details widget.
2024-04-01 22:44:25 +04:00
23rd
d3cd3bb0a4
Slightly improved style of box for reporting of sponsored messages.
2024-04-01 22:44:25 +04:00
23rd
04acf08d34
Limited list of data for non-owners of channel in earn section.
2024-04-01 22:44:25 +04:00
23rd
4db885d8b4
Replaced exported data of callbacks from markup replies with base64.
2024-04-01 22:44:25 +04:00
23rd
8718d94e7d
Added sub-button to top of sponsored messages that can be reported.
2024-04-01 22:44:25 +04:00
23rd
24c1151101
Fixed incorrect handling of error from channel ownership request.
2024-04-01 22:44:25 +04:00
23rd
0b22e5928c
Fixed bottom fade effect for input message fields in compose controls.
2024-04-01 22:44:25 +04:00
23rd
3311a50750
Added second rulers to currency chart in channel earn info section.
2024-04-01 22:44:25 +04:00
23rd
1563a85fea
Improved style for right action of forwarded messages.
2024-04-01 22:44:25 +04:00
23rd
586983eb9b
Added divider text to box for reporting of sponsored messages.
2024-04-01 22:44:25 +04:00
23rd
1a7a906ced
Added ability to review history entry in channel earn info section.
2024-04-01 22:44:25 +04:00
23rd
496247c1d8
Added ability to load chunked history transactions in earn info section.
2024-04-01 22:44:25 +04:00
23rd
2f07bb3973
Added initial support of withdraw button in channel earn info section.
2024-04-01 22:44:25 +04:00
23rd
9b0f3bedff
Added entry point for channel earn info section.
2024-04-01 22:44:25 +04:00
23rd
c66b5b2490
Added support of permission to manage channel earn.
2024-04-01 22:44:25 +04:00
23rd
a1264a6088
Slightly improved style of learn more box in channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
4e0d770d05
Removed cpm configuration.
2024-04-01 22:44:24 +04:00
23rd
508119a127
Added ability to report sponsored messages.
2024-04-01 22:44:24 +04:00
23rd
341b9e4a29
Added menu with about box to sponsored messages that can be reported.
2024-04-01 22:44:24 +04:00
23rd
57789c1272
Added second button to sponsored right.
2024-04-01 22:44:24 +04:00
23rd
3845a87f2e
Added fade animation to center label of slider in earn channel section.
2024-04-01 22:44:24 +04:00
23rd
3c266b6dc4
Moved out data structures for channel earn to td_ui.
2024-04-01 22:44:24 +04:00
23rd
32a3952524
Added initial support of channel cpm from earn channel api.
2024-04-01 22:44:24 +04:00
23rd
9c52f245ac
Added initial support of statistical charts in earn channel section.
2024-04-01 22:44:24 +04:00
23rd
393d9e9f1f
Slightly improved style of channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
f28f498467
Added support of level of boosts for restriction of sponsored messages.
2024-04-01 22:44:24 +04:00
23rd
b5a7a351f6
Added initial support for integer format of channel earn amount data.
2024-04-01 22:44:24 +04:00
23rd
a14c0f5253
Added initial support of channel earn data in appropriate info section.
2024-04-01 22:44:24 +04:00
23rd
a278aa0f89
Added initial api support for channel earn statistics.
2024-04-01 22:44:24 +04:00
23rd
479bb2a1d6
Added focus to input field in channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
538934a88a
Added learn more box to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
5d2726036f
Slightly improved style of channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
778317e1b2
Added initial slider for earn settings to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
99dd5507bf
Added initial transfer subsection to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
490d9bc3ec
Added initial box for every history entry to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
796e09bf13
Added initial subsection for history to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
588624e7a9
Added initial overview subsection to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
a45a9e6515
Added initial learn about as divider text to channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
a7df074b8f
Added dummy files for channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
9941a46769
Added some phrases for channel earn info section.
2024-04-01 22:44:24 +04:00
23rd
b0565f2188
Moved files for boosts to nested folder.
2024-04-01 22:44:24 +04:00
John Preston
8fb3e39881
Simple promo box for Telegram Business.
2024-04-01 22:44:23 +04:00
John Preston
d788f5afac
Handle today-birthday click in profile.
2024-04-01 22:44:22 +04:00
John Preston
20123fca7f
Mark the Chatbots section as NEW.
2024-04-01 22:44:22 +04:00
John Preston
7c7b962c6d
Improve couple of Telegram Business icons.
2024-04-01 22:44:22 +04:00
John Preston
68ded1a6e0
Allow newRequirePremium for free if server allows.
2024-04-01 22:44:22 +04:00
John Preston
da7a796edb
Add session->appConfig() shortcut.
2024-04-01 22:44:22 +04:00
John Preston
3b5814edae
Handle empty channels list.
2024-04-01 22:44:22 +04:00
John Preston
f439443fe5
Show personal channel in users profile.
2024-04-01 22:44:22 +04:00
John Preston
280d69d346
Implement personal channel selector.
2024-04-01 22:44:21 +04:00
John Preston
ab74ed0fa7
Handle flood errors in birthday changes.
2024-04-01 22:44:21 +04:00
John Preston
0d740c21a2
Check if bot supports Telegram Business.
2024-04-01 22:44:21 +04:00
John Preston
f65bc7c0bd
Suggest premium on transfer speed limiting.
2024-04-01 22:44:21 +04:00
John Preston
0dd1a4973a
Handle the new FLOOD_PREMIUM_WAIT errors.
2024-04-01 22:44:21 +04:00
John Preston
05a5e62327
Update API scheme on layer 177.
2024-04-01 22:44:21 +04:00
John Preston
66a47137a0
Copy chat link by left click in footer.
2024-04-01 22:44:21 +04:00
John Preston
f240cbbda6
Handle chat link clicks.
2024-04-01 22:44:21 +04:00
John Preston
3d54f8ec49
Initial chat links edition implementation.
2024-04-01 22:44:21 +04:00
John Preston
6fe0c60204
Fix build with Xcode.
2024-04-01 22:44:21 +04:00
John Preston
f7d04d668b
Hide captions in IV slideshows.
2024-04-01 22:44:21 +04:00
John Preston
57bd0d2674
Update API scheme on layer 177.
2024-04-01 22:44:21 +04:00
John Preston
08ee25deb2
Display date of birth in user profiles.
2024-04-01 22:44:21 +04:00
John Preston
c82d7bd909
Implement birthday info / privacy edit boxes.
2024-04-01 22:44:21 +04:00
John Preston
59663d6661
Track birthdays, edit birthday privacy.
2024-04-01 22:44:21 +04:00
John Preston
5e68dace9f
Remove description in intro settings preview.
2024-04-01 22:44:21 +04:00
John Preston
fcc9e0b2db
Update API scheme on layer 177.
2024-04-01 22:44:21 +04:00
John Preston
3a5b3ff3bd
Show description about custom chat intro.
2024-04-01 22:44:21 +04:00
John Preston
1e1a48865f
Extract history/view/media/history_view_media_generic module.
2024-04-01 22:44:21 +04:00
John Preston
b31c30b9b6
Wait for full user info before intro creation.
2024-04-01 22:44:21 +04:00
John Preston
7886a2179f
Fix giveaway messages layout.
2024-04-01 22:44:21 +04:00
John Preston
d1a995a863
Allow sending the sticker from the intro.
2024-04-01 22:44:21 +04:00
John Preston
85554d19e4
Show chat intro in an empty chat.
2024-04-01 22:44:21 +04:00
John Preston
7f4d13c54a
Fix chat intro sticker aspect ratio.
2024-04-01 22:44:20 +04:00
John Preston
9f67b9ba2f
Reload chatbot rules after adding an exception.
2024-04-01 22:44:20 +04:00
John Preston
5381fe5a1a
Use MediaInBubble for chat intro fake-message.
2024-04-01 22:44:20 +04:00
John Preston
0887348611
Show length limit in chat intro fields.
2024-04-01 22:44:20 +04:00
John Preston
98ce91df39
Fix intro hello sticker playback in editing.
2024-04-01 22:44:20 +04:00
John Preston
191c35914f
Start editing chat intro in Telegram Business.
2024-04-01 22:44:20 +04:00
John Preston
cf1d0677d1
Support business bot state in chat.
2024-04-01 22:44:20 +04:00
John Preston
3d97ea6f96
Track chat business bot state.
2024-04-01 22:44:20 +04:00
John Preston
caa4c5428a
Show via_business_bot name in signature.
2024-04-01 22:44:20 +04:00
John Preston
90e572c8b1
Improve mixed stickerpacks support.
2024-04-01 22:44:20 +04:00
John Preston
b1795f8c5a
Update API scheme to layer 177.
2024-04-01 22:44:20 +04:00
John Preston
962c64b33c
Beta version 4.15.7: Linux fix test.
2024-04-01 11:58:24 +04:00
GitHub Action
bd827d844b
Update User-Agent for DNS to Chrome 123.0.0.0.
2024-04-01 10:20:57 +04:00
wention
ed70675e1d
Fix build Qt error on non-english windows os
2024-04-01 10:08:16 +04:00
Ilya Fedin
e07d53725c
Strip notification service start error
2024-04-01 09:59:19 +04:00
Ilya Fedin
1b589a35cf
Don't check the count when it's not going to painted
2024-04-01 09:50:20 +04:00
Ilya Fedin
439f8d0914
Implement monochrome icon setting on Linux
2024-04-01 09:50:20 +04:00
Ilya Fedin
1d7dbc4d17
Update patches & lib_base
2024-03-29 14:12:52 +04:00
Ilya Fedin
001b055ee8
Let Wayland to use QGuiApplication::screenAt
...
Looks like it works correctly nowadays
2024-03-28 10:54:34 +04:00
John Preston
8534d6d7d7
Fix build on Windows.
2024-03-27 18:32:44 +04:00
Ilya Fedin
e7a7c2d267
Get rid of XDG_CURRENT_DESKTOP dependent logic
...
Just try all the commands and use the one that works first
2024-03-26 09:31:58 +04:00
Ilya Fedin
8803dfcee6
Add Plasma 6 sound settings support
2024-03-26 09:31:58 +04:00
Ilya Fedin
887f10059d
Update Qt to 6.7.0-rc2 in snap
2024-03-25 22:17:59 +04:00
Ilya Fedin
d3db52ce9c
Update cmake_helpers
2024-03-25 22:17:59 +04:00
Ilya Fedin
5fa89c22bd
Use default Qt prefix on Linux
2024-03-25 22:17:59 +04:00
Ilya Fedin
ea42f9545f
Move OpenSSL to system directories on Linux
2024-03-25 22:17:59 +04:00
John Preston
8830fb70a4
Beta version 4.15.6: OpenSSL 3.2.1.
2024-03-25 17:47:53 +04:00
Ilya Fedin
0edf14f3a9
Update Qt to 6.7.0-rc2 on Linux
2024-03-25 17:47:25 +04:00
John Preston
89c6bb163e
Beta version 4.15.6: Fix build with GCC.
2024-03-25 11:19:31 +04:00
John Preston
8708598daa
Beta version 4.15.6.
...
- Save the Instant View window geometry.
- Fix jump to anchors with accents in the Instant View.
- Fix possible crash in the ElasticScroll destructor.
2024-03-25 10:26:23 +04:00
John Preston
c71c24a6bc
Re-revert "Disable system proxy support on Linux".
...
This reverts commit 55b2b04e2e .
2024-03-25 10:25:34 +04:00
John Preston
386fb07017
Update lib_base submodule.
2024-03-25 10:16:12 +04:00
23rd
aad2961646
Added all unused shortcuts to json of default shortcuts.
2024-03-25 10:15:42 +04:00
23rd
00a89883fd
Added ability to set shortcut to archive chat from dialogs list.
2024-03-25 10:15:42 +04:00
23rd
5509c1810b
Added ability to set shortcut to open section with scheduled messages.
2024-03-25 10:15:42 +04:00
23rd
24498bc95f
Changed behavior to hide field buttons in HistoryWidget with typed text.
2024-03-25 10:15:42 +04:00
Sergey A. Osokin
58caec8d05
Fix build on FreeBSD
2024-03-25 10:14:17 +04:00
John Preston
ebe331a7e4
Fix build on Windows.
2024-03-24 10:24:26 +04:00
John Preston
d481008fdb
Fix possible crash in ElasticScroll destructor.
2024-03-24 10:24:22 +04:00
John Preston
b97d243978
Fix jump to hash with accents in IV.
2024-03-24 10:05:55 +04:00
John Preston
fd833dff35
Save IV window geometry.
2024-03-24 10:05:52 +04:00
John Preston
d9ed3a7d3f
Remove for-development-only save document action.
...
Regression was introduced in 205479fccc .
2024-03-24 10:05:37 +04:00
John Preston
b8ce79467f
Fix crash on "History cleared" delete in Saved Messages.
2024-03-24 10:05:04 +04:00
John Preston
9d0457d208
Add "Terms of Use" menu item to all miniapps.
2024-03-24 10:04:54 +04:00
23rd
fa02e521f9
Added ability to view all of user's own channels.
2024-03-24 07:10:07 +03:00
23rd
d03d50ef0d
Removed cIntRetinaFactor and cRetinaFactor.
2024-03-24 07:10:07 +03:00
23rd
58fcedab64
Moved out Window::SlideAnimation to td_ui.
2024-03-24 07:01:08 +03:00
23rd
5e11c43f84
Moved out Stickers::EmojiImageLoader to td_ui.
2024-03-24 07:01:08 +03:00
Ilya Fedin
4b4de9d5aa
Don't mark as read when unexposed
...
There's a yet another another visility state called "exposed" and the window could be unexposed while being not hidden and not minimized.
When the window is unexposed, Qt doesn't draw and the user can't see changes for sure.
2024-03-23 10:36:43 +04:00
23rd
f135676d36
Added support for sending state of low level of battery.
2024-03-22 00:12:57 +03:00
23rd
cb9adad660
Added label to call panel when recipient has low level of battery.
2024-03-21 23:48:51 +03:00
23rd
88dab47d2c
Changed behavior to open section with scheduled messages at top.
2024-03-21 20:20:06 +03:00
Daniel Novomeský
d6e4613144
Upgrade dav1d, libavif, libde265, libheif on Linux
2024-03-20 20:00:33 +04:00
23rd
893c09c848
Fixed showing of rate call box in appropriate window.
2024-03-20 11:20:22 +04:00
Ilya Fedin
a0e0fd5b98
Don't build libheif tests
...
That would save some build time
2024-03-19 20:14:28 +04:00
John Preston
98abb3aa00
Fix possible crash in join channel toast.
2024-03-19 11:04:40 +04:00
John Preston
8982a49192
Fix repetitive phone formatting.
2024-03-19 11:04:21 +04:00
John Preston
529eb4e954
Fix window shadow on Linux.
2024-03-19 11:03:39 +04:00
Ilya Fedin
846a6d8717
Update scudo to 18.1.1
2024-03-18 19:53:36 +04:00
Ilya Fedin
07ab875655
Update lib_base
2024-03-18 09:59:47 +04:00
Ilya Fedin
602b0b5d9b
Use the File::OpenUrl routine in IV
2024-03-18 09:59:47 +04:00
John Preston
0e428aebdb
Update patches in Linux build.
2024-03-17 20:34:02 +04:00
Daniel Novomeský
4abc68ab1c
Upgrade dav1d, libavif, libde265, libheif
2024-03-17 19:35:00 +04:00
23rd
2638ee2926
Improved message edition with pre-selected text.
2024-03-17 11:16:07 +03:00
Ilya Fedin
ddaf78828a
Fix media viewer geometry restoration
2024-03-17 09:28:46 +04:00
Ilya Fedin
6d5347472d
Fix media viewer geometry logging
...
It has regressed after c64e953174
2024-03-17 09:28:46 +04:00
John Preston
82fda96ed8
Beta version 4.15.5.
...
- Fix a crash in Instant View article parsing.
- Support AirPods Mute/Unmute toggle in calls on macOS.
- Disable system proxy on Linux to check if it fixes crashes.
2024-03-16 09:59:23 +04:00
John Preston
55b2b04e2e
Reapply "Disable system proxy support on Linux"
...
This reverts commit 202a4064a4 .
2024-03-16 09:54:07 +04:00
23rd
393f330d15
Added ability to go to message from Calls box.
2024-03-16 04:40:56 +03:00
23rd
f4ecfeaddd
Added ability to perform bulk selection from menu in HistoryWidget.
2024-03-16 04:40:56 +03:00
Ilya Fedin
ad101dc8a0
A way to initialize GLib::VariantIter without gi::wrap is found
2024-03-15 23:10:43 +04:00
John Preston
24e9a3ea59
Bot close confirm closes only by Close button.
2024-03-15 20:28:11 +04:00
John Preston
f1d8135e30
Fix crash in IV parsing.
2024-03-15 20:26:50 +04:00
23rd
a1a415de82
Fixed crash in non-stack bar chart view when hide selected point.
2024-03-15 17:08:17 +03:00
John Preston
77dc234b2d
Support AirPods Mute/Unmute toggle.
2024-03-15 14:43:41 +04:00
23rd
c3ca8c6258
Fixed emoji drawing in statuses of group call participants.
2024-03-15 14:43:29 +04:00
23rd
9e18236b55
Added ability to open account in new window with middle click.
2024-03-15 14:43:29 +04:00
23rd
ded7aada52
Slightly improved filter for choosing users requested by bot.
2024-03-15 14:43:29 +04:00
Dubzer
a117c1ebf2
Add new Segoe UI to IV css
2024-03-15 09:24:12 +04:00
Ilya Fedin
d3715cc362
Get rid of glibmm
2024-03-15 00:00:24 +04:00
Ilya Fedin
3689e7dfbc
Use cppgir compatible XDP utilities API
2024-03-15 00:00:24 +04:00
Ilya Fedin
59e53c1edf
Port NotificationId conversion to cppgir
2024-03-15 00:00:24 +04:00
John Preston
f2a54e3cbb
Beta version 4.15.4: Fix build with Xcode.
2024-03-14 22:30:52 +04:00
John Preston
20db635366
Beta version 4.15.4: Update Qt patches in snap.
2024-03-14 21:58:56 +04:00
John Preston
b955d32970
Beta version 4.15.14.
...
- Fix initial text color in dark mode Instant View on macOS.
- Fix non-English symbols encoding in Instant View on macOS.
- Fix sharing from Instant View on macOS.
- Fix crash with long messages on Linux.
2024-03-14 21:55:16 +04:00
John Preston
5a5d89c32c
Fix crashing regression in Qt 6.7.0.
2024-03-14 21:55:05 +04:00
23rd
1f0ed3bb31
Fixed links in service message about requested peers from bot.
2024-03-14 20:36:19 +03:00
23rd
6c083e88a3
Changed behavior of bot menu button to decrease size to first emoji.
2024-03-14 20:19:09 +03:00
John Preston
2e7323d484
Fix a glitch in IV sharing on Windows.
2024-03-14 19:03:46 +04:00
John Preston
461aebd7f3
Hide IV when sharing on macOS, fixes sharing.
2024-03-14 18:36:17 +04:00
John Preston
73ca78215f
Set window title in IV.
2024-03-14 18:35:57 +04:00
John Preston
200bb31e08
Fix theming in code blocks.
2024-03-14 15:01:03 +04:00
John Preston
396f52b8ca
Fix title updating on IV menu show.
2024-03-14 14:27:46 +04:00
John Preston
a118d3d848
Close IV when opening URL in the browser.
2024-03-14 14:26:00 +04:00
John Preston
f6b9702b52
Unminimize IV when opening another one.
2024-03-14 12:51:34 +04:00
John Preston
d92418dc6d
Disable media context menus in IV.
2024-03-14 12:50:55 +04:00
23rd
fe4b853393
Improved section of scheduled messages when forum opened in flat mode.
2024-03-14 11:43:46 +04:00
John Preston
782556495a
Improve joined channels tracking in IV.
2024-03-14 11:39:17 +04:00
John Preston
5c32423597
Integrate IV menu hiding by click inside WebView.
2024-03-14 11:39:17 +04:00
John Preston
5c8e6c3012
Fix page encoding in IV on macOS.
2024-03-14 11:39:17 +04:00
John Preston
5133f74f67
Fix IV theming on macOS because of broken HTML.
2024-03-14 11:39:17 +04:00
John Preston
d5b23b5bde
Use a separate lang key for IV channel join button.
2024-03-14 11:39:17 +04:00
kukuruzka
bf4b4ae936
full support for ukrainian transliteration
2024-03-14 11:23:13 +04:00
kukuruzka
458b990b8c
Improve transliteration
2024-03-14 11:23:13 +04:00
Ilya Fedin
e044753934
Fix macOS GH action
2024-03-14 10:45:42 +04:00
Ilya Fedin
c0b612c457
Update cppgir
2024-03-14 09:29:10 +04:00
Eric Kotato
9414ef5709
Using system font stack for Instant View
2024-03-14 09:18:24 +04:00
Ilya Fedin
c9e566f8aa
Fix snap build
...
Qt has removed support for kernels less than 4.11 by removing the -no-feature-statx flag. Remove the usage all the related flags.
2024-03-14 09:17:01 +04:00
Eric Kotato
40bd37315a
Use %NUMBER_OF_PROCESSORS% for jom
2024-03-14 08:33:07 +04:00
John Preston
0410d05913
Beta version 4.15.3: Fix build with GCC.
2024-03-13 22:27:25 +04:00
John Preston
a888b8d846
Beta version 4.15.3.
...
- Instant View on Windows (with WebView2) and macOS.
- Allow scheduling messages in topics.
- Fix system proxy support on Linux.
2024-03-13 21:58:45 +04:00
John Preston
eac5c39a96
Don't show IV button for album links.
2024-03-13 21:58:27 +04:00
John Preston
202a4064a4
Revert "Disable system proxy support on Linux"
...
This reverts commit 3af646a584 .
2024-03-13 21:20:31 +04:00
John Preston
ddf2369774
Allow more parts for macOS IV streaming.
2024-03-13 21:20:30 +04:00
John Preston
48f70a8552
Fix videos management on macOS.
2024-03-13 21:20:30 +04:00
John Preston
4685b889c2
Update Qt to 5.15.13 on Windows.
2024-03-13 21:20:30 +04:00
John Preston
3e373200b1
Dynamically create / destroy videos.
2024-03-13 21:20:30 +04:00
John Preston
7913d2a82d
Fix initial scroll on macOS.
2024-03-13 21:20:30 +04:00
John Preston
e20770e256
Show IV button only if supported.
2024-03-13 21:20:30 +04:00
John Preston
d43f0be0da
Add IV icon to the button.
2024-03-13 21:20:30 +04:00
John Preston
7b4adc2e60
Escape data from API in IV html.
2024-03-13 21:20:30 +04:00
John Preston
1eeba65ddb
Fix build on macOS.
2024-03-13 21:20:30 +04:00
John Preston
1252accef7
Support file reference refresh in IV.
2024-03-13 21:20:30 +04:00
John Preston
5f7c3ae20e
Remove some test code.
2024-03-13 21:20:30 +04:00
John Preston
e1b55b560a
New top bar, sharing, internal IV links style.
2024-03-13 21:20:30 +04:00
John Preston
315859bf7b
Load full webpage and update in IV.
2024-03-13 21:20:30 +04:00
John Preston
0a87dbea68
Fix focusing IV content.
2024-03-13 21:20:30 +04:00
John Preston
5f3c380d56
Fix navigation on macOS.
2024-03-13 21:20:30 +04:00
John Preston
8b62c37c34
Support complex history and anchors.
2024-03-13 21:20:30 +04:00
John Preston
fae10cfa6b
Support slideshow layout.
2024-03-13 21:20:30 +04:00
John Preston
f9069144e5
Support albums layout.
2024-03-13 21:20:30 +04:00
John Preston
7755b70317
Add top dropdown menu.
2024-03-13 21:20:30 +04:00
John Preston
c46f34c677
Load non-streamable documents.
2024-03-13 21:20:30 +04:00
John Preston
5c428ca502
Support anchor jumps.
2024-03-13 21:20:30 +04:00
John Preston
51d5b7bab6
Support channel link / channel join.
2024-03-13 21:20:30 +04:00
John Preston
f508ad5e75
Implement title and in-IV buttons.
2024-03-13 21:20:30 +04:00
John Preston
f9299eee2a
Apply app color scheme, test dynamic header.
2024-03-13 21:20:30 +04:00
John Preston
212259aae3
Handle shortcuts in IV.
2024-03-13 21:20:30 +04:00
John Preston
6d733bb566
Proof-of-concept custom scheme in WKWebView.
2024-03-13 21:20:30 +04:00
John Preston
125f856e67
Proof-of-concept (WebView2 / Local) iv.
2024-03-13 21:20:30 +04:00
23rd
672ad64e53
Added initial ability to send and receive scheduled messages in forums.
2024-03-13 19:57:07 +03:00
23rd
cd59f1d576
Removed redundant constructor from HistoryView::ComposeControls.
2024-03-13 19:57:07 +03:00
John Preston
c4fc43ccc0
Fix rounding in boost features box.
2024-03-13 20:50:19 +04:00
John Preston
b20b3142a2
Update submodules and patches commit.
2024-03-13 20:49:24 +04:00
Ilya Fedin
d67f25d726
Update Qt to 6.7.0 on Linux
2024-03-13 20:46:54 +04:00
Ilya Fedin
d881019c3b
Update submodules
2024-03-13 20:46:34 +04:00
Ilya Fedin
abdfa4f785
Remove not really needed notification capability checks
...
If the notification daemon doesn't support any of the hints, it will just ignore them
2024-03-13 20:46:34 +04:00
Ilya Fedin
5394717ddc
Log only GError message
2024-03-13 20:46:34 +04:00
Ilya Fedin
c9d58d4259
Use HasCapability directly as an argument to ranges::all_of
2024-03-13 20:46:34 +04:00
Ilya Fedin
dba9cada83
Don't check whether specification version is null
...
We log specification version anyway
2024-03-13 20:46:34 +04:00
Ilya Fedin
0ec5181566
Pre-normalize notification daemon versions
2024-03-13 20:46:34 +04:00
Ilya Fedin
886847f457
Port notifications_manager_linux to cppgir
2024-03-13 20:46:34 +04:00
AlexeyZavar
79d6df2c01
fix: mute exception
2024-03-13 17:25:32 +03:00
AlexeyZavar
0e26b39faf
fix: possible crash
2024-03-13 16:34:39 +03:00
AlexeyZavar
2414e51a9b
feat: clear selected & close box after shot & scroll to bottom
2024-03-13 15:58:11 +03:00
AlexeyZavar
8bfb7e221b
fix: hideNotificationCounters
2024-03-13 15:31:37 +03:00
AlexeyZavar
1935a2b144
fix: replies in topics for message shot
2024-03-13 15:19:38 +03:00
AlexeyZavar
c525fd64ca
fix: restore menu
2024-03-13 14:47:50 +03:00
AlexeyZavar
6d08b5bf23
fix: read after forward
2024-03-13 13:48:56 +03:00
AlexeyZavar
a73da65253
feat: faster animations
2024-03-13 13:25:05 +03:00
AlexeyZavar
2be73d7924
fix: make it build
2024-03-13 12:30:19 +03:00
AlexeyZavar
080400d7b8
Merge tag 'v4.15.2' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/info/info_wrap_widget.cpp
# Telegram/SourceFiles/settings/settings_common_session.cpp
# Telegram/lib_ui
# docs/building-mac.md
# snap/snapcraft.yaml
2024-03-13 11:44:48 +03:00
John Preston
bf1b3dc8f6
Version 4.15.2: Update fcitx-qt5.
...
I hope this fixes #27573 .
2024-03-13 09:21:35 +04:00
John Preston
f13971dce1
Use line-tables-only debug information format on macOS.
...
Otherwise linking fails on x86_64 in Release mode.
2024-03-13 09:20:14 +04:00
AlexeyZavar
3f639d5689
fix: remove rate call box
...
chore: revisit constants
2024-03-13 00:23:58 +03:00
AlexeyZavar
19a5dc8a0c
fix: hint stacking for TTL messages
2024-03-12 22:38:07 +03:00
John Preston
5573bbc776
Version 4.15.2.
...
- Telegram Business: Greeting Message.
- Telegram Business: Away Message.
- Telegram Business: Quick Replies.
- Telegram Business: Working Hours.
- Close the ongoing call window without hanging up the call.
- Fast scroll through chats list with Ctrl or Shift pressed.
- Several bugfixes.
2024-03-12 23:30:49 +04:00
John Preston
8c5db25476
Fix a crash in main settings destructor.
...
Fixes #27544 .
2024-03-12 23:24:43 +04:00
John Preston
c6f49486ee
Use regular good-green color in unmute.
2024-03-12 18:34:57 +04:00
John Preston
cf6d13acc2
Add fast Ctrl/Shift scroll to ElasticScroll.
2024-03-12 18:34:49 +04:00
John Preston
1647991f6a
Fix autologin token account selection.
2024-03-12 15:57:18 +04:00
John Preston
b4993453c0
Update submodules.
2024-03-12 14:38:06 +04:00
John Preston
68bb0a1744
Fix recent actions date marks.
...
Regression was introduced in 7f3ebde252 .
2024-03-12 14:38:02 +04:00
John Preston
12356b1617
Fix possible crash in WebView2 destruction.
2024-03-12 14:37:46 +04:00
prawwtocol
fc0cfbf003
Update mac build instructions with up-to-date homebrew link
2024-03-10 21:36:51 +04:00
Kolya
77dcbaf00c
don't use brotli (built by other dependencies)
2024-03-10 21:35:50 +04:00
AlexeyZavar
69e9841bbb
fix: rare crashes
2024-03-09 15:20:23 +03:00
John Preston
626b3395ab
Show 00:00-23:59 as "open 24 hours".
2024-03-09 10:58:05 +04:00
John Preston
506b8fd4f1
Fix saving of empty working intervals.
2024-03-09 10:58:05 +04:00
Kolya
d3b1abb61e
fix windows build
2024-03-09 10:46:27 +04:00
John Preston
990ae11f62
Version 4.15.1: Fix build with GCC.
2024-03-08 15:49:30 +04:00
Ilya Fedin
3d5092f7ad
Update cmake_helpers
2024-03-08 15:32:58 +04:00
Ilya Fedin
296e8c1ab1
Use ExecutablePathForShortcuts in PortalAutostart
2024-03-08 15:32:58 +04:00
Ilya Fedin
0df8864ae0
Port specific_linux to cppgir
2024-03-08 15:32:58 +04:00
John Preston
7c002cf8be
Version 4.15.1: Fix sending media albums.
2024-03-08 15:26:14 +04:00
John Preston
c345b50ab7
Version 4.15.1.
...
Telegram Business features.
2024-03-08 12:55:20 +04:00
John Preston
d729e625e6
Show business section settings only when loaded.
2024-03-08 12:28:53 +04:00
John Preston
2c03d90fc8
Fix the new time picker.
2024-03-08 11:47:29 +04:00
John Preston
5ebd5852ba
Update lib_ui submodule.
2024-03-08 10:55:50 +04:00
John Preston
5397f64b23
Add Telegram Business icon to Premium promo.
2024-03-08 10:54:00 +04:00
John Preston
4975cf2ec1
Implement double-drumroll time picker.
2024-03-08 10:54:00 +04:00
John Preston
bef26cf9d2
Force right-alignment in quick replies editing.
2024-03-08 10:54:00 +04:00
John Preston
9483d17fc8
Validate quick reply name.
2024-03-08 10:54:00 +04:00
John Preston
288979d8e7
Allow editing quick replies from the suggestions.
2024-03-08 10:54:00 +04:00
John Preston
49ec051760
Make premium toast adaptive.
2024-03-08 10:54:00 +04:00
John Preston
0a8e961142
Suggest premium when sending existing quick replies.
2024-03-08 10:54:00 +04:00
John Preston
6d352597b4
Disable quick replies in bot chats.
2024-03-08 10:54:00 +04:00
John Preston
d14f11bd88
fixup Implement preview and save of chatbots.
2024-03-08 10:54:00 +04:00
John Preston
d608bffecb
Fix limit in business features exception box.
2024-03-08 10:54:00 +04:00
John Preston
00dcf11691
Improve recipients selection in business features.
2024-03-08 10:54:00 +04:00
John Preston
e3f6c189a7
Implement preview and save of chatbots.
2024-03-08 10:54:00 +04:00
John Preston
ea36345eee
Show location and working hours in profile.
2024-03-08 10:53:59 +04:00
John Preston
5e82860376
Allow sending quick replies like bot commands.
2024-03-08 10:53:59 +04:00
John Preston
37f5160d1c
Fix bold formatting in the beginning of a quote.
2024-03-08 10:53:59 +04:00
John Preston
ee847bc1a3
Fix legacy group pins loading on first group open.
...
Fixes #27466 .
2024-03-08 10:53:59 +04:00
John Preston
c94da177d7
Fix build with Xcode.
2024-03-08 10:53:59 +04:00
John Preston
88751896af
PremiumPreview/BusinessFeature -> PremiumFeature.
2024-03-08 10:53:59 +04:00
John Preston
f812166249
Use server-side order for business features list.
2024-03-08 10:53:59 +04:00
John Preston
a47c6f9c9a
Show errors on business info savings.
2024-03-08 10:53:59 +04:00
John Preston
cf8aaf5f9d
Save away / greeting settings.
2024-03-08 10:53:59 +04:00
John Preston
ca4cbddba6
Check shortcuts / messages limits.
2024-03-08 10:53:59 +04:00
John Preston
dd6768a476
Add stories rights by default to new admins.
2024-03-08 10:53:59 +04:00
John Preston
7f7d544943
Show nice empty quick reply placeholder.
2024-03-08 10:53:59 +04:00
John Preston
d5e920e45a
Update API scheme on layer 176.
2024-03-08 10:53:59 +04:00
John Preston
8545a14763
Fix shortcut messages sizing / emoji panel.
2024-03-08 10:53:59 +04:00
John Preston
aad8e989d8
Shortcuts edit / delete menu.
2024-03-08 10:53:59 +04:00
John Preston
f086203d25
Implement proper shortcut management.
2024-03-08 10:53:59 +04:00
John Preston
23e22de6ec
Fix deleting shortcut items.
2024-03-08 10:53:59 +04:00
John Preston
fb539b0f70
Improve shortcut messages geometry.
2024-03-08 10:53:59 +04:00
John Preston
6e08b00dba
Fix sending .tgs files as stickers.
...
Regression was introduced in 3467fe226f .
2024-03-08 10:53:59 +04:00
John Preston
7f3ebde252
Implement sending of shortcutted messages.
2024-03-08 10:53:59 +04:00
John Preston
5c11fa4f63
Update API scheme on layer 176.
2024-03-08 10:53:59 +04:00
John Preston
d05c4e0990
Start shortcut messages sending.
2024-03-08 10:53:59 +04:00
John Preston
dd7ccada2f
Support edit / save of greeting message settings.
2024-03-08 10:53:59 +04:00
John Preston
e6b9ac2267
Support edit / save of away message settings.
2024-03-08 10:53:58 +04:00
John Preston
f85c3c88f7
Add rpl interface to RadiobuttonGroup.
2024-03-08 10:53:58 +04:00
John Preston
e05eb63476
Update API scheme on layer 176.
2024-03-08 10:53:58 +04:00
John Preston
c513906996
Change default for business recipients.
2024-03-08 10:53:58 +04:00
John Preston
dd0bdd62fb
Support business working hours API.
2024-03-08 10:53:58 +04:00
John Preston
4d12f1c0ef
Initial working hours editing.
2024-03-08 10:53:58 +04:00
John Preston
1fe641c458
Update API scheme to layer 176.
2024-03-08 10:53:58 +04:00
John Preston
1e5f821c6f
Start all business sections implementation.
2024-03-08 10:53:58 +04:00
John Preston
0af131f144
Invert group / channel features list.
2024-03-08 10:53:58 +04:00
John Preston
ad9107ca90
Implement chatbots section editing.
2024-03-08 10:53:58 +04:00
John Preston
205479fccc
Layout chatbots editing section.
2024-03-08 10:53:58 +04:00
John Preston
0c991466f5
Update API scheme to layer 175. Business promo.
2024-03-08 10:53:58 +04:00
23rd
0fad42b5b4
Added ability to open box for voice restrictions without premium.
2024-03-08 10:53:58 +04:00
23rd
27bd9e3ee5
Added icons to buttons for privacy settings that require premium.
2024-03-08 10:53:58 +04:00
23rd
02e1c03ed9
Fixed position of connecting state widget when forum is opened.
...
Fixed #27548 .
2024-03-08 10:53:58 +04:00
23rd
f56b16c6ef
Added initial badges for minimal level of boosts to channel settings.
2024-03-08 10:53:58 +04:00
23rd
09285bc9cd
Moved out minimal levels of boosts for channel settings to single place.
2024-03-08 10:53:58 +04:00
23rd
eab249fc13
Fixed countdown label for input field of bio.
2024-03-08 10:53:58 +04:00
23rd
48eb408fb8
Fixed text elision of vote amount in polls with reactions.
2024-03-08 10:53:58 +04:00
23rd
ef474f0dc8
Fixed opening of local links from webview bots in appropriate window.
2024-03-08 10:53:58 +04:00
23rd
a704611705
Fixed ability to create vertical drum picker with first chosen item.
2024-03-08 10:53:58 +04:00
23rd
b790847fde
Added ability to close call panel without hanging up call.
2024-03-08 10:53:58 +04:00
23rd
c0c330a150
Fixed bubble color under strip of emoji pad for reactions.
2024-03-08 10:53:58 +04:00
23rd
aec4857e7b
Fixed format of phone number in intro widget.
2024-03-08 10:53:58 +04:00
23rd
5dc6bdcc42
Fixed reply bar stuck when sending file in replies section.
2024-03-08 10:53:58 +04:00
23rd
08717dcd78
Added counter label of characters limit to edit mode without media.
2024-03-08 10:53:58 +04:00
23rd
a77c547a62
Fixed edit of long media caption with emoji.
2024-03-08 10:53:58 +04:00
23rd
d252427e34
Added blockquote to white list for message links parser.
2024-03-08 10:53:58 +04:00
23rd
58443bc197
Fixed ability to schedule forwarded messages without comment.
2024-03-08 10:53:58 +04:00
23rd
ea20e41f1d
Added drag text to contact view.
2024-03-08 10:53:58 +04:00
23rd
afdd22d154
Fixed phone formatting generally.
2024-03-08 10:53:58 +04:00
23rd
93d1a187ca
Improved view style of contacts.
2024-03-08 10:53:57 +04:00
23rd
52c779bffa
Added support of inline markup reply to HTML export.
2024-03-08 10:53:57 +04:00
23rd
de1bd6ef28
Slightly simplified creation of universal variables in prepare.py.
2024-03-08 10:53:57 +04:00
23rd
c26982be3e
Added support for AVIF, HEIF and JPEG XL on macOS.
2024-03-08 10:53:57 +04:00
mrbesen
5971aefb83
add bash shebang
2024-03-08 08:05:55 +04:00
Ilya Fedin
41481129f7
Port main_window_linux to cppgir
2024-03-08 08:05:12 +04:00
Ilya Fedin
7b8cdb43c4
Port linux_xdp_open_with_dialog to cppgir
2024-03-08 08:05:12 +04:00
Ilya Fedin
1e9b7e2726
Use XDP::kObjectPath for session and request paths
2024-03-08 08:05:12 +04:00
Ilya Fedin
a66b886c51
Initialize Linux lock screen monitor fully asynchronously
2024-03-08 08:05:12 +04:00
Ilya Fedin
5b62d97288
Update submodules
2024-03-08 08:05:12 +04:00
Kolya
b040b62b4e
prepare.py: simplify qt5 clone
2024-03-07 18:14:34 +04:00
Kolya
50f51d0747
update new script location in qt repo
2024-03-07 18:14:34 +04:00
xmdn
95b4fc0216
use modern installer style
2024-03-01 12:43:33 +04:00
GitHub Action
da047edbc5
Update User-Agent for DNS to Chrome 122.0.0.0.
2024-03-01 12:41:47 +04:00
Ilya Fedin
a8b5061003
Fix a std::clamp assertion
2024-03-01 12:41:35 +04:00
Kolya
ec427ad45d
Use TOOLCHAIN variable name
2024-02-23 13:17:55 +04:00
Kolya
778ab70b72
Fix libvpx build on VS 17.8+
...
use with https://github.com/desktop-app/patches/pull/182
2024-02-23 13:17:55 +04:00
AlexeyZavar
bf5337259d
fix: message shot replies in topics
2024-02-22 22:59:22 +03:00
AlexeyZavar
039795cab8
feat: disable custom backgrounds
2024-02-22 22:46:46 +03:00
AlexeyZavar
e580640adc
fix: crash
2024-02-20 23:26:31 +03:00
AlexeyZavar
3a9b470e47
fix: change ease
2024-02-20 22:47:27 +03:00
AlexeyZavar
5d145cc613
fix: crash
2024-02-20 22:36:10 +03:00
AlexeyZavar
df0c1f814a
fix: skill issue
...
Pro-tip: don't watch anime while coding.
2024-02-20 22:32:41 +03:00
Ilya Fedin
5d1aa10768
Remove no longer needed boost-program-options from snap
...
Looks like cppgir has stopped to use it during some of the updates
2024-02-19 14:31:08 +04:00
ZavaruKitsu
7e62f8749d
fix: prettify imports
2024-02-19 00:09:01 +03:00
ZavaruKitsu
e592b21912
fix: update submodules
2024-02-18 23:28:34 +03:00
ZavaruKitsu
e2fafc62fd
fix: make it build
...
fix: `disableStories`
2024-02-18 23:25:12 +03:00
ZavaruKitsu
43b0df3f94
Merge tag 'v4.15.0' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/dialogs/dialogs_row.cpp
# Telegram/SourceFiles/dialogs/dialogs_widget.cpp
# Telegram/SourceFiles/history/view/history_view_message.cpp
# Telegram/SourceFiles/info/profile/info_profile_actions.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-02-18 21:37:55 +03:00
ZavaruKitsu
b8dda54e04
fix: a couple of crashes
...
fix: disable peer ids again
2024-02-18 21:30:48 +03:00
John Preston
cb065146c2
Version 4.15: Fix build with GCC.
2024-02-18 21:00:10 +04:00
John Preston
3aab2a88aa
Remove helper temporary code.
2024-02-18 20:56:51 +04:00
John Preston
9a012d8b9b
Version 4.15: Fix build with Xcode.
2024-02-18 20:46:10 +04:00
John Preston
eaad2034e6
Version 4.15.
...
- Stories from groups.
- Group appearance settings.
- Group emoji pack.
- Boost groups to unlock features.
2024-02-18 20:24:20 +04:00
John Preston
2a52eca5f5
Fix set icon in updating group emoji set.
2024-02-18 20:21:03 +04:00
John Preston
13ded3a82e
Fix crash in removing group emoji set.
2024-02-18 20:15:55 +04:00
John Preston
9a0ea78e0f
Don't show duplicated emoji set.
2024-02-18 20:11:57 +04:00
John Preston
a2fe1506cc
Fix build.
2024-02-18 17:55:07 +04:00
John Preston
608b4f30c5
Show thumbnail of selected group emoji pack.
2024-02-18 17:54:09 +04:00
Ilya Fedin
3af646a584
Disable system proxy support on Linux
...
Reading system proxy on Linux reads to massive crashes in system libraries.
Since those crashes are unreproducible in development environment, it's not possible to find the root cause.
Workarounds #27482 .
2024-02-18 00:26:36 +04:00
John Preston
89c7147fd9
Improve group appearance box design.
2024-02-18 00:25:40 +04:00
John Preston
d4ee45f9ff
Use nice boost features icons.
2024-02-17 22:05:05 +04:00
John Preston
df5454a0b0
Fix build.
2024-02-17 22:04:46 +04:00
John Preston
ebf4e88a10
Fix crash in giveaway results view.
2024-02-17 21:49:07 +04:00
John Preston
0163ec314a
Improve phrases for giveaways in groups.
2024-02-17 21:46:00 +04:00
23rd
46d5a93c96
Slightly improved fade effect for bottom side of input message field.
2024-02-17 20:33:59 +03:00
23rd
dd6cbd2c36
Fixed edit of long text message without media.
2024-02-17 20:33:59 +03:00
Ilya Fedin
5bf6a93086
Replace usage of deprecated CRAFT_ARCH_TRIPLET
2024-02-17 21:11:45 +04:00
Ilya Fedin
1146ecfd45
Update macOS action to macOS 13
2024-02-17 21:11:45 +04:00
John Preston
f59c46cd7c
Remove "Boost Group" button in channels.
2024-02-17 21:06:07 +04:00
John Preston
20f3ef9a5b
Fix stories likes in groups.
2024-02-17 21:06:07 +04:00
John Preston
41d3e16c7d
Don't add peer saved / stories in topics profiles.
2024-02-17 21:06:07 +04:00
John Preston
46d11b6dcb
Use correct phrases in group stories.
2024-02-17 21:06:07 +04:00
John Preston
adc8966c61
Fix device pixel ratio in stories userpics.
2024-02-17 21:06:07 +04:00
John Preston
d5353e8741
Fix hidden sender info display in Saved Messages.
...
Fixes #27463 .
2024-02-17 21:06:07 +04:00
23rd
e79be73025
Added ability to export peer ids from contact list.
2024-02-17 17:34:44 +03:00
23rd
f20e393d77
Fixed fade effect for input message fields when theme is changed.
2024-02-17 17:34:44 +03:00
23rd
6336ed33fa
Removed some include directives.
2024-02-17 17:34:44 +03:00
Ilya Fedin
bcc864cbe1
Fix build without Wayland integration
2024-02-16 23:41:07 +04:00
Ilya Fedin
2dd1ab31b9
Update submodules
2024-02-16 19:06:33 +04:00
Ilya Fedin
9f58a5a4b0
Limit source depth for snapcraft desktop helpers
2024-02-16 19:06:33 +04:00
Ilya Fedin
e31704d01e
Update Qt to 6.6.2 on Linux
2024-02-16 19:06:33 +04:00
John Preston
f1b7d9ebba
Version 4.14.16.
...
- Boost groups.
2024-02-16 15:00:19 +04:00
23rd
991110b84d
Fixed fade effect for input message fields in compose controls.
2024-02-16 15:00:19 +04:00
John Preston
18ca4a9eeb
Add a couple of phrases for group wallpapers.
2024-02-16 12:22:38 +04:00
John Preston
9f7ee3cafd
Correctly check webview init success.
...
Also correctly init recreated webview bottom bar.
Fixes #27481 , fixes #27479 .
2024-02-16 12:14:13 +04:00
John Preston
137155afd8
Use round thumbnail in forum stories.
2024-02-16 11:27:09 +04:00
John Preston
38e082422a
Show story sender / repost userpic under story source.
2024-02-15 13:51:41 +04:00
John Preston
0fd8ceca6b
Use Ui::DynamicImage and ui/dynamic_thumbnails module.
2024-02-15 13:51:41 +04:00
John Preston
f674ace805
Send comments to group stories.
2024-02-15 13:51:41 +04:00
John Preston
11f0847295
Update API scheme on layer 174.
2024-02-15 13:51:41 +04:00
John Preston
964846f1bb
Add stories rights to group admins edit.
2024-02-15 13:51:41 +04:00
John Preston
fc6f2520b7
Support free transcribes in groups.
2024-02-15 13:51:41 +04:00
John Preston
cfaef4c441
Add Boost Group in group menu.
2024-02-15 13:51:40 +04:00
John Preston
571f1a5179
Implement free megagroup emoji set.
2024-02-15 13:51:40 +04:00
John Preston
08efa73b2b
Allow editing group wallpaper / status / emoji set.
2024-02-15 13:51:40 +04:00
John Preston
680171226c
Boost community features list.
2024-02-15 13:51:40 +04:00
John Preston
ea12c2f62c
Respect boosts restrictions lifting.
2024-02-15 13:51:40 +04:00
John Preston
180b14ea36
Allow saving boosts to lift restrictions.
2024-02-15 13:51:40 +04:00
John Preston
f6a8c1e996
Allow boosts / giveaways in groups.
2024-02-15 13:51:40 +04:00
John Preston
cb174cb0bf
Add some more premium promo sections.
2024-02-15 13:51:40 +04:00
John Preston
33207b78d5
Show applied boosts in message bubbles.
2024-02-15 13:51:40 +04:00
John Preston
e32cbf468b
Update API scheme to layer 174.
2024-02-15 13:51:40 +04:00
John Preston
c891ee3a45
Fix build on Windows.
2024-02-15 13:51:40 +04:00
23rd
6de471db17
Added counter label of characters limit to send files box.
2024-02-15 09:37:11 +03:00
23rd
d1eaf284b1
Fixed text suggestion in toast when media caption is too long.
2024-02-15 08:22:16 +03:00
23rd
5cd0d82ffb
Added counter label of characters limit for long media captions.
2024-02-15 08:21:35 +03:00
23rd
113c8a797f
Added fade effect to input message fields.
2024-02-14 21:33:17 +03:00
23rd
dcf4f45a36
Fixed ability to copy entire translated text from context menu.
2024-02-14 21:33:17 +03:00
Ilya Fedin
8b6a7a443e
Switch from libproxy to GProxyResolver
2024-02-14 20:01:31 +04:00
Ilya Fedin
c5db2b8175
Ensure custom arguments get applied in generated .desktop file
2024-02-14 09:31:19 +04:00
Ilya Fedin
00f98793b1
Update lib_webview
2024-02-12 19:52:08 +04:00
ZavaruKitsu
77d129a738
fix: crash
2024-02-12 00:58:52 +03:00
ZavaruKitsu
af18da81f4
fix: crash
2024-02-12 00:39:01 +03:00
John Preston
e5f90cd40d
Version 4.14.15.
...
- Fix webview regression on Linux X11. (2nd attempt)
2024-02-10 00:32:40 +04:00
ZavaruKitsu
5bb633d982
fix: crashes & infinite loop
2024-02-09 20:00:14 +03:00
John Preston
a10d668131
Version 4.14.14.
...
- Fix webview regression on Linux X11.
2024-02-09 20:18:40 +04:00
John Preston
8a62bacaa6
Fix anti-aliasing in emoji categories search.
2024-02-09 20:15:02 +04:00
100backslash001
bacab01f7e
Remove duplicates from configure.py
2024-02-09 10:49:18 +04:00
23rd
5d3400033a
Fixed ability to copy whole transcribed text and copy album captions.
2024-02-08 17:35:29 +03:00
23rd
0e571ea679
Added ability to copy filename of named documents.
2024-02-08 17:32:25 +03:00
23rd
b959262140
Fixed legal link in some files.
2024-02-08 15:20:42 +03:00
Ilya Fedin
fd3ce905c0
Update lib_webview
2024-02-08 11:45:09 +04:00
ZavaruKitsu
222a643ce3
feat: allow copying with background
...
chore: refactor a bit
2024-02-08 00:24:34 +03:00
ZavaruKitsu
f583732688
fix: crash if deleted when taking shot
2024-02-07 23:40:40 +03:00
ZavaruKitsu
4e9443e200
feat: quick admins & recent actions
...
Co-authored-by: c0re100 <corehusky@gmail.com >
2024-02-07 23:25:02 +03:00
Ilya Fedin
29debc07c4
Let specify arbitrary build configuration via Docker
...
Default to RelWithDebInfo for both optimizations and debug information
2024-02-06 20:31:44 +04:00
Ilya Fedin
5334096d68
Fix bot webview height with fractional scaling
2024-02-06 10:25:27 +04:00
Ilya Fedin
bb3f8fbbe8
Check whether webview is destructed after Webview::Window::init
2024-02-05 16:22:52 +04:00
ZavaruKitsu
a96f8d8ac3
chore: update copyright
...
fix: don't display date for big emoji
2024-02-04 21:19:42 +03:00
ZavaruKitsu
d4a22a5110
chore: sync database schema & refactor & reformat
2024-02-04 20:41:21 +03:00
ZavaruKitsu
adb5abf4fb
chore: reformat & refactor & remove as not planned for now
2024-02-04 18:36:11 +03:00
ZavaruKitsu
4a6ae07409
feat: allow hiding message shot
2024-02-04 17:05:26 +03:00
ZavaruKitsu
f6081db13f
fix: hide comments for posts
2024-02-04 15:26:43 +03:00
ZavaruKitsu
33b6f5d207
feat: register url scheme in settings
2024-02-04 14:10:08 +03:00
ZavaruKitsu
84c62470bb
feat: rework sendOfflinePacketAfterOnline
2024-02-04 04:00:24 +03:00
ZavaruKitsu
a3f4185b45
fix: remove as not planned
2024-02-04 03:02:48 +03:00
ZavaruKitsu
2729fee0ac
feat: show channel badge
2024-02-04 02:56:07 +03:00
ZavaruKitsu
964f9bd904
fix: some crashes
2024-02-04 00:46:27 +03:00
ZavaruKitsu
cfa007de84
fix: make it compile
2024-02-04 00:46:03 +03:00
ZavaruKitsu
77d52bb1b3
Merge v4.14.13
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp
# Telegram/SourceFiles/history/view/media/history_view_photo.cpp
# Telegram/SourceFiles/history/view/reactions/history_view_reactions_selector.cpp
# Telegram/SourceFiles/mainwidget.cpp
# Telegram/lib_ui
2024-02-03 23:57:25 +03:00
John Preston
2f0b50cb37
Version 4.14.13: Always send webpages optionally.
...
If the link cannot be displayed everywhere
(channel blocked in some countries) the
send request without `optional` flag fails.
2024-02-02 21:41:19 +04:00
John Preston
6185fa980d
Version 4.14.13.
...
- Fix display of statistics for single posts.
- Allow editing tag name from search tags.
- Fix a crash in tags removal.
2024-02-02 21:38:23 +04:00
John Preston
1cce1e8a90
Fix a crash in tags removal.
2024-02-02 21:33:58 +04:00
23rd
237baf11df
Fixed display of statistics for single posts.
2024-02-02 21:33:46 +04:00
Ilya Fedin
46023f4260
Update lib_webrtc
2024-02-02 20:46:54 +04:00
John Preston
8459c29073
Allow editing tag name from search tags.
2024-02-02 11:25:04 +04:00
John Preston
f072173d7c
Fix tags for just-sent Saved Messages.
2024-02-02 09:52:32 +04:00
John Preston
bec34c34b1
Version 4.14.12: Fix build with GCC.
2024-02-01 21:13:07 +04:00
John Preston
04ab148b2e
Version 4.14.12.
...
- Tags in Saved Messages.
- Audio output device selection for music and videos.
- Audio input device selection for voice messages recording.
- Default device changes should be applied instantly. (Windows / macOS)
2024-02-01 17:52:37 +04:00
John Preston
e314abefb8
Fix build with Xcode.
2024-02-01 17:52:37 +04:00
John Preston
cdaa23363f
Allow reaction reports in public groups.
2024-02-01 17:52:37 +04:00
John Preston
5401d00548
Allow reporting / banning from reactions in groups.
2024-02-01 17:30:40 +04:00
John Preston
c06699e8e7
Update API scheme on layer 173.
2024-02-01 12:47:52 +04:00
John Preston
2f40a44b5c
Improve things for OpenAL devices management.
2024-02-01 12:37:34 +04:00
John Preston
0945e04f6b
Allow filtering by tag on click in sublists.
2024-02-01 12:37:34 +04:00
John Preston
db7c16f82b
Fix about message reaction text color.
2024-02-01 12:37:34 +04:00
John Preston
30548c2859
Support tags search in sublists.
2024-02-01 12:37:34 +04:00
John Preston
0163938e00
Add shadow below tags list widget.
2024-02-01 12:37:34 +04:00
John Preston
3421b656db
Fix saved tag click in separate window messages.
2024-02-01 12:37:34 +04:00
John Preston
39b80c98c7
Support tags in ComposeSearch.
2024-02-01 12:37:34 +04:00
John Preston
323500f6dd
Improve design of locked tags.
2024-02-01 12:37:34 +04:00
John Preston
11cf0486cb
Implement required paywalls in tags.
2024-02-01 12:37:34 +04:00
John Preston
46579ac84d
Support about text above reactions strip.
2024-02-01 12:37:34 +04:00
John Preston
f324c53440
New premium promo section about tags.
2024-02-01 12:37:34 +04:00
John Preston
87df90227e
Remove legacy premium reactions code.
2024-02-01 12:37:34 +04:00
John Preston
6f57302562
Track tag counts in all sublists.
2024-02-01 12:37:34 +04:00
John Preston
d116c8fea0
Allow editing tag names in Saved Messages.
2024-02-01 12:37:34 +04:00
John Preston
32462fca9b
Show tag names in Saved Messages.
2024-02-01 12:37:34 +04:00
John Preston
55a174190e
Fix reactions expanding.
2024-02-01 12:37:34 +04:00
John Preston
9f738cded2
Fix saved messages sublists pinning updates.
2024-02-01 12:37:34 +04:00
John Preston
87c1329490
Re-enable tags in Saved Messages.
2024-02-01 12:37:34 +04:00
John Preston
ded2015dc2
Update API scheme to layer 173.
2024-02-01 12:37:34 +04:00
23rd
98a71cce89
Improved toast phrase for forwarded messages to self.
2024-02-01 12:37:34 +04:00
23rd
a3ba1ba2a1
Fixed ability to create group without ttl even with ttl in settings.
2024-02-01 12:37:33 +04:00
23rd
42842619b0
Added external link to username field when it is available for purchase.
2024-02-01 12:37:33 +04:00
23rd
32d3b90cdc
Replaced behavior of statistics info to wait all charts.
2024-02-01 12:37:33 +04:00
GitHub Action
b182aeb51e
Update User-Agent for DNS to Chrome 121.0.6167.85.
2024-02-01 12:37:25 +04:00
Ilya Fedin
7049929a59
Update libproxy
2024-01-31 23:27:41 +04:00
Ilya Fedin
aa5413da4e
Ensure cant reproduce label is not automatically removed
2024-01-31 11:04:04 +04:00
Zephyr Lykos
32dfe0f65e
Update cppgir to fix nullptr dereference in glib 2.79
2024-01-31 11:03:36 +04:00
Ilya Fedin
5d33290218
Shorten socket paths on Linux
2024-01-29 11:46:12 +04:00
ZavaruKitsu
e47ff9fd34
feat: copy phone on click
2024-01-28 22:55:38 +03:00
ZavaruKitsu
58e38c487a
feat: use Sentry for crash reporting
2024-01-28 22:44:48 +03:00
Ilya Fedin
852196a013
Add cant reproduce label handling
2024-01-27 08:52:14 +04:00
Ilya Fedin
0ff3d4b2ed
Add needs user action label handling
2024-01-27 08:52:14 +04:00
Ilya Fedin
b843dab87a
Get error message from the right object when copying log file
2024-01-27 07:17:24 +04:00
ZavaruKitsu
1e34bc6b30
fix: close confirmation box
2024-01-26 19:48:41 +03:00
ZavaruKitsu
b3225af685
chore: update deps
2024-01-26 19:30:17 +03:00
ZavaruKitsu
59e44d4e96
feat: add scoop note
...
Co-authored-by: 1MoreRaiday <123898931+1MoreRaiday@users.noreply.github.com >
2024-01-26 19:11:28 +03:00
ZavaruKitsu
9321f22a9e
fix: remove icon override with hideNotificationCounters
2024-01-26 18:55:07 +03:00
ZavaruKitsu
8718e0a045
feat: show user id instead of phone
2024-01-26 18:46:56 +03:00
ZavaruKitsu
c4cf4325d6
feat: quick access to preferences
...
It's label useless so why not just replace with custom preferences.
2024-01-26 18:39:47 +03:00
ZavaruKitsu
9c71aba5d1
feat: message shot
...
feat: send image as sticker
fix: don't query author pack if ID == 0
fix: use predefined confirmation boxes
2024-01-26 18:25:03 +03:00
23rd
20bd7db4d9
Slightly improved display of top label in Premium Settings for user.
2024-01-25 19:28:31 +04:00
23rd
92f0358800
Fixed text insertion from menu bar on macOS when input field is hidden.
2024-01-25 19:28:30 +04:00
John Preston
0372f2be9c
Beta version 4.14.11.
...
- Fix crash when accepting calls.
- Fix possible crash in loopback audio on Windows.
2024-01-25 19:26:55 +04:00
John Preston
7dfb93f7c2
Add some assertions for debugging a crash.
2024-01-25 18:30:21 +04:00
John Preston
3c150d9742
Fix possible crash in loopback audio on Windows.
2024-01-25 18:30:21 +04:00
John Preston
3c5cace175
Fix chats list bottom buttons skip.
2024-01-25 17:55:10 +04:00
John Preston
7e7fd6f1b4
Fix crash in accepting calls.
2024-01-25 17:54:31 +04:00
John Preston
eebe7adbcb
Beta version 4.14.10.
...
- Allow choosing audio device for music and video files.
- Allow choosing microphone device for voice recording.
- Allow pause and resume voice messages recording.
- Track audio device changes on Windows and macOS.
2024-01-25 11:57:58 +04:00
23rd
5561bdeb5e
Fixed top of ttl button in voice record bar with float media player.
2024-01-25 11:57:58 +04:00
John Preston
a670095294
Update patched OpenAL on macOS / Windows.
2024-01-25 11:57:58 +04:00
John Preston
104ba4db7c
Fully migrate to Webrtc::Environment.
2024-01-25 11:57:58 +04:00
John Preston
9a6ab3b0f2
Improve call device migration.
2024-01-25 11:04:27 +04:00
John Preston
e5b89b1572
Separate settings for calls.
2024-01-25 11:04:27 +04:00
John Preston
65a80766f4
Implement media device tracking on macOS.
2024-01-25 11:04:27 +04:00
John Preston
736b489eb7
Fix build of updated tgcalls on macOS.
2024-01-25 11:04:27 +04:00
John Preston
d3778f92d2
Implement media devices tracking on Windows.
2024-01-25 11:04:27 +04:00
23rd
30e694420a
Added icon to button for resuming of voice recording.
2024-01-25 11:04:27 +04:00
23rd
091c13bc23
Added initial ability to pause and resume voice recording.
2024-01-25 11:04:27 +04:00
23rd
5130c5df80
Replaced display of stop icon in voice record bar with pause icon.
2024-01-25 11:04:27 +04:00
23rd
7542f04010
Added specific phrases to chats list for voice messages with ttl.
2024-01-25 11:04:27 +04:00
23rd
dff4191ac9
Added reward phrase to about label in gift box.
2024-01-25 11:04:27 +04:00
23rd
15e2874da8
Fixed display of loading progress in voice messages with ttl.
2024-01-25 11:04:27 +04:00
John Preston
8eb49d5efc
Fix possible connection problem in calls.
2024-01-22 11:06:42 +04:00
John Preston
230761eb23
Version 4.14.9.
...
- Fix two possible crashes in messages history and group search.
- Fix local online status turning off. (once again)
2024-01-19 21:48:39 +04:00
John Preston
bb0ab27244
Fix possible crash in service message update.
2024-01-19 21:46:56 +04:00
John Preston
bdeaf4f27a
Fix crash in search in group messages from user.
...
Fixes #27387 .
2024-01-19 21:46:55 +04:00
John Preston
6d608bed98
Add DESKTOP_APP_ASAN CMake option on Windows.
2024-01-19 21:46:48 +04:00
John Preston
5a47acf1d2
Change reply-in-chat locally.
2024-01-19 16:24:50 +04:00
John Preston
02a306ba70
Fix get premium suggestion display.
2024-01-19 15:45:56 +04:00
John Preston
75e19235cd
Improve get premium phrase.
2024-01-19 15:45:46 +04:00
John Preston
7d9b4e1e03
Fix local online status fadeout once again.
2024-01-19 11:44:33 +04:00
John Preston
d0fff1611c
Version 4.14.8.
...
- Fix initial position and size of secondary windows.
- Optimize messages loading. (load replies on demand)
- Fix local online status turning off.
2024-01-18 22:22:35 +04:00
John Preston
e4ca8ae847
Fix several possible crashes.
2024-01-18 22:22:35 +04:00
John Preston
f53b64bc72
Fix local online finishing.
2024-01-18 21:19:07 +04:00
John Preston
981909e567
Closed alpha version 4.14.7.1.
2024-01-18 19:26:32 +04:00
John Preston
ce6fc19b84
Try to request dependent messages on demand.
2024-01-18 19:26:32 +04:00
John Preston
a38f731265
Version 4.14.7: Fix build with Xcode 15.2.
2024-01-18 17:51:52 +04:00
John Preston
d55dd7dffd
Version 4.14.7: Fix build with GCC.
2024-01-18 17:50:37 +04:00
John Preston
37478d951a
Fix initial geometry for secondary windows.
2024-01-18 17:27:30 +04:00
John Preston
814de17f28
Version 4.14.7.
...
- See when your message was read in private chat.
- Premium users can see other last seen times
if they weren't hidden explicitly.
- Premium users can allow new chats only from their contacts
and other Premium users.
2024-01-18 14:35:35 +04:00
John Preston
5f97d683df
Count senders / captions count correctly in forwards.
2024-01-18 13:26:14 +04:00
John Preston
95d4e02ae1
Fix a glitch in search-in-separate-window.
2024-01-18 13:20:33 +04:00
John Preston
abf9764640
Another attempt to fix TTL tooltip.
2024-01-18 12:44:35 +04:00
John Preston
80ee38f9fb
Change taps to clicks in built-in phrases.
2024-01-18 12:43:47 +04:00
John Preston
b4ab20bbe9
Fix media expiration from another client.
2024-01-18 12:23:47 +04:00
John Preston
f6a95df550
Show toast on invite attempt to premium required.
2024-01-18 12:01:03 +04:00
John Preston
f3f660a180
Show toast on share attempt to premium required.
2024-01-18 10:39:00 +04:00
ZavaruKitsu
0cf36db010
feat: add support for Spotify links
...
Open `open.spotify.com` links in the desktop application
2024-01-17 19:54:02 +03:00
ZavaruKitsu
bfeb225bc2
feat: add custom emoji preview support
2024-01-17 18:18:48 +03:00
ZavaruKitsu
31d486c2e2
feat: support expiring voice/video
...
fix: incorrect size of burn icon
fix: read reactions and mentions after actions
2024-01-17 17:07:03 +03:00
John Preston
eda7118df9
Show toast on forward attempt to premium required.
2024-01-17 16:43:25 +04:00
John Preston
7c468052e6
Fix premium-required info on first load.
2024-01-17 11:16:05 +04:00
John Preston
43eca490a7
Recreate webview on reload request after a crash.
2024-01-17 10:16:12 +04:00
John Preston
3710d61a09
Show "Hide read time" only on non-trivial privacy.
2024-01-17 09:39:05 +04:00
John Preston
5daa5a00f0
Correctly use contact_require_premium bit.
2024-01-17 09:39:05 +04:00
John Preston
6e31993777
Update API scheme on layer 172.
2024-01-17 09:39:05 +04:00
John Preston
1cfad14437
Show correct placeholder in require-premium story reply.
2024-01-17 09:39:05 +04:00
John Preston
3829ed5880
Fix build with Xcode.
2024-01-17 09:39:05 +04:00
John Preston
e5cda0e2b1
Show "premium required" information in chat.
2024-01-17 09:39:05 +04:00
John Preston
c765bee0cd
Update API scheme on layer 172.
2024-01-17 09:39:05 +04:00
John Preston
16942d487a
New "Messages" privacy option and box.
2024-01-17 09:39:05 +04:00
John Preston
5cb4cfef32
Improve geometry restore on secondary screen.
2024-01-17 09:39:05 +04:00
John Preston
4d86ced1e6
Improve "show" last seen button design.
2024-01-17 09:39:05 +04:00
John Preston
ad03431b0a
Improve "read time" context menu info design.
2024-01-17 09:39:05 +04:00
John Preston
474f1118b6
Proof-of-concept read time in private chats.
2024-01-17 09:39:05 +04:00
John Preston
e63d573414
Proof-of-concept last seen hidden.
2024-01-17 09:39:04 +04:00
John Preston
33643ff7fc
Add "show" button for last seen hidden.
2024-01-17 09:39:04 +04:00
John Preston
ca25ad57b1
Update API scheme to layer 172.
2024-01-17 09:39:04 +04:00
ZavaruKitsu
fc2cc6ce6b
fix: don't read topics
2024-01-17 02:05:27 +03:00
ZavaruKitsu
fe64dfeb1f
fix: make it compile
...
fix: restore Quit shortcut for use in custom shortcuts file
2024-01-17 01:05:24 +03:00
ZavaruKitsu
abf17407ea
Merge tag 'v4.14.6' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/dialogs/dialogs_widget.cpp
# Telegram/SourceFiles/dialogs/dialogs_widget.h
# Telegram/SourceFiles/history/history_item_helpers.cpp
# Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp
# Telegram/lib_ui
# lib/xdg/org.telegram.desktop.metainfo.xml
# snap/snapcraft.yaml
2024-01-16 23:44:24 +03:00
John Preston
c364383cf0
Version 4.14.6.
...
- Fix one-time audio tooltip showing in wrong places.
- Fix media viewer showing above taskbar on Windows.
- Fix crash in one-time video message playback.
2024-01-16 21:44:56 +04:00
John Preston
5033b9ef0d
Fix crash in ttl video, track editions.
2024-01-16 21:43:19 +04:00
John Preston
605b255e32
Fix media viewer non-full-screen-ness.
2024-01-16 21:12:06 +04:00
John Preston
d3fdfe4b29
Fix crash in themes editor.
...
Fixes #27366 .
2024-01-16 21:09:45 +04:00
John Preston
c452694348
Pause infinite radial timer if anim::Disabled.
2024-01-16 20:31:44 +04:00
23rd
83fc19e143
Changed behavior in voice record bar to create ttl button on demand.
2024-01-16 20:31:25 +04:00
John Preston
6686fe110d
Fix release script working from Linux.
2024-01-16 20:29:58 +04:00
John Preston
ed027c23d0
Version 4.14.5: Fix build with GCC.
2024-01-16 20:29:37 +04:00
John Preston
2213bedc12
Version 4.14.5.
...
- Allow sending one-time voice messages.
- Improve playing one-time voice and video messages.
- Remove Ctrl+Shift+[1-6] shortcuts by default,
some are used in input methods.
- Some bugs and glitches fixed.
2024-01-16 13:14:36 +04:00
John Preston
ac7958f335
Remove ctrl+shift+N shortcuts by default.
...
Those are used in some input methods, including Farsi.
You can always add such bindings in tdata/shortcuts-custom.json for
the "account1", "account2", etc commands.
Fixes #27334 .
2024-01-16 13:03:44 +04:00
John Preston
3301d28615
Fix white glitch workaround on Windows.
2024-01-16 12:53:50 +04:00
John Preston
6033071e61
Fix new taskbar "Quit Telegram" icon generation.
2024-01-16 12:53:23 +04:00
John Preston
06775b5623
Optimize ttl media overlay a bit.
2024-01-16 11:56:28 +04:00
John Preston
93a734eecf
Prepare ttl-media release.
2024-01-16 11:56:08 +04:00
John Preston
6f64fea0b1
Fix build with Xcode.
2024-01-16 11:21:04 +04:00
John Preston
6b910e11e5
Update lib_webview submodle.
2024-01-16 11:18:56 +04:00
John Preston
b31bb6dd33
Fix sending single-time voice messages.
2024-01-16 11:18:56 +04:00
John Preston
104cf504ab
Play ttl media horizontally where the message was.
2024-01-16 11:18:56 +04:00
John Preston
b462d7627f
Fix channels in poll results restoring.
2024-01-16 11:18:56 +04:00
23rd
cb4781360a
Added first shown tooltip to ttl button from voice record bar.
2024-01-16 11:18:56 +04:00
23rd
8895e49466
Fixed display of corner button in section with ttl button in record bar.
2024-01-16 11:18:56 +04:00
23rd
d1f4463c2a
Added simple tooltip to ttl button from voice record bar.
2024-01-16 11:18:56 +04:00
23rd
f9b5789cf7
Fixed button position in voice record bar for ttl voice messages.
2024-01-16 11:18:56 +04:00
23rd
5273fbf57b
Slightly improved progress radial for voice messages with ttl.
2024-01-16 11:18:56 +04:00
23rd
ad6890e7dd
Slightly improved progress radial for video messages with ttl.
2024-01-16 11:18:56 +04:00
23rd
46ddc7364c
Fixed possible crash on deleting of media message with ttl.
2024-01-16 11:18:56 +04:00
23rd
a2c0491ae0
Added phrases to ttl viewer widget for video messages.
2024-01-16 11:18:56 +04:00
23rd
c686ac8603
Slightly improved style of ttl badge in voice messages.
2024-01-16 11:18:56 +04:00
23rd
268613e1db
Slightly improved style of voice record bar.
2024-01-16 11:18:56 +04:00
23rd
5ba918d213
Added support of chat themes to viewer widget for messages with ttl.
2024-01-16 11:18:56 +04:00
23rd
21dcb7b13c
Added initial ability to play video messages with ttl.
2024-01-16 11:18:56 +04:00
23rd
40ff71b2cd
Added delay to button for media replacement in compose control.
2024-01-16 11:18:56 +04:00
23rd
b017cc07ce
Removed uppercase from phrase in calls top bar.
2024-01-16 11:18:55 +04:00
23rd
fa773c3024
Fixed incorrect seeking of voice messages with transcribe button.
2024-01-16 11:18:55 +04:00
23rd
a1369aaad0
Added references to structured bindings since Apple clang supports them.
2024-01-16 11:18:55 +04:00
23rd
6516c7aef3
Fixed display of ttl badges from voice messages with chat themes.
2024-01-16 11:18:55 +04:00
23rd
c43dfecec6
Excluded media with ttl from shared media.
2024-01-16 11:18:55 +04:00
23rd
53e95a7f74
Fixed display of last frame of voice messages in media viewer with ttl.
2024-01-16 11:18:55 +04:00
23rd
2a81a617e1
Improved loop animation in voice messages with ttl.
2024-01-16 11:18:55 +04:00
23rd
37067f17e2
Added new viewer widget for voice messages with ttl.
2024-01-16 11:18:55 +04:00
John Preston
f8caa02f10
Fix animating list->chat transition in single column.
2024-01-16 11:18:55 +04:00
John Preston
fc2f41096f
Attempt to fix initial window position on Windows.
2024-01-16 11:18:55 +04:00
John Preston
3eefaac885
Fix screen sharing source choose window.
2024-01-16 11:18:55 +04:00
John Preston
0dfe37f998
Mirror my outgoing video in video chats.
2024-01-16 11:18:55 +04:00
John Preston
e2439984ae
Pass whole point in mapFromGlobal(mapToGlobal).
...
Fixes #27237 .
2024-01-16 11:18:55 +04:00
John Preston
9401e7cb51
Add "View reactions" phrase to the langpack.
2024-01-16 11:18:55 +04:00
John Preston
4471eb587d
Fix possible crash in gift box sticker lookup.
2024-01-16 11:16:28 +04:00
John Preston
3c6037a798
Custom context menu for saved-tags reactions.
2024-01-16 11:16:28 +04:00
John Preston
d1a0dfbb97
Search by tag on click in Saved Messages.
2024-01-16 11:16:28 +04:00
John Preston
94a542a1d1
Allow change account shortcuts in shortcuts_custom.json
2024-01-16 11:16:28 +04:00
John Preston
f5fcfaba0c
Add search in saved sublist.
2024-01-16 11:16:28 +04:00
John Preston
9c151ca151
Allow filtering Saved Messages search by tags.
2024-01-16 11:16:27 +04:00
John Preston
e667436a98
Track my tags usages.
2024-01-16 11:16:27 +04:00
John Preston
9aacff8b54
Request correct saved/default reaction tags.
2024-01-16 11:16:27 +04:00
John Preston
9b43d204e2
Track and render reactions as tags in Saved Messages.
2024-01-16 11:16:27 +04:00
John Preston
0faf801de7
Update API scheme to layer 171.
2024-01-16 11:16:27 +04:00
dependabot[bot]
dd1cca1a0a
Bump jinja2 from 3.1.2 to 3.1.3 in /Telegram/build/docker/centos_env
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-15 01:48:01 -08:00
Ilya Fedin
eca8c28dea
Add missing QWindow includes
2024-01-12 19:59:18 -08:00
Ilya Fedin
333ef9b48a
Hide connection widget when the window is not exposed
2024-01-11 23:40:18 -08:00
Ilya Fedin
1e98e19aaf
Add installed packages to cache key for macOS packaged action
2024-01-10 02:40:21 -08:00
Ilya Fedin
308fdcf9cf
Update submodules
2024-01-09 22:05:45 -08:00
Ilya Fedin
d803b3ae7d
Try to add mesa vulkan drivers to snap
2024-01-09 21:23:20 -08:00
Ilya Fedin
aa121aa1de
Get rid of architecture whitelist from snapcraft.yaml
...
So the Canonical builders build on new architectures as soon as they appear
2024-01-09 21:22:15 -08:00
Ilya Fedin
8138a26c2d
Add information about provided mime-type and D-Bus service
2024-01-09 04:31:11 -08:00
Ilya Fedin
26fa3db66d
Replace deprecated medium display length with a number
2024-01-09 04:31:11 -08:00
Klemens Nanni
7779d021b4
update cmake/ submodule to include cppgir BSD fixes
2024-01-08 18:49:28 -08:00
John Preston
6b44143f5b
Version 4.14.4: Fix build with GCC.
2024-01-08 12:03:49 -08:00
John Preston
0f207faa3e
Version 4.14.4.
...
- Switch between logged in accounts using Ctrl+Shift+[1-6] shortcuts.
- Add poll creation in groups to the attach menu, if exists.
- Another fix for payment card validation.
2024-01-08 17:47:03 +04:00
John Preston
28b43eff7c
Make Ctrl+Shift+[1-6] jump through accounts.
2024-01-08 17:35:08 +04:00
John Preston
c257b75a66
Add poll creation to the attach menu.
2024-01-08 17:35:02 +04:00
John Preston
893e14cc39
Fix payment field values formatting.
...
Regression was introduced in e6b9a07163 .
Fixes #27318 .
2024-01-08 17:34:08 +04:00
Ilya Fedin
30d5b7fd66
Update patches commit in Dockerfile
2024-01-08 04:40:20 -08:00
Ilya Fedin
2ef8136308
Update patches commit in Dockerfile
2024-01-06 13:30:58 +04:00
ZavaruKitsu
59c2cbaabc
feat: don't destroy expiring voice messages
2024-01-05 17:28:19 +03:00
ZavaruKitsu
6d39a5f1d2
fix: accidental crash
...
fix: update submodules
2024-01-05 17:11:09 +03:00
ZavaruKitsu
4fd0b008ba
Merge tag 'v4.14.3' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp
# Telegram/SourceFiles/history/view/history_view_element.cpp
# Telegram/lib_ui
2024-01-05 16:19:32 +03:00
John Preston
fccc93ca53
Version 4.14.3: Update Qt patch in the Dockerfile.
2024-01-04 20:39:24 +04:00
23rd
37d1940993
Version 4.14.3: Fixed ttl period for sending of voice messages with ttl.
2024-01-04 18:36:36 +03:00
John Preston
f25638f492
Version 4.14.3: Fix submodule revert.
2024-01-04 19:04:06 +04:00
John Preston
6e6f15e711
Version 4.14.3.
...
- Allow sending single-time voice messages.
- Fix payments card validation.
- Fix crash when trying to join channels above the limit.
- Add "Quit Telegram" to the Taskbar context menu. (Windows)
- Fix opened windows list in the Dock icon context menu. (macOS)
2024-01-04 19:01:53 +04:00
John Preston
b38e72dcd9
Fix typo in Dockerfile.
2024-01-04 18:55:27 +04:00
Ilya Fedin
9287af1752
Update patches commit in Dockerfile
2024-01-04 18:52:35 +04:00
John Preston
254ca57bf3
Fix webm emoji/stickers with unknown dimensions.
2024-01-04 18:50:47 +04:00
John Preston
52ef8e780a
Update zlib/minizip.
...
Fixes #27313 .
2024-01-04 18:50:47 +04:00
John Preston
16a2d4ec96
Fix wrong "Webview process crashed." message.
2024-01-04 18:50:47 +04:00
23rd
3b50bc71b3
Fixed possible rare crash from voice messages with ttl.
2024-01-04 17:48:53 +03:00
John Preston
bb31357c58
More strict check for custom emoji dimensions.
2024-01-04 17:25:32 +04:00
John Preston
66afcbdae8
Backport windows list in Dock Menu from Qt 6.3.*.
2024-01-04 17:25:31 +04:00
John Preston
5a28e69f1a
More cleaning in force-reconfiguration.
2024-01-04 17:25:22 +04:00
John Preston
ce78074df7
Fix build on Windows.
2024-01-04 17:22:05 +04:00
John Preston
973f91b5e4
Add "Quit Telegram" taskbar menu item.
...
Fixes #1161 .
2024-01-04 17:22:05 +04:00
John Preston
d2246337a2
Fix crash in ChannelsLimitBox.
...
Fixes https://bugs.telegram.org/c/35214
Deleting `placeholder` in content->heightValue() resulted in `delete`
sometimes being called deep inside the layer->show() which already had
a reference to that `placeholder` saved and was accessed after -> crash.
2024-01-04 17:22:05 +04:00
23rd
c7f11eb05a
Updated Qt to 5.15.12 on Windows.
2024-01-04 17:22:05 +04:00
23rd
758219265a
Updated Qt to 6.2.7 on macOS.
2024-01-04 17:22:04 +04:00
23rd
d8d9441731
Slightly improved code style in HistoryView::Document.
2024-01-04 16:14:19 +03:00
23rd
098e797045
Fixed drawing of ttl circles with non-default scale.
2024-01-04 16:14:19 +03:00
23rd
69f8cb5951
Added ability to send voice message with ttl.
2024-01-03 22:44:01 +03:00
23rd
ca86dce760
Added button to voice record bar for ttl voice messages.
2024-01-03 22:44:01 +03:00
23rd
5cf0b6b50e
Slightly improved code style in voice record bar class.
2024-01-03 22:32:29 +03:00
23rd
7a139ecda7
Added ability to fast jump to replied message with right click on panel.
2024-01-03 12:34:02 +03:00
23rd
e52fe9ddb0
Removed ability to save files with ttl.
2024-01-03 12:23:41 +03:00
23rd
cee2961632
Fixed width of name text in replies with block quote icon.
2024-01-02 18:19:49 +03:00
John Preston
5933535c9b
Fix loading more saved sublists.
2024-01-02 18:03:02 +04:00
23rd
a3b91da66c
Added silent info to tooltip of scheduled messages.
2024-01-02 14:31:59 +03:00
23rd
34d9a21aae
Removed ability to reschedule message as silent as it's not supported.
2024-01-02 14:31:59 +03:00
23rd
233c6b18ed
Fixed local flag for silent out messages.
2024-01-02 14:31:59 +03:00