Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing0731 committed Dec 15, 2024
2 parents d3f53cd + a3717eb commit 2f9923a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2

- name: set up JDK 17
- name: set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Re:Telegram
An Xposed module to enhance the Telegram

[日本語](./README_ja-JP.md)
Anti recall xposed module for telegram app

Config file and other features were removed, leaving only anti recall

[日本語](./README_ja-JP.md) | [简体中文](./README_zh-CN.md)

[![Release](https://img.shields.io/github/release/Sakion-Team/Re-Telegram.svg)](https://github.com/Sakion-Team/Re-Telegram/releases/latest)
[![CI_Build](https://github.com/Sakion-Team/Re-Telegram/actions/workflows/android.yml/badge.svg)](https://github.com/Sakion-Team/Re-Telegram/actions/workflows/android.yml)
[<img height="26" src="https://shields.io/badge/Release-ffffff.svg?style=flat-square&logo=telegram" alt="Release" />](https://t.me/Sakion_Team)

## FAQ

### What is the difference between this and Telegram Anti-Recall
Re:Telegram has more features than Telegram Anti-Recall

### What features does Re:Telegram have?
Currently, Re:Telegram has the following features: AntiAntiForward, AntiRecall, NoSponsoredMessages, ProhibitChannelSwitching, AllowMoveAllChatFolder, UseSystemTypeface, HideStories

### Which telegram client are supported?
Official, Plus Messenger, Nagram, Nnngram, NekoX, Nekogram (No Test Apk and Google Store Version), NekoLite, exteraGram, Forkgram, Cherrygram, OctoGram, Mercurygram

Expand Down
20 changes: 20 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Re:Telegram

实现 Telegram 防撤回的 Xposed 模块

移除了配置文件和除防撤回以外的其他功能

[![Release](https://img.shields.io/github/release/Sakion-Team/Re-Telegram.svg)](https://github.com/Sakion-Team/Re-Telegram/releases/latest)
[![CI_Build](https://github.com/Sakion-Team/Re-Telegram/actions/workflows/android.yml/badge.svg)](https://github.com/Sakion-Team/Re-Telegram/actions/workflows/android.yml)
[<img height="26" src="https://shields.io/badge/Release-ffffff.svg?style=flat-square&logo=telegram" alt="Release" />](https://t.me/Sakion_Team)

## 常见问题

### 支持哪些电报客户端?
Official, Plus Messenger, Nagram, Nnngram, NekoX, Nekogram ( 测试版本和谷歌商店版本除外 ), NekoLite, exteraGram, Forkgram, Cherrygram, OctoGram, Mercurygram

### 哪些电报客户端不受支持?
Nullgram(你可以使用 Nnngram)、Telegram X、Forkgram F-Droid Build

### 如果我使用的客户端不被支持怎么办?
提交问题并在内容中包含客户下载链接,我将尽力支持您的客户端。

0 comments on commit 2f9923a

Please sign in to comment.