John Preston
b9af4f3cb0
Show nice replies with quotes.
2023-10-26 14:08:41 +04:00
John Preston
ef0539c9fc
Allow replying with quoting message part.
2023-10-26 14:08:41 +04:00
John Preston
6c19274eac
Support external reply to channel posts.
2023-10-26 14:08:40 +04:00
John Preston
394883b986
Support replying to a different chat.
2023-10-26 14:08:40 +04:00
John Preston
4240568ea5
Pass FullReplyTo everywhere.
2023-10-26 14:08:40 +04:00
John Preston
0e79bd3d12
Show nice padded code blocks.
2023-10-13 10:08:29 +04:00
23rd
f457a9d109
Added ability to fast change forward options with right click on panel.
2023-10-11 21:10:56 +03:00
John Preston
396c229a4d
Improve Ui::Text::String features.
2023-10-04 22:24:25 +04:00
John Preston
d5b429e910
Update API scheme to layer 164.
2023-09-22 09:43:31 +04:00
John Preston
a14dbffb65
Fix possible crash in pinned message deletion.
2023-09-18 12:40:02 +04:00
23rd
787ed443f4
Increased clickable area to change forward options in sections.
2023-09-08 11:40:18 +03:00
23rd
98bb520f47
Adjusted code for refactor of input fields in lib_ui.
2023-09-04 17:36:54 +04:00
23rd
4b503ad7ed
Slightly refactored include directives in some source files.
2023-08-30 14:50:00 +03:00
John Preston
eeb8af3ca6
Fix a glitch in history re-open while loading.
2023-08-22 16:09:11 +02:00
John Preston
2f9ae75a65
Message edit: check changes correctly.
2023-08-21 11:06:05 +02:00
John Preston
3aebf59a61
Attempt to fix selection loss on Ctrl.
2023-08-16 17:16:38 +02:00
John Preston
bc523c2685
Version 4.9.1: Allow highlighting client side messages.
2023-08-15 20:04:03 +02:00
23rd
29a458c8a0
Added ability to jump between channel posts with Ctrl + arrow shortcuts.
2023-08-15 09:48:45 +03:00
John Preston
d52475666d
Suggest group-with-hidden-members admins in mentions.
2023-08-14 22:30:39 +02:00
John Preston
885a8b3161
Attempt to fix a crash in pinned message translations.
2023-07-25 21:33:32 +04:00
23rd
6d69a78a05
Fixed width updating of message field with hidden right buttons.
2023-07-24 17:52:06 +03:00
23rd
39f494eadd
Removed display of right buttons in message field while editing message.
2023-07-24 17:52:06 +03:00
John Preston
d46f974ab5
Fix mark-as-read of deleted accounts by Enter.
2023-07-20 07:20:56 +04:00
John Preston
21543338d7
On typing in messages selection focus input field.
2023-07-20 07:20:14 +04:00
John Preston
e21c06f67c
Support deleting and reporting stories.
2023-07-20 07:20:12 +04:00
John Preston
881867186a
Load more saved / archive in the viewer.
2023-07-20 07:20:11 +04:00
John Preston
10d64d6bdf
Send story reactions as single-emoji messages.
2023-07-20 07:20:11 +04:00
John Preston
04e7ce4408
Update API scheme on layer 160: Replies.
2023-07-20 07:20:09 +04:00
John Preston
2c5d990e1c
Implement full theming of attachments in stories.
2023-07-20 07:20:08 +04:00
John Preston
00b4f77384
Finish theming for voice recording in stories.
2023-07-20 07:20:08 +04:00
John Preston
a02876562a
Finish improved stories reply area theming.
2023-07-20 07:20:08 +04:00
John Preston
75d2b5994f
Apply dark theme to reply controls in stories.
2023-07-20 07:20:08 +04:00
John Preston
8a99de16f6
Allow editing messages even if sending is not allowed.
2023-05-24 18:48:48 +04:00
John Preston
65afa2c402
Detach ComposeControls from SessionController.
2023-05-17 15:51:52 +04:00
John Preston
3a8237f03a
Fix staying _replaceMedia button after media edit.
2023-04-23 19:23:41 +04:00
John Preston
e285b22398
Add "Send when online" to the send button context menu.
2023-04-22 22:26:09 +04:00
John Preston
b782569faf
Handle escape before messages are loaded.
...
Fixes #4111 .
2023-04-21 14:38:21 +04:00
John Preston
352ae5100a
Support chat wallpaper set from gallery.
2023-04-18 16:47:31 +04:00
John Preston
ad3ec244e9
Fix pasting file for media replacement.
2023-04-11 20:06:38 +04:00
John Preston
42c96b4c7f
Edit media captions in message field.
2023-04-11 19:17:42 +04:00
John Preston
d01c026521
Don't reply while asked to join the group.
2023-03-17 18:34:48 +04:00
John Preston
fadd19bca4
Beta version 4.6.9: Fix critical loading bug.
...
Regression was introduced in ec6dda47ae
.
The HistoryWidget was infinitely trying to load history down even
when there was nothing to load and kept flooding with requests.
2023-03-10 12:02:14 +04:00
John Preston
ff4af1b9bc
Fix pasting images from Firefox on Windows.
...
Fixes #10564 .
Together with the image data Firefox sets to the clipboard an URLs list
which has a path to local temp file, created from that image.
Reading images from disk is slower + sometimes the content of the file
is wrong so for this case we prefer to read the image data directly.
2023-03-08 16:10:36 +04:00
23rd
ec6dda47ae
Fixed injecting of sponsored messages at first load of history messages.
2023-03-07 08:42:29 +03:00
John Preston
4fe568cb82
Implement switch_webview and "web_app_switch_inline_query".
2023-03-07 08:42:29 +03:00
John Preston
8dcb69ccdd
Fix switch-inline bot buttons in topics.
2023-03-01 14:49:35 +04:00
John Preston
2a4c39b9d7
Implement some power saving options.
2023-03-01 09:12:02 +04:00
John Preston
3573b84e8b
Fix drag area in comments appearance.
2023-02-15 10:02:14 +04:00
John Preston
6834cdb969
Check restrictions in attach menu bots.
2023-02-09 13:15:45 +04:00
John Preston
ee1162faff
Version 4.6.2: Fix ghost drafts appearing in channels.
2023-02-08 15:48:05 +04:00