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