AlexeyZavar
b93c93a20c
Merge tag 'v6.6.2' into dev
2026-03-19 01:24:29 +03:00
AlexeyZavar
cfad40f7bb
feat: add message appearance preview
2026-03-19 00:58:12 +03:00
AlexeyZavar
55fb7aeb68
feat: implement streamer mode on macOS
2026-03-19 00:54:55 +03:00
AlexeyZavar
38917114f0
feat: avatar corners
2026-03-01 03:15:21 +03:00
John Preston
ae3925b9cd
Nice toast after reminder from formatted date.
2026-02-28 19:07:12 +04:00
John Preston
c39c0b597c
Nice tag badge click handler in groups.
2026-02-28 19:07:10 +04:00
John Preston
a83890b03e
Support nice Reply button in the corner.
2026-02-28 19:07:10 +04:00
John Preston
4d767fb279
Implement nice tag edit with preview.
2026-02-28 19:07:10 +04:00
John Preston
a9e35afbd7
Implement disabling/enabling sharing.
2026-02-28 19:07:09 +04:00
23rd
7d310e56cc
Added accounts list to tray menu on macOS.
...
Related commit: 57b22d2ad2 .
2026-02-28 19:07:08 +04:00
AlexeyZavar
a0604c5594
chore: rewrite settings to new builder & support settings links from android version
2026-02-26 15:46:04 +03:00
Ilya Fedin
770c39677d
Install 2x icons on Linux
2026-02-18 22:20:37 +04:00
AlexeyZavar
8bfd3bee99
Merge tag 'v6.5.1' into dev
2026-02-17 03:35:09 +03:00
AlexeyZavar
1a29b6ac6e
feat: save message shot config
2026-02-17 03:20:26 +03:00
AlexeyZavar
b6d19149d9
feat: per-account ghost & lock ghost features & refactor
2026-02-13 16:52:15 +03:00
AlexeyZavar
c91baa5179
feat: add exteraGram plugins basic info box
2026-02-13 16:52:04 +03:00
23rd
0134b928dc
Added controller for calendar search.
2026-02-13 11:56:56 +03:00
23rd
c9b5d64c83
Added api support to catch next channel owner before leave.
2026-02-01 23:33:57 +04:00
23rd
c450e8374b
Moved out transfer ownership management to separate class.
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
0e62acc2a6
Start craft animation.
2026-02-01 23:33:56 +04:00
John Preston
1cb648c103
Initial no-design craft implementation.
2026-02-01 23:33:55 +04:00
John Preston
fafe2f96c1
Restore settings search query on return.
2026-01-28 11:55:21 +04:00
John Preston
4c5cf47bc9
Rewrite settings_websites to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
53cb0e79cb
Rewrite settings_shortcuts to new builder pattern
...
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
86398de8bd
Rewrite settings_passkeys to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
d966dc2343
Rewrite settings_notifications_type to new builder pattern
...
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
1fa68effdd
Rewrite settings_credits to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
4fc45c590e
Rewrite settings_business to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
8812b892c4
Rewrite settings_blocked_peers to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
e60db7cfb1
Rewrite settings_active_sessions to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
8c97e5f942
Rewrite settings_local_passcode to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
057e21905e
Rewrite settings_global_ttl to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +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
802917de12
Move settings_builder from settings/builder/ to settings/
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
94b5a20c0a
Unite settings_notifications and settings_notifications_builder into settings/sections/settings_notifications.
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:19 +04:00
John Preston
7c06e847f9
Unite settings_chat and settings_chat_builder into settings/sections/settings_chat.
...
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
7064de6eef
Start settings search.
2026-01-28 11:55:19 +04:00
John Preston
808a9e6fb9
Move Advanced/Privacy/Chat settings to builder.
2026-01-28 11:55:18 +04:00
John Preston
47b2b604e4
Add structure for huge amount of deep links handling.
2026-01-28 11:55:18 +04:00
John Preston
0c5c5d3c42
Migrate all notification settings to builder.
2026-01-28 11:55:17 +04:00
John Preston
375a8cea12
Initial settings builder experiment.
2026-01-28 11:55:17 +04:00
23rd
e2ed9baacb
Added initial popup selector for top peers.
2026-01-28 08:57:56 +03:00
AlexeyZavar
e15d380dd1
Merge tag 'v6.4.2' into dev
2026-01-12 20:19:28 +03:00