Ilya Fedin
54683b2d21
Decompose countInitialGeomety from MainWindow
2026-01-31 20:21:48 +04:00
Ilya Fedin
d33293ba6b
Add name argument to PositionWithScreen
2026-01-31 20:21:48 +04:00
Iaroslav
64c5796d1a
fix: fixed touchpad-scrolling emoji packs while setting emoji status in main menu
2026-01-31 18:37:56 +04:00
Ilya Fedin
0729bd7f83
Initial screen from geometry
2026-01-28 11:59:01 +04:00
John Preston
f5319724e3
Move Settings::PrivacySecurity class to anonymous namespace
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:21 +04:00
John Preston
480dcd8a7a
Move Settings::Main class to anonymous namespace
...
- Move Main class definition from header to .cpp file
- Export only Type MainId() from header
- Update all external references from Main::Id() to MainId()
- Remove Builder::MainSection export from namespace
- Add missing includes for settings_common_session.h where needed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:21 +04:00
John Preston
df347ad0f4
Upgrade settings_folders to full builder pattern
...
- Move Folders class to anonymous namespace in .cpp
- Export only Type FoldersId() from header
- setupContent() uses custom SectionBuildMethod capturing state
- Widget creation through builder.add() callbacks
- Highlight registration via push_back
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +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
fd4c42a156
Rewrite settings_information to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
5b14d62ede
Rewrite settings_folders to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
ca5e18391b
Rewrite settings_calls to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
8d30a03f50
Unite settings_privacy_security and settings_privacy_security_builder into settings/sections/settings_privacy_security.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
7a3f6a6994
Unite settings_advanced and settings_advanced_builder into settings/sections/settings_advanced.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
c39bc10d2f
Unite settings_main and settings_main_builder into settings/sections/settings_main.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
fdfe1f1cb5
Always keep SessionController in Settings sections.
2026-01-28 11:55:19 +04:00
John Preston
1e5a93249c
Support all required deep links.
2026-01-28 11:55:19 +04:00
John Preston
194810cd56
Add initial support for all deep links.
2026-01-28 11:55:18 +04:00
John Preston
cb28a50017
Highlight emoji status button.
2026-01-28 11:55:18 +04:00
John Preston
f447423e2e
Allow postponed highlight request.
2026-01-28 11:55:18 +04:00
John Preston
6dce4e360f
Use lottie for voice/round message icon.
2026-01-28 08:57:57 +03:00
23rd
5f8a9dddff
Removed trigger filter from menu action factory.
2026-01-09 22:44:34 +03:00
23rd
4f96812b90
Added ability to have duplicates in stack of sections.
2026-01-08 07:18:46 +03:00
23rd
b958e0a275
Replaced generic widget-based parent with explicit Menu class in items.
2026-01-06 07:21:15 +03:00
John Preston
1ba2e78f4d
Make DeadlockDetector an experimental setting.
2026-01-02 16:56:58 +04:00
John Preston
43e6431b4e
Identify auctions by id instead of slug.
2025-12-29 11:21:23 +04:00
John Preston
802373f108
Pass real visible area to chat paint context.
2025-12-29 11:21:23 +04:00
John Preston
a103047e03
Attempt to fix topic draft saving.
2025-12-22 17:56:55 +04:00
John Preston
28434f4bee
Full support and build fix.
2025-12-22 17:56:55 +04:00
John Preston
0b4a718afe
Don't re-create topic when clearing its messages.
2025-12-15 21:40:54 +04:00
John Preston
08a979e638
Use more simple tr::... text helpers.
2025-12-15 21:40:54 +04:00
23rd
8c3a8a7d20
Added ability set currently opened channel as personal from info menu.
2025-12-15 21:40:53 +04:00
Reza Bakhshi Laktasaraei
673db168ac
Feat: Set accessibility name for Main menu toggle and add related strings.
2025-12-14 16:03:23 +04:00
23rd
eca8dfb0ec
Renamed rpl::start_with_ with rpl::on_.
2025-12-10 21:28:33 +03:00
John Preston
03df5b8546
rpl::type_erased() -> rpl::type_erased.
2025-12-10 14:27:05 +04:00
23rd
b9a109c146
Added ability to set custom animation duration for MediaPreviewWidget.
2025-12-10 09:47:48 +03:00
John Preston
41d206e354
Rename SuggestPostOptions to SuggestOptions.
2025-12-05 20:11:53 +04:00
23rd
3ee0dcbacd
Provided topic name to export controller for topic history.
2025-11-25 06:19:41 +03:00
23rd
57411b962f
Added initial ability to export topic history.
2025-11-25 06:19:34 +03:00
23rd
b412241d25
Added minimal threshold to emoji preview for reaction selector.
2025-11-20 22:39:01 +04:00
John Preston
ab404c5452
Fix possible crash in sticker preview.
2025-11-20 21:48:30 +04:00
23rd
0bf50de77a
Fixed display of menu for actions in profile top bar for sublists.
2025-11-20 14:15:56 +04:00
John Preston
a9cf5dd6f2
Fix crash in "Copy Topic Link" action.
2025-11-15 17:54:16 +04:00
John Preston
e43830c08e
Handle auction links.
2025-11-15 12:00:01 +04:00
23rd
bc61175e79
Changed display of widget for login email setup only for primary window.
2025-11-15 11:59:20 +04:00
23rd
874e344f91
Added accounts list menu to widget for login email setup.
2025-11-15 11:59:20 +04:00
23rd
f832e31c7b
Added support of pending suggestion to set up login email.
2025-11-15 11:59:20 +04:00
John Preston
2a88103b5f
Support live stories links.
2025-11-15 11:59:20 +04:00
John Preston
832fb023e8
Update API scheme on layer 217.
2025-11-15 11:59:17 +04:00
John Preston
c11cab858d
Initial support for streamed stories.
2025-11-15 11:59:17 +04:00
John Preston
c4d5d52b96
Update API scheme to layer 217.
2025-11-15 11:59:17 +04:00