MCPcopy Index your code
hub / github.com/TGwear/TGwear

github.com/TGwear/TGwear @v3.1.6

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.1.6 ↗ · + Follow
814 symbols 1,778 edges 129 files 156 documented · 19% updated 31d agov3.1.6 · 2026-01-10★ 22911 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

TGwear

  简体中文 | <a href="https://github.com/TGwear/TGwear/raw/v3.1.6/README.md">English</a> | <a href="https://github.com/TGwear/TGwear/raw/v3.1.6/README.zh-TW.md">繁體中文</a> | <a href="https://github.com/TGwear/TGwear/raw/v3.1.6/README.ja-JP.md">日本語</a>










<a href="https://github.com/TGwear/TGwear/blob/master/LICENSE">
  <img
    src="https://img.shields.io/github/license/TGwear/TGwear?style=flat-square"
  />
</a >
<a href="https://github.com/TGwear/TGwear/releases">
  <img
    src="https://img.shields.io/github/downloads/TGwear/TGwear/total?style=flat-square"
  />  
</a >
<a href="https://github.com/MShawon/github-clone-count-badge">
  <img
    src="https://img.shields.io/badge/dynamic/json?color=success&label=Views&query=count&url=https://gist.githubusercontent.com/gohj99/cd38c559b315d503db0d9d4eed290eb3/raw/traffic.json&logo=github&style=flat-square"
  />  
</a >
<a href="https://play.google.com/store/apps/details?id=com.gohj99.tgwear">
  <img
    src="https://img.shields.io/endpoint?color=green&logo=google-play&logoColor=green&url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.gohj99.tgwear%26gl%3DUS%26hl%3Den%26l%3DGoogle%2520play%26m%3D%24version&style=flat-square"
  />
</a >

Screenshot

下载

下载: TGwear
ADB Shell:

  1. 从releases下载TGwear
  2. 安装:
adb install TGwear.apk

功能

  • 支持话题聊天
  • FCM消息通知,快捷查看、标记已读与回复
  • 多账号支持
  • 界面自定义
  • 全部消息分组支持
  • 未读/已读指示器
  • 连接状态指示器
  • 文字、图片、视频查看或下载
  • 回复与转发消息
  • 播放语音消息
  • 保存图片或视频
  • 文字发送
  • 删除消息
  • 支持表冠旋转

最低配置和推荐配置

  • 最低内存(RAM): 1G
  • 最低存储空间(ROM): 8G
  • 最低兼容的系统: Android 7.0 (API Level 24 Nougat)
  • 推荐内存(RAM): 2G
  • 推荐存储空间(ROM): 16G
  • 推荐的系统: Android 11 (API Level 30 R) or Wear OS 3.0 (API level 30)

反馈

推荐使用issue来反馈。 当然,以下反馈方式也是可行的:

Star History

Star History Chart

Extension points exported contracts — how you extend this code

ResultHandler (Interface)
Interface for handler for results of queries to TDLib and incoming updates from TDLib.
libtd/src/main/java/org/drinkless/tdlib/Client.java
Destroyable (Interface)
(no doc) [1 implementers]
app/src/main/java/org/thunderdog/challegram/voip/Destroyable.kt
ExceptionHandler (Interface)
Interface for handler of exceptions thrown while invoking ResultHandler. By default, all such exceptions are ignored. Al
libtd/src/main/java/org/drinkless/tdlib/Client.java
ConnectionStateListener (Interface)
(no doc)
app/src/main/java/org/thunderdog/challegram/voip/ConnectionStateListener.java
LogMessageHandler (Interface)
Interface for handler of messages that are added to the internal TDLib log.
libtd/src/main/java/org/drinkless/tdlib/Client.java
Filter (Interface)
(no doc)
app/src/main/java/org/thunderdog/challegram/voip/Filter.kt

Core symbols most depended-on inside this repo

getString
called by 100
app/src/main/java/org/thunderdog/challegram/voip/VoIPServerConfig.java
toString
called by 78
app/src/main/java/com/gohj99/tgwear/model/Chat.kt
send
called by 55
libtd/src/main/java/org/drinkless/tdlib/Client.java
TGwearTheme
called by 53
app/src/main/java/com/gohj99/tgwear/ui/theme/Theme.kt
sendRequest
called by 36
app/src/main/java/com/gohj99/tgwear/utils/telegram/SendRequest.kt
get
called by 35
app/src/main/java/com/gohj99/tgwear/ui/chat/ChatScreen.kt
getBoolean
called by 34
app/src/main/java/org/thunderdog/challegram/voip/VoIPServerConfig.java
add
called by 27
app/src/main/java/com/gohj99/tgwear/utils/listAdd.kt

Shape

Method 425
Function 304
Class 79
Interface 6

Languages

Kotlin64%
Java36%

Modules by API surface

app/src/main/java/org/thunderdog/challegram/voip/VoIPController.java62 symbols
app/src/main/java/org/thunderdog/challegram/voip/N.java55 symbols
app/src/main/java/com/gohj99/tgwear/utils/StringUtils.kt33 symbols
app/src/main/java/org/thunderdog/challegram/voip/TgCallsController.java30 symbols
app/src/main/java/org/thunderdog/challegram/voip/Arrays.kt26 symbols
app/src/main/java/com/gohj99/tgwear/utils/telegram/UpdateHandle.kt26 symbols
app/src/main/java/org/thunderdog/challegram/voip/VoIPInstance.java25 symbols
app/src/main/java/com/gohj99/tgwear/utils/telegram/SendRequest.kt25 symbols
app/src/main/java/com/gohj99/tgwear/utils/notification/TgApiForPushNotification.kt25 symbols
libtd/src/main/java/org/drinkless/tdlib/Client.java24 symbols
app/src/main/java/net/engawapg/lib/zoomable/Zoomable.kt21 symbols
app/src/main/java/com/gohj99/tgwear/utils/telegram/ClientSend.kt20 symbols

For agents

$ claude mcp add TGwear \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact