Commit graph

10 commits

Author SHA1 Message Date
d2ef4a1803 [Option][GUI] Show chat ID 2022-09-11 04:37:23 +03:00
3c67eea727 [Option][GUI] Always show scheduled 2022-09-11 04:37:23 +03:00
09c94b2a56 [Option][GUI] Adaptive chat bubbles 2022-09-11 04:37:23 +03:00
8f91762576 [Option][GUI] Sticker size 2022-09-11 04:37:23 +03:00
7edafb71b3 [Option][GUI] Big emoji outline 2022-09-11 04:37:23 +03:00
881bc1aa75 [Option][GUI] Font options 2022-09-11 04:37:23 +03:00
44716e8d0f [Option][Non-stored] Custom API ID and hash 2022-09-11 04:26:54 +03:00
f36b54236b [Core] Settings system 2022-09-11 04:26:54 +03:00
5e04b5c995 [Core] Versioning and updater 2022-09-11 04:26:54 +03:00
0989487614 [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.
2022-08-26 15:27:39 +03:00