kepka/Telegram/SourceFiles/data
Av fdd841e5c4 Increase media cache memory size to solve flicker issue
When displaying large numbers of GIFs, Telegram's Media Cache runs out of size and unloads items that are still being displayed.
2020-03-10 11:47:26 +04:00
..
data_abstract_structure.cpp Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
data_abstract_structure.h Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
data_auto_download.cpp Highlight timestamps in song captions. 2019-12-26 17:14:35 +03:00
data_auto_download.h Add file size limit to autoplay settings. 2019-12-24 13:09:04 +03:00
data_channel.cpp Move requestDialogEntry to Histories. 2020-02-21 18:48:30 +04:00
data_channel.h Apply ignore_restriction_reasons from config. 2019-12-09 18:42:11 +03:00
data_channel_admins.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_channel_admins.h Display custom admin ranks in messages. 2019-07-24 08:02:20 +02:00
data_chat.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_chat.h Use folder_id / still_unread_count from updates. 2019-05-01 16:11:38 +04:00
data_cloud_themes.cpp Update API scheme to layer 109. 2020-01-23 10:09:33 +03:00
data_cloud_themes.h Beta version 1.8.6: Improve theme preview. 2019-09-09 16:13:16 +03:00
data_countries.cpp Allow searching USA by 'United States'. 2019-06-22 22:12:47 +02:00
data_countries.h Allow searching USA by 'United States'. 2019-06-22 22:12:47 +02:00
data_document.cpp Increase media cache memory size to solve flicker issue 2020-03-10 11:47:26 +04:00
data_document.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_document_good_thumbnail.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_document_good_thumbnail.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_drafts.cpp Move many widget classes to lib_ui. 2019-10-01 23:59:46 +03:00
data_drafts.h Display occupied chats using drafts for support. 2018-11-20 19:38:39 +04:00
data_feed_messages.cpp API scheme downgraded to layer 76. 2018-03-06 20:48:24 +03:00
data_feed_messages.h First version of feed section view. 2018-02-08 12:20:46 +03:00
data_file_origin.cpp Update API scheme to layer 109. 2020-01-23 10:09:33 +03:00
data_file_origin.h Support theme document file origins. 2019-09-09 11:51:07 +03:00
data_flags.h Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
data_folder.cpp Move requestDialogEntry to Histories. 2020-02-21 18:48:30 +04:00
data_folder.h Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_game.h Don't unload all media on switching between chats. 2018-11-04 15:51:38 +04:00
data_groups.cpp Refactored code. 2019-04-02 18:14:12 +04:00
data_groups.h Refactored code. 2019-04-02 18:14:12 +04:00
data_histories.cpp Force zero unread count if read till end. 2020-02-24 14:54:00 +04:00
data_histories.h Make sure we request pending dialog entries. 2020-02-24 14:54:00 +04:00
data_location.cpp Handle located groups as public. 2019-06-21 14:27:46 +02:00
data_location.h Use getters in MTP classes. 2019-07-05 16:23:07 +02:00
data_media_rotation.cpp Allow rotating content in media viewer. 2020-02-05 19:37:39 +04:00
data_media_rotation.h Allow rotating content in media viewer. 2020-02-05 19:37:39 +04:00
data_media_types.cpp Disable forwarding public polls to channels. 2020-01-23 10:09:33 +03:00
data_media_types.h Move HistoryMedia to HistoryView namespace. 2019-08-09 11:50:49 +01:00
data_messages.cpp Comment out non-folder feed code. 2019-04-25 14:16:30 +04:00
data_messages.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_notify_settings.cpp Fix possible race conditions in msgid(). 2019-07-15 16:00:30 +02:00
data_notify_settings.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_peer.cpp Move requestDialogEntry to Histories. 2020-02-21 18:48:30 +04:00
data_peer.h Support creating polls from bot keyboards. 2020-01-23 10:09:33 +03:00
data_peer_values.cpp Use UserData::isBot where applicable. 2019-07-24 08:02:20 +02:00
data_peer_values.h Optimize online dots + add animations. 2019-06-17 18:13:05 +02:00
data_photo.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_photo.h Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_poll.cpp Correctly apply 'min' updates in polls. 2020-01-24 10:31:18 +03:00
data_poll.h Create polls with different settings. 2020-01-23 10:09:33 +03:00
data_pts_waiter.cpp Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_pts_waiter.h Replace SingleTimer with base::Timer. 2019-01-18 16:41:08 +04:00
data_scheduled_messages.cpp Added handler for SCHEDULE_STATUS_PRIVATE error when send file. 2020-01-28 11:20:36 +03:00
data_scheduled_messages.h Added handler for SCHEDULE_STATUS_PRIVATE error when send file. 2020-01-28 11:20:36 +03:00
data_search_controller.cpp Fix crash in SearchController. 2020-02-25 16:13:07 +04:00
data_search_controller.h Fix crash in SearchController. 2020-02-25 16:13:07 +04:00
data_session.cpp Move requestDialogEntry to Histories. 2020-02-21 18:48:30 +04:00
data_session.h Move message ownership to History. 2020-02-21 18:48:29 +04:00
data_shared_media.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_shared_media.h Remove app.h / facades.h from precompiled header. 2019-10-01 23:59:46 +03:00
data_sparse_ids.cpp Move to std::optional. 2018-09-21 19:28:46 +03:00
data_sparse_ids.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_streaming.cpp Save streaming player between message edits. 2019-12-28 17:56:06 +03:00
data_streaming.h Save streaming player between message edits. 2019-12-28 17:56:06 +03:00
data_types.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_types.h Allow sending scheduled messages. 2019-08-27 19:10:37 +03:00
data_user.cpp Apply ignore_restriction_reasons from config. 2019-12-09 18:42:11 +03:00
data_user.h Apply ignore_restriction_reasons from config. 2019-12-09 18:42:11 +03:00
data_user_photos.cpp Rename AuthSession to Main::Session. 2019-07-24 13:45:24 +02:00
data_user_photos.h Move to std::optional. 2018-09-21 19:28:46 +03:00
data_wall_paper.cpp Update API scheme on layer 107. 2019-12-29 14:41:10 +03:00
data_wall_paper.h Send installWallPaper requests. 2019-02-08 19:47:02 +03:00
data_web_page.cpp Generate previews for cloud theme links. 2019-09-09 14:56:05 +03:00
data_web_page.h Generate previews for cloud theme links. 2019-09-09 14:56:05 +03:00