Telegram
Telegram copied to clipboard
Telegram for Android source
Header fixed
All correction and also spell checks was done. Translation is coherent across my czech translations of Android Telegram, Telegram Desktop, Plus Messenger and Telegram-FOSS. You can add me to the...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Had an issue (reproduced in your App) when transcoding from a 620x714 video input to a scaled down 555x640 output. The encoder was throwing during configuration. After some research this...
Usually `onVideoTakeCallback` is anonymous class in Fragment which causes memory leak when Fragment is no longer active. Setting onVideoTakeCallback to null when its no longer required fixes this issue.
_…for current user - in dialog list + push notifications_ update dialog entity - add new property "request_me" in SQLite database + TLRPC.TL_dialog now if in unread messages exist call...