Commit Graph

398 Commits

Author SHA1 Message Date
23rd ab81819e5d Fixed pause of animated reactions when opening their context menu. 2026-05-29 15:26:19 +03:00
23rd 6eccdae3a1 Added pause for AI Editor style tabs emoji when window is not active. 2026-05-26 21:54:48 +04:00
John Preston 92396fd960 Handle external webapp shell errors. 2026-05-19 12:49:07 +04:00
23rd 795dafe36d Replaced positional swipe init args with typed data struct. 2026-05-19 09:56:00 +03:00
Mukthar 0f84d685af accessibility: add screen reader labels to AI Editor buttons 2026-05-07 16:27:39 +04:00
John Preston c0a782d519 Don't crash in location picker, show error.
Fixes #30651.
2026-05-06 16:07:38 +04:00
John Preston b7afc78fae Fix possible crash in reaction row click. 2026-05-05 10:45:45 +04:00
John Preston 49db372296 Update cached reactions on remove. 2026-05-05 10:45:45 +04:00
John Preston 553ecdd5f7 Delete reactions from menu / list. 2026-05-05 10:45:45 +04:00
John Preston 788411ac14 Delete tone from Edit, restore scroll. 2026-05-05 10:45:44 +04:00
John Preston d96b73ca00 Update API scheme on layer 225. Show toasts. 2026-05-05 10:45:44 +04:00
John Preston 6df177c8dd Remove legacy app-config ai tones. 2026-05-05 10:45:44 +04:00
John Preston 3cc2192791 Initial cloud tones support. 2026-05-05 10:45:44 +04:00
23rd 252bf3e363 Improved search of emoji from emoji list widget. 2026-04-20 08:37:56 +03:00
John Preston f543c2569e Don't offer sending text as file if hasImage. 2026-04-19 23:06:28 +07:00
Sergey A. Osokin d53ee9c241 Fix warnings. 2026-04-17 22:04:20 +07:00
John Preston 05cf8aaa0f Suggest sending large texts as files. 2026-04-10 19:26:30 +07:00
John Preston b1d21600cf Elide too long call button text. 2026-04-07 11:57:42 +07:00
John Preston 3bbef51448 Add an experimental option for "AI Tools" button. 2026-04-07 11:57:41 +07: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 2119dae0b5 Added simple radial upload progress overlay to userpic widgets. 2026-04-02 19:58:57 +03:00
John Preston afddcbdd40 Fix build with GCC. 2026-04-01 13:24:42 +07:00
John Preston 96f23bf006 Handle repeated click in subsection tabs. 2026-03-31 23:16:20 +07:00
John Preston 50cd572754 Support blockquote / pre in caption / ai tools. 2026-03-31 14:26:57 +07:00
John Preston 1b153ded83 Support AI Tools in media box. 2026-03-30 22:23:29 +07:00
23rd 97f120a6e2 Allowed location picker for debug configuration. 2026-03-28 10:29:13 +03:00
23rd db8878932f Replaced badge-based dialogs icons with standalone colored icons. 2026-03-28 10:29:12 +03:00
23rd 58a2c0f834 [poll-create] Fixed display of emoji button. 2026-03-28 10:29:09 +03:00
John Preston fa7b00c0e2 Select translation tone in AI Tools. 2026-03-26 22:11:48 +07:00
John Preston 66e4cab8f8 Allow disabling accessibility helpers. 2026-03-25 14:40:18 +07:00
John Preston 3223e6389c Add ripple effect to send button. 2026-03-10 11:59:29 +04:00
futpib ec7c76b8d2 Cache Webview::Availability() result for startup checks
Iv::ShowButton() and LocationPicker::Available() each called
Webview::Availability() separately (~200ms each on Linux). Replace
the per-caller static caches with a single shared cache in
Core::CachedWebviewAvailability(), reducing startup from two
~200ms calls to one.
2026-03-05 16:13:38 +04:00
linux 1a35929eb8 accessibility: label profile photo buttons by role 2026-03-05 16:03:30 +04:00
23rd ba7b3422c9 Slightly improved phrases in who reacted context action. 2026-03-03 19:15:28 +04:00
John Preston aa89e2c5e7 Make semi-transparent voice/video button if restricted. 2026-02-28 19:07:11 +04:00
mukthar777 215303cc69 accessibility: implement button labeling across info sections 2026-02-28 06:41:25 +04:00
K H Musthafal Mukthar b0f7846832 Accessibility: add labels for buttons history (#30213)
* Add labeling for buttons in history top bar widget
* Add labeling for send button
* Add labeling to buttons in history widget
* Add screen reader support for silent toggle button as checkbox.
* Add labeling to buttons in voice record bar
2026-02-06 23:00:20 +04:00
John Preston 8c515d3751 Support rare/legendary/epic rarities. 2026-02-01 23:33:56 +04:00
John Preston 28564475ea Use gradient button for craft start. 2026-02-01 23:33:56 +04:00
John Preston a111727302 Fix build with Qt 5. 2026-01-28 13:03:15 +04:00
John Preston 18114458b8 Upgrade settings_calls to full builder pattern
- Move Calls class to anonymous namespace in .cpp
- Export only Type CallsId() from header
- Move AddCameraSubsection to be a free function (exported)
- Keep all device helper functions exported
- Update all references to use CallsId() and AddCameraSubsection()
- Add missing include to calls_group_settings.cpp

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 11:55:21 +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 1e5a93249c Support all required deep links. 2026-01-28 11:55:19 +04:00
John Preston ca4677686a Support most settings/edit and privacy deep links. 2026-01-28 11:55:18 +04:00
23rd 61e0e39641 Particularly ported QMenu::hasMouseMoved to top peers popup selector. 2026-01-28 08:57:57 +03:00
John Preston 6dce4e360f Use lottie for voice/round message icon. 2026-01-28 08:57:57 +03:00
23rd 160075c22b More removed forum shape from bot userpics. 2026-01-28 08:57:57 +03:00
23rd 9541e983d2 Removed forum shape from bot userpics. 2026-01-28 08:57:57 +03:00