AlexeyZavar
|
d9c6e3a322
|
Merge tag 'v6.7.4' into dev
|
2026-04-07 19:39:36 +03:00 |
|
23rd
|
9cb41f4517
|
Replaced RoundButton text transform constructor arg with setter.
|
2026-04-06 16:58:16 +03:00 |
|
23rd
|
494833236f
|
Defaulted RoundButton text transform to no-transform.
|
2026-04-06 16:58:16 +03:00 |
|
23rd
|
7c26a251cf
|
Added text transform to RoundButton as mandatory argument.
|
2026-04-06 16:58:15 +03:00 |
|
23rd
|
ec312a1f15
|
Forbidden multi-selection menu for monoforums in share box.
|
2026-04-06 15:41:42 +07:00 |
|
AlexeyZavar
|
2f5970d57c
|
Merge tag 'v6.7.2' into dev
|
2026-04-04 05:32:26 +03:00 |
|
John Preston
|
8f56ef4502
|
Disallow "Disable Sharing" for service users.
|
2026-03-31 15:57:42 +07:00 |
|
23rd
|
d5f4c5366c
|
[poll-create] Changed default enabled settings.
|
2026-03-30 10:19:14 +03:00 |
|
23rd
|
90191819bd
|
Added api support of notify settings for reactions and poll votes.
|
2026-03-30 10:19:14 +03:00 |
|
23rd
|
094c43293d
|
Added support of notifications for poll votes.
|
2026-03-30 10:19:14 +03:00 |
|
23rd
|
a479459d76
|
Added support of link to specific option in poll.
|
2026-03-30 10:19:14 +03:00 |
|
23rd
|
75632f7c86
|
Added stale media reupload guard before sending poll with expired files.
|
2026-03-30 10:19:14 +03:00 |
|
23rd
|
5fec51d0c6
|
[poll-view] Fixed attached photo rounding and aspect ratio.
|
2026-03-28 10:29:08 +03:00 |
|
23rd
|
2411009071
|
[poll-view] Added preview to stickers in answers.
|
2026-03-28 10:29:08 +03:00 |
|
23rd
|
8145b0b96e
|
[poll-create] Added files support for poll media.
|
2026-03-28 10:29:07 +03:00 |
|
23rd
|
9e482556ea
|
[poll-create] Added poll description.
|
2026-03-28 10:29:07 +03:00 |
|
23rd
|
546c786ed3
|
[poll-create] Added poll option toggle to extend poll with new answers.
|
2026-03-28 10:29:07 +03:00 |
|
John Preston
|
353c95adae
|
Support box->setTitle(v::text::data, context).
|
2026-03-27 12:54:56 +07:00 |
|
Bush2021
|
34c9b24123
|
fix: AyuForward for private chats
|
2026-03-26 17:07:15 +03:00 |
|
John Preston
|
66e4cab8f8
|
Allow disabling accessibility helpers.
|
2026-03-25 14:40:18 +07:00 |
|
John Preston
|
994dd2e05c
|
Don't edit non-member tags.
|
2026-03-25 13:08:50 +07:00 |
|
AlexeyZavar
|
b93c93a20c
|
Merge tag 'v6.6.2' into dev
|
2026-03-19 01:24:29 +03:00 |
|
AlexeyZavar
|
04eb23ae32
|
fix: show supporter badge in account picker & menu
|
2026-03-19 00:58:12 +03:00 |
|
AlexeyZavar
|
1d7c45b324
|
fix: .value() -> .changes()
.value() emits current value, triggering a lot of updates e.g. on history opening
|
2026-03-19 00:58:12 +03:00 |
|
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 |
|
Reza Bakhshi Laktasaraei
|
dc2d6e9d12
|
feat(accessibility): use ButtonMenu role for main menu buttons
Set ButtonMenu role on main menu toggle buttons in dialogs and
filters menu since they open navigation menus.
|
2026-03-14 21:54:51 +04:00 |
|
John Preston
|
308116f792
|
Fix build with MSVC.
|
2026-03-12 13:08:16 +04:00 |
|
23rd
|
9275b45ab8
|
Added initial implementation of draw-to-reply.
|
2026-03-12 12:59:50 +04:00 |
|
23rd
|
08be7f1960
|
Enabled ability to open full checked moderate box for channel senders.
Related commit: 9b483c390d.
|
2026-03-12 12:59:49 +04:00 |
|
John Preston
|
f7679c50d8
|
Always spoiler codes in notifications.
|
2026-03-10 15:31:17 +04:00 |
|
John Preston
|
dbb7e34950
|
Fix editing of checklist in Saved Messages.
|
2026-03-10 15:01:38 +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
|
04ccdc4b30
|
Added initial support of system accent color.
|
2026-03-04 07:08:51 +03:00 |
|
Ilya Fedin
|
d52d82f7e6
|
Fix GCC 15 -Wrange-loop-construct
|
2026-03-03 12:16:32 +04:00 |
|
John Preston
|
e972a297e1
|
Fix possible crash in theme editor.
|
2026-03-01 21:57:20 +04:00 |
|
23rd
|
e37894d011
|
Fixed Classic theme accent restore on startup.
Fixed #24930.
|
2026-03-01 09:43:26 +04:00 |
|
John Preston
|
20f79c5ae5
|
Confirm enable sharing request sending.
|
2026-02-28 19:07:11 +04:00 |
|
John Preston
|
3621dc754a
|
Add premium promo for disable sharing.
|
2026-02-28 19:07:10 +04:00 |
|
John Preston
|
a9e35afbd7
|
Implement disabling/enabling sharing.
|
2026-02-28 19:07:09 +04: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
|
e85bb2085c
|
Update API scheme on layer 223.
|
2026-02-28 19:07:08 +04:00 |
|
John Preston
|
aa94491ad7
|
Allow editing my rank / other ranks.
|
2026-02-28 19:07:08 +04:00 |
|
John Preston
|
5c7d2723ed
|
Update API scheme to layer 223. Owners.
|
2026-02-28 19:07:08 +04:00 |
|