aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/ThemeManager.h
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-09-17Add td_api::getGiftChatThemes.levlam
2025-09-16Rename ChatTheme to EmojiChatTheme.levlam
2025-07-15Remove unneeded friend declarations for operator !=.levlam
2025-01-01Update copyright year.levlam
2024-07-06Minor improvements.levlam
2024-07-05Add ThemeSettings.h.levlam
2024-07-05Add BaseTheme.h.levlam
2024-06-19Remove old implementation of get_theme_parameters_json_string.levlam
2024-03-26Fix misprint.levlam
2024-02-08Add profileAccentColor.min_supergroup_boost_level.levlam
2024-01-01Update copyright year.levlam
2023-12-26Add td_api::getChatBoostLevelFeatures.levlam
2023-12-21Add min_chat_boost_level to accentColor/profileAccentColor.levlam
2023-11-27Check color validness.levlam
2023-11-27Add td_api::updateProfileAccentColors.levlam
2023-11-27Use help.getPeerColors to update accent colors.levlam
2023-11-27Reload chat themes with other data.levlam
2023-11-07Load only accent colors in ThemeManager constructor.levlam
2023-11-03Early init ThemeManager.levlam
2023-11-02Fallback to default accent color for the chat.levlam
2023-11-02Never send unknown accent color identifiers to the app.levlam
2023-11-02Save accent colors to binlog.levlam
2023-11-02Add td_api::updateAccentColors.levlam
2023-11-02Parse accent colors from appConfig.levlam
2023-04-10Add class BackgroundInfo.levlam
2023-01-01Update copyright year.levlam
2022-06-27Move Promise to tdutils.levlam
2022-03-29Add synchronous method td_api::getThemeParametersJsonString.levlam
2022-01-01Update copyright year.levlam
2021-11-11Init some fields just in case.levlam
2021-10-08Update layer to 134.levlam
2021-09-24Save chat themes to binlog.levlam
2021-09-07Add accent color for outgoing messages in theme settings.levlam
2021-09-13Replace getChatThemes with updateChatThemes.levlam
2021-09-12Add operator== for ThemeSettings.levlam
2021-09-12Update chat theme cache after receiving telegram_api::updateTheme.levlam
2021-09-07Reload chat themes at most once an hour.levlam
2021-09-03Use promise instead of RequestActor in td_api::getChatThemes.levlam
2021-09-01Minor improvements.levlam
2021-08-27Add td_api::getChatThemes.levlam