AlexeyZavar
e85518b3fa
Merge tag 'v7.0.4' into dev
2026-07-23 16:05:24 +03:00
John Preston
4e5f92b2d0
Treat community rows like forums in forward boxes.
2026-07-17 18:44:02 +04:00
John Preston
3c9c23b5b8
Use normal chat rows in the community chats chooser.
2026-07-17 18:02:12 +04:00
John Preston
bc9c413e82
Open a community chats chooser when forwarding.
2026-07-17 18:02:12 +04:00
23rd
b023fd2587
Limited contacts alphabetical section headers to contacts box.
2026-06-24 08:38:33 +03:00
23rd
d10e9ce01e
Added alphabetical section headers to contacts list sorted by name.
2026-06-22 11:51:50 +03:00
John Preston
a4ce226baf
Update API scheme layer on 227.
2026-06-09 14:28:09 +04:00
AlexeyZavar
c9792e7bbc
chore: improve mutual contacts icon & show toast
2026-04-04 04:42:35 +03:00
Ireina
10bb323eb5
feat: add mutual contact indicator to contacts list
2026-04-04 03:15:14 +03:00
John Preston
4c2d72d00b
Support no-topics recipient state in bot-forums.
2026-02-28 19:07:09 +04:00
John Preston
e509aa8072
Add "All Messages" fake-topic to bot-forum forwards.
2026-02-28 19:07:09 +04:00
John Preston
9316cec95d
Rewrite settings_premium to new builder pattern
...
- Move settings_premium.h/cpp from settings/ to settings/sections/
- Add BuildHelper with kMeta for search indexing
- Index premium features and subscribe button for search
- Keep complex Premium section UI (custom top bar, feature list) as non-indexed
- Update all include paths across the codebase
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
194810cd56
Add initial support for all deep links.
2026-01-28 11:55:18 +04:00
John Preston
28434f4bee
Full support and build fix.
2025-12-22 17:56:55 +04:00
John Preston
08a979e638
Use more simple tr::... text helpers.
2025-12-15 21:40:54 +04:00
23rd
eca8dfb0ec
Renamed rpl::start_with_ with rpl::on_.
2025-12-10 21:28:33 +03:00
John Preston
0d11cb603f
Add LIVE badge for outlined userpics.
2025-11-15 11:59:20 +04:00
John Preston
491ad744ea
Update API scheme on layer 217.
2025-11-15 11:59:19 +04:00
John Preston
b4d1ba07a6
Initial forum support in bots data classes.
2025-10-10 09:26:57 +04:00
John Preston
6974c511ea
Update API scheme to layer 216.
2025-10-10 09:26:57 +04:00
John Preston
b754ad5248
Use base::weak_qptr / base::make_weak.
2025-07-23 11:40:59 +04:00
John Preston
4659d5db5d
Version 5.15.
...
- Send Direct Messages to Channels.
- Enable New Tab Layout for Topics.
- Create Polls with Up To 12 Options.
2025-06-04 22:56:02 +04:00
John Preston
76db55ff19
Support forwarding to monoforums.
2025-06-04 10:00:18 +04:00
John Preston
fe2df96953
Improve paid peer-box multi-send.
2025-03-07 19:03:38 +04:00
John Preston
7b7e18e752
Support paid sending in ShareBox.
2025-03-07 19:03:38 +04:00
John Preston
852ab19760
Update API scheme, track stars-per-message.
2025-03-07 19:03:37 +04:00
23rd
aab7ba264c
Added ability to open peers in window with middle button from contacts.
2025-01-07 23:45:23 +03:00
John Preston
2fed657940
Make nice share message from miniapp.
2024-11-17 15:08:16 +04:00
John Preston
79b1c0edee
Support PeerData::isVerifyCodes() peer type.
2024-10-04 10:06:20 +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
John Preston
eda7118df9
Show toast on forward attempt to premium required.
2024-01-17 16:43:25 +04:00
John Preston
6e31993777
Update API scheme on layer 172.
2024-01-17 09:39:05 +04:00
23rd
282c076931
Removed redundant peerListShowBox / peerListHideLayer from delegates.
2023-11-09 16:02:18 +03:00
John Preston
597816db09
Show Saved Messages in Reply in another chat.
2023-10-29 09:52:42 +04:00
John Preston
dd692f2d26
Use simplified TextStyle.
2023-10-13 10:08:29 +04:00
John Preston
b80f5f9706
Manage notifications exceptions in Settings.
2023-08-23 18:09:32 +02:00
23rd
ebbef70d42
Removed self from contacts list.
2023-07-26 18:40:02 +03:00
John Preston
f31b40f6ce
Add stories outline to group participants list.
2023-07-20 07:20:57 +04:00
John Preston
734c5c6740
Use a single Ui::UnreadStoryOutlineGradient.
2023-07-20 07:20:57 +04:00
John Preston
5f4dcc5eb6
Show segments in expanded stories list.
2023-07-20 07:20:57 +04:00
John Preston
91cc5f5284
Fix small stories thumbnails in profile / my stories.
2023-07-20 07:20:47 +04:00
John Preston
06469270d0
Remove hidden stories from contacts box.
2023-07-20 07:20:46 +04:00
John Preston
ee507722ba
Add stories counter to hidden stories sources.
2023-07-20 07:20:33 +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
9a29807276
Show stories segments in contacts list.
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
6c960243a9
Improve story source context menus.
2023-07-20 07:20:32 +04:00
John Preston
a73490e5ad
Add simple scroll control to Hidden Stories.
2023-07-20 07:20:14 +04:00