Telegram
Telegram copied to clipboard
Telegram for Android source
error
{"@timestamp":"2022-08-13T11:10:55.071-04:00","caller":"codec/mtproto_abridged_codec.go:138","content":"Send msg error: write tcp 192.168.1.26:10443-\u003e192.168.1.101:44934: use of closed network connection","level":"error"}
Then bot send keyboard with switch_inline_query_current_chat param, app wrong select user id and set Field text to @user_name and query, but right is @bot_user_name and query.
Since @the-dise has been promising a vector icon for some time, but has been modifying social media apps all along, I decided to do it for him. :shrug:
auto translation feature is added in chatActivity.java file auto translation function is called on recycler view scroll state == idle translation button is added parsing of #hashtags, @usernames and url...
This pull request enables selection of list items in RecyclerListView by pressing Enter or Dpad's Center button (or other keys as specified by https://developer.android.com/training/tv/start/controllers) on list items. This works on...
onKeyDispatchEvent method in LaunchActivity always returned false if event was bubbled up to super.dispatchKeyEvent. This created various bugs with hardware keyboards: for example, backspace button was handled twice, while cursor...
When searching through media posts, please keep results in the same format shown when touching the search icon, i.e. a matrix of thumbnails.
**When on watch:** - Enter-to-send will be enabled by default - Font size will be set to 12 by default - Pinned messages banner will be hidden by default (due...
[Fixed regular expression for int](https://github.com/DrKLO/Telegram/commit/9bc4ddd546cbebe89dba67b0a354c3ce1f255aea) Previous regular expression allowed numbers like "-1-1-4" and would throw exceptions during runtime. [Consistent behaviour independent on build host](https://github.com/DrKLO/Telegram/commit/002eb8c87cc87f36144b0e0f53385e2f3fb8beac) This is required since Telegram starts...