John Preston
|
01139e1b04
|
Remove facades module.
|
2022-11-30 16:55:51 +04:00 |
|
23rd
|
5751d29c47
|
Removed username from public data members of UserData.
|
2022-11-01 19:25:38 +04:00 |
|
John Preston
|
e5f2d83548
|
Support new rounding in bot inline keyboards.
|
2022-11-01 19:25:35 +04:00 |
|
John Preston
|
749fb52113
|
Implement animated spoilers.
|
2022-09-18 16:52:30 +04:00 |
|
John Preston
|
2e8a03dfd1
|
Correctly round spoiler animation in ExtendedMedia.
|
2022-09-12 09:06:26 +04:00 |
|
John Preston
|
f0955f2021
|
Add emoji-status disclaimer for unknown peers.
|
2022-09-06 11:20:55 +04:00 |
|
23rd
|
e568f7ab01
|
Added ability to restrict voice messages in conversations for everyone.
|
2022-08-16 09:38:19 +03:00 |
|
John Preston
|
8bc807dc40
|
Set name / phone texts on-demand.
|
2022-08-09 14:12:19 +03:00 |
|
John Preston
|
e438cb57bc
|
Show, send and receive interactions in single custom emoji.
|
2022-08-04 16:10:36 +03:00 |
|
23rd
|
3fe83282a8
|
Slightly improved code style of controllers for privacy settings.
|
2022-07-26 20:12:11 +03:00 |
|
23rd
|
67195f3825
|
Added initial support of privacy setting for voice messages.
|
2022-07-26 20:12:11 +03:00 |
|
23rd
|
1349989494
|
Moved settings of blocked peers to section.
|
2022-05-03 04:25:35 +03:00 |
|
John Preston
|
616d099c07
|
Copy t.me/+phonenumber link from Phone Number Privacy.
|
2022-03-01 15:30:55 +03:00 |
|
John Preston
|
2917a53b75
|
Beta version 3.5.3: Fix build with GCC.
|
2022-02-28 23:25:55 +03:00 |
|
23rd
|
5718789d53
|
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
|
2022-02-28 09:08:01 +03:00 |
|
23rd
|
d5a44a2ba4
|
Removed mutable lambdas from controller of privacy settings.
|
2022-02-28 08:08:32 +03:00 |
|
John Preston
|
6daa267329
|
Adjust privacy edit boxes to the mockup.
|
2022-02-25 14:14:42 +03:00 |
|
John Preston
|
a1439163ce
|
Update API scheme to layer136.
|
2021-12-29 21:22:32 +03:00 |
|
John Preston
|
ab58aa020e
|
Allow many custom elements in PeerListRow.
|
2021-10-29 18:31:06 +04:00 |
|
23rd
|
80461bd9fe
|
Moved ConfirmBox to Ui namespace.
|
2021-10-19 06:34:27 +03:00 |
|
23rd
|
6148edbc7d
|
Moved ConfirmBox to td_ui.
|
2021-10-19 06:34:27 +03:00 |
|
John Preston
|
0c906a5e6d
|
Fix crash in local changelog messages.
|
2021-10-07 10:58:24 +04:00 |
|
John Preston
|
ead695b101
|
Don't pass wide fake MsgId through MTPMessage.
|
2021-09-30 15:30:39 +04:00 |
|
John Preston
|
1e660fc2a2
|
Allocate 64 bits for message ids.
|
2021-09-30 13:49:37 +04:00 |
|
John Preston
|
a6c98f4bb4
|
Update API scheme to layer 133.
|
2021-09-07 23:41:07 +03:00 |
|
John Preston
|
b2364140e9
|
Custom colors in all media/history_view_ modules.
|
2021-09-06 13:13:26 +03:00 |
|
John Preston
|
beff635e45
|
Colorize bubbles according to a custom chat theme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
0a1e84ddb2
|
Move ChatTheme to td_ui.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
3cd0f9d189
|
Start non-unique ChatTheme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
f4fdadd3b0
|
Allow arbitrary QImage as outgoing bubbles background.
|
2021-08-20 14:54:11 +03:00 |
|
23rd
|
0ae260c6e1
|
Moved MTP blocked peers from ApiWrap to Api::BlockedPeers.
|
2021-08-10 15:46:18 +03:00 |
|
23rd
|
5bd73bab9b
|
Moved user privacy from ApiWrap to Api::UserPrivacy.
|
2021-08-10 15:46:18 +03:00 |
|
John Preston
|
116a768fde
|
Don't use MTP* for Message flags.
|
2021-07-28 15:28:17 +03:00 |
|
23rd
|
024bb5e54f
|
Moved App::formatPhone to td_ui.
|
2021-07-26 17:38:51 +03:00 |
|
John Preston
|
4276b6cce0
|
Use rpl for Window::Theme::Background updates.
|
2021-07-15 16:42:36 +03:00 |
|
Ilya Fedin
|
79cc797aff
|
Fix -Wunused-variable warnings
|
2021-07-13 21:43:34 +03:00 |
|
John Preston
|
b22e2ffe1d
|
Animate inline path thumbnails with sliding gradient.
|
2021-07-02 20:40:32 +03:00 |
|
23rd
|
b422ec025e
|
Removed Ui::show from classes that have pointer to Controller.
|
2021-06-17 10:57:45 +04:00 |
|
John Preston
|
1342077dcb
|
Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId.
|
2021-04-09 15:05:00 +04:00 |
|
John Preston
|
68b0a85369
|
Rename RPCError to MTP::Error.
|
2021-03-12 16:58:26 +04:00 |
|
John Preston
|
502a3ca70f
|
Update API scheme to layer 124.
|
2021-02-22 23:42:40 +04:00 |
|
John Preston
|
92bc278052
|
Allow inviting contacts to voice chats.
|
2020-12-22 12:33:06 +04:00 |
|
John Preston
|
05eb549a3d
|
Move App::roundRect to Ui::FillRoundRect.
|
2020-10-30 18:32:18 +03:00 |
|
John Preston
|
ae298818a8
|
Implement message bar with animations.
|
2020-10-30 18:32:17 +03:00 |
|
23rd
|
f81271d1fe
|
Simplified confirmed callback for ConfirmBox instances.
|
2020-09-29 19:03:29 +03:00 |
|
John Preston
|
4a94a0c438
|
Show replies dialog correctly.
|
2020-09-29 19:03:24 +03:00 |
|
John Preston
|
55edb3bdfe
|
Update API scheme to layer 119. Count replies.
|
2020-09-29 19:03:18 +03:00 |
|
John Preston
|
30c82bb2e0
|
Remove some MainWindow::sessionController() calls.
|
2020-06-23 21:53:44 +04:00 |
|
John Preston
|
83538675ce
|
Move a lot of settings to Core::Settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
4d6cc58f0d
|
Move session settings to main_session_settings.
|
2020-06-23 21:53:42 +04:00 |
|