Results 77 comments of Alex

The motivating links: https://github.com/procxx/kepka/search?utf8=%E2%9C%93&q=qMin https://github.com/procxx/kepka/search?utf8=%E2%9C%93&q=qMax

Did you mean "name aliases" for sickers or simply find set by name?

https://github.com/telegramdesktop/tdesktop/commit/b007fcb5375d3960b3dcd41283d679ca40996c2e#diff-2b49ad931ed3d0cdfb309d7920f71d75

https://github.com/procxx/kepka/search?utf8=%E2%9C%93&q=%22include+private%22 (thanks for `@xvitaly` for hint)

@NamedKitten Glad to hear that! You could begin to adopt code from bettergram: github.com/bettergram/bettergram

I think we should send a patch to upstream after fixing it

Some interesting info about combining CMake, Qt and Android to one mix: https://www.codeproject.com/Tips/1191289/How-to-Make-a-Cplusplus-Qt-Android-Project-with-CM

CRC duplication (by `@crackedmind`) https://github.com/procxx/tdesktop/blob/aca957595a0938345821994df85437b6fed574e2/Telegram/SourceFiles/core/utils.cpp#L387 https://github.com/procxx/tdesktop/blob/aca957595a0938345821994df85437b6fed574e2/Telegram/SourceFiles/codegen/emoji/generator.cpp#L127 https://github.com/procxx/tdesktop/blob/aca957595a0938345821994df85437b6fed574e2/Telegram/SourceFiles/codegen/style/generator.cpp#L44

Long UI controller duplication logic (by `@crackedmind`) Stanislav Ershov, [05.12.17 22:05] https://github.com/procxx/tdesktop/blob/aca957595a0938345821994df85437b6fed574e2/Telegram/SourceFiles/ui/widgets/input_fields.cpp#L2155 https://github.com/procxx/tdesktop/blob/aca957595a0938345821994df85437b6fed574e2/Telegram/SourceFiles/ui/widgets/input_fields.cpp#L2895