Commit graph

30 commits

Author SHA1 Message Date
f95d4639cf [Option][WIP] Profile pic rounding 2024-12-04 15:53:08 +03:00
80c1dcf74f [Improvement] Allow non-emoji auto-replaces with emoji replacements disabled 2024-12-04 15:53:07 +03:00
682a9e9fda [Improvement] Allow to copy from bot response and poll solution modals 2024-12-04 15:53:07 +03:00
dcb7494bbc [Improvement] Hiding and showing pinned messages 2024-12-04 15:53:06 +03:00
1a891282d5 [Improvement] Settings three-dots menu improvements 2024-12-04 15:53:06 +03:00
3d058ae767 [Option][GUI] Emoji panel options 2024-12-04 15:53:06 +03:00
af5383522f [Option][GUI] "View Profile" on top 2024-12-04 15:53:06 +03:00
927f4f9628 [Option][GUI] Remember image compression 2024-12-04 15:53:06 +03:00
7dae706973 [Option][GUI] Disable chat themes 2024-12-04 15:53:06 +03:00
ab9543b78a [Option][GUI] Unquoted forward and forward options 2024-12-04 15:53:06 +03:00
4e731f9a08 [Option][GUI] Telegram sites autologin 2024-12-04 15:53:06 +03:00
8bdb7e4141 [Option][GUI] Disable notifications from top bar 2024-12-04 15:53:06 +03:00
1d9d794bf8 [Option][GUI] Default folders and local folders 2024-12-04 15:53:06 +03:00
b8e9daa061 [Option][GUI] Folder options 2024-12-04 15:53:06 +03:00
89c384d697 [Option][GUI] Tray icon settings 2024-12-04 15:53:06 +03:00
6eb1fac681 [Option][JSON] Always show top bar userpic 2024-12-04 15:53:06 +03:00
3137732b39 [Option][GUI] Recent stickers limit 2024-12-04 15:53:06 +03:00
667a4d0f16 [Option][GUI/JSON] Multithreaded video decoding 2024-12-04 15:53:06 +03:00
e3b0e10857 [Option][JSON] Custom auto-replaces 2024-12-04 15:53:06 +03:00
2e540d4d94 [Option][GUI] Disable edit by Up 2024-12-04 15:53:06 +03:00
62de69cbbc [Option][GUI] Show chat ID 2024-12-04 15:53:06 +03:00
1dc16bd42a [Option][GUI] Always show scheduled 2024-12-04 15:53:06 +03:00
2cfaa5af2a [Option][GUI] Adaptive chat bubbles 2024-12-04 15:53:06 +03:00
01623cfa75 [Option][GUI] Sticker size 2024-12-04 15:53:06 +03:00
c8e8a47f97 [Option][GUI] Big emoji outline 2024-12-04 15:53:06 +03:00
133b2bbc1b [Option][GUI] Font options 2024-12-04 15:53:06 +03:00
0aded5a83e [Option][Non-stored] Custom API ID and hash 2024-12-04 15:53:06 +03:00
c238c5ccbe [Core] Settings system 2024-12-04 15:53:06 +03:00
22a54dbc35 [Core] Versioning and updater 2024-12-04 15:53:06 +03:00
a26a5660e6 [Core] Language system
Telegram Desktop uses static language system with code generation, which
requires almost full app rebuild on any string modification, no matter
how small it is.

Since Kotatogram is options-driven, static language system will slow the
development. This language system solves the problem by using JSON and
runtime string search instead.
2024-12-04 15:53:05 +03:00