John Preston
9c23de7f1a
Display reply background emoji.
2023-10-26 14:08:43 +04:00
John Preston
60fb5fdaf0
Update color index caches on palette change.
2023-10-26 14:08:43 +04:00
John Preston
4709e11e46
Support two-color quote outlines.
2023-10-26 14:08:43 +04:00
John Preston
486d5b63d3
Add countries to giveaway messages.
2023-10-26 14:08:42 +04:00
John Preston
3a84c6afdd
Redesign webpage/giveaway/ads bottom button.
2023-10-26 14:08:41 +04:00
John Preston
f8d5a8a203
Redesign web pages preview.
2023-10-26 14:08:41 +04:00
John Preston
b9af4f3cb0
Show nice replies with quotes.
2023-10-26 14:08:41 +04:00
John Preston
4b6107fa56
Use color index from API.
2023-10-26 14:08:41 +04:00
John Preston
a77131dfd6
Add giveaway prize service message layout.
2023-10-26 14:08:40 +04:00
John Preston
caca679336
Add quantity badge to giveaway message.
2023-10-26 14:08:40 +04:00
John Preston
b08869abdb
Support giveaway message layout.
2023-10-26 14:08:40 +04:00
John Preston
859e41f95a
Use webview bots window size like on mobiles.
2023-10-26 14:08:40 +04:00
John Preston
7f9461820b
Don't close webview after 'web_app_open_tg_link'.
2023-10-26 14:08:40 +04:00
John Preston
e59a60b3b5
Handle new 'web_app_setup_settings_button' event.
2023-10-26 14:08:40 +04:00
John Preston
926aae6847
Update API scheme on layer 166.
2023-10-26 14:08:40 +04:00
John Preston
66f73a5a64
Copy code blocks on header click.
2023-10-20 18:07:16 +04:00
John Preston
575684670c
Improve quotes / code blocks geometries.
2023-10-20 17:59:34 +04:00
John Preston
9661bac876
Show blockquote icon.
2023-10-13 16:24:01 +04:00
John Preston
0e79bd3d12
Show nice padded code blocks.
2023-10-13 10:08:29 +04:00
John Preston
dd692f2d26
Use simplified TextStyle.
2023-10-13 10:08:29 +04:00
John Preston
2414e927bd
Add initial code syntax highlighting.
...
Thanks PrismJS and Fela for porting it to C++.
2023-10-04 22:29:16 +04:00
John Preston
396c229a4d
Improve Ui::Text::String features.
2023-10-04 22:24:25 +04:00
John Preston
674bab69f5
Send viewport updates in web-apps.
2023-09-13 09:04:28 +04:00
John Preston
ef969df86e
Improve main menu bots disclaimer acceptance.
2023-09-12 21:01:12 +04:00
John Preston
229f7a2c15
Handle background / title colors in web-apps.
2023-09-12 21:01:12 +04:00
John Preston
fbd8abc1c6
Start main menu bots.
2023-09-12 21:01:12 +04:00
John Preston
d77c7a70ab
Implement new bot web-app methods.
2023-09-04 17:36:55 +04:00
John Preston
b5d3391956
Fix album part edit/delete/replace after reorder.
2023-08-16 17:16:31 +02:00
John Preston
f3ba8fea57
Support vertical attach modify buttons layout.
2023-08-10 18:19:00 +03:00
John Preston
bda3bae712
Always use crl::time for media durations.
2023-08-04 08:46:46 +02:00
23rd
29db7488fc
Slightly moved right action icon in message view for forwarded messages.
...
Fixed #26587 .
2023-08-04 08:46:45 +02:00
John Preston
1f47b8e130
Fix userpics list glitch.
2023-07-20 22:19:32 +04:00
John Preston
70ca3d4f1a
Show hidden stories in archive.
2023-07-20 07:20:46 +04:00
John Preston
a0ffa15885
Update story mention layout, add outline.
...
Also use uint32 for bool-bitfields, otherwise:
int a : 1 = 0;
...
const auto test = true;
const auto b = test ? 1 : 0;
if (a != b) {
a = b;
...
}
Assert(a == b); // Violation, because a == -1, not 1 (after a = b).
2023-07-20 07:20:33 +04:00
John Preston
41eac3692c
Correctly show views count without viewers.
2023-07-20 07:20:11 +04:00
John Preston
39538e89e0
Show stories reactions in dark theme.
2023-07-20 07:20:10 +04:00
John Preston
aba84a6010
Update API scheme on layer 160: Duration.
2023-07-20 07:20:10 +04:00
John Preston
d28bd36d22
Load and show list of users who viewed a story.
2023-07-20 07:20:10 +04:00
John Preston
2c5d990e1c
Implement full theming of attachments in stories.
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
2fb7bdc803
Skip refocus InputField::Inner if field unfocused.
...
I hope this fixes #26223 .
2023-05-24 21:22:26 +04:00
John Preston
65afa2c402
Detach ComposeControls from SessionController.
2023-05-17 15:51:52 +04:00
John Preston
27aa678f6a
Version 4.8: Fix build with GCC.
2023-04-22 16:09:52 +04:00
John Preston
8a64a9b2ad
Close forward options box by Enter.
2023-04-21 14:15:19 +04:00
John Preston
458082c738
Add correct icons for dark/light mode switch.
2023-04-21 13:42:06 +04:00
John Preston
4617ba5fb9
Add couple of phrases to the langpack.
2023-04-20 23:02:33 +04:00
John Preston
65f54d937f
Toggle wallpaper dark mode / edit dimming.
2023-04-20 22:55:42 +04:00
John Preston
a27ef55ff8
Improve chat theme selector design.
2023-04-20 11:55:23 +04:00
John Preston
da7d4687ca
Drop custom wallpaper on theme change.
2023-04-18 22:06:53 +04:00
John Preston
352ae5100a
Support chat wallpaper set from gallery.
2023-04-18 16:47:31 +04:00