rdmcd
294516c2be
Fix startchannel/startgroup deeplinks for bots with Threaded Mode.
...
Move the isForum() branch below bot-specific handlers (BotApp,
ShareGame, AddToGroup/AddToChannel) so forum view doesn't intercept
bot deeplinks. Move Boost branch above isForum() to simplify
the condition.
2026-03-16 16:25:05 +04:00
23rd
9275b45ab8
Added initial implementation of draw-to-reply.
2026-03-12 12:59:50 +04:00
Ilya Fedin
34f0d7026e
Open photos with external media viewer
...
Co-Authored-By: GLM-5 <contact@zhipuai.cn >
2026-03-10 12:40:17 +04:00
Ilya Fedin
6acc2633a5
Open any document type via external media viewer
2026-03-10 12:40:17 +04:00
Ilya Fedin
07649b3c16
External video player -> External media viewer
2026-03-10 12:40:17 +04:00
Ilya Fedin
a2c268c923
Don't require second click to open cached videos in external viewer
2026-03-10 12:40:17 +04:00
Ilya Fedin
0b98b88dfc
Support file saving for streaming videos with external video player
2026-03-10 12:40:17 +04:00
Ilya Fedin
c2f64700c1
Move external video player option handling to SessionController::openDocument
2026-03-10 12:40:17 +04:00
John Preston
b9d3b9364c
Fix t.me/bot?start=param for bot-forums.
2026-03-10 11:59:29 +04:00
23rd
5d9271ea86
Added requireImage arg to restrict calendar clicks to dates with images.
2026-02-13 11:56:57 +03:00
23rd
f777ad8d8c
Replaced process of date in media calendar with offset message id.
2026-02-13 11:56:57 +03:00
23rd
e04b6e9201
Moved PeerId parameter to SearchCalendarController constructor.
2026-02-13 11:56:57 +03:00
23rd
b6121a5d64
Added initial ability to open media calendar from info media sections.
2026-02-13 11:56:57 +03:00
23rd
d6765ab394
Replaced args for calendar show from session controller with descriptor.
2026-02-13 11:56:56 +03:00
23rd
09c43a0f1d
Changed callback in calendar box to have ability to close box itself.
2026-02-13 11:56:56 +03:00
John Preston
701215381a
Improve design of craft ending.
2026-02-01 23:33:57 +04:00
John Preston
e3adbb469f
Start craft failure improvement.
2026-02-01 23:33:57 +04:00
John Preston
b67ac293fd
Implement craft success animation.
2026-02-01 23:33:57 +04:00
John Preston
3f922f2333
Support failure animation.
2026-02-01 23:33:57 +04:00
John Preston
d6c3f0b5e0
Use correct timestamps for reveal.
2026-02-01 23:33:56 +04:00
John Preston
08dae545a2
Nice transitions hand-picked.
2026-02-01 23:33:56 +04:00
John Preston
a716f2be36
Use determined hardcoded animations.
2026-02-01 23:33:56 +04:00
John Preston
0e62acc2a6
Start craft animation.
2026-02-01 23:33:56 +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
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
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
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
194810cd56
Add initial support for all deep links.
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
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
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
03df5b8546
rpl::type_erased() -> rpl::type_erased.
2025-12-10 14:27:05 +04:00
John Preston
41d206e354
Rename SuggestPostOptions to SuggestOptions.
2025-12-05 20:11:53 +04:00
John Preston
e43830c08e
Handle auction links.
2025-11-15 12:00:01 +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
b4d1ba07a6
Initial forum support in bots data classes.
2025-10-10 09:26:57 +04:00
John Preston
b4daca860f
Fix channel direct messages links.
2025-10-09 19:02:06 +04:00
John Preston
9028d9a339
Check support mode on full self load.
2025-10-06 11:23:54 +04:00
John Preston
b016be6eb5
Fix emoji repaint crashing.
2025-08-31 22:18:17 +04:00
John Preston
76cc59acab
Show gift sticker in the background.
2025-08-31 20:53:12 +04:00
John Preston
e792088ceb
Insert gift pattern symbols in background.
2025-08-31 20:53:12 +04:00
John Preston
4419ba55e8
Start gift theme background parsing.
2025-08-31 20:53:12 +04:00