.. |
api_attached_stickers.cpp
|
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
|
2022-02-28 09:08:01 +03:00 |
api_attached_stickers.h
|
…
|
|
api_authorizations.cpp
|
Removed unused MTPBool from callbacks on done.
|
2021-11-30 17:37:39 +04:00 |
api_authorizations.h
|
Improve sessions list design.
|
2021-11-30 13:44:31 +04:00 |
api_blocked_peers.cpp
|
Removed unused MTPBool from callbacks on done.
|
2021-11-30 17:37:39 +04:00 |
api_blocked_peers.h
|
Moved MTP blocked peers from ApiWrap to Api::BlockedPeers.
|
2021-08-10 15:46:18 +03:00 |
api_bot.cpp
|
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
|
2022-02-28 09:08:01 +03:00 |
api_bot.h
|
…
|
|
api_chat_filters.cpp
|
Show limit toasts and boxes.
|
2022-05-19 17:27:02 +04:00 |
api_chat_filters.h
|
…
|
|
api_chat_invite.cpp
|
Implement simple premium limits boxes.
|
2022-05-19 17:27:02 +04:00 |
api_chat_invite.h
|
Improve confirm join box design.
|
2021-10-29 18:31:06 +04:00 |
api_chat_participants.cpp
|
Removed unused MTP::Error from callbacks on fail.
|
2021-11-30 17:37:07 +04:00 |
api_chat_participants.h
|
Replaced use of raw MTP* participant type with new transitional class.
|
2021-11-26 18:00:22 +04:00 |
api_cloud_password.cpp
|
Added ability to recover cloud password from Api::CloudPassword.
|
2022-05-10 08:53:31 +03:00 |
api_cloud_password.h
|
Added ability to recover cloud password from Api::CloudPassword.
|
2022-05-10 08:53:31 +03:00 |
api_common.h
|
Send GIFs search results without "via @bot".
|
2022-03-07 11:09:14 +04:00 |
api_confirm_phone.cpp
|
Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox.
|
2022-02-28 09:08:01 +03:00 |
api_confirm_phone.h
|
Extracted api code from ConfirmPhoneBox to separated file.
|
2021-10-19 06:34:27 +03:00 |
api_editing.cpp
|
Removed Ui::ConfirmDontWarnBox.
|
2022-02-28 09:08:01 +03:00 |
api_editing.h
|
Hide MTPInputFile in Api::RemoteFileInfo.
|
2021-11-18 11:04:06 +04:00 |
api_global_privacy.cpp
|
Removed unused MTP::Error from callbacks on fail.
|
2021-11-30 17:37:07 +04:00 |
api_global_privacy.h
|
…
|
|
api_hash.cpp
|
Update API scheme to layer 133.
|
2021-09-07 23:41:07 +03:00 |
api_hash.h
|
Update API scheme to layer 133.
|
2021-09-07 23:41:07 +03:00 |
api_invite_links.cpp
|
Update API scheme on layer 142.
|
2022-05-19 17:27:01 +04:00 |
api_invite_links.h
|
Update API scheme on layer 142.
|
2022-05-19 17:27:01 +04:00 |
api_media.cpp
|
Explicitly specify QVector element type to fix build with clang13+rangev3+qt6
|
2022-05-03 15:15:20 +04:00 |
api_media.h
|
Hide MTPInputFile in Api::RemoteFileInfo.
|
2021-11-18 11:04:06 +04:00 |
api_messages_search.cpp
|
Fix crash in MessagesSearch requests.
|
2022-04-19 12:02:11 +04:00 |
api_messages_search.h
|
Fix crash in MessagesSearch requests.
|
2022-04-19 12:02:11 +04:00 |
api_messages_search_merged.cpp
|
Fix build on Windows.
|
2022-04-19 18:13:27 +04:00 |
api_messages_search_merged.h
|
Moved out nested class for merged message search to separated file.
|
2022-04-07 19:18:47 +03:00 |
api_peer_photo.cpp
|
Update API scheme to layer 143.
|
2022-05-19 17:27:02 +04:00 |
api_peer_photo.h
|
Added ability to use previous peer userpics.
|
2022-04-07 02:14:02 +03:00 |
api_polls.cpp
|
Removed unused MTP::Error from callbacks on fail.
|
2021-11-30 17:37:07 +04:00 |
api_polls.h
|
Moved api polls processing to separated file.
|
2021-10-20 22:56:19 +03:00 |
api_report.cpp
|
Added ability to report profile photos.
|
2022-04-19 09:39:01 +04:00 |
api_report.h
|
Added ability to report profile photos.
|
2022-04-19 09:39:01 +04:00 |
api_ringtones.cpp
|
Update API scheme to layer 143.
|
2022-05-19 17:27:02 +04:00 |
api_ringtones.h
|
Update API scheme to layer 143.
|
2022-05-19 17:27:02 +04:00 |
api_self_destruct.cpp
|
Removed unused MTPBool from callbacks on done.
|
2021-11-30 17:37:39 +04:00 |
api_self_destruct.h
|
…
|
|
api_send_progress.cpp
|
Added sending action when choosing sticker.
|
2021-08-30 20:50:32 +03:00 |
api_send_progress.h
|
Added animated indicator of choosing sticker action to chats list.
|
2021-08-30 20:50:24 +03:00 |
api_sending.cpp
|
Fixed refreshing of file reference in api toggling media module.
|
2022-04-07 19:18:47 +03:00 |
api_sending.h
|
Added ability to send existing media with pre-generated local msgId.
|
2022-02-25 19:41:15 +03:00 |
api_sensitive_content.cpp
|
Removed unused MTPBool from callbacks on done.
|
2021-11-30 17:37:39 +04:00 |
api_sensitive_content.h
|
…
|
|
api_single_message_search.cpp
|
FullMsgId rely on PeerId instead of ChannelId.
|
2021-12-22 10:11:57 +00:00 |
api_single_message_search.h
|
…
|
|
api_text_entities.cpp
|
Removed text commands.
|
2022-01-12 11:54:24 +03:00 |
api_text_entities.h
|
…
|
|
api_toggling_media.cpp
|
Show limit toasts and boxes.
|
2022-05-19 17:27:02 +04:00 |
api_toggling_media.h
|
Show limit toasts and boxes.
|
2022-05-19 17:27:02 +04:00 |
api_unread_things.cpp
|
Improve unread reactions list consistency.
|
2022-01-31 23:16:56 +03:00 |
api_unread_things.h
|
Track unread mentions and unread reactions the same way.
|
2022-01-28 19:10:07 +03:00 |
api_updates.cpp
|
Update API scheme on layer 142.
|
2022-05-19 17:27:01 +04:00 |
api_updates.h
|
Show emoji interaction seen status.
|
2021-09-17 10:25:36 +03:00 |
api_user_privacy.cpp
|
Removed unused MTP::Error from callbacks on fail.
|
2021-11-30 17:37:07 +04:00 |
api_user_privacy.h
|
Moved user privacy from ApiWrap to Api::UserPrivacy.
|
2021-08-10 15:46:18 +03:00 |
api_views.cpp
|
Extract BottomInfo from HistoryView::Message.
|
2021-12-29 21:22:33 +03:00 |
api_views.h
|
Moved views increment scheduler from MainWidget to separate file.
|
2021-09-30 18:45:38 +03:00 |
api_who_reacted.cpp
|
Fix message viewers display in message reactions box.
|
2022-02-02 15:40:39 +03:00 |
api_who_reacted.h
|
Add a tab with "Who Seen" to "Who Reacted" box.
|
2022-01-18 21:44:59 +03:00 |