John Preston
70ca3d4f1a
Show hidden stories in archive.
2023-07-20 07:20:46 +04:00
John Preston
57b7391f53
Improve design of contacts according to mockups.
2023-07-20 07:20:33 +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
451c4e3101
Implement vertical list of hidden story sources.
2023-07-20 07:20:33 +04:00
John Preston
f0ab6e5690
Update main menu and stories icons.
2023-07-20 07:20:33 +04:00
John Preston
af0e578da5
Save to Profile / Archive stories from the viewer.
2023-07-20 07:20:32 +04:00
John Preston
6c960243a9
Improve story source context menus.
2023-07-20 07:20:32 +04:00
John Preston
e21c06f67c
Support deleting and reporting stories.
2023-07-20 07:20:12 +04:00
John Preston
ff835ec76c
Show animation on story reaction sending.
2023-07-20 07:20:11 +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
0ed200beee
Show / expand / collapse / hide reactions strip.
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
faf6352a11
Support colorized emoji in reactions inline dropdown.
2023-04-24 20:59:19 +04:00
John Preston
c1a63164c0
Make count-depended button texts in filter links.
2023-04-23 18:09:10 +04:00
John Preston
67fa4372aa
Don't suggest userpic photos to bots.
2023-04-22 22:38:43 +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
23rd
f4a02b126d
Improved format of ttl phrases.
2023-04-21 01:21:08 +03: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
John Preston
bf27185feb
Show custom chat wallpapers in chats.
2023-04-17 16:35:50 +04:00
John Preston
42c96b4c7f
Edit media captions in message field.
2023-04-11 19:17:42 +04:00
John Preston
e3f2dcec22
Fix userpic glitch in folder chats lists.
2023-04-11 19:17:42 +04:00
23rd
cda4bca190
Added support of left edge to corner tail of bubble in premium box.
2023-04-11 19:17:39 +04:00
John Preston
06cf2b562f
Improve layout of shareable folder limit boxes.
2023-04-11 19:17:38 +04:00
John Preston
7ff0659e91
Improve scrolling limits in chat select boxes.
2023-04-11 19:17:38 +04:00
John Preston
77939ae9bd
Add more-chats-added bar to cloud folders.
2023-04-11 19:17:38 +04:00
John Preston
0faadc8fa0
Implement folder link add / join design.
2023-04-11 19:17:38 +04:00
Ilya Fedin
d52cabb386
Update to the new WebKitGTK 6.0 API
2023-04-02 17:19:15 +04:00
23rd
8b61cf1ee3
Fixed style of menu for sponsored messages with large additional info.
2023-03-16 21:44:46 +03:00
John Preston
1eff68813d
Reuse new speed change control for video.
2023-03-15 13:36:40 +04:00
John Preston
7682ccf6a7
Update API scheme to layer 155.
2023-03-12 07:25:39 +04:00
John Preston
a4d8b78bc5
Beta version 4.6.9: Fix status power saving.
2023-03-10 12:24:06 +04:00
John Preston
e6b92eaf37
Add a power saving option to stop user statuses.
2023-03-10 10:44:57 +04:00
John Preston
05ffc79539
Handle only left click on voice chat bar.
2023-03-08 16:59:28 +04:00
23rd
728ec0974a
Slightly improved style of menu for sponsored messages.
2023-03-07 08:42:29 +03:00
John Preston
b95ea28e12
Implement dates of who read your message list.
2023-03-07 08:42:29 +03:00
23rd
ae5f2add0e
Added possible info about sponsors to menu from sponsored 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
ce0e07d332
Implement "Save Power on Low Battery" function.
2023-03-01 09:12:02 +04:00