Compare commits
60 Commits
v0.8.91-pr
...
v0.8.16-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3991a9360 | ||
|
|
7ea226ef4a | ||
|
|
9bf50e0f3b | ||
|
|
10203b6c87 | ||
|
|
86aaf7ded1 | ||
|
|
bc337c3999 | ||
|
|
38b1ce75d8 | ||
|
|
a3d75d276c | ||
|
|
3c46cd792c | ||
|
|
42944b425f | ||
|
|
4c72877e58 | ||
|
|
81a19631e1 | ||
|
|
7f6a74b777 | ||
|
|
eb9c3232ec | ||
|
|
e8c9c619bf | ||
|
|
17cd0cf1ed | ||
|
|
925c331498 | ||
|
|
0512d692f2 | ||
|
|
844ce8ffb0 | ||
|
|
d2588596df | ||
|
|
0e999e3deb | ||
|
|
8109bbf46c | ||
|
|
32ea45e5ea | ||
|
|
ecce17ad75 | ||
|
|
96738090cf | ||
|
|
4a8ea37142 | ||
|
|
a5fdb90da5 | ||
|
|
f9722cc761 | ||
|
|
f01fb2ed1d | ||
|
|
74f4481071 | ||
|
|
9018f512ae | ||
|
|
265fc4a701 | ||
|
|
755974fc9e | ||
|
|
ba8eab4fc9 | ||
|
|
f5cb46710f | ||
|
|
6483e80416 | ||
|
|
535e6dc3a5 | ||
|
|
ad86c20cfb | ||
|
|
665330e17a | ||
|
|
0eb001e717 | ||
|
|
a563991d74 | ||
|
|
3e2a30008c | ||
|
|
ff68d573d6 | ||
|
|
3223fca7ba | ||
|
|
006f9127fc | ||
|
|
a2709e155c | ||
|
|
684fa7b58e | ||
|
|
03b4da54b5 | ||
|
|
a904b55d11 | ||
|
|
d711935e2e | ||
|
|
98b1496eff | ||
|
|
442c32b6eb | ||
|
|
949a2aaac3 | ||
|
|
c77463f337 | ||
|
|
00377d6070 | ||
|
|
f393b4b3e9 | ||
|
|
75e6cfde15 | ||
|
|
7bfe5617d9 | ||
|
|
97cc96c243 | ||
|
|
1821ee2f61 |
57
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,57 +0,0 @@
|
|||||||
name: 问题反馈 / Bug report
|
|
||||||
title: "[BUG] "
|
|
||||||
description: 反馈你遇到的问题 / Report the issue you are experiencing
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
## 在提交问题之前,请确认以下事项:
|
|
||||||
1. 请务必给issue填写一个简洁明了的标题,以便他人快速检索
|
|
||||||
2. 请确保[已有的问题](https://github.com/chen08209/FlClash/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
|
|
||||||
3. 请务必按照模板规范详细描述问题,否则issue将会被直接关闭
|
|
||||||
## Before submitting the issue, please make sure of the following checklist:
|
|
||||||
1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
|
|
||||||
2. Please make sure there is no similar issue in the [existing issues](https://github.com/chen08209/FlClash/issues?q=is%3Aissue), otherwise please discuss under the existing issue
|
|
||||||
3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly.
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: 问题描述 / Describe the bug
|
|
||||||
description: 详细清晰地描述你遇到的问题,并配合截图 / Describe the problem you encountered in detail and clearly, and provide screenshots
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 软件版本 / Version
|
|
||||||
description: 请提供FlClash的具体版本 / Please provide the specific version of FlClash.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 复现步骤 / To Reproduce
|
|
||||||
description: 请提供复现问题的步骤 / Steps to reproduce the behavior
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: 操作系统 / OS
|
|
||||||
options:
|
|
||||||
- Android
|
|
||||||
- Windows
|
|
||||||
- MacOS
|
|
||||||
- Linux
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: 操作系统版本 / OS Version
|
|
||||||
description: 请提供你的操作系统版本,Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 日志(勿上传日志文件,请粘贴日志内容) / Log (Do not upload the log file, paste the log content directly)
|
|
||||||
description: 请提供完整或相关部分的Debug日志(请在“软件左侧菜单”->“设置”->“日志等级”调整到debug / Please provide a complete or relevant Debug log (please adjust it to debug in the left menu of software-> Settings-> Log Level)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,4 +0,0 @@
|
|||||||
contact_links:
|
|
||||||
- name: 讨论交流 / Communication
|
|
||||||
url: https://t.me/+G-veVtwBOl4wODc1
|
|
||||||
about: 在 Telegram 群组中与其他用户讨论交流 / Communicate with other users in the Telegram group
|
|
||||||
42
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,42 +0,0 @@
|
|||||||
name: 功能请求 / Feature request
|
|
||||||
title: "[Feature] "
|
|
||||||
description: 提出你的功能请求 / Propose your feature request
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
## 在提交问题之前,请确认以下事项:
|
|
||||||
1. 请务必给issue填写一个简洁明了的标题,以便他人快速检索
|
|
||||||
2. 请确保[已有的问题](https://github.com/chen08209/FlClash/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
|
|
||||||
3. 请务必按照模板规范详细描述问题,否则issue将会被直接关闭
|
|
||||||
## Before submitting the issue, please make sure of the following checklist:
|
|
||||||
1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
|
|
||||||
2. Please make sure there is no similar issue in the [existing issues](https://github.com/chen08209/FlClash/issues?q=is%3Aissue), otherwise please discuss under the existing issue
|
|
||||||
3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly.
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: 功能描述 / Feature description
|
|
||||||
description: 详细清晰地描述你的功能请求 / A clear and concise description of what the feature is
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: 使用场景 / Use case
|
|
||||||
description: 请描述你的功能请求的使用场景 / Please describe the use case of your feature request
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: os-labels
|
|
||||||
attributes:
|
|
||||||
label: 适用系统 / Target OS
|
|
||||||
description: 请选择该功能适用的操作系统(至少选择一个) / Please select the operating system(s) for this feature request (select at least one)
|
|
||||||
options:
|
|
||||||
- label: Android
|
|
||||||
- label: Windows
|
|
||||||
- label: MacOS
|
|
||||||
- label: Linux
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
58
.github/release_template.md
vendored
@@ -1,58 +0,0 @@
|
|||||||
<div align=center>
|
|
||||||
|
|
||||||
[](https://img.shields.io/github/downloads/chen08209/FlClash/vVERSION/)
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
**Download based on your OS:**
|
|
||||||
|
|
||||||
<div align=left>
|
|
||||||
<table>
|
|
||||||
<thead align=left>
|
|
||||||
<tr>
|
|
||||||
<th>OS</th>
|
|
||||||
<th>Download</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody align=left>
|
|
||||||
<tr>
|
|
||||||
<td>Android</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-android-arm64-v8a.apk"><img src="https://img.shields.io/badge/APK-ARMv8-168039.svg?logo=android"></a><br>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-android-armeabi-v7a.apk"><img src="https://img.shields.io/badge/APK-ARMv7-45bf55.svg?logo=android"></a><br>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-android-x86_64.apk"><img src="https://img.shields.io/badge/APK-x64-96ed89.svg?logo=android"></a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Windows</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-windows-amd64-setup.exe"><img src="https://img.shields.io/badge/Setup-x64-2d7d9a.svg?logo=windows"></a><br>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-windows-amd64.zip"><img src="https://img.shields.io/badge/Portable-x64-67b7d1.svg?logo=windows"></a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>macOS</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-macos-arm64.dmg"><img src="https://img.shields.io/badge/DMG-Apple%20Silicon-%23000000.svg?logo=apple"></a><br>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-macos-amd64.dmg"><img src="https://img.shields.io/badge/DMG-Intel%20X64-%2300A9E0.svg?logo=apple"></a><br>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Linux</td>
|
|
||||||
<td>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-linux-amd64.AppImage"><img src="https://img.shields.io/badge/AppImage-x64-f84e29.svg?logo=linux"> </a><br>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-linux-amd64.deb"><img src="https://img.shields.io/badge/DebPackage-x64-FF9966.svg?logo=debian"> </a><br>
|
|
||||||
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-linux-amd64.deb"><img src="https://img.shields.io/badge/RpmPackage-x64-F1B42F.svg?logo=redhat"> </a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div dir="ltr">
|
|
||||||
|
|
||||||
**List of all changes:** [ChangeLog](https://github.com/chen08209/FlClash/blob/main/CHANGELOG.md)
|
|
||||||
|
|
||||||
</div>
|
|
||||||
246
.github/workflows/build.yaml
vendored
@@ -1,246 +0,0 @@
|
|||||||
name: build
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
env:
|
|
||||||
IS_STABLE: ${{ !contains(github.ref, '-') }}
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- platform: android
|
|
||||||
os: ubuntu-latest
|
|
||||||
- platform: windows
|
|
||||||
os: Windows-2022
|
|
||||||
arch: amd64
|
|
||||||
- platform: linux
|
|
||||||
os: ubuntu-22.04
|
|
||||||
arch: amd64
|
|
||||||
- platform: macos
|
|
||||||
os: macos-13
|
|
||||||
arch: amd64
|
|
||||||
- platform: macos
|
|
||||||
os: macos-latest
|
|
||||||
arch: arm64
|
|
||||||
# - platform: windows
|
|
||||||
# os: windows-11-arm
|
|
||||||
# arch: arm64
|
|
||||||
- platform: linux
|
|
||||||
os: ubuntu-24.04-arm
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Setup rust
|
|
||||||
if: startsWith(matrix.os, 'windows-11-arm')
|
|
||||||
run: |
|
|
||||||
Invoke-WebRequest -Uri "https://win.rustup.rs/aarch64" -OutFile rustup-init.exe
|
|
||||||
.\rustup-init.exe -y --default-toolchain stable
|
|
||||||
$cargoPath = "$env:USERPROFILE\.cargo\bin"
|
|
||||||
Add-Content $env:GITHUB_PATH $cargoPath
|
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Setup Android Signing
|
|
||||||
if: startsWith(matrix.platform,'android')
|
|
||||||
run: |
|
|
||||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > android/app/keystore.jks
|
|
||||||
echo "${{ secrets.SERVICE_JSON }}" | base64 --decode > android/app/google-services.json
|
|
||||||
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/local.properties
|
|
||||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> android/local.properties
|
|
||||||
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/local.properties
|
|
||||||
|
|
||||||
- name: Setup Go
|
|
||||||
uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: '1.24.0'
|
|
||||||
cache-dependency-path: |
|
|
||||||
core/go.sum
|
|
||||||
|
|
||||||
- name: Setup Flutter
|
|
||||||
if: ${{ !(startsWith(matrix.os, 'windows-11-arm') || startsWith(matrix.os, 'ubuntu-24.04-arm')) }}
|
|
||||||
uses: subosito/flutter-action@v2
|
|
||||||
with:
|
|
||||||
channel: stable
|
|
||||||
flutter-version: 3.35.7
|
|
||||||
cache: true
|
|
||||||
- name: Setup Flutter With Other
|
|
||||||
if: startsWith(matrix.os, 'windows-11-arm') || startsWith(matrix.os, 'ubuntu-24.04-arm')
|
|
||||||
uses: subosito/flutter-action@v2
|
|
||||||
with:
|
|
||||||
channel: master
|
|
||||||
flutter-version: 3.35.7
|
|
||||||
cache: true
|
|
||||||
|
|
||||||
- name: Get Flutter Dependency
|
|
||||||
run: |
|
|
||||||
flutter --version
|
|
||||||
flutter pub get
|
|
||||||
|
|
||||||
- name: Setup
|
|
||||||
run: dart setup.dart ${{ matrix.platform }} ${{ matrix.arch && format('--arch {0}', matrix.arch) }} ${{ env.IS_STABLE == 'true' && '--env stable' || '' }}
|
|
||||||
|
|
||||||
- name: Upload
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: artifact-${{ matrix.platform }}${{ matrix.arch && format('-{0}', matrix.arch) }}
|
|
||||||
path: ./dist
|
|
||||||
overwrite: true
|
|
||||||
|
|
||||||
changelog:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [ build ]
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
if: ${{ env.IS_STABLE == 'true' }}
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
ref: refs/heads/main
|
|
||||||
- name: Generate
|
|
||||||
if: ${{ env.IS_STABLE == 'true' }}
|
|
||||||
run: |
|
|
||||||
last_ver=$(grep -m1 '^## ' CHANGELOG.md 2>/dev/null | sed 's/^## //')
|
|
||||||
|
|
||||||
tags=($(git tag --merged HEAD --sort=-creatordate))
|
|
||||||
|
|
||||||
temp="NEW_CHANGELOG.md" > "$temp"
|
|
||||||
|
|
||||||
for i in "${!tags[@]}"; do
|
|
||||||
curr="${tags[i]}"
|
|
||||||
[[ "$curr" == "$last_ver" ]] && break
|
|
||||||
|
|
||||||
prev="${tags[i+1]}"
|
|
||||||
range="${prev:+$prev..}$curr"
|
|
||||||
|
|
||||||
echo -e "## $curr\n" >> "$temp"
|
|
||||||
git log --no-merges --pretty=format:"%B" "$range" | \
|
|
||||||
awk '!/Update changelog/ && NF {print "- " $0 "\n"}' >> "$temp"
|
|
||||||
done
|
|
||||||
[ -f CHANGELOG.md ] && cat CHANGELOG.md >> "$temp"
|
|
||||||
|
|
||||||
mv "$temp" CHANGELOG.md
|
|
||||||
|
|
||||||
- name: Commit
|
|
||||||
if: ${{ env.IS_STABLE == 'true' }}
|
|
||||||
run: |
|
|
||||||
git add CHANGELOG.md
|
|
||||||
if ! git diff --cached --quiet; then
|
|
||||||
echo "Commit pushing"
|
|
||||||
git config --local user.email "chen08209@gmail.com"
|
|
||||||
git config --local user.name "chen08209"
|
|
||||||
git commit -m "Update changelog"
|
|
||||||
git push
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
echo "Push succeeded"
|
|
||||||
else
|
|
||||||
echo "Push failed"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
upload:
|
|
||||||
permissions: write-all
|
|
||||||
needs: [ build ]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
services:
|
|
||||||
telegram-bot-api:
|
|
||||||
image: aiogram/telegram-bot-api:latest
|
|
||||||
env:
|
|
||||||
TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID }}
|
|
||||||
TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
|
|
||||||
ports:
|
|
||||||
- 8081:8081
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Download
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
path: ./dist/
|
|
||||||
pattern: artifact-*
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Generate release.md
|
|
||||||
run: |
|
|
||||||
tags=($(git tag --merged HEAD --sort=-creatordate))
|
|
||||||
preTag=$(curl -s "https://api.github.com/repos/chen08209/FlClash/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' || echo "")
|
|
||||||
out="release.md" > "$out"
|
|
||||||
for i in "${!tags[@]}"; do
|
|
||||||
curr="${tags[i]}"
|
|
||||||
[[ "$curr" == "$preTag" ]] && break
|
|
||||||
|
|
||||||
prev="${tags[i+1]}"
|
|
||||||
range="${prev:+$prev..}$curr"
|
|
||||||
|
|
||||||
echo -e "## $curr\n" >> "$out"
|
|
||||||
git log --no-merges --pretty=format:"%B" "$range" | \
|
|
||||||
awk '!/Update changelog/ && NF {print "- " $0 "\n"}' >> "$out"
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
- name: Push to telegram
|
|
||||||
env:
|
|
||||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
|
||||||
TAG: ${{ github.ref_name }}
|
|
||||||
RUN_ID: ${{ github.run_id }}
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install requests
|
|
||||||
python release_telegram.py
|
|
||||||
|
|
||||||
- name: Patch release.md
|
|
||||||
run: |
|
|
||||||
version=$(echo "${{ github.ref_name }}" | sed 's/^v//')
|
|
||||||
sed "s|VERSION|$version|g" ./.github/release_template.md >> release.md
|
|
||||||
|
|
||||||
- name: Generate sha256
|
|
||||||
if: env.IS_STABLE == 'true'
|
|
||||||
run: |
|
|
||||||
cd ./dist
|
|
||||||
for file in $(find . -type f -not -name "*.sha256"); do
|
|
||||||
sha256sum "$file" > "${file}.sha256"
|
|
||||||
done
|
|
||||||
|
|
||||||
- name: Release
|
|
||||||
if: ${{ env.IS_STABLE == 'true' }}
|
|
||||||
uses: softprops/action-gh-release@v2
|
|
||||||
with:
|
|
||||||
files: ./dist/*
|
|
||||||
body_path: './release.md'
|
|
||||||
|
|
||||||
- name: Create Fdroid Source Dir
|
|
||||||
if: ${{ env.IS_STABLE == 'true' }}
|
|
||||||
run: |
|
|
||||||
mkdir -p ./tmp
|
|
||||||
cp ./dist/*android-arm64-v8a* ./tmp/ || true
|
|
||||||
echo "Files copied successfully"
|
|
||||||
|
|
||||||
- name: Push to fdroid repo
|
|
||||||
if: ${{ env.IS_STABLE == 'true' }}
|
|
||||||
uses: cpina/github-action-push-to-another-repository@v1.7.2
|
|
||||||
env:
|
|
||||||
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
|
||||||
with:
|
|
||||||
source-directory: ./tmp/
|
|
||||||
destination-github-username: chen08209
|
|
||||||
destination-repository-name: FlClash-fdroid-repo
|
|
||||||
user-name: 'github-actions[bot]'
|
|
||||||
user-email: 'github-actions[bot]@users.noreply.github.com'
|
|
||||||
target-branch: main
|
|
||||||
commit-message: Update from ${{ github.ref_name }}
|
|
||||||
target-directory: /tmp/
|
|
||||||
|
|
||||||
118
.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
name: build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- platform: android
|
||||||
|
os: ubuntu-latest
|
||||||
|
- platform: windows
|
||||||
|
os: windows-latest
|
||||||
|
- platform: linux
|
||||||
|
os: ubuntu-latest
|
||||||
|
- platform: macos
|
||||||
|
os: macos-13
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Setup JAVA
|
||||||
|
if: startsWith(matrix.platform,'android')
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'zulu'
|
||||||
|
java-version: 17
|
||||||
|
|
||||||
|
- name: Setup NDK
|
||||||
|
if: startsWith(matrix.platform,'android')
|
||||||
|
uses: nttld/setup-ndk@v1
|
||||||
|
id: setup-ndk
|
||||||
|
with:
|
||||||
|
ndk-version: r26b
|
||||||
|
add-to-path: true
|
||||||
|
link-to-sdk: true
|
||||||
|
|
||||||
|
- name: Setup Android Signing
|
||||||
|
if: startsWith(matrix.platform,'android')
|
||||||
|
run: |
|
||||||
|
echo "${{ secrets.KEYSTORE }}" | base64 --decode > android/app/keystore.jks
|
||||||
|
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/local.properties
|
||||||
|
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> android/local.properties
|
||||||
|
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/local.properties
|
||||||
|
|
||||||
|
|
||||||
|
- name: Setup Go
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version-file: 'core/go.mod'
|
||||||
|
cache-dependency-path: |
|
||||||
|
core/go.sum
|
||||||
|
|
||||||
|
- name: Setup Flutter
|
||||||
|
uses: subosito/flutter-action@v2
|
||||||
|
with:
|
||||||
|
flutter-version: '3.x'
|
||||||
|
channel: 'stable'
|
||||||
|
cache: true
|
||||||
|
|
||||||
|
- name: Get Flutter Dependency
|
||||||
|
run: flutter pub get
|
||||||
|
|
||||||
|
- name: Setup
|
||||||
|
run: |
|
||||||
|
dart setup.dart ${{ matrix.platform }}
|
||||||
|
|
||||||
|
- name: Upload
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: artifact-${{ matrix.platform }}
|
||||||
|
path: ./dist
|
||||||
|
retention-days: 1
|
||||||
|
overwrite: true
|
||||||
|
|
||||||
|
|
||||||
|
upload-release:
|
||||||
|
if: ${{ !endsWith(github.ref, '-debug') }}
|
||||||
|
permissions: write-all
|
||||||
|
needs: [ build ]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Download
|
||||||
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
path: ./dist/
|
||||||
|
pattern: artifact-*
|
||||||
|
merge-multiple: true
|
||||||
|
|
||||||
|
- name: Pre Release
|
||||||
|
run: |
|
||||||
|
pip install gitchangelog pystache mustache markdown
|
||||||
|
pre=$(curl --silent "https://api.github.com/repos/chen08209/FlClash/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' || echo "")
|
||||||
|
if [ -z "pre" ]; then
|
||||||
|
echo "init" > release.md
|
||||||
|
else
|
||||||
|
current="${{ github.ref_name }}"
|
||||||
|
echo -e "\n\n<details markdown=1><summary>All changes from $current to the latest commit:</summary>\n\n" >> release.md
|
||||||
|
gitchangelog "${pre}.." >> release.md 2>&1 || echo "Error in gitchangelog"
|
||||||
|
echo -e "\n\n</details>" >> release.md
|
||||||
|
fi
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
with:
|
||||||
|
files: ./dist/*
|
||||||
|
body_path: './release.md'
|
||||||
18
.gitignore
vendored
@@ -5,11 +5,9 @@
|
|||||||
*.swp
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
.build/
|
|
||||||
.buildlog/
|
.buildlog/
|
||||||
.history
|
.history
|
||||||
.svn/
|
.svn/
|
||||||
.swiftpm/
|
|
||||||
migrate_working_dir/
|
migrate_working_dir/
|
||||||
|
|
||||||
# IntelliJ related
|
# IntelliJ related
|
||||||
@@ -45,19 +43,11 @@ app.*.map.json
|
|||||||
/android/app/debug
|
/android/app/debug
|
||||||
/android/app/profile
|
/android/app/profile
|
||||||
/android/app/release
|
/android/app/release
|
||||||
/android/**/.cxx
|
|
||||||
/android/**/build
|
|
||||||
/android/common/**/.**/
|
|
||||||
/android/common/local.*
|
|
||||||
/android/core/**/includes/
|
|
||||||
/android/core/**/cmake-build-*/
|
|
||||||
/android/core/**/jniLibs/
|
|
||||||
|
|
||||||
|
|
||||||
#FlClash
|
|
||||||
|
#libclash
|
||||||
/libclash/
|
/libclash/
|
||||||
/android/app/src/main/jniLibs/
|
|
||||||
/services/helper/target
|
|
||||||
/macos/**/Package.resolved
|
|
||||||
devtools_options.yaml
|
|
||||||
|
|
||||||
|
#jniLibs
|
||||||
|
/android/app/src/main/jniLibs/
|
||||||
|
|||||||
4
.gitmodules
vendored
@@ -5,6 +5,4 @@
|
|||||||
[submodule "plugins/flutter_distributor"]
|
[submodule "plugins/flutter_distributor"]
|
||||||
path = plugins/flutter_distributor
|
path = plugins/flutter_distributor
|
||||||
url = git@github.com:chen08209/flutter_distributor.git
|
url = git@github.com:chen08209/flutter_distributor.git
|
||||||
branch = FlClash
|
branch = main
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
10
Makefile
@@ -1,10 +0,0 @@
|
|||||||
android_arm64:
|
|
||||||
dart ./setup.dart android --arch arm64
|
|
||||||
macos_arm64:
|
|
||||||
dart ./setup.dart macos --arch arm64
|
|
||||||
android_app:
|
|
||||||
dart ./setup.dart android
|
|
||||||
android_arm64_core:
|
|
||||||
dart ./setup.dart android --arch arm64 --out core
|
|
||||||
macos_arm64_core:
|
|
||||||
dart ./setup.dart macos --arch arm64 --out core
|
|
||||||
48
README.md
@@ -6,9 +6,13 @@
|
|||||||
|
|
||||||
## FlClash
|
## FlClash
|
||||||
|
|
||||||
[](https://github.com/chen08209/FlClash/releases/)[](https://github.com/chen08209/FlClash/releases/)[](LICENSE)
|
<p style="text-align: left;">
|
||||||
|
<img alt="stars" src="https://img.shields.io/github/stars/chen08209/FlClash?style=flat-square&logo=github"/>
|
||||||
[](https://t.me/FlClash)
|
<img alt="downloads" src="https://img.shields.io/github/downloads/chen08209/FlClash/total"/>
|
||||||
|
<a href="LICENSE">
|
||||||
|
<img alt="license" src="https://img.shields.io/github/license/chen08209/FlClash"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
||||||
|
|
||||||
@@ -30,36 +34,11 @@ on Mobile:
|
|||||||
|
|
||||||
💡 Based on Material You Design, [Surfboard](https://github.com/getsurfboard/surfboard)-like UI
|
💡 Based on Material You Design, [Surfboard](https://github.com/getsurfboard/surfboard)-like UI
|
||||||
|
|
||||||
☁️ Supports data sync via WebDAV
|
|
||||||
|
|
||||||
✨ Support subscription link, Dark mode
|
✨ Support subscription link, Dark mode
|
||||||
|
|
||||||
## Use
|
## Contact
|
||||||
|
|
||||||
### Linux
|
[Telegram](https://t.me/+G-veVtwBOl4wODc1)
|
||||||
|
|
||||||
⚠️ Make sure to install the following dependencies before using them
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt-get install libayatana-appindicator3-dev
|
|
||||||
sudo apt-get install libkeybinder-3.0-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
### Android
|
|
||||||
|
|
||||||
Support the following actions
|
|
||||||
|
|
||||||
```bash
|
|
||||||
com.follow.clash.action.START
|
|
||||||
|
|
||||||
com.follow.clash.action.STOP
|
|
||||||
|
|
||||||
com.follow.clash.action.TOGGLE
|
|
||||||
```
|
|
||||||
|
|
||||||
## Download
|
|
||||||
|
|
||||||
<a href="https://chen08209.github.io/FlClash-fdroid-repo/repo?fingerprint=789D6D32668712EF7672F9E58DEEB15FBD6DCEEC5AE7A4371EA72F2AAE8A12FD"><img alt="Get it on F-Droid" src="snapshots/get-it-on-fdroid.svg" width="200px"/></a> <a href="https://github.com/chen08209/FlClash/releases"><img alt="Get it on GitHub" src="snapshots/get-it-on-github.svg" width="200px"/></a>
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
@@ -93,7 +72,7 @@ Support the following actions
|
|||||||
3. Run build script
|
3. Run build script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart windows --arch <arm64 | amd64>
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
- linux
|
- linux
|
||||||
@@ -103,7 +82,7 @@ Support the following actions
|
|||||||
2. Run build script
|
2. Run build script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart linux --arch <arm64 | amd64>
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
- macOS
|
- macOS
|
||||||
@@ -113,8 +92,11 @@ Support the following actions
|
|||||||
2. Run build script
|
2. Run build script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart macos --arch <arm64 | amd64>
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Star
|
## Star
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,13 @@
|
|||||||
|
|
||||||
## FlClash
|
## FlClash
|
||||||
|
|
||||||
[](https://github.com/chen08209/FlClash/releases/)[](https://github.com/chen08209/FlClash/releases/)[](LICENSE)
|
<p style="text-align: left;">
|
||||||
|
<img alt="stars" src="https://img.shields.io/github/stars/chen08209/FlClash?style=flat-square&logo=github"/>
|
||||||
[](https://t.me/FlClash)
|
<img alt="downloads" src="https://img.shields.io/github/downloads/chen08209/FlClash/total"/>
|
||||||
|
<a href="LICENSE">
|
||||||
|
<img alt="license" src="https://img.shields.io/github/license/chen08209/FlClash"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
基于ClashMeta的多平台代理客户端,简单易用,开源无广告。
|
基于ClashMeta的多平台代理客户端,简单易用,开源无广告。
|
||||||
|
|
||||||
@@ -30,36 +34,11 @@ on Mobile:
|
|||||||
|
|
||||||
💡 基本 Material You 设计, 类[Surfboard](https://github.com/getsurfboard/surfboard)用户界面
|
💡 基本 Material You 设计, 类[Surfboard](https://github.com/getsurfboard/surfboard)用户界面
|
||||||
|
|
||||||
☁️ 支持通过WebDAV同步数据
|
|
||||||
|
|
||||||
✨ 支持一键导入订阅, 深色模式
|
✨ 支持一键导入订阅, 深色模式
|
||||||
|
|
||||||
## Use
|
## Contact
|
||||||
|
|
||||||
### Linux
|
[Telegram](https://t.me/+G-veVtwBOl4wODc1)
|
||||||
|
|
||||||
⚠️ 使用前请确保安装以下依赖
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo apt-get install libayatana-appindicator3-dev
|
|
||||||
sudo apt-get install libkeybinder-3.0-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
### Android
|
|
||||||
|
|
||||||
支持下列操作
|
|
||||||
|
|
||||||
```bash
|
|
||||||
com.follow.clash.action.START
|
|
||||||
|
|
||||||
com.follow.clash.action.STOP
|
|
||||||
|
|
||||||
com.follow.clash.action.TOGGLE
|
|
||||||
```
|
|
||||||
|
|
||||||
## Download
|
|
||||||
|
|
||||||
<a href="https://chen08209.github.io/FlClash-fdroid-repo/repo?fingerprint=789D6D32668712EF7672F9E58DEEB15FBD6DCEEC5AE7A4371EA72F2AAE8A12FD"><img alt="Get it on F-Droid" src="snapshots/get-it-on-fdroid.svg" width="200px"/></a> <a href="https://github.com/chen08209/FlClash/releases"><img alt="Get it on GitHub" src="snapshots/get-it-on-github.svg" width="200px"/></a>
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
@@ -93,7 +72,7 @@ on Mobile:
|
|||||||
3. 运行构建脚本
|
3. 运行构建脚本
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart windows --arch <arm64 | amd64>
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
- linux
|
- linux
|
||||||
@@ -103,7 +82,7 @@ on Mobile:
|
|||||||
2. 运行构建脚本
|
2. 运行构建脚本
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart linux --arch <arm64 | amd64>
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
- macOS
|
- macOS
|
||||||
@@ -113,7 +92,7 @@ on Mobile:
|
|||||||
2. 运行构建脚本
|
2. 运行构建脚本
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart .\setup.dart macos --arch <arm64 | amd64>
|
dart .\setup.dart
|
||||||
```
|
```
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|||||||
@@ -1,10 +1,29 @@
|
|||||||
|
# This file configures the analyzer, which statically analyzes Dart code to
|
||||||
|
# check for errors, warnings, and lints.
|
||||||
|
#
|
||||||
|
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
||||||
|
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
||||||
|
# invoked from the command line by running `flutter analyze`.
|
||||||
|
|
||||||
|
# The following line activates a set of recommended lints for Flutter apps,
|
||||||
|
# packages, and plugins designed to encourage good coding practices.
|
||||||
include: package:flutter_lints/flutter.yaml
|
include: package:flutter_lints/flutter.yaml
|
||||||
analyzer:
|
|
||||||
exclude:
|
|
||||||
- lib/l10n/intl/**
|
|
||||||
errors:
|
|
||||||
invalid_annotation_target: ignore
|
|
||||||
|
|
||||||
linter:
|
linter:
|
||||||
|
# The lint rules applied to this project can be customized in the
|
||||||
|
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||||
|
# included above or to enable additional rules. A list of all available lints
|
||||||
|
# and their documentation is published at
|
||||||
|
# https://dart-lang.github.io/linter/lints/index.html.
|
||||||
|
#
|
||||||
|
# Instead of disabling a lint rule for the entire project in the
|
||||||
|
# section below, it can also be suppressed for a single line of code
|
||||||
|
# or a specific dart file by using the `// ignore: name_of_lint` and
|
||||||
|
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||||
|
# producing the lint.
|
||||||
rules:
|
rules:
|
||||||
prefer_single_quotes: true
|
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||||
|
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||||
|
|
||||||
|
# Additional information about this file can be found at
|
||||||
|
# https://dart.dev/guides/language/analysis-options
|
||||||
|
|||||||
112
android/app/build.gradle
Normal file
@@ -0,0 +1,112 @@
|
|||||||
|
import com.android.build.gradle.tasks.MergeSourceSetFolders
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id "com.android.application"
|
||||||
|
id "kotlin-android"
|
||||||
|
id "dev.flutter.flutter-gradle-plugin"
|
||||||
|
}
|
||||||
|
|
||||||
|
def localProperties = new Properties()
|
||||||
|
def localPropertiesFile = rootProject.file('local.properties')
|
||||||
|
if (localPropertiesFile.exists()) {
|
||||||
|
localPropertiesFile.withReader('UTF-8') { reader ->
|
||||||
|
localProperties.load(reader)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
|
||||||
|
if (flutterVersionCode == null) {
|
||||||
|
flutterVersionCode = '1'
|
||||||
|
}
|
||||||
|
|
||||||
|
def flutterVersionName = localProperties.getProperty('flutter.versionName')
|
||||||
|
if (flutterVersionName == null) {
|
||||||
|
flutterVersionName = '1.0'
|
||||||
|
}
|
||||||
|
|
||||||
|
def defStoreFile = file("keystore.jks")
|
||||||
|
def defStorePassword = localProperties.getProperty('storePassword')
|
||||||
|
def defKeyAlias = localProperties.getProperty('keyAlias')
|
||||||
|
def defKeyPassword = localProperties.getProperty('keyPassword')
|
||||||
|
def isRelease = defStoreFile.exists() && defStorePassword != null && defKeyAlias != null && defKeyPassword != null
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace "com.follow.clash"
|
||||||
|
compileSdkVersion 34
|
||||||
|
ndkVersion "25.1.8937393"
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
|
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = '1.8'
|
||||||
|
}
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
|
}
|
||||||
|
signingConfigs {
|
||||||
|
if (isRelease){
|
||||||
|
release {
|
||||||
|
storeFile defStoreFile
|
||||||
|
storePassword defStorePassword
|
||||||
|
keyAlias defKeyAlias
|
||||||
|
keyPassword defKeyPassword
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
applicationId "com.follow.clash"
|
||||||
|
minSdkVersion 21
|
||||||
|
targetSdkVersion 34
|
||||||
|
versionCode flutterVersionCode.toInteger()
|
||||||
|
versionName flutterVersionName
|
||||||
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
minifyEnabled false
|
||||||
|
applicationIdSuffix '.debug'
|
||||||
|
}
|
||||||
|
release {
|
||||||
|
minifyEnabled true
|
||||||
|
if(isRelease){
|
||||||
|
signingConfig signingConfigs.release
|
||||||
|
}else{
|
||||||
|
signingConfig signingConfigs.debug
|
||||||
|
}
|
||||||
|
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.register('copyNativeLibs', Copy) {
|
||||||
|
delete('src/main/jniLibs')
|
||||||
|
from('../../libclash/android')
|
||||||
|
into('src/main/jniLibs')
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.withType(MergeSourceSetFolders).configureEach {
|
||||||
|
dependsOn copyNativeLibs
|
||||||
|
}
|
||||||
|
|
||||||
|
flutter {
|
||||||
|
source '../..'
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation 'androidx.core:core-splashscreen:1.0.1'
|
||||||
|
implementation 'com.google.code.gson:gson:2.10'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
afterEvaluate {
|
||||||
|
assembleDebug.dependsOn copyNativeLibs
|
||||||
|
|
||||||
|
assembleRelease.dependsOn copyNativeLibs
|
||||||
|
}
|
||||||
@@ -1,108 +0,0 @@
|
|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|
||||||
import java.util.Properties
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.android.application")
|
|
||||||
id("kotlin-android")
|
|
||||||
id("dev.flutter.flutter-gradle-plugin")
|
|
||||||
id("com.google.gms.google-services")
|
|
||||||
id("com.google.firebase.crashlytics")
|
|
||||||
}
|
|
||||||
|
|
||||||
val localPropertiesFile = rootProject.file("local.properties")
|
|
||||||
val localProperties = Properties().apply {
|
|
||||||
if (localPropertiesFile.exists()) {
|
|
||||||
localPropertiesFile.inputStream().use { load(it) }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val mStoreFile: File = file("keystore.jks")
|
|
||||||
val mStorePassword: String? = localProperties.getProperty("storePassword")
|
|
||||||
val mKeyAlias: String? = localProperties.getProperty("keyAlias")
|
|
||||||
val mKeyPassword: String? = localProperties.getProperty("keyPassword")
|
|
||||||
val isRelease =
|
|
||||||
mStoreFile.exists() && mStorePassword != null && mKeyAlias != null && mKeyPassword != null
|
|
||||||
|
|
||||||
|
|
||||||
android {
|
|
||||||
namespace = "com.follow.clash"
|
|
||||||
compileSdk = libs.versions.compileSdk.get().toInt()
|
|
||||||
ndkVersion = libs.versions.ndkVersion.get()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
|
||||||
}
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
applicationId = "com.follow.clash"
|
|
||||||
minSdk = flutter.minSdkVersion
|
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
|
||||||
versionCode = flutter.versionCode
|
|
||||||
versionName = flutter.versionName
|
|
||||||
}
|
|
||||||
|
|
||||||
signingConfigs {
|
|
||||||
if (isRelease) {
|
|
||||||
create("release") {
|
|
||||||
storeFile = mStoreFile
|
|
||||||
storePassword = mStorePassword
|
|
||||||
keyAlias = mKeyAlias
|
|
||||||
keyPassword = mKeyPassword
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
packaging {
|
|
||||||
jniLibs {
|
|
||||||
useLegacyPackaging = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
debug {
|
|
||||||
isMinifyEnabled = false
|
|
||||||
applicationIdSuffix = ".debug"
|
|
||||||
}
|
|
||||||
|
|
||||||
release {
|
|
||||||
isMinifyEnabled = true
|
|
||||||
isShrinkResources = true
|
|
||||||
signingConfig = if (isRelease) {
|
|
||||||
signingConfigs.getByName("release")
|
|
||||||
} else {
|
|
||||||
signingConfigs.getByName("debug")
|
|
||||||
}
|
|
||||||
|
|
||||||
proguardFiles(
|
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlin {
|
|
||||||
compilerOptions {
|
|
||||||
jvmTarget.set(JvmTarget.JVM_17)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
flutter {
|
|
||||||
source = "../.."
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation(project(":service"))
|
|
||||||
implementation(project(":common"))
|
|
||||||
implementation(libs.core.splashscreen)
|
|
||||||
implementation(libs.gson)
|
|
||||||
implementation(libs.smali.dexlib2) {
|
|
||||||
exclude(group = "com.google.guava", module = "guava")
|
|
||||||
}
|
|
||||||
implementation(platform(libs.firebase.bom))
|
|
||||||
implementation(libs.firebase.crashlytics.ndk)
|
|
||||||
implementation(libs.firebase.analytics)
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"project_info": {
|
|
||||||
"project_number": "000000000000",
|
|
||||||
"project_id": "dev"
|
|
||||||
},
|
|
||||||
"client": [
|
|
||||||
{
|
|
||||||
"client_info": {
|
|
||||||
"mobilesdk_app_id": "1:000000000000:android:0000000000000000",
|
|
||||||
"android_client_info": {
|
|
||||||
"package_name": "com.follow.clash"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"oauth_client": [],
|
|
||||||
"api_key": [
|
|
||||||
{
|
|
||||||
"current_key": "0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"services": {
|
|
||||||
"appinvite_service": {
|
|
||||||
"other_platform_oauth_client": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"client_info": {
|
|
||||||
"mobilesdk_app_id": "1:000000000000:android:0000000000000000",
|
|
||||||
"android_client_info": {
|
|
||||||
"package_name": "com.follow.clash.debug"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"oauth_client": [],
|
|
||||||
"api_key": [
|
|
||||||
{
|
|
||||||
"current_key": "0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"services": {
|
|
||||||
"appinvite_service": {
|
|
||||||
"other_platform_oauth_client": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
4
android/app/proguard-rules.pro
vendored
@@ -1,4 +1,2 @@
|
|||||||
|
|
||||||
-keep class com.follow.clash.models.**{ *; }
|
-keep class com.follow.clash.models.**{ *; }
|
||||||
|
|
||||||
-keep class com.follow.clash.service.models.**{ *; }
|
|
||||||
@@ -1,16 +1,13 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
|
||||||
<!-- The INTERNET permission is required for development. Specifically,
|
<!-- The INTERNET permission is required for development. Specifically,
|
||||||
the Flutter tool needs it to communicate with the running application
|
the Flutter tool needs it to communicate with the running application
|
||||||
to allow setting breakpoints, to provide hot reload, etc.
|
to allow setting breakpoints, to provide hot reload, etc.
|
||||||
-->
|
-->
|
||||||
<application
|
<application android:label="FlClash Debug" tools:replace="android:label">
|
||||||
android:icon="@mipmap/ic_launcher"
|
|
||||||
android:label="FlClash Debug"
|
|
||||||
tools:replace="android:label">
|
|
||||||
<service
|
<service
|
||||||
android:name=".TileService"
|
android:name=".services.FlClashTileService"
|
||||||
android:label="FlClash Debug"
|
android:label="FlClash Debug"
|
||||||
tools:replace="android:label" />
|
tools:replace="android:label">
|
||||||
|
</service>
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
@@ -1,51 +1,49 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.touchscreen"
|
android:name="android.software.leanback"
|
||||||
android:required="false" />
|
android:required="false" />
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.camera"
|
android:name="android.hardware.touchscreen"
|
||||||
android:required="false" />
|
android:required="false" />
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.software.leanback"
|
android:name="android.hardware.camera"
|
||||||
android:required="false" />
|
android:required="false" />
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||||
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.QUERY_ALL_PACKAGES"
|
|
||||||
tools:ignore="QueryAllPackagesPermission" />
|
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
|
||||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:ignore="QueryAllPackagesPermission"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".Application"
|
android:name="${applicationName}"
|
||||||
android:banner="@mipmap/ic_banner"
|
|
||||||
android:hardwareAccelerated="true"
|
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
android:label="FlClash">
|
android:label="FlClash">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name="com.follow.clash.MainActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:theme="@style/LaunchTheme"
|
android:theme="@style/LaunchTheme"
|
||||||
android:windowSoftInputMode="adjustResize">
|
android:windowSoftInputMode="adjustResize">
|
||||||
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||||
|
the Android process has started. This theme is visible to the user
|
||||||
|
while the Flutter UI initializes. After that, this theme continues
|
||||||
|
to determine the Window background behind the Flutter UI. -->
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="io.flutter.embedding.android.NormalTheme"
|
android:name="io.flutter.embedding.android.NormalTheme"
|
||||||
android:resource="@style/NormalTheme" />
|
android:resource="@style/NormalTheme" />
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
|
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
|
||||||
@@ -56,37 +54,26 @@
|
|||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
|
||||||
<data android:scheme="clash" />
|
<data android:scheme="clash"/>
|
||||||
<data android:scheme="clashmeta" />
|
<data android:scheme="clashmeta"/>
|
||||||
<data android:scheme="flclash" />
|
<data android:scheme="flclash"/>
|
||||||
|
|
||||||
<data android:host="install-config" />
|
<data android:host="install-config"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<!-- <meta-data-->
|
||||||
|
<!-- android:name="io.flutter.embedding.android.EnableImpeller"-->
|
||||||
|
<!-- android:value="true" />-->
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".TempActivity"
|
android:name=".TempActivity"
|
||||||
android:excludeFromRecents="true"
|
android:theme="@style/TransparentTheme" />
|
||||||
android:exported="true"
|
|
||||||
android:theme="@style/TransparentTheme">
|
|
||||||
<intent-filter>
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
<action android:name="${applicationId}.action.START" />
|
|
||||||
</intent-filter>
|
|
||||||
<intent-filter>
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
<action android:name="${applicationId}.action.STOP" />
|
|
||||||
</intent-filter>
|
|
||||||
<intent-filter>
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
<action android:name="${applicationId}.action.TOGGLE" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".TileService"
|
android:name=".services.FlClashTileService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@drawable/ic"
|
android:icon="@drawable/tile_icon"
|
||||||
android:label="FlClash"
|
android:label="FlClash"
|
||||||
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@@ -96,17 +83,15 @@
|
|||||||
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
|
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
|
||||||
android:value="true" />
|
android:value="true" />
|
||||||
</service>
|
</service>
|
||||||
|
<service
|
||||||
<receiver
|
android:name=".services.FlClashVpnService"
|
||||||
android:name=".BroadcastReceiver"
|
android:exported="false"
|
||||||
android:enabled="true"
|
android:foregroundServiceType="specialUse"
|
||||||
android:exported="true"
|
android:permission="android.permission.BIND_VPN_SERVICE">
|
||||||
android:permission="${applicationId}.permission.RECEIVE_BROADCASTS">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="${applicationId}.intent.action.SERVICE_CREATED" />
|
<action android:name="android.net.VpnService" />
|
||||||
<action android:name="${applicationId}.intent.action.SERVICE_DESTROYED" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</service>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="flutterEmbedding"
|
android:name="flutterEmbedding"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 72 KiB |
@@ -1,13 +0,0 @@
|
|||||||
package com.follow.clash
|
|
||||||
|
|
||||||
import android.app.Application
|
|
||||||
import android.content.Context
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
|
|
||||||
class Application : Application() {
|
|
||||||
|
|
||||||
override fun attachBaseContext(base: Context?) {
|
|
||||||
super.attachBaseContext(base)
|
|
||||||
GlobalState.init(this)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
package com.follow.clash
|
|
||||||
|
|
||||||
import android.content.BroadcastReceiver
|
|
||||||
import android.content.Context
|
|
||||||
import android.content.Intent
|
|
||||||
import com.follow.clash.common.BroadcastAction
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
import com.follow.clash.common.action
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
|
|
||||||
class BroadcastReceiver : BroadcastReceiver() {
|
|
||||||
override fun onReceive(context: Context?, intent: Intent?) {
|
|
||||||
when (intent?.action) {
|
|
||||||
BroadcastAction.SERVICE_CREATED.action -> {
|
|
||||||
GlobalState.log("Receiver service created")
|
|
||||||
GlobalState.launch {
|
|
||||||
State.handleStartServiceAction()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
BroadcastAction.SERVICE_DESTROYED.action -> {
|
|
||||||
GlobalState.log("Receiver service destroyed")
|
|
||||||
GlobalState.launch {
|
|
||||||
State.handleStopServiceAction()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,121 +0,0 @@
|
|||||||
package com.follow.clash
|
|
||||||
|
|
||||||
import android.content.pm.PackageManager
|
|
||||||
import android.graphics.Bitmap
|
|
||||||
import android.graphics.drawable.Drawable
|
|
||||||
import android.os.Build
|
|
||||||
import android.os.Handler
|
|
||||||
import android.os.Looper
|
|
||||||
import androidx.core.graphics.drawable.toBitmap
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
import io.flutter.embedding.engine.FlutterEngine
|
|
||||||
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
|
||||||
import io.flutter.plugin.common.MethodChannel
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.suspendCancellableCoroutine
|
|
||||||
import kotlinx.coroutines.withContext
|
|
||||||
import java.io.File
|
|
||||||
import java.io.FileOutputStream
|
|
||||||
import java.util.concurrent.TimeUnit
|
|
||||||
import kotlin.coroutines.resume
|
|
||||||
|
|
||||||
private const val ICON_TTL_DAYS = 1L
|
|
||||||
|
|
||||||
suspend fun PackageManager.getPackageIconPath(packageName: String): String =
|
|
||||||
withContext(Dispatchers.IO) {
|
|
||||||
val cacheDir = GlobalState.application.cacheDir
|
|
||||||
val iconDir = File(cacheDir, "icons").apply { mkdirs() }
|
|
||||||
return@withContext try {
|
|
||||||
val pkgInfo = getPackageInfo(packageName, 0)
|
|
||||||
val lastUpdateTime = pkgInfo.lastUpdateTime
|
|
||||||
val iconFile = File(iconDir, "${packageName}_${lastUpdateTime}.webp")
|
|
||||||
if (iconFile.exists() && !isExpired(iconFile)) {
|
|
||||||
return@withContext iconFile.absolutePath
|
|
||||||
}
|
|
||||||
iconDir.listFiles { f -> f.name.startsWith("${packageName}_") }?.forEach(File::delete)
|
|
||||||
|
|
||||||
val icon = getApplicationIcon(packageName)
|
|
||||||
saveDrawableToFile(icon, iconFile)
|
|
||||||
iconFile.absolutePath
|
|
||||||
} catch (_: Exception) {
|
|
||||||
val defaultIconFile = File(iconDir, "default_icon.webp")
|
|
||||||
if (!defaultIconFile.exists()) {
|
|
||||||
saveDrawableToFile(defaultActivityIcon, defaultIconFile)
|
|
||||||
}
|
|
||||||
defaultIconFile.absolutePath
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private suspend fun saveDrawableToFile(drawable: Drawable, file: File) {
|
|
||||||
val bitmap = withContext(Dispatchers.Default) {
|
|
||||||
drawable.toBitmap(width = 128, height = 128)
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
val format = when {
|
|
||||||
Build.VERSION.SDK_INT >= Build.VERSION_CODES.R -> {
|
|
||||||
Bitmap.CompressFormat.WEBP_LOSSY
|
|
||||||
}
|
|
||||||
|
|
||||||
else -> {
|
|
||||||
Bitmap.CompressFormat.WEBP
|
|
||||||
}
|
|
||||||
}
|
|
||||||
FileOutputStream(file).use { fos ->
|
|
||||||
bitmap.compress(format, 90, fos)
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
if (!bitmap.isRecycled) bitmap.recycle()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun isExpired(file: File): Boolean {
|
|
||||||
val now = System.currentTimeMillis()
|
|
||||||
val age = now - file.lastModified()
|
|
||||||
return age > TimeUnit.DAYS.toMillis(ICON_TTL_DAYS)
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun <T> MethodChannel.awaitResult(
|
|
||||||
method: String, arguments: Any? = null
|
|
||||||
): T? = withContext(Dispatchers.Main) {
|
|
||||||
suspendCancellableCoroutine { continuation ->
|
|
||||||
invokeMethod(method, arguments, object : MethodChannel.Result {
|
|
||||||
override fun success(result: Any?) {
|
|
||||||
@Suppress("UNCHECKED_CAST") continuation.resume(result as T?)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun error(code: String, message: String?, details: Any?) {
|
|
||||||
continuation.resume(null)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun notImplemented() {
|
|
||||||
continuation.resume(null)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
inline fun <reified T : FlutterPlugin> FlutterEngine.plugin(): T? {
|
|
||||||
return plugins.get(T::class.java) as T?
|
|
||||||
}
|
|
||||||
|
|
||||||
fun <T> MethodChannel.invokeMethodOnMainThread(
|
|
||||||
method: String, arguments: Any? = null, callback: ((Result<T>) -> Unit)? = null
|
|
||||||
) {
|
|
||||||
Handler(Looper.getMainLooper()).post {
|
|
||||||
invokeMethod(method, arguments, object : MethodChannel.Result {
|
|
||||||
override fun success(result: Any?) {
|
|
||||||
@Suppress("UNCHECKED_CAST") callback?.invoke(Result.success(result as T))
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun error(errorCode: String, errorMessage: String?, errorDetails: Any?) {
|
|
||||||
val exception = Exception("MethodChannel error: $errorCode - $errorMessage")
|
|
||||||
callback?.invoke(Result.failure(exception))
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun notImplemented() {
|
|
||||||
val exception = NotImplementedError("Method not implemented: $method")
|
|
||||||
callback?.invoke(Result.failure(exception))
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
24
android/app/src/main/kotlin/com/follow/clash/GlobalState.kt
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
package com.follow.clash
|
||||||
|
|
||||||
|
import androidx.lifecycle.MutableLiveData
|
||||||
|
import com.follow.clash.plugins.TilePlugin
|
||||||
|
import io.flutter.embedding.engine.FlutterEngine
|
||||||
|
import java.util.Date
|
||||||
|
|
||||||
|
enum class RunState {
|
||||||
|
START,
|
||||||
|
PENDING,
|
||||||
|
STOP
|
||||||
|
}
|
||||||
|
|
||||||
|
class GlobalState {
|
||||||
|
companion object {
|
||||||
|
val runState: MutableLiveData<RunState> = MutableLiveData<RunState>(RunState.STOP)
|
||||||
|
var runTime: Date? = null
|
||||||
|
var flutterEngine: FlutterEngine? = null
|
||||||
|
fun getCurrentTilePlugin(): TilePlugin? =
|
||||||
|
flutterEngine?.plugins?.get(TilePlugin::class.java) as TilePlugin?
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1,41 +1,25 @@
|
|||||||
package com.follow.clash
|
package com.follow.clash
|
||||||
|
|
||||||
import android.os.Bundle
|
|
||||||
import androidx.lifecycle.lifecycleScope
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
import com.follow.clash.plugins.AppPlugin
|
import com.follow.clash.plugins.AppPlugin
|
||||||
import com.follow.clash.plugins.ServicePlugin
|
import com.follow.clash.plugins.ProxyPlugin
|
||||||
import com.follow.clash.plugins.TilePlugin
|
import com.follow.clash.plugins.TilePlugin
|
||||||
import io.flutter.embedding.android.FlutterActivity
|
import io.flutter.embedding.android.FlutterActivity
|
||||||
import io.flutter.embedding.engine.FlutterEngine
|
import io.flutter.embedding.engine.FlutterEngine
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.SupervisorJob
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
|
|
||||||
class MainActivity : FlutterActivity(),
|
class MainActivity : FlutterActivity() {
|
||||||
CoroutineScope by CoroutineScope(SupervisorJob() + Dispatchers.Default) {
|
|
||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
|
||||||
super.onCreate(savedInstanceState)
|
|
||||||
lifecycleScope.launch {
|
|
||||||
State.destroyServiceEngine()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun configureFlutterEngine(flutterEngine: FlutterEngine) {
|
override fun configureFlutterEngine(flutterEngine: FlutterEngine) {
|
||||||
|
GlobalState.flutterEngine?.destroy()
|
||||||
super.configureFlutterEngine(flutterEngine)
|
super.configureFlutterEngine(flutterEngine)
|
||||||
flutterEngine.plugins.add(AppPlugin())
|
flutterEngine.plugins.add(AppPlugin())
|
||||||
flutterEngine.plugins.add(ServicePlugin())
|
flutterEngine.plugins.add(ProxyPlugin())
|
||||||
flutterEngine.plugins.add(TilePlugin())
|
flutterEngine.plugins.add(TilePlugin())
|
||||||
State.flutterEngine = flutterEngine
|
GlobalState.flutterEngine = flutterEngine
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDestroy() {
|
override fun onDestroy() {
|
||||||
GlobalState.launch {
|
GlobalState.flutterEngine = null
|
||||||
Service.setEventListener(null)
|
|
||||||
}
|
|
||||||
State.flutterEngine = null
|
|
||||||
super.onDestroy()
|
super.onDestroy()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
package com.follow.clash
|
|
||||||
|
|
||||||
import com.follow.clash.common.ServiceDelegate
|
|
||||||
import com.follow.clash.common.formatString
|
|
||||||
import com.follow.clash.common.intent
|
|
||||||
import com.follow.clash.service.IAckInterface
|
|
||||||
import com.follow.clash.service.ICallbackInterface
|
|
||||||
import com.follow.clash.service.IEventInterface
|
|
||||||
import com.follow.clash.service.IRemoteInterface
|
|
||||||
import com.follow.clash.service.IResultInterface
|
|
||||||
import com.follow.clash.service.RemoteService
|
|
||||||
import com.follow.clash.service.models.NotificationParams
|
|
||||||
import com.follow.clash.service.models.VpnOptions
|
|
||||||
import kotlinx.coroutines.suspendCancellableCoroutine
|
|
||||||
import kotlin.coroutines.resume
|
|
||||||
import kotlin.coroutines.resumeWithException
|
|
||||||
|
|
||||||
object Service {
|
|
||||||
private val delegate by lazy {
|
|
||||||
ServiceDelegate<IRemoteInterface>(
|
|
||||||
RemoteService::class.intent, ::handleServiceDisconnected
|
|
||||||
) {
|
|
||||||
IRemoteInterface.Stub.asInterface(it)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var onServiceDisconnected: ((String) -> Unit)? = null
|
|
||||||
|
|
||||||
private fun handleServiceDisconnected(message: String) {
|
|
||||||
onServiceDisconnected?.let {
|
|
||||||
it(message)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun bind() {
|
|
||||||
delegate.bind()
|
|
||||||
}
|
|
||||||
|
|
||||||
fun unbind() {
|
|
||||||
delegate.unbind()
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun invokeAction(data: String, cb: (result: String) -> Unit): Result<Unit> {
|
|
||||||
val res = mutableListOf<ByteArray>()
|
|
||||||
return delegate.useService {
|
|
||||||
it.invokeAction(
|
|
||||||
data, object : ICallbackInterface.Stub() {
|
|
||||||
override fun onResult(
|
|
||||||
result: ByteArray?, isSuccess: Boolean, ack: IAckInterface?
|
|
||||||
) {
|
|
||||||
res.add(result ?: byteArrayOf())
|
|
||||||
ack?.onAck()
|
|
||||||
if (isSuccess) {
|
|
||||||
cb(res.formatString())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun setEventListener(
|
|
||||||
cb: ((result: String?) -> Unit)?
|
|
||||||
): Result<Unit> {
|
|
||||||
val results = HashMap<String, MutableList<ByteArray>>()
|
|
||||||
return delegate.useService {
|
|
||||||
it.setEventListener(
|
|
||||||
when (cb != null) {
|
|
||||||
true -> object : IEventInterface.Stub() {
|
|
||||||
override fun onEvent(
|
|
||||||
id: String, data: ByteArray?, isSuccess: Boolean, ack: IAckInterface?
|
|
||||||
) {
|
|
||||||
if (results[id] == null) {
|
|
||||||
results[id] = mutableListOf()
|
|
||||||
}
|
|
||||||
results[id]?.add(data ?: byteArrayOf())
|
|
||||||
ack?.onAck()
|
|
||||||
if (isSuccess) {
|
|
||||||
cb(results[id]?.formatString())
|
|
||||||
results.remove(id)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
false -> null
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun updateNotificationParams(
|
|
||||||
params: NotificationParams
|
|
||||||
): Result<Unit> {
|
|
||||||
return delegate.useService {
|
|
||||||
it.updateNotificationParams(params)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun setCrashlytics(
|
|
||||||
enable: Boolean
|
|
||||||
): Result<Unit> {
|
|
||||||
return delegate.useService {
|
|
||||||
it.setCrashlytics(enable)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private suspend fun awaitIResultInterface(
|
|
||||||
block: (IResultInterface) -> Unit
|
|
||||||
): Long = suspendCancellableCoroutine { continuation ->
|
|
||||||
val callback = object : IResultInterface.Stub() {
|
|
||||||
override fun onResult(time: Long) {
|
|
||||||
if (continuation.isActive) {
|
|
||||||
continuation.resume(time)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
block(callback)
|
|
||||||
} catch (e: Exception) {
|
|
||||||
if (continuation.isActive) {
|
|
||||||
continuation.resumeWithException(e)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
suspend fun startService(options: VpnOptions, runTime: Long): Long {
|
|
||||||
return delegate.useService {
|
|
||||||
awaitIResultInterface { callback ->
|
|
||||||
it.startService(options, runTime, callback)
|
|
||||||
}
|
|
||||||
}.getOrNull() ?: 0L
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun stopService(): Long {
|
|
||||||
return delegate.useService {
|
|
||||||
awaitIResultInterface { callback ->
|
|
||||||
it.stopService(callback)
|
|
||||||
}
|
|
||||||
}.getOrNull() ?: 0L
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun getRunTime(): Long {
|
|
||||||
return delegate.useService {
|
|
||||||
it.runTime
|
|
||||||
}.getOrNull() ?: 0L
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,178 +0,0 @@
|
|||||||
package com.follow.clash
|
|
||||||
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
import com.follow.clash.plugins.AppPlugin
|
|
||||||
import com.follow.clash.plugins.ServicePlugin
|
|
||||||
import com.follow.clash.plugins.TilePlugin
|
|
||||||
import io.flutter.FlutterInjector
|
|
||||||
import io.flutter.embedding.engine.FlutterEngine
|
|
||||||
import io.flutter.embedding.engine.dart.DartExecutor
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.flow.MutableStateFlow
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
import kotlinx.coroutines.sync.Mutex
|
|
||||||
import kotlinx.coroutines.sync.withLock
|
|
||||||
import kotlinx.coroutines.withContext
|
|
||||||
|
|
||||||
enum class RunState {
|
|
||||||
START, PENDING, STOP
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
object State {
|
|
||||||
|
|
||||||
val runLock = Mutex()
|
|
||||||
|
|
||||||
var runTime: Long = 0
|
|
||||||
|
|
||||||
val runStateFlow: MutableStateFlow<RunState> = MutableStateFlow(RunState.STOP)
|
|
||||||
|
|
||||||
var flutterEngine: FlutterEngine? = null
|
|
||||||
var serviceFlutterEngine: FlutterEngine? = null
|
|
||||||
|
|
||||||
val appPlugin: AppPlugin?
|
|
||||||
get() = flutterEngine?.plugin<AppPlugin>() ?: serviceFlutterEngine?.plugin<AppPlugin>()
|
|
||||||
|
|
||||||
val servicePlugin: ServicePlugin?
|
|
||||||
get() = flutterEngine?.plugin<ServicePlugin>()
|
|
||||||
?: serviceFlutterEngine?.plugin<ServicePlugin>()
|
|
||||||
|
|
||||||
val tilePlugin: TilePlugin?
|
|
||||||
get() = flutterEngine?.plugin<TilePlugin>() ?: serviceFlutterEngine?.plugin<TilePlugin>()
|
|
||||||
|
|
||||||
suspend fun handleToggleAction() {
|
|
||||||
var action: (suspend () -> Unit)?
|
|
||||||
runLock.withLock {
|
|
||||||
action = when (runStateFlow.value) {
|
|
||||||
RunState.PENDING -> null
|
|
||||||
RunState.START -> ::handleStopServiceAction
|
|
||||||
RunState.STOP -> ::handleStartServiceAction
|
|
||||||
}
|
|
||||||
}
|
|
||||||
action?.invoke()
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun handleSyncState() {
|
|
||||||
runLock.withLock {
|
|
||||||
Service.bind()
|
|
||||||
runTime = Service.getRunTime()
|
|
||||||
val runState = when (runTime == 0L) {
|
|
||||||
true -> RunState.STOP
|
|
||||||
false -> RunState.START
|
|
||||||
}
|
|
||||||
runStateFlow.tryEmit(runState)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun handleStartServiceAction() {
|
|
||||||
runLock.withLock {
|
|
||||||
if (runStateFlow.value != RunState.STOP) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
tilePlugin?.handleStart()
|
|
||||||
if (flutterEngine != null) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
startServiceWithEngine()
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun handleStopServiceAction() {
|
|
||||||
runLock.withLock {
|
|
||||||
if (runStateFlow.value != RunState.START) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
tilePlugin?.handleStop()
|
|
||||||
if (flutterEngine != null || serviceFlutterEngine != null) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
handleStopService()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun handleStartService() {
|
|
||||||
val appPlugin = flutterEngine?.plugin<AppPlugin>()
|
|
||||||
if (appPlugin != null) {
|
|
||||||
appPlugin.requestNotificationsPermission {
|
|
||||||
startService()
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
startService()
|
|
||||||
}
|
|
||||||
|
|
||||||
fun handleStopService() {
|
|
||||||
GlobalState.launch {
|
|
||||||
runLock.withLock {
|
|
||||||
if (runStateFlow.value != RunState.START) {
|
|
||||||
return@launch
|
|
||||||
}
|
|
||||||
runStateFlow.tryEmit(RunState.PENDING)
|
|
||||||
runTime = Service.stopService()
|
|
||||||
runStateFlow.tryEmit(RunState.STOP)
|
|
||||||
}
|
|
||||||
destroyServiceEngine()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun destroyServiceEngine() {
|
|
||||||
runLock.withLock {
|
|
||||||
GlobalState.log("Destroy service engine")
|
|
||||||
withContext(Dispatchers.Main) {
|
|
||||||
runCatching {
|
|
||||||
serviceFlutterEngine?.destroy()
|
|
||||||
serviceFlutterEngine = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun startServiceWithEngine() {
|
|
||||||
GlobalState.launch {
|
|
||||||
runLock.withLock {
|
|
||||||
if (runStateFlow.value != RunState.STOP) {
|
|
||||||
return@launch
|
|
||||||
}
|
|
||||||
GlobalState.log("Create service engine")
|
|
||||||
withContext(Dispatchers.Main) {
|
|
||||||
serviceFlutterEngine?.destroy()
|
|
||||||
serviceFlutterEngine = FlutterEngine(GlobalState.application)
|
|
||||||
serviceFlutterEngine?.plugins?.add(ServicePlugin())
|
|
||||||
serviceFlutterEngine?.plugins?.add(AppPlugin())
|
|
||||||
serviceFlutterEngine?.plugins?.add(TilePlugin())
|
|
||||||
val dartEntrypoint = DartExecutor.DartEntrypoint(
|
|
||||||
FlutterInjector.instance().flutterLoader().findAppBundlePath(), "_service"
|
|
||||||
)
|
|
||||||
serviceFlutterEngine?.dartExecutor?.executeDartEntrypoint(dartEntrypoint)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun startService() {
|
|
||||||
GlobalState.launch {
|
|
||||||
runLock.withLock {
|
|
||||||
if (runStateFlow.value != RunState.STOP) {
|
|
||||||
return@launch
|
|
||||||
}
|
|
||||||
runStateFlow.tryEmit(RunState.PENDING)
|
|
||||||
if (servicePlugin == null) {
|
|
||||||
return@launch
|
|
||||||
}
|
|
||||||
val options = servicePlugin?.handleGetVpnOptions()
|
|
||||||
if (options == null) {
|
|
||||||
return@launch
|
|
||||||
}
|
|
||||||
appPlugin?.prepare(options.enable) {
|
|
||||||
runTime = Service.startService(options, runTime)
|
|
||||||
runStateFlow.tryEmit(RunState.START)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -2,36 +2,10 @@ package com.follow.clash
|
|||||||
|
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import com.follow.clash.common.QuickAction
|
|
||||||
import com.follow.clash.common.action
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.SupervisorJob
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
|
|
||||||
class TempActivity : Activity(),
|
class TempActivity : Activity() {
|
||||||
CoroutineScope by CoroutineScope(SupervisorJob() + Dispatchers.Default) {
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
when (intent.action) {
|
finishAndRemoveTask()
|
||||||
QuickAction.START.action -> {
|
|
||||||
launch {
|
|
||||||
State.handleStartServiceAction()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
QuickAction.STOP.action -> {
|
|
||||||
launch {
|
|
||||||
State.handleStopServiceAction()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
QuickAction.TOGGLE.action -> {
|
|
||||||
launch {
|
|
||||||
State.handleToggleAction()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
finish()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
package com.follow.clash
|
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
|
||||||
import android.os.Build
|
|
||||||
import android.service.quicksettings.Tile
|
|
||||||
import android.service.quicksettings.TileService
|
|
||||||
import com.follow.clash.common.QuickAction
|
|
||||||
import com.follow.clash.common.quickIntent
|
|
||||||
import com.follow.clash.common.toPendingIntent
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.SupervisorJob
|
|
||||||
import kotlinx.coroutines.cancel
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
|
|
||||||
class TileService : TileService() {
|
|
||||||
private var scope: CoroutineScope? = null
|
|
||||||
private fun updateTile(runState: RunState) {
|
|
||||||
if (qsTile != null) {
|
|
||||||
qsTile.state = when (runState) {
|
|
||||||
RunState.START -> Tile.STATE_ACTIVE
|
|
||||||
RunState.PENDING -> Tile.STATE_UNAVAILABLE
|
|
||||||
RunState.STOP -> Tile.STATE_INACTIVE
|
|
||||||
}
|
|
||||||
qsTile.updateTile()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onStartListening() {
|
|
||||||
super.onStartListening()
|
|
||||||
scope?.cancel()
|
|
||||||
scope = CoroutineScope(SupervisorJob() + Dispatchers.Default)
|
|
||||||
scope?.launch {
|
|
||||||
State.handleSyncState()
|
|
||||||
State.runStateFlow.collect {
|
|
||||||
updateTile(it)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@SuppressLint("StartActivityAndCollapseDeprecated")
|
|
||||||
private fun handleToggle() {
|
|
||||||
val intent = QuickAction.TOGGLE.quickIntent
|
|
||||||
val pendingIntent = intent.toPendingIntent
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
|
|
||||||
startActivityAndCollapse(pendingIntent)
|
|
||||||
} else {
|
|
||||||
@Suppress("DEPRECATION") startActivityAndCollapse(intent)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onClick() {
|
|
||||||
super.onClick()
|
|
||||||
handleToggle()
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onStopListening() {
|
|
||||||
scope?.cancel()
|
|
||||||
super.onStopListening()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
package com.follow.clash.extensions
|
||||||
|
|
||||||
|
import java.net.InetSocketAddress
|
||||||
|
|
||||||
|
import android.graphics.Bitmap
|
||||||
|
import android.graphics.drawable.Drawable
|
||||||
|
import android.system.OsConstants.IPPROTO_TCP
|
||||||
|
import android.system.OsConstants.IPPROTO_UDP
|
||||||
|
import android.util.Base64
|
||||||
|
import androidx.core.graphics.drawable.toBitmap
|
||||||
|
import com.follow.clash.models.Metadata
|
||||||
|
import kotlinx.coroutines.Dispatchers
|
||||||
|
import kotlinx.coroutines.withContext
|
||||||
|
import java.io.ByteArrayOutputStream
|
||||||
|
|
||||||
|
|
||||||
|
suspend fun Drawable.getBase64(): String {
|
||||||
|
val drawable = this
|
||||||
|
return withContext(Dispatchers.IO) {
|
||||||
|
val bitmap = drawable.toBitmap()
|
||||||
|
val byteArrayOutputStream = ByteArrayOutputStream()
|
||||||
|
bitmap.compress(Bitmap.CompressFormat.PNG, 100, byteArrayOutputStream)
|
||||||
|
Base64.encodeToString(byteArrayOutputStream.toByteArray(), Base64.NO_WRAP)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fun Metadata.getProtocol(): Int? {
|
||||||
|
if (network.startsWith("tcp")) return IPPROTO_TCP
|
||||||
|
if (network.startsWith("udp")) return IPPROTO_UDP
|
||||||
|
return null
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
package com.follow.clash.models
|
||||||
|
|
||||||
|
enum class AccessControlMode {
|
||||||
|
acceptSelected,
|
||||||
|
rejectSelected,
|
||||||
|
}
|
||||||
|
|
||||||
|
data class AccessControl(
|
||||||
|
val mode: AccessControlMode,
|
||||||
|
val acceptList: List<String>,
|
||||||
|
val rejectList: List<String>,
|
||||||
|
)
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
package com.follow.clash.models
|
||||||
|
|
||||||
|
data class Metadata(
|
||||||
|
val network: String,
|
||||||
|
val sourceIP: String,
|
||||||
|
val sourcePort: Int,
|
||||||
|
val destinationIP: String,
|
||||||
|
val destinationPort: Int,
|
||||||
|
val remoteDestination: String,
|
||||||
|
val host: String
|
||||||
|
)
|
||||||
@@ -3,7 +3,5 @@ package com.follow.clash.models
|
|||||||
data class Package(
|
data class Package(
|
||||||
val packageName: String,
|
val packageName: String,
|
||||||
val label: String,
|
val label: String,
|
||||||
val system: Boolean,
|
val isSystem:Boolean
|
||||||
val internet: Boolean,
|
|
||||||
val lastUpdateTime: Long,
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
package com.follow.clash.models
|
|
||||||
|
|
||||||
|
|
||||||
data class AppState(
|
|
||||||
val crashlytics: Boolean = true,
|
|
||||||
val currentProfileName: String = "FlClash",
|
|
||||||
val stopText: String = "Stop",
|
|
||||||
val onlyStatisticsProxy: Boolean = false,
|
|
||||||
)
|
|
||||||
@@ -2,417 +2,182 @@ package com.follow.clash.plugins
|
|||||||
|
|
||||||
import android.Manifest
|
import android.Manifest
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import android.app.ActivityManager
|
import android.content.Context
|
||||||
import android.content.Intent
|
|
||||||
import android.content.pm.ApplicationInfo
|
import android.content.pm.ApplicationInfo
|
||||||
import android.content.pm.ComponentInfo
|
|
||||||
import android.content.pm.PackageManager
|
import android.content.pm.PackageManager
|
||||||
import android.net.VpnService
|
import android.net.ConnectivityManager
|
||||||
import android.os.Build
|
import android.os.Build
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
import androidx.core.app.ActivityCompat
|
import androidx.annotation.RequiresApi
|
||||||
import androidx.core.content.ContextCompat
|
import androidx.core.content.getSystemService
|
||||||
import androidx.core.content.ContextCompat.getSystemService
|
import com.follow.clash.extensions.getBase64
|
||||||
import androidx.core.content.pm.ShortcutInfoCompat
|
import com.follow.clash.extensions.getProtocol
|
||||||
import androidx.core.content.pm.ShortcutManagerCompat
|
import com.follow.clash.models.Metadata
|
||||||
import androidx.core.graphics.drawable.IconCompat
|
|
||||||
import com.android.tools.smali.dexlib2.dexbacked.DexBackedDexFile
|
|
||||||
import com.follow.clash.R
|
|
||||||
import com.follow.clash.common.Components
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
import com.follow.clash.common.QuickAction
|
|
||||||
import com.follow.clash.common.quickIntent
|
|
||||||
import com.follow.clash.getPackageIconPath
|
|
||||||
import com.follow.clash.models.Package
|
import com.follow.clash.models.Package
|
||||||
import com.google.gson.Gson
|
import com.google.gson.Gson
|
||||||
import io.flutter.embedding.android.FlutterActivity
|
|
||||||
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||||
import io.flutter.embedding.engine.plugins.activity.ActivityAware
|
import io.flutter.embedding.engine.plugins.activity.ActivityAware
|
||||||
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
||||||
import io.flutter.plugin.common.MethodCall
|
import io.flutter.plugin.common.MethodCall
|
||||||
import io.flutter.plugin.common.MethodChannel
|
import io.flutter.plugin.common.MethodChannel
|
||||||
import io.flutter.plugin.common.MethodChannel.Result
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
import kotlinx.coroutines.CoroutineScope
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.coroutines.Dispatchers
|
||||||
import kotlinx.coroutines.cancel
|
import kotlinx.coroutines.cancel
|
||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
import kotlinx.coroutines.withContext
|
import kotlinx.coroutines.withContext
|
||||||
import java.io.File
|
import java.net.InetSocketAddress
|
||||||
import java.lang.ref.WeakReference
|
|
||||||
import java.util.zip.ZipFile
|
|
||||||
|
|
||||||
class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
class AppPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
||||||
|
|
||||||
companion object {
|
private var activity: Activity? = null
|
||||||
const val VPN_PERMISSION_REQUEST_CODE = 1001
|
|
||||||
const val NOTIFICATION_PERMISSION_REQUEST_CODE = 1002
|
|
||||||
}
|
|
||||||
|
|
||||||
private var activityRef: WeakReference<Activity>? = null
|
private var toast: Toast? = null
|
||||||
|
|
||||||
|
private var context: Context? = null
|
||||||
|
|
||||||
private lateinit var channel: MethodChannel
|
private lateinit var channel: MethodChannel
|
||||||
|
|
||||||
private lateinit var scope: CoroutineScope
|
private lateinit var scope: CoroutineScope
|
||||||
|
|
||||||
private var vpnPrepareCallback: (suspend () -> Unit)? = null
|
private var connectivity: ConnectivityManager? = null
|
||||||
|
|
||||||
private var requestNotificationCallback: (() -> Unit)? = null
|
private val iconMap = mutableMapOf<String, String?>()
|
||||||
|
|
||||||
private val packages = mutableListOf<Package>()
|
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
|
context = flutterPluginBinding.applicationContext;
|
||||||
private val skipPrefixList = listOf(
|
channel = MethodChannel(flutterPluginBinding.binaryMessenger, "app")
|
||||||
"com.google",
|
channel.setMethodCallHandler(this)
|
||||||
"com.android.chrome",
|
|
||||||
"com.android.vending",
|
|
||||||
"com.microsoft",
|
|
||||||
"com.apple",
|
|
||||||
"com.zhiliaoapp.musically", // Banned by China
|
|
||||||
)
|
|
||||||
|
|
||||||
private val chinaAppPrefixList = listOf(
|
|
||||||
"com.tencent",
|
|
||||||
"com.alibaba",
|
|
||||||
"com.umeng",
|
|
||||||
"com.qihoo",
|
|
||||||
"com.ali",
|
|
||||||
"com.alipay",
|
|
||||||
"com.amap",
|
|
||||||
"com.sina",
|
|
||||||
"com.weibo",
|
|
||||||
"com.vivo",
|
|
||||||
"com.xiaomi",
|
|
||||||
"com.huawei",
|
|
||||||
"com.taobao",
|
|
||||||
"com.secneo",
|
|
||||||
"s.h.e.l.l",
|
|
||||||
"com.stub",
|
|
||||||
"com.kiwisec",
|
|
||||||
"com.secshell",
|
|
||||||
"com.wrapper",
|
|
||||||
"cn.securitystack",
|
|
||||||
"com.mogosec",
|
|
||||||
"com.secoen",
|
|
||||||
"com.netease",
|
|
||||||
"com.mx",
|
|
||||||
"com.qq.e",
|
|
||||||
"com.baidu",
|
|
||||||
"com.bytedance",
|
|
||||||
"com.bugly",
|
|
||||||
"com.miui",
|
|
||||||
"com.oppo",
|
|
||||||
"com.coloros",
|
|
||||||
"com.iqoo",
|
|
||||||
"com.meizu",
|
|
||||||
"com.gionee",
|
|
||||||
"cn.nubia",
|
|
||||||
"com.oplus",
|
|
||||||
"andes.oplus",
|
|
||||||
"com.unionpay",
|
|
||||||
"cn.wps"
|
|
||||||
)
|
|
||||||
|
|
||||||
private val chinaAppRegex by lazy {
|
|
||||||
("(" + chinaAppPrefixList.joinToString("|").replace(".", "\\.") + ").*").toRegex()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private var isBlockNotification: Boolean = false
|
override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
|
channel.setMethodCallHandler(null)
|
||||||
|
}
|
||||||
|
|
||||||
override fun onMethodCall(call: MethodCall, result: Result) {
|
private fun tip(message: String?) {
|
||||||
|
if (toast != null) {
|
||||||
|
toast!!.cancel()
|
||||||
|
}
|
||||||
|
toast = Toast.makeText(context, message, Toast.LENGTH_SHORT)
|
||||||
|
toast!!.show()
|
||||||
|
}
|
||||||
|
|
||||||
|
@RequiresApi(Build.VERSION_CODES.Q)
|
||||||
|
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) {
|
||||||
when (call.method) {
|
when (call.method) {
|
||||||
"moveTaskToBack" -> {
|
"moveTaskToBack" -> {
|
||||||
activityRef?.get()?.moveTaskToBack(true)
|
activity?.moveTaskToBack(true)
|
||||||
result.success(true)
|
result.success(true);
|
||||||
}
|
|
||||||
|
|
||||||
"updateExcludeFromRecents" -> {
|
|
||||||
val value = call.argument<Boolean>("value")
|
|
||||||
updateExcludeFromRecents(value)
|
|
||||||
result.success(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
"initShortcuts" -> {
|
|
||||||
initShortcuts(call.arguments as String)
|
|
||||||
result.success(true)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"getPackages" -> {
|
"getPackages" -> {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
result.success(getPackagesToJson())
|
result.success(getPackages())
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
"getChinaPackageNames" -> {
|
|
||||||
scope.launch {
|
|
||||||
result.success(getChinaPackageNames())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"getPackageIcon" -> {
|
"getPackageIcon" -> {
|
||||||
handleGetPackageIcon(call, result)
|
scope.launch {
|
||||||
|
val packageName = call.argument<String>("packageName")
|
||||||
|
if (packageName != null) {
|
||||||
|
result.success(getPackageIcon(packageName))
|
||||||
|
} else {
|
||||||
|
result.success(null)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"getPackageName" -> {
|
||||||
|
val data = call.argument<String>("data")
|
||||||
|
val metadata =
|
||||||
|
if (data != null) Gson().fromJson(
|
||||||
|
data,
|
||||||
|
Metadata::class.java
|
||||||
|
) else null
|
||||||
|
val protocol = metadata?.getProtocol()
|
||||||
|
if (protocol == null) {
|
||||||
|
result.success(null)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
scope.launch {
|
||||||
|
withContext(Dispatchers.Default) {
|
||||||
|
if (context == null) result.success(null)
|
||||||
|
val source = InetSocketAddress(metadata.sourceIP, metadata.sourcePort)
|
||||||
|
val target = InetSocketAddress(
|
||||||
|
metadata.host.ifEmpty { metadata.destinationIP },
|
||||||
|
metadata.destinationPort
|
||||||
|
)
|
||||||
|
if (connectivity == null) {
|
||||||
|
connectivity = context!!.getSystemService<ConnectivityManager>()
|
||||||
|
}
|
||||||
|
val uid =
|
||||||
|
connectivity?.getConnectionOwnerUid(protocol, source, target)
|
||||||
|
if (uid == null || uid == -1) {
|
||||||
|
result.success(null)
|
||||||
|
return@withContext
|
||||||
|
}
|
||||||
|
val packages = context?.packageManager?.getPackagesForUid(uid)
|
||||||
|
result.success(packages?.first())
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"tip" -> {
|
"tip" -> {
|
||||||
val message = call.argument<String>("message")
|
val message = call.argument<String>("message")
|
||||||
tip(message)
|
tip(message)
|
||||||
result.success(true)
|
result.success(true)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
result.notImplemented()
|
result.notImplemented();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun handleGetPackageIcon(call: MethodCall, result: Result) {
|
private suspend fun getPackageIcon(packageName: String): String? {
|
||||||
scope.launch {
|
val packageManager = context?.packageManager
|
||||||
val packageName = call.argument<String>("packageName")
|
if (iconMap[packageName] == null) {
|
||||||
if (packageName == null) {
|
iconMap[packageName] = packageManager?.getApplicationIcon(packageName)?.getBase64()
|
||||||
result.success("")
|
|
||||||
return@launch
|
|
||||||
}
|
|
||||||
val path = GlobalState.application.packageManager.getPackageIconPath(packageName)
|
|
||||||
result.success(path)
|
|
||||||
}
|
}
|
||||||
|
return iconMap[packageName]
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initShortcuts(label: String) {
|
private suspend fun getPackages(): String {
|
||||||
val shortcut = with(ShortcutInfoCompat.Builder(GlobalState.application, "toggle")) {
|
return withContext(Dispatchers.Default){
|
||||||
setShortLabel(label)
|
val packageManager = context?.packageManager
|
||||||
setIcon(
|
val packages: List<Package>? =
|
||||||
IconCompat.createWithResource(
|
packageManager?.getInstalledPackages(PackageManager.GET_META_DATA)?.filter {
|
||||||
GlobalState.application,
|
it.packageName != context?.packageName
|
||||||
R.mipmap.ic_launcher_round,
|
|| it.requestedPermissions?.contains(Manifest.permission.INTERNET) == true
|
||||||
)
|
|| it.packageName == "android"
|
||||||
)
|
|
||||||
setIntent(QuickAction.TOGGLE.quickIntent)
|
|
||||||
build()
|
|
||||||
}
|
|
||||||
ShortcutManagerCompat.setDynamicShortcuts(
|
|
||||||
GlobalState.application, listOf(shortcut)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun tip(message: String?) {
|
}?.map {
|
||||||
Toast.makeText(GlobalState.application, message, Toast.LENGTH_LONG).show()
|
Package(
|
||||||
}
|
packageName = it.packageName,
|
||||||
|
label = it.applicationInfo.loadLabel(packageManager).toString(),
|
||||||
@Suppress("DEPRECATION")
|
isSystem = (it.applicationInfo.flags and ApplicationInfo.FLAG_SYSTEM) == 1
|
||||||
private fun updateExcludeFromRecents(value: Boolean?) {
|
)
|
||||||
val am = getSystemService(GlobalState.application, ActivityManager::class.java)
|
}
|
||||||
val task = am?.appTasks?.firstOrNull {
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
|
||||||
it.taskInfo.taskId == activityRef?.get()?.taskId
|
|
||||||
} else {
|
|
||||||
it.taskInfo.id == activityRef?.get()?.taskId
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
when (value) {
|
|
||||||
true -> task?.setExcludeFromRecents(value)
|
|
||||||
false -> task?.setExcludeFromRecents(value)
|
|
||||||
null -> task?.setExcludeFromRecents(false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private fun getPackages(): List<Package> {
|
|
||||||
val packageManager = GlobalState.application.packageManager
|
|
||||||
if (packages.isNotEmpty()) return packages
|
|
||||||
packageManager?.getInstalledPackages(PackageManager.GET_META_DATA or PackageManager.GET_PERMISSIONS)
|
|
||||||
?.filter {
|
|
||||||
it.packageName != GlobalState.application.packageName && it.packageName != "android"
|
|
||||||
}?.map {
|
|
||||||
Package(
|
|
||||||
packageName = it.packageName,
|
|
||||||
label = it.applicationInfo?.loadLabel(packageManager).toString(),
|
|
||||||
system = (it.applicationInfo?.flags?.and(ApplicationInfo.FLAG_SYSTEM)) != 0,
|
|
||||||
lastUpdateTime = it.lastUpdateTime,
|
|
||||||
internet = it.requestedPermissions?.contains(Manifest.permission.INTERNET) == true
|
|
||||||
)
|
|
||||||
}?.let { packages.addAll(it) }
|
|
||||||
return packages
|
|
||||||
}
|
|
||||||
|
|
||||||
private suspend fun getPackagesToJson(): String {
|
|
||||||
return withContext(Dispatchers.Default) {
|
|
||||||
Gson().toJson(getPackages())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private suspend fun getChinaPackageNames(): String {
|
|
||||||
return withContext(Dispatchers.Default) {
|
|
||||||
val packages: List<String> =
|
|
||||||
getPackages().map { it.packageName }.filter { isChinaPackage(it) }
|
|
||||||
Gson().toJson(packages)
|
Gson().toJson(packages)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun requestNotificationsPermission(callBack: () -> Unit) {
|
|
||||||
requestNotificationCallback = callBack
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
|
|
||||||
val permission = ContextCompat.checkSelfPermission(
|
|
||||||
GlobalState.application, Manifest.permission.POST_NOTIFICATIONS
|
|
||||||
)
|
|
||||||
if (permission == PackageManager.PERMISSION_GRANTED || isBlockNotification) {
|
|
||||||
invokeRequestNotificationCallback()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
activityRef?.get()?.let {
|
|
||||||
ActivityCompat.requestPermissions(
|
|
||||||
it,
|
|
||||||
arrayOf(Manifest.permission.POST_NOTIFICATIONS),
|
|
||||||
NOTIFICATION_PERMISSION_REQUEST_CODE
|
|
||||||
)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
} else {
|
|
||||||
invokeRequestNotificationCallback()
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
fun invokeRequestNotificationCallback() {
|
|
||||||
requestNotificationCallback?.invoke()
|
|
||||||
requestNotificationCallback = null
|
|
||||||
}
|
|
||||||
|
|
||||||
fun prepare(needPrepare: Boolean, callBack: (suspend () -> Unit)) {
|
|
||||||
vpnPrepareCallback = callBack
|
|
||||||
if (!needPrepare) {
|
|
||||||
invokeVpnPrepareCallback()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
val intent = VpnService.prepare(GlobalState.application)
|
|
||||||
if (intent != null) {
|
|
||||||
activityRef?.get()?.startActivityForResult(intent, VPN_PERMISSION_REQUEST_CODE)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
invokeVpnPrepareCallback()
|
|
||||||
}
|
|
||||||
|
|
||||||
fun invokeVpnPrepareCallback() {
|
|
||||||
GlobalState.launch {
|
|
||||||
vpnPrepareCallback?.invoke()
|
|
||||||
vpnPrepareCallback = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Suppress("DEPRECATION")
|
|
||||||
private fun isChinaPackage(packageName: String): Boolean {
|
|
||||||
val packageManager = GlobalState.application.packageManager ?: return false
|
|
||||||
skipPrefixList.forEach {
|
|
||||||
if (packageName == it || packageName.startsWith("$it.")) return false
|
|
||||||
}
|
|
||||||
val packageManagerFlags = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
|
||||||
PackageManager.MATCH_UNINSTALLED_PACKAGES or PackageManager.GET_ACTIVITIES or PackageManager.GET_SERVICES or PackageManager.GET_RECEIVERS or PackageManager.GET_PROVIDERS
|
|
||||||
} else {
|
|
||||||
PackageManager.GET_UNINSTALLED_PACKAGES or PackageManager.GET_ACTIVITIES or PackageManager.GET_SERVICES or PackageManager.GET_RECEIVERS or PackageManager.GET_PROVIDERS
|
|
||||||
}
|
|
||||||
if (packageName.matches(chinaAppRegex)) {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
val packageInfo = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
|
|
||||||
packageManager.getPackageInfo(
|
|
||||||
packageName, PackageManager.PackageInfoFlags.of(packageManagerFlags.toLong())
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
packageManager.getPackageInfo(
|
|
||||||
packageName, packageManagerFlags
|
|
||||||
)
|
|
||||||
}
|
|
||||||
mutableListOf<ComponentInfo>().apply {
|
|
||||||
packageInfo.services?.let { addAll(it) }
|
|
||||||
packageInfo.activities?.let { addAll(it) }
|
|
||||||
packageInfo.receivers?.let { addAll(it) }
|
|
||||||
packageInfo.providers?.let { addAll(it) }
|
|
||||||
}.forEach {
|
|
||||||
if (it.name.matches(chinaAppRegex)) return true
|
|
||||||
}
|
|
||||||
packageInfo.applicationInfo?.publicSourceDir?.let {
|
|
||||||
ZipFile(File(it)).use {
|
|
||||||
for (packageEntry in it.entries()) {
|
|
||||||
if (packageEntry.name.startsWith("firebase-")) return false
|
|
||||||
}
|
|
||||||
for (packageEntry in it.entries()) {
|
|
||||||
if (!(packageEntry.name.startsWith("classes") && packageEntry.name.endsWith(
|
|
||||||
".dex"
|
|
||||||
))
|
|
||||||
) {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if (packageEntry.size > 15000000) {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
val input = it.getInputStream(packageEntry).buffered()
|
|
||||||
val dexFile = try {
|
|
||||||
DexBackedDexFile.fromInputStream(null, input)
|
|
||||||
} catch (e: Exception) {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
for (clazz in dexFile.classes) {
|
|
||||||
val clazzName =
|
|
||||||
clazz.type.substring(1, clazz.type.length - 1).replace("/", ".")
|
|
||||||
.replace("$", ".")
|
|
||||||
if (clazzName.matches(chinaAppRegex)) return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} catch (_: Exception) {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
|
||||||
scope = CoroutineScope(Dispatchers.Default)
|
|
||||||
channel =
|
|
||||||
MethodChannel(flutterPluginBinding.binaryMessenger, "${Components.PACKAGE_NAME}/app")
|
|
||||||
channel.setMethodCallHandler(this)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
|
|
||||||
channel.setMethodCallHandler(null)
|
|
||||||
scope.cancel()
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
||||||
activityRef = WeakReference(binding.activity)
|
activity = binding.activity;
|
||||||
binding.addActivityResultListener(::onActivityResult)
|
scope = CoroutineScope(Dispatchers.Default)
|
||||||
binding.addRequestPermissionsResultListener(::onRequestPermissionsResultListener)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDetachedFromActivityForConfigChanges() {
|
override fun onDetachedFromActivityForConfigChanges() {
|
||||||
activityRef = null
|
activity = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
||||||
activityRef = WeakReference(binding.activity)
|
activity = binding.activity;
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDetachedFromActivity() {
|
override fun onDetachedFromActivity() {
|
||||||
channel.invokeMethod("exit", null)
|
channel.invokeMethod("exit", null)
|
||||||
activityRef = null
|
scope.cancel()
|
||||||
}
|
activity = null;
|
||||||
|
|
||||||
private fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Boolean {
|
|
||||||
if (requestCode == VPN_PERMISSION_REQUEST_CODE) {
|
|
||||||
if (resultCode == FlutterActivity.RESULT_OK) {
|
|
||||||
invokeVpnPrepareCallback()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun onRequestPermissionsResultListener(
|
|
||||||
requestCode: Int, permissions: Array<String>, grantResults: IntArray
|
|
||||||
): Boolean {
|
|
||||||
if (requestCode == NOTIFICATION_PERMISSION_REQUEST_CODE) {
|
|
||||||
isBlockNotification = true
|
|
||||||
}
|
|
||||||
invokeRequestNotificationCallback()
|
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,227 @@
|
|||||||
|
package com.follow.clash.plugins
|
||||||
|
|
||||||
|
import android.Manifest
|
||||||
|
import android.annotation.SuppressLint
|
||||||
|
import android.app.Activity
|
||||||
|
import android.content.ComponentName
|
||||||
|
import android.content.Context
|
||||||
|
import android.content.Intent
|
||||||
|
import android.content.ServiceConnection
|
||||||
|
import android.content.pm.PackageManager
|
||||||
|
import android.net.VpnService
|
||||||
|
import android.os.Build.VERSION
|
||||||
|
import android.os.Build.VERSION_CODES
|
||||||
|
import android.os.IBinder
|
||||||
|
import androidx.core.app.ActivityCompat
|
||||||
|
import androidx.core.content.ContextCompat
|
||||||
|
import com.follow.clash.GlobalState
|
||||||
|
import com.follow.clash.RunState
|
||||||
|
import com.follow.clash.models.AccessControl
|
||||||
|
import com.follow.clash.services.FlClashVpnService
|
||||||
|
import com.google.gson.Gson
|
||||||
|
import io.flutter.embedding.android.FlutterActivity
|
||||||
|
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||||
|
import io.flutter.embedding.engine.plugins.activity.ActivityAware
|
||||||
|
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
|
||||||
|
import io.flutter.plugin.common.MethodCall
|
||||||
|
import io.flutter.plugin.common.MethodChannel
|
||||||
|
import java.util.Date
|
||||||
|
|
||||||
|
|
||||||
|
class ProxyPlugin : FlutterPlugin, MethodChannel.MethodCallHandler, ActivityAware {
|
||||||
|
|
||||||
|
|
||||||
|
val VPN_PERMISSION_REQUEST_CODE = 1001
|
||||||
|
val NOTIFICATION_PERMISSION_REQUEST_CODE = 1002
|
||||||
|
|
||||||
|
private lateinit var flutterMethodChannel: MethodChannel
|
||||||
|
|
||||||
|
private var activity: Activity? = null
|
||||||
|
private var context: Context? = null
|
||||||
|
private var flClashVpnService: FlClashVpnService? = null
|
||||||
|
private var isBound = false
|
||||||
|
private var port: Int? = null
|
||||||
|
private var accessControl: AccessControl? = null
|
||||||
|
private lateinit var title: String
|
||||||
|
private lateinit var content: String
|
||||||
|
|
||||||
|
private val connection = object : ServiceConnection {
|
||||||
|
override fun onServiceConnected(className: ComponentName, service: IBinder) {
|
||||||
|
val binder = service as FlClashVpnService.LocalBinder
|
||||||
|
flClashVpnService = binder.getService()
|
||||||
|
port?.let { startVpn(it) }
|
||||||
|
isBound = true
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onServiceDisconnected(arg0: ComponentName) {
|
||||||
|
flClashVpnService = null
|
||||||
|
isBound = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
|
context = flutterPluginBinding.applicationContext
|
||||||
|
flutterMethodChannel = MethodChannel(flutterPluginBinding.binaryMessenger, "proxy")
|
||||||
|
flutterMethodChannel.setMethodCallHandler(this)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onDetachedFromEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
|
flutterMethodChannel.setMethodCallHandler(null)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) = when (call.method) {
|
||||||
|
"StartProxy" -> {
|
||||||
|
port = call.argument<Int>("port")
|
||||||
|
val args = call.argument<String>("args")
|
||||||
|
accessControl =
|
||||||
|
if (args != null) Gson().fromJson(args, AccessControl::class.java) else null
|
||||||
|
handleStartVpn()
|
||||||
|
result.success(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
"StopProxy" -> {
|
||||||
|
stopVpn()
|
||||||
|
result.success(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
"SetProtect" -> {
|
||||||
|
val fd = call.argument<Int>("fd")
|
||||||
|
if (fd != null) {
|
||||||
|
flClashVpnService?.protect(fd)
|
||||||
|
result.success(true)
|
||||||
|
} else {
|
||||||
|
result.success(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"GetRunTimeStamp" -> {
|
||||||
|
result.success(GlobalState.runTime?.time)
|
||||||
|
}
|
||||||
|
|
||||||
|
"startForeground" -> {
|
||||||
|
title = call.argument<String>("title") as String
|
||||||
|
content = call.argument<String>("content") as String
|
||||||
|
requestNotificationsPermission()
|
||||||
|
result.success(true)
|
||||||
|
}
|
||||||
|
|
||||||
|
else -> {
|
||||||
|
result.notImplemented()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun handleStartVpn() {
|
||||||
|
val intent = VpnService.prepare(context)
|
||||||
|
if (intent != null) {
|
||||||
|
activity?.startActivityForResult(intent, VPN_PERMISSION_REQUEST_CODE)
|
||||||
|
} else {
|
||||||
|
bindService()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun startVpn(port: Int) {
|
||||||
|
if (GlobalState.runState.value == RunState.START) return;
|
||||||
|
flClashVpnService?.start(port, accessControl)
|
||||||
|
GlobalState.runState.value = RunState.START
|
||||||
|
GlobalState.runTime = Date()
|
||||||
|
startAfter()
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun stopVpn() {
|
||||||
|
if (GlobalState.runState.value == RunState.STOP) return
|
||||||
|
flClashVpnService?.stop()
|
||||||
|
unbindService()
|
||||||
|
GlobalState.runState.value = RunState.STOP;
|
||||||
|
GlobalState.runTime = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@SuppressLint("ForegroundServiceType")
|
||||||
|
private fun startForeground() {
|
||||||
|
if (GlobalState.runState.value != RunState.START) return
|
||||||
|
flClashVpnService?.startForeground(title, content)
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun requestNotificationsPermission() {
|
||||||
|
if (VERSION.SDK_INT >= VERSION_CODES.TIRAMISU) {
|
||||||
|
val permission = context?.let {
|
||||||
|
ContextCompat.checkSelfPermission(
|
||||||
|
it,
|
||||||
|
Manifest.permission.POST_NOTIFICATIONS
|
||||||
|
)
|
||||||
|
}
|
||||||
|
if (permission == PackageManager.PERMISSION_GRANTED) {
|
||||||
|
startForeground()
|
||||||
|
} else {
|
||||||
|
activity?.let {
|
||||||
|
ActivityCompat.requestPermissions(
|
||||||
|
it,
|
||||||
|
arrayOf(Manifest.permission.POST_NOTIFICATIONS),
|
||||||
|
NOTIFICATION_PERMISSION_REQUEST_CODE
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
startForeground()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun startAfter() {
|
||||||
|
flutterMethodChannel.invokeMethod("startAfter", flClashVpnService?.fd)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onAttachedToActivity(binding: ActivityPluginBinding) {
|
||||||
|
activity = binding.activity
|
||||||
|
binding.addActivityResultListener(::onActivityResult)
|
||||||
|
binding.addRequestPermissionsResultListener(::onRequestPermissionsResultListener)
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Boolean {
|
||||||
|
if (requestCode == VPN_PERMISSION_REQUEST_CODE) {
|
||||||
|
if (resultCode == FlutterActivity.RESULT_OK) {
|
||||||
|
bindService()
|
||||||
|
} else {
|
||||||
|
stopVpn()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun onRequestPermissionsResultListener(
|
||||||
|
requestCode: Int,
|
||||||
|
permissions: Array<String>,
|
||||||
|
grantResults: IntArray
|
||||||
|
): Boolean {
|
||||||
|
if (requestCode == NOTIFICATION_PERMISSION_REQUEST_CODE) {
|
||||||
|
if (grantResults.isNotEmpty() && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
||||||
|
startForeground()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
override fun onDetachedFromActivityForConfigChanges() {
|
||||||
|
activity = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
|
||||||
|
activity = binding.activity
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onDetachedFromActivity() {
|
||||||
|
stopVpn()
|
||||||
|
activity = null
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun bindService() {
|
||||||
|
val intent = Intent(context, FlClashVpnService::class.java)
|
||||||
|
context?.bindService(intent, connection, Context.BIND_AUTO_CREATE)
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun unbindService() {
|
||||||
|
if (isBound) {
|
||||||
|
context?.unbindService(connection)
|
||||||
|
isBound = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,160 +0,0 @@
|
|||||||
package com.follow.clash.plugins
|
|
||||||
|
|
||||||
import com.follow.clash.RunState
|
|
||||||
import com.follow.clash.Service
|
|
||||||
import com.follow.clash.State
|
|
||||||
import com.follow.clash.awaitResult
|
|
||||||
import com.follow.clash.common.Components
|
|
||||||
import com.follow.clash.common.GlobalState
|
|
||||||
import com.follow.clash.invokeMethodOnMainThread
|
|
||||||
import com.follow.clash.models.AppState
|
|
||||||
import com.follow.clash.service.models.NotificationParams
|
|
||||||
import com.follow.clash.service.models.VpnOptions
|
|
||||||
import com.google.gson.Gson
|
|
||||||
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
|
||||||
import io.flutter.plugin.common.MethodCall
|
|
||||||
import io.flutter.plugin.common.MethodChannel
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.SupervisorJob
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
import kotlinx.coroutines.sync.Semaphore
|
|
||||||
import kotlinx.coroutines.sync.withPermit
|
|
||||||
|
|
||||||
class ServicePlugin : FlutterPlugin, MethodChannel.MethodCallHandler,
|
|
||||||
CoroutineScope by CoroutineScope(SupervisorJob() + Dispatchers.Default) {
|
|
||||||
private lateinit var flutterMethodChannel: MethodChannel
|
|
||||||
|
|
||||||
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
|
||||||
flutterMethodChannel = MethodChannel(
|
|
||||||
flutterPluginBinding.binaryMessenger, "${Components.PACKAGE_NAME}/service"
|
|
||||||
)
|
|
||||||
flutterMethodChannel.setMethodCallHandler(this)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onDetachedFromEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
|
||||||
flutterMethodChannel.setMethodCallHandler(null)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) = when (call.method) {
|
|
||||||
"init" -> {
|
|
||||||
handleInit(call, result)
|
|
||||||
}
|
|
||||||
|
|
||||||
"shutdown" -> {
|
|
||||||
handleShutdown(result)
|
|
||||||
}
|
|
||||||
|
|
||||||
"invokeAction" -> {
|
|
||||||
handleInvokeAction(call, result)
|
|
||||||
}
|
|
||||||
|
|
||||||
"getRunTime" -> {
|
|
||||||
handleGetRunTime(result)
|
|
||||||
}
|
|
||||||
|
|
||||||
"syncState" -> {
|
|
||||||
handleSyncState(call, result)
|
|
||||||
}
|
|
||||||
|
|
||||||
"start" -> {
|
|
||||||
handleStart(result)
|
|
||||||
}
|
|
||||||
|
|
||||||
"stop" -> {
|
|
||||||
handleStop(result)
|
|
||||||
}
|
|
||||||
|
|
||||||
else -> {
|
|
||||||
result.notImplemented()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun handleInvokeAction(call: MethodCall, result: MethodChannel.Result) {
|
|
||||||
launch {
|
|
||||||
val data = call.arguments<String>()!!
|
|
||||||
Service.invokeAction(data) {
|
|
||||||
result.success(it)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun handleShutdown(result: MethodChannel.Result) {
|
|
||||||
Service.unbind()
|
|
||||||
result.success(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun handleStart(result: MethodChannel.Result) {
|
|
||||||
State.handleStartService()
|
|
||||||
result.success(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun handleStop(result: MethodChannel.Result) {
|
|
||||||
State.handleStopService()
|
|
||||||
result.success(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend fun handleGetVpnOptions(): VpnOptions? {
|
|
||||||
val res = flutterMethodChannel.awaitResult<String>("getVpnOptions", null)
|
|
||||||
return Gson().fromJson(res, VpnOptions::class.java)
|
|
||||||
}
|
|
||||||
|
|
||||||
val semaphore = Semaphore(10)
|
|
||||||
|
|
||||||
fun handleSendEvent(value: String?) {
|
|
||||||
launch(Dispatchers.Main) {
|
|
||||||
semaphore.withPermit {
|
|
||||||
flutterMethodChannel.invokeMethod("event", value)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun onServiceDisconnected(message: String) {
|
|
||||||
State.runStateFlow.tryEmit(RunState.STOP)
|
|
||||||
flutterMethodChannel.invokeMethodOnMainThread<Any>("crash", message)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun handleSyncState(call: MethodCall, result: MethodChannel.Result) {
|
|
||||||
val data = call.arguments<String>()!!
|
|
||||||
val params = Gson().fromJson(data, AppState::class.java)
|
|
||||||
GlobalState.setCrashlytics(params.crashlytics)
|
|
||||||
launch {
|
|
||||||
Service.updateNotificationParams(
|
|
||||||
NotificationParams(
|
|
||||||
title = params.currentProfileName,
|
|
||||||
stopText = params.stopText,
|
|
||||||
onlyStatisticsProxy = params.onlyStatisticsProxy
|
|
||||||
)
|
|
||||||
)
|
|
||||||
Service.setCrashlytics(params.crashlytics)
|
|
||||||
result.success("")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun handleInit(call: MethodCall, result: MethodChannel.Result) {
|
|
||||||
Service.bind()
|
|
||||||
launch {
|
|
||||||
val needSetEventListener = call.arguments<Boolean>() ?: false
|
|
||||||
when (needSetEventListener) {
|
|
||||||
true -> Service.setEventListener {
|
|
||||||
handleSendEvent(it)
|
|
||||||
}
|
|
||||||
|
|
||||||
false -> Service.setEventListener(null)
|
|
||||||
}.onSuccess {
|
|
||||||
result.success("")
|
|
||||||
}.onFailure {
|
|
||||||
result.success(it.message)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Service.onServiceDisconnected = ::onServiceDisconnected
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun handleGetRunTime(result: MethodChannel.Result) {
|
|
||||||
launch {
|
|
||||||
State.handleSyncState()
|
|
||||||
result.success(State.runTime)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,31 +1,35 @@
|
|||||||
package com.follow.clash.plugins
|
package com.follow.clash.plugins
|
||||||
|
|
||||||
import com.follow.clash.common.Components
|
|
||||||
import com.follow.clash.invokeMethodOnMainThread
|
|
||||||
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
import io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||||
import io.flutter.plugin.common.MethodCall
|
import io.flutter.plugin.common.MethodCall
|
||||||
import io.flutter.plugin.common.MethodChannel
|
import io.flutter.plugin.common.MethodChannel
|
||||||
|
|
||||||
class TilePlugin : FlutterPlugin, MethodChannel.MethodCallHandler {
|
class TilePlugin(private val onStart: (() -> Unit)? = null, private val onStop: (() -> Unit)? = null) : FlutterPlugin,
|
||||||
|
MethodChannel.MethodCallHandler {
|
||||||
|
|
||||||
private lateinit var channel: MethodChannel
|
private lateinit var channel: MethodChannel
|
||||||
|
|
||||||
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
channel =
|
channel = MethodChannel(flutterPluginBinding.binaryMessenger, "tile")
|
||||||
MethodChannel(flutterPluginBinding.binaryMessenger, "${Components.PACKAGE_NAME}/tile")
|
|
||||||
channel.setMethodCallHandler(this)
|
channel.setMethodCallHandler(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
|
override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
|
||||||
|
handleDetached()
|
||||||
channel.setMethodCallHandler(null)
|
channel.setMethodCallHandler(null)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun handleStart() {
|
fun handleStart() {
|
||||||
channel.invokeMethodOnMainThread<Any>("start", null)
|
onStart?.let { it() }
|
||||||
|
channel.invokeMethod("start", null)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun handleStop() {
|
fun handleStop() {
|
||||||
channel.invokeMethodOnMainThread<Any>("stop", null)
|
channel.invokeMethod("stop", null)
|
||||||
|
onStop?.let { it() }
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun handleDetached() {
|
||||||
|
channel.invokeMethod("detached", null)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,102 @@
|
|||||||
|
package com.follow.clash.services
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint
|
||||||
|
import android.app.PendingIntent
|
||||||
|
import android.content.Intent
|
||||||
|
import android.os.Build
|
||||||
|
import android.service.quicksettings.Tile
|
||||||
|
import android.service.quicksettings.TileService
|
||||||
|
import androidx.annotation.RequiresApi
|
||||||
|
import androidx.lifecycle.Observer
|
||||||
|
import com.follow.clash.GlobalState
|
||||||
|
import com.follow.clash.RunState
|
||||||
|
import com.follow.clash.TempActivity
|
||||||
|
import com.follow.clash.plugins.AppPlugin
|
||||||
|
import com.follow.clash.plugins.ProxyPlugin
|
||||||
|
import com.follow.clash.plugins.TilePlugin
|
||||||
|
import io.flutter.FlutterInjector
|
||||||
|
import io.flutter.embedding.engine.FlutterEngine
|
||||||
|
import io.flutter.embedding.engine.dart.DartExecutor
|
||||||
|
|
||||||
|
|
||||||
|
@RequiresApi(Build.VERSION_CODES.N)
|
||||||
|
class FlClashTileService : TileService() {
|
||||||
|
|
||||||
|
private val observer = Observer<RunState> { runState ->
|
||||||
|
updateTile(runState)
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun updateTile(runState: RunState) {
|
||||||
|
if (qsTile != null) {
|
||||||
|
qsTile.state = when (runState) {
|
||||||
|
RunState.START -> Tile.STATE_ACTIVE
|
||||||
|
RunState.PENDING -> Tile.STATE_UNAVAILABLE
|
||||||
|
RunState.STOP -> Tile.STATE_INACTIVE
|
||||||
|
}
|
||||||
|
qsTile.updateTile()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onStartListening() {
|
||||||
|
super.onStartListening()
|
||||||
|
GlobalState.runState.value?.let { updateTile(it) }
|
||||||
|
GlobalState.runState.observeForever(observer)
|
||||||
|
}
|
||||||
|
|
||||||
|
@SuppressLint("StartActivityAndCollapseDeprecated")
|
||||||
|
private fun activityTransfer() {
|
||||||
|
val intent = Intent(this, TempActivity::class.java)
|
||||||
|
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||||
|
if (Build.VERSION.SDK_INT >= 34) {
|
||||||
|
val pendingIntent = PendingIntent.getActivity(
|
||||||
|
this,
|
||||||
|
0,
|
||||||
|
intent,
|
||||||
|
PendingIntent.FLAG_IMMUTABLE
|
||||||
|
)
|
||||||
|
startActivityAndCollapse(pendingIntent)
|
||||||
|
} else {
|
||||||
|
startActivityAndCollapse(intent)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private var flutterEngine: FlutterEngine? = null;
|
||||||
|
|
||||||
|
private fun initFlutterEngine() {
|
||||||
|
flutterEngine = FlutterEngine(this)
|
||||||
|
flutterEngine?.plugins?.add(ProxyPlugin())
|
||||||
|
flutterEngine?.plugins?.add(TilePlugin())
|
||||||
|
flutterEngine?.plugins?.add(AppPlugin())
|
||||||
|
GlobalState.flutterEngine = flutterEngine
|
||||||
|
if (flutterEngine?.dartExecutor?.isExecutingDart != true) {
|
||||||
|
val vpnService = DartExecutor.DartEntrypoint(
|
||||||
|
FlutterInjector.instance().flutterLoader().findAppBundlePath(),
|
||||||
|
"vpnService"
|
||||||
|
)
|
||||||
|
flutterEngine?.dartExecutor?.executeDartEntrypoint(vpnService)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onClick() {
|
||||||
|
super.onClick()
|
||||||
|
activityTransfer()
|
||||||
|
val currentTilePlugin = GlobalState.getCurrentTilePlugin()
|
||||||
|
if (GlobalState.runState.value == RunState.STOP) {
|
||||||
|
GlobalState.runState.value = RunState.PENDING
|
||||||
|
if(currentTilePlugin == null){
|
||||||
|
initFlutterEngine()
|
||||||
|
}else{
|
||||||
|
currentTilePlugin.handleStart()
|
||||||
|
}
|
||||||
|
} else if(GlobalState.runState.value == RunState.START){
|
||||||
|
GlobalState.runState.value = RunState.PENDING
|
||||||
|
currentTilePlugin?.handleStop()
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onDestroy() {
|
||||||
|
GlobalState.runState.removeObserver(observer)
|
||||||
|
super.onDestroy()
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,181 @@
|
|||||||
|
package com.follow.clash.services
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint
|
||||||
|
import android.app.NotificationChannel
|
||||||
|
import android.app.NotificationManager
|
||||||
|
import android.app.PendingIntent
|
||||||
|
import android.app.Service
|
||||||
|
import android.content.Intent
|
||||||
|
import android.content.pm.ServiceInfo.FOREGROUND_SERVICE_TYPE_SPECIAL_USE
|
||||||
|
import android.net.ProxyInfo
|
||||||
|
import android.net.VpnService
|
||||||
|
import android.os.Binder
|
||||||
|
import android.os.Build
|
||||||
|
import android.os.IBinder
|
||||||
|
import androidx.core.app.NotificationCompat
|
||||||
|
import androidx.core.app.NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE
|
||||||
|
import androidx.core.graphics.drawable.IconCompat
|
||||||
|
import com.follow.clash.GlobalState
|
||||||
|
import com.follow.clash.MainActivity
|
||||||
|
import com.follow.clash.models.AccessControl
|
||||||
|
import com.follow.clash.models.AccessControlMode
|
||||||
|
|
||||||
|
|
||||||
|
@SuppressLint("WrongConstant")
|
||||||
|
class FlClashVpnService : VpnService() {
|
||||||
|
|
||||||
|
|
||||||
|
private val CHANNEL = "FlClash"
|
||||||
|
|
||||||
|
var fd: Int? = null
|
||||||
|
private val notificationId: Int = 1
|
||||||
|
|
||||||
|
private val passList = listOf(
|
||||||
|
"*zhihu.com",
|
||||||
|
"*zhimg.com",
|
||||||
|
"*jd.com",
|
||||||
|
"100ime-iat-api.xfyun.cn",
|
||||||
|
"*360buyimg.com",
|
||||||
|
"localhost",
|
||||||
|
"*.local",
|
||||||
|
"127.*",
|
||||||
|
"10.*",
|
||||||
|
"172.16.*",
|
||||||
|
"172.17.*",
|
||||||
|
"172.18.*",
|
||||||
|
"172.19.*",
|
||||||
|
"172.2*",
|
||||||
|
"172.30.*",
|
||||||
|
"172.31.*",
|
||||||
|
"192.168.*"
|
||||||
|
)
|
||||||
|
|
||||||
|
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||||
|
return START_STICKY
|
||||||
|
}
|
||||||
|
|
||||||
|
fun start(port: Int, accessControl: AccessControl?) {
|
||||||
|
fd = with(Builder()) {
|
||||||
|
addAddress("172.16.0.1", 30)
|
||||||
|
setMtu(9000)
|
||||||
|
addRoute("0.0.0.0", 0)
|
||||||
|
if (accessControl != null) {
|
||||||
|
when (accessControl.mode) {
|
||||||
|
AccessControlMode.acceptSelected -> {
|
||||||
|
(accessControl.acceptList + packageName).forEach {
|
||||||
|
addAllowedApplication(it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
AccessControlMode.rejectSelected -> {
|
||||||
|
(accessControl.rejectList - packageName).forEach {
|
||||||
|
addDisallowedApplication(it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
addDnsServer("172.16.0.2")
|
||||||
|
setSession("FlClash")
|
||||||
|
setBlocking(false)
|
||||||
|
if (Build.VERSION.SDK_INT >= 29) {
|
||||||
|
setMetered(false)
|
||||||
|
}
|
||||||
|
allowBypass()
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||||
|
setHttpProxy(
|
||||||
|
ProxyInfo.buildDirectProxy(
|
||||||
|
"127.0.0.1",
|
||||||
|
port,
|
||||||
|
passList
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
establish()?.detachFd()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fun stop() {
|
||||||
|
stopSelf()
|
||||||
|
stopForeground()
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
private val notificationBuilder by lazy {
|
||||||
|
val intent = Intent(this, MainActivity::class.java)
|
||||||
|
|
||||||
|
val pendingIntent = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
|
||||||
|
PendingIntent.getActivity(
|
||||||
|
this,
|
||||||
|
0,
|
||||||
|
intent,
|
||||||
|
PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
|
||||||
|
)
|
||||||
|
} else {
|
||||||
|
PendingIntent.getActivity(
|
||||||
|
this,
|
||||||
|
0,
|
||||||
|
intent,
|
||||||
|
PendingIntent.FLAG_UPDATE_CURRENT
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
val icon = IconCompat.createWithResource(this, this.applicationInfo.icon)
|
||||||
|
|
||||||
|
with(NotificationCompat.Builder(this, CHANNEL)) {
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
|
||||||
|
setSmallIcon(icon)
|
||||||
|
}
|
||||||
|
setContentTitle("FlClash")
|
||||||
|
foregroundServiceBehavior = FOREGROUND_SERVICE_IMMEDIATE
|
||||||
|
setContentIntent(pendingIntent)
|
||||||
|
setCategory(NotificationCompat.CATEGORY_SERVICE)
|
||||||
|
priority = NotificationCompat.PRIORITY_LOW
|
||||||
|
setOngoing(true)
|
||||||
|
setShowWhen(false)
|
||||||
|
setOnlyAlertOnce(true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@SuppressLint("ForegroundServiceType", "WrongConstant")
|
||||||
|
fun startForeground(title: String, content: String) {
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||||
|
val channel =
|
||||||
|
NotificationChannel(CHANNEL, "FlClash", NotificationManager.IMPORTANCE_LOW)
|
||||||
|
val manager = getSystemService(NotificationManager::class.java)
|
||||||
|
manager.createNotificationChannel(channel)
|
||||||
|
}
|
||||||
|
val notification =
|
||||||
|
notificationBuilder.setContentTitle(title).setContentText(content).build()
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
|
||||||
|
startForeground(notificationId, notification, FOREGROUND_SERVICE_TYPE_SPECIAL_USE)
|
||||||
|
} else {
|
||||||
|
startForeground(notificationId, notification)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun stopForeground() {
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||||
|
stopForeground(Service.STOP_FOREGROUND_REMOVE)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private val binder = LocalBinder()
|
||||||
|
|
||||||
|
inner class LocalBinder : Binder() {
|
||||||
|
fun getService(): FlClashVpnService = this@FlClashVpnService
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onBind(intent: Intent): IBinder {
|
||||||
|
return binder
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onUnbind(intent: Intent?): Boolean {
|
||||||
|
GlobalState.getCurrentTilePlugin()?.handleStop();
|
||||||
|
return super.onUnbind(intent)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun onDestroy() {
|
||||||
|
stop()
|
||||||
|
super.onDestroy()
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="108dp"
|
|
||||||
android:height="108dp"
|
|
||||||
android:viewportWidth="240"
|
|
||||||
android:viewportHeight="240">
|
|
||||||
<group android:scaleX="0.924"
|
|
||||||
android:scaleY="0.924"
|
|
||||||
android:translateX="9.12"
|
|
||||||
android:translateY="9.12">
|
|
||||||
<group android:scaleX="0.63461536"
|
|
||||||
android:scaleY="0.63461536"
|
|
||||||
android:translateX="45.96154"
|
|
||||||
android:translateY="43.846153">
|
|
||||||
<path
|
|
||||||
android:pathData="M60.65,89.6L154.18,35.6A18,18 107.59,0 1,178.77 42.19L178.77,42.19A18,18 107.59,0 1,172.18 66.78L78.65,120.78A18,18 106.67,0 1,54.06 114.19L54.06,114.19A18,18 106.67,0 1,60.65 89.6z"
|
|
||||||
android:fillColor="#6666FB"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M84.65,131.17L131.42,104.17A18,18 107.83,0 1,156 110.76L156,110.76A18,18 107.83,0 1,149.42 135.35L102.65,162.35A18,18 106.67,0 1,78.06 155.76L78.06,155.76A18,18 106.67,0 1,84.65 131.17z"
|
|
||||||
android:fillColor="#336AB6"/>
|
|
||||||
<path
|
|
||||||
android:pathData="M108.65,172.74L108.65,172.74A18,18 116.03,0 1,133.24 179.33L133.24,179.33A18,18 116.03,0 1,126.65 203.92L126.65,203.92A18,18 116.03,0 1,102.06 197.33L102.06,197.33A18,18 116.03,0 1,108.65 172.74z"
|
|
||||||
android:fillColor="#5CA8E9"/>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</vector>
|
|
||||||
BIN
android/app/src/main/res/drawable/tile_icon.png
Normal file
|
After Width: | Height: | Size: 105 KiB |
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 886 B After Width: | Height: | Size: 1.2 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 13 KiB |
@@ -6,7 +6,7 @@
|
|||||||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||||
<item name="android:windowSplashScreenBackground" tools:targetApi="s">#121212</item>
|
<item name="android:windowSplashScreenBackground" tools:targetApi="s">#121212</item>
|
||||||
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@drawable/ic_launcher_foreground</item>
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@mipmap/ic_launcher_foreground</item>
|
||||||
<item name="postSplashScreenTheme">@style/NormalTheme</item>
|
<item name="postSplashScreenTheme">@style/NormalTheme</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
the Flutter engine draws its first frame -->
|
the Flutter engine draws its first frame -->
|
||||||
|
<item name="android:windowBackground">@mipmap/ic_launcher_foreground</item>
|
||||||
</style>
|
</style>
|
||||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
This theme determines the color of the Android Window while your
|
This theme determines the color of the Android Window while your
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||||
<item name="android:windowSplashScreenBackground" tools:targetApi="s">@color/ic_launcher_background</item>
|
<item name="android:windowSplashScreenBackground" tools:targetApi="s">@color/ic_launcher_background</item>
|
||||||
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@drawable/ic_launcher_foreground</item>
|
<item name="android:windowSplashScreenAnimatedIcon" tools:targetApi="s">@mipmap/ic_launcher_foreground</item>
|
||||||
<item name="postSplashScreenTheme">@style/NormalTheme</item>
|
<item name="postSplashScreenTheme">@style/NormalTheme</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="ic_launcher_background">#FAFAFA</color>
|
<color name="ic_launcher_background">#EFEFEF</color>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="FlClash">FlClash</string>
|
<string name="fl_clash">FlClash</string>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
the Flutter engine draws its first frame -->
|
the Flutter engine draws its first frame -->
|
||||||
|
<item name="android:windowBackground">@mipmap/ic_launcher_foreground</item>
|
||||||
</style>
|
</style>
|
||||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
This theme determines the color of the Android Window while your
|
This theme determines the color of the Android Window while your
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
<paths>
|
|
||||||
<files-path
|
|
||||||
name="files"
|
|
||||||
path="."/>
|
|
||||||
</paths>
|
|
||||||
|
|
||||||
@@ -7,8 +7,4 @@
|
|||||||
<certificates src="user" />
|
<certificates src="user" />
|
||||||
</trust-anchors>
|
</trust-anchors>
|
||||||
</base-config>
|
</base-config>
|
||||||
<domain-config cleartextTrafficPermitted="true">
|
|
||||||
<domain includeSubdomains="true">localhost</domain>
|
|
||||||
<domain includeSubdomains="true">127.0.0.1</domain>
|
|
||||||
</domain-config>
|
|
||||||
</network-security-config>
|
</network-security-config>
|
||||||
32
android/build.gradle
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
buildscript {
|
||||||
|
ext.kotlin_version = "${kotlin_version}"
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
classpath "com.android.tools.build:gradle:$agp_version"
|
||||||
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
rootProject.buildDir = '../build'
|
||||||
|
subprojects {
|
||||||
|
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||||
|
}
|
||||||
|
subprojects {
|
||||||
|
project.evaluationDependsOn(':app')
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.register("clean", Delete) {
|
||||||
|
delete rootProject.buildDir
|
||||||
|
}
|
||||||
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
buildscript {
|
|
||||||
dependencies {
|
|
||||||
classpath(libs.build.kotlin)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.android.library") apply false
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
|
||||||
repositories {
|
|
||||||
google()
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
val newBuildDir: Directory =
|
|
||||||
rootProject.layout.buildDirectory
|
|
||||||
.dir("../../build")
|
|
||||||
.get()
|
|
||||||
rootProject.layout.buildDirectory.value(newBuildDir)
|
|
||||||
|
|
||||||
subprojects {
|
|
||||||
val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
|
|
||||||
project.layout.buildDirectory.value(newSubprojectBuildDir)
|
|
||||||
}
|
|
||||||
subprojects {
|
|
||||||
project.evaluationDependsOn(":app")
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register<Delete>("clean") {
|
|
||||||
delete(rootProject.layout.buildDirectory)
|
|
||||||
}
|
|
||||||
|
|
||||||
1
android/common/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
/build
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.android.library")
|
|
||||||
id("org.jetbrains.kotlin.android")
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
|
||||||
namespace = "com.follow.clash.common"
|
|
||||||
compileSdk = libs.versions.compileSdk.get().toInt()
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
minSdk = 21
|
|
||||||
consumerProguardFiles("consumer-rules.pro")
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
release {
|
|
||||||
proguardFiles(
|
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
|
||||||
"proguard-rules.pro"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlin {
|
|
||||||
compilerOptions {
|
|
||||||
jvmTarget.set(JvmTarget.JVM_17)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation(libs.androidx.core)
|
|
||||||
implementation(libs.gson)
|
|
||||||
implementation(platform(libs.firebase.bom))
|
|
||||||
implementation(libs.firebase.crashlytics.ndk)
|
|
||||||
implementation(libs.firebase.analytics)
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<permission
|
|
||||||
android:name="${applicationId}.permission.RECEIVE_BROADCASTS"
|
|
||||||
android:protectionLevel="signature" />
|
|
||||||
|
|
||||||
<uses-permission android:name="${applicationId}.permission.RECEIVE_BROADCASTS" />
|
|
||||||
</manifest>
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.follow.clash.common
|
|
||||||
|
|
||||||
import android.content.ComponentName
|
|
||||||
|
|
||||||
object Components {
|
|
||||||
const val PACKAGE_NAME = "com.follow.clash"
|
|
||||||
|
|
||||||
val MAIN_ACTIVITY =
|
|
||||||
ComponentName(GlobalState.packageName, "${PACKAGE_NAME}.MainActivity")
|
|
||||||
|
|
||||||
val TEMP_ACTIVITY =
|
|
||||||
ComponentName(GlobalState.packageName, "${PACKAGE_NAME}.TempActivity")
|
|
||||||
|
|
||||||
val BROADCAST_RECEIVER =
|
|
||||||
ComponentName(GlobalState.packageName, "${PACKAGE_NAME}.BroadcastReceiver")
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
package com.follow.clash.common
|
|
||||||
|
|
||||||
import com.google.gson.annotations.SerializedName
|
|
||||||
|
|
||||||
|
|
||||||
enum class QuickAction {
|
|
||||||
STOP,
|
|
||||||
START,
|
|
||||||
TOGGLE,
|
|
||||||
}
|
|
||||||
|
|
||||||
enum class BroadcastAction {
|
|
||||||
SERVICE_CREATED,
|
|
||||||
SERVICE_DESTROYED,
|
|
||||||
}
|
|
||||||
|
|
||||||
enum class AccessControlMode {
|
|
||||||
@SerializedName("acceptSelected")
|
|
||||||
ACCEPT_SELECTED,
|
|
||||||
|
|
||||||
@SerializedName("rejectSelected")
|
|
||||||
REJECT_SELECTED,
|
|
||||||
}
|
|
||||||
@@ -1,250 +0,0 @@
|
|||||||
package com.follow.clash.common
|
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
|
||||||
import android.app.ActivityManager
|
|
||||||
import android.app.Notification
|
|
||||||
import android.app.NotificationChannel
|
|
||||||
import android.app.NotificationManager
|
|
||||||
import android.app.PendingIntent
|
|
||||||
import android.app.Service
|
|
||||||
import android.content.BroadcastReceiver
|
|
||||||
import android.content.ComponentName
|
|
||||||
import android.content.Context
|
|
||||||
import android.content.Context.RECEIVER_NOT_EXPORTED
|
|
||||||
import android.content.Intent
|
|
||||||
import android.content.IntentFilter
|
|
||||||
import android.content.ServiceConnection
|
|
||||||
import android.content.pm.ServiceInfo.FOREGROUND_SERVICE_TYPE_SPECIAL_USE
|
|
||||||
import android.os.Build
|
|
||||||
import android.os.Handler
|
|
||||||
import android.os.IBinder
|
|
||||||
import android.os.Looper
|
|
||||||
import android.os.RemoteException
|
|
||||||
import android.util.Log
|
|
||||||
import androidx.core.content.getSystemService
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.channels.awaitClose
|
|
||||||
import kotlinx.coroutines.delay
|
|
||||||
import kotlinx.coroutines.flow.Flow
|
|
||||||
import kotlinx.coroutines.flow.callbackFlow
|
|
||||||
import kotlinx.coroutines.flow.retryWhen
|
|
||||||
import kotlinx.coroutines.withContext
|
|
||||||
import java.nio.charset.Charset
|
|
||||||
import kotlin.reflect.KClass
|
|
||||||
|
|
||||||
//fun Context.startForegroundServiceCompat(intent: Intent?) {
|
|
||||||
// if (Build.VERSION.SDK_INT >= 26) {
|
|
||||||
// startForegroundService(intent)
|
|
||||||
// } else {
|
|
||||||
// startService(intent)
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
val KClass<*>.intent: Intent
|
|
||||||
get() = Intent(GlobalState.application, this.java)
|
|
||||||
|
|
||||||
fun Service.startForegroundCompat(id: Int, notification: Notification) {
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
|
|
||||||
startForeground(id, notification, FOREGROUND_SERVICE_TYPE_SPECIAL_USE)
|
|
||||||
} else {
|
|
||||||
startForeground(id, notification)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val ComponentName.intent: Intent
|
|
||||||
get() = Intent().apply {
|
|
||||||
setComponent(this@intent)
|
|
||||||
setPackage(GlobalState.packageName)
|
|
||||||
}
|
|
||||||
|
|
||||||
val QuickAction.action: String
|
|
||||||
get() = "${GlobalState.application.packageName}.action.${this.name}"
|
|
||||||
|
|
||||||
val QuickAction.quickIntent: Intent
|
|
||||||
get() = Components.TEMP_ACTIVITY.intent.apply {
|
|
||||||
action = this@quickIntent.action
|
|
||||||
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_MULTIPLE_TASK)
|
|
||||||
}
|
|
||||||
|
|
||||||
val BroadcastAction.action: String
|
|
||||||
get() = "${GlobalState.application.packageName}.intent.action.${this.name}"
|
|
||||||
|
|
||||||
val Context.processName: String?
|
|
||||||
get() {
|
|
||||||
val pid = android.os.Process.myPid()
|
|
||||||
val activityManager = getSystemService<ActivityManager>()
|
|
||||||
activityManager?.runningAppProcesses?.find { it.pid == pid }?.let {
|
|
||||||
return it.processName
|
|
||||||
}
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
|
|
||||||
val BroadcastAction.quickIntent: Intent
|
|
||||||
get() = Components.BROADCAST_RECEIVER.intent.apply {
|
|
||||||
action = this@quickIntent.action
|
|
||||||
}
|
|
||||||
|
|
||||||
fun BroadcastAction.sendBroadcast() {
|
|
||||||
val intent = Intent().apply {
|
|
||||||
action = this@sendBroadcast.action
|
|
||||||
Log.d("[sendBroadcast]", "$action")
|
|
||||||
setPackage(GlobalState.packageName)
|
|
||||||
}
|
|
||||||
GlobalState.application.sendBroadcast(
|
|
||||||
intent, GlobalState.RECEIVE_BROADCASTS_PERMISSIONS
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
val Intent.toPendingIntent: PendingIntent
|
|
||||||
get() = PendingIntent.getActivity(
|
|
||||||
GlobalState.application,
|
|
||||||
0,
|
|
||||||
this,
|
|
||||||
PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_UPDATE_CURRENT
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
fun Service.startForeground(notification: Notification) {
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
|
||||||
val manager = getSystemService(NotificationManager::class.java)
|
|
||||||
var channel = manager?.getNotificationChannel(GlobalState.NOTIFICATION_CHANNEL)
|
|
||||||
if (channel == null) {
|
|
||||||
channel = NotificationChannel(
|
|
||||||
GlobalState.NOTIFICATION_CHANNEL,
|
|
||||||
"SERVICE_CHANNEL",
|
|
||||||
NotificationManager.IMPORTANCE_LOW
|
|
||||||
)
|
|
||||||
manager?.createNotificationChannel(channel)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
startForegroundCompat(GlobalState.NOTIFICATION_ID, notification)
|
|
||||||
}
|
|
||||||
|
|
||||||
@SuppressLint("UnspecifiedRegisterReceiverFlag")
|
|
||||||
fun Context.registerReceiverCompat(
|
|
||||||
receiver: BroadcastReceiver,
|
|
||||||
filter: IntentFilter,
|
|
||||||
) = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
|
|
||||||
registerReceiver(receiver, filter, RECEIVER_NOT_EXPORTED)
|
|
||||||
} else {
|
|
||||||
registerReceiver(receiver, filter)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun Context.receiveBroadcastFlow(
|
|
||||||
configure: IntentFilter.() -> Unit,
|
|
||||||
): Flow<Intent> = callbackFlow {
|
|
||||||
val filter = IntentFilter().apply(configure)
|
|
||||||
val receiver = object : BroadcastReceiver() {
|
|
||||||
override fun onReceive(context: Context?, intent: Intent?) {
|
|
||||||
if (context == null || intent == null) return
|
|
||||||
trySend(intent)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
registerReceiverCompat(receiver, filter)
|
|
||||||
awaitClose { unregisterReceiver(receiver) }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
inline fun <reified T : IBinder> Context.bindServiceFlow(
|
|
||||||
intent: Intent,
|
|
||||||
flags: Int = Context.BIND_AUTO_CREATE,
|
|
||||||
maxRetries: Int = 10,
|
|
||||||
retryDelayMillis: Long = 200L
|
|
||||||
): Flow<Pair<IBinder?, String>> = callbackFlow {
|
|
||||||
val connection = object : ServiceConnection {
|
|
||||||
override fun onServiceConnected(name: ComponentName?, binder: IBinder?) {
|
|
||||||
if (binder != null) {
|
|
||||||
try {
|
|
||||||
@Suppress("UNCHECKED_CAST") val casted = binder as? T
|
|
||||||
if (casted != null) {
|
|
||||||
trySend(Pair(casted, ""))
|
|
||||||
} else {
|
|
||||||
trySend(Pair(null, "Binder is not of type ${T::class.java}"))
|
|
||||||
}
|
|
||||||
} catch (e: RemoteException) {
|
|
||||||
trySend(Pair(null, "Failed to link to death: ${e.message}"))
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
trySend(Pair(null, "Binder empty"))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun onServiceDisconnected(name: ComponentName?) {
|
|
||||||
trySend(Pair(null, "Service disconnected"))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val success = withContext(Dispatchers.Main) {
|
|
||||||
bindService(intent, connection, flags)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!success) {
|
|
||||||
throw IllegalStateException("bindService() failed, will retry")
|
|
||||||
}
|
|
||||||
|
|
||||||
awaitClose {
|
|
||||||
Handler(Looper.getMainLooper()).post {
|
|
||||||
unbindService(connection)
|
|
||||||
trySend(Pair(null, ""))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}.retryWhen { cause, attempt ->
|
|
||||||
if (attempt < maxRetries && cause is Exception) {
|
|
||||||
delay(retryDelayMillis)
|
|
||||||
true
|
|
||||||
} else {
|
|
||||||
false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
val Long.formatBytes: String
|
|
||||||
get() {
|
|
||||||
val units = arrayOf("B", "KB", "MB", "GB", "TB")
|
|
||||||
var size = this.toDouble()
|
|
||||||
var unitIndex = 0
|
|
||||||
|
|
||||||
while (size >= 1024 && unitIndex < units.size - 1) {
|
|
||||||
size /= 1024
|
|
||||||
unitIndex++
|
|
||||||
}
|
|
||||||
|
|
||||||
return if (unitIndex == 0) {
|
|
||||||
"${size.toLong()}${units[unitIndex]}"
|
|
||||||
} else {
|
|
||||||
"%.1f${units[unitIndex]}".format(size)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun String.chunkedForAidl(charset: Charset = Charsets.UTF_8): List<ByteArray> {
|
|
||||||
val allBytes = toByteArray(charset)
|
|
||||||
val total = allBytes.size
|
|
||||||
val maxBytes = when {
|
|
||||||
total <= 100 * 1024 -> total
|
|
||||||
total <= 1024 * 1024 -> 64 * 1024
|
|
||||||
total <= 10 * 1024 * 1024 -> 128 * 1024
|
|
||||||
else -> 256 * 1024
|
|
||||||
}
|
|
||||||
|
|
||||||
val result = mutableListOf<ByteArray>()
|
|
||||||
var index = 0
|
|
||||||
while (index < total) {
|
|
||||||
val end = minOf(index + maxBytes, total)
|
|
||||||
result.add(allBytes.copyOfRange(index, end))
|
|
||||||
index = end
|
|
||||||
}
|
|
||||||
return result
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
fun <T : List<ByteArray>> T.formatString(charset: Charset = Charsets.UTF_8): String {
|
|
||||||
val totalSize = this.sumOf { it.size }
|
|
||||||
val combined = ByteArray(totalSize)
|
|
||||||
var offset = 0
|
|
||||||
forEach { byteArray ->
|
|
||||||
byteArray.copyInto(combined, offset)
|
|
||||||
offset += byteArray.size
|
|
||||||
}
|
|
||||||
return String(combined, charset)
|
|
||||||
}
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
package com.follow.clash.common
|
|
||||||
|
|
||||||
|
|
||||||
import android.app.Application
|
|
||||||
import android.util.Log
|
|
||||||
import com.google.firebase.FirebaseApp
|
|
||||||
import com.google.firebase.crashlytics.FirebaseCrashlytics
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
|
|
||||||
object GlobalState : CoroutineScope by CoroutineScope(Dispatchers.Default) {
|
|
||||||
|
|
||||||
const val NOTIFICATION_CHANNEL = "FlClash"
|
|
||||||
|
|
||||||
const val NOTIFICATION_ID = 1
|
|
||||||
|
|
||||||
val packageName: String
|
|
||||||
get() = application.packageName
|
|
||||||
|
|
||||||
val RECEIVE_BROADCASTS_PERMISSIONS: String
|
|
||||||
get() = "${packageName}.permission.RECEIVE_BROADCASTS"
|
|
||||||
|
|
||||||
|
|
||||||
private var _application: Application? = null
|
|
||||||
|
|
||||||
val application: Application
|
|
||||||
get() = _application!!
|
|
||||||
|
|
||||||
|
|
||||||
fun log(text: String) {
|
|
||||||
Log.d("[FlClash]", text)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun init(application: Application) {
|
|
||||||
_application = application
|
|
||||||
}
|
|
||||||
|
|
||||||
fun setCrashlytics(enable: Boolean) {
|
|
||||||
_application?.let {
|
|
||||||
FirebaseApp.initializeApp(it)
|
|
||||||
FirebaseCrashlytics.getInstance().isCrashlyticsCollectionEnabled = enable
|
|
||||||
if (enable) {
|
|
||||||
log("init crashlytics ${it.processName}")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,78 +0,0 @@
|
|||||||
package com.follow.clash.common
|
|
||||||
|
|
||||||
import android.content.Intent
|
|
||||||
import android.os.IBinder
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.coroutines.Dispatchers
|
|
||||||
import kotlinx.coroutines.Job
|
|
||||||
import kotlinx.coroutines.SupervisorJob
|
|
||||||
import kotlinx.coroutines.flow.MutableStateFlow
|
|
||||||
import kotlinx.coroutines.flow.StateFlow
|
|
||||||
import kotlinx.coroutines.flow.filterNotNull
|
|
||||||
import kotlinx.coroutines.flow.first
|
|
||||||
import kotlinx.coroutines.launch
|
|
||||||
import kotlinx.coroutines.withContext
|
|
||||||
import kotlinx.coroutines.withTimeout
|
|
||||||
import java.util.concurrent.atomic.AtomicBoolean
|
|
||||||
|
|
||||||
class ServiceDelegate<T>(
|
|
||||||
private val intent: Intent,
|
|
||||||
private val onServiceDisconnected: ((String) -> Unit)? = null,
|
|
||||||
private val interfaceCreator: (IBinder) -> T,
|
|
||||||
) : CoroutineScope by CoroutineScope(SupervisorJob() + Dispatchers.Default) {
|
|
||||||
|
|
||||||
private val _bindingState = AtomicBoolean(false)
|
|
||||||
|
|
||||||
private var _serviceState = MutableStateFlow<Pair<T?, String>?>(null)
|
|
||||||
|
|
||||||
val serviceState: StateFlow<Pair<T?, String>?> = _serviceState
|
|
||||||
private var job: Job? = null
|
|
||||||
|
|
||||||
private fun handleBind(data: Pair<IBinder?, String>) {
|
|
||||||
data.first?.let {
|
|
||||||
_serviceState.value = Pair(interfaceCreator(it), data.second)
|
|
||||||
} ?: run {
|
|
||||||
_serviceState.value = Pair(null, data.second)
|
|
||||||
unbind()
|
|
||||||
onServiceDisconnected?.invoke(data.second)
|
|
||||||
_bindingState.set(false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun bind() {
|
|
||||||
if (_bindingState.compareAndSet(false, true)) {
|
|
||||||
job?.cancel()
|
|
||||||
job = null
|
|
||||||
_serviceState.value = null
|
|
||||||
job = launch {
|
|
||||||
runCatching {
|
|
||||||
GlobalState.application.bindServiceFlow<IBinder>(intent)
|
|
||||||
.collect { handleBind(it) }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
suspend inline fun <R> useService(
|
|
||||||
timeoutMillis: Long = 5000, crossinline block: suspend (T) -> R
|
|
||||||
): Result<R> {
|
|
||||||
return runCatching {
|
|
||||||
withTimeout(timeoutMillis) {
|
|
||||||
val state = serviceState.filterNotNull().first()
|
|
||||||
state.first?.let {
|
|
||||||
withContext(Dispatchers.Default) {
|
|
||||||
block(it)
|
|
||||||
}
|
|
||||||
} ?: throw Exception(state.second)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun unbind() {
|
|
||||||
if (_bindingState.compareAndSet(true, false)) {
|
|
||||||
job?.cancel()
|
|
||||||
job = null
|
|
||||||
_serviceState.value = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
package com.follow.clash.common
|
|
||||||
|
|
||||||
import kotlinx.coroutines.delay
|
|
||||||
import kotlinx.coroutines.flow.Flow
|
|
||||||
import kotlinx.coroutines.flow.flow
|
|
||||||
|
|
||||||
|
|
||||||
fun tickerFlow(delayMillis: Long, initialDelayMillis: Long = delayMillis): Flow<Unit> = flow {
|
|
||||||
delay(initialDelayMillis)
|
|
||||||
while (true) {
|
|
||||||
emit(Unit)
|
|
||||||
delay(delayMillis)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
android/core/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
/build
|
|
||||||
@@ -1,81 +0,0 @@
|
|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.android.library")
|
|
||||||
id("org.jetbrains.kotlin.android")
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
|
||||||
namespace = "com.follow.clash.core"
|
|
||||||
compileSdk = libs.versions.compileSdk.get().toInt()
|
|
||||||
ndkVersion = libs.versions.ndkVersion.get()
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
getByName("main") {
|
|
||||||
jniLibs.srcDirs("src/main/jniLibs")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
externalNativeBuild {
|
|
||||||
cmake {
|
|
||||||
path("src/main/cpp/CMakeLists.txt")
|
|
||||||
version = "3.22.1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
release {
|
|
||||||
proguardFiles(
|
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
|
||||||
"proguard-rules.pro"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlin {
|
|
||||||
compilerOptions {
|
|
||||||
jvmTarget.set(JvmTarget.JVM_17)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation(libs.annotation.jvm)
|
|
||||||
}
|
|
||||||
|
|
||||||
val copyNativeLibs by tasks.register<Copy>("copyNativeLibs") {
|
|
||||||
doFirst {
|
|
||||||
delete("src/main/jniLibs")
|
|
||||||
}
|
|
||||||
from("../../libclash/android")
|
|
||||||
into("src/main/jniLibs")
|
|
||||||
|
|
||||||
doLast {
|
|
||||||
val includesDir = file("src/main/jniLibs/includes")
|
|
||||||
val targetDir = file("src/main/cpp/includes")
|
|
||||||
if (includesDir.exists()) {
|
|
||||||
copy {
|
|
||||||
from(includesDir)
|
|
||||||
into(targetDir)
|
|
||||||
}
|
|
||||||
delete(includesDir)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
afterEvaluate {
|
|
||||||
tasks.named("preBuild") {
|
|
||||||
dependsOn(copyNativeLibs)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
|
||||||
</manifest>
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
cmake_minimum_required(VERSION 3.22.1)
|
|
||||||
|
|
||||||
project("core")
|
|
||||||
|
|
||||||
message("CMAKE_SOURCE_DIR ${CMAKE_SOURCE_DIR}")
|
|
||||||
|
|
||||||
message("CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE}")
|
|
||||||
|
|
||||||
|
|
||||||
if (NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
|
||||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
|
|
||||||
add_compile_options(-O3 -flto -g0 -fno-exceptions -fno-rtti)
|
|
||||||
add_link_options(-flto -Wl,--gc-sections,--strip-all)
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
set(LIB_CLASH_PATH "${CMAKE_SOURCE_DIR}/../jniLibs/${ANDROID_ABI}/libclash.so")
|
|
||||||
|
|
||||||
message("LIB_CLASH_PATH ${LIB_CLASH_PATH}")
|
|
||||||
if (EXISTS ${LIB_CLASH_PATH})
|
|
||||||
message("Found libclash.so for ABI ${ANDROID_ABI}")
|
|
||||||
add_compile_definitions(LIBCLASH)
|
|
||||||
include_directories(${CMAKE_SOURCE_DIR}/../cpp/includes/${ANDROID_ABI})
|
|
||||||
link_directories(${CMAKE_SOURCE_DIR}/../jniLibs/${ANDROID_ABI})
|
|
||||||
add_library(${CMAKE_PROJECT_NAME} SHARED
|
|
||||||
jni_helper.cpp
|
|
||||||
core.cpp)
|
|
||||||
target_link_libraries(${CMAKE_PROJECT_NAME}
|
|
||||||
clash)
|
|
||||||
else ()
|
|
||||||
message("Not found libclash.so for ABI ${ANDROID_ABI}")
|
|
||||||
add_library(${CMAKE_PROJECT_NAME} SHARED
|
|
||||||
jni_helper.cpp
|
|
||||||
core.cpp)
|
|
||||||
target_link_libraries(${CMAKE_PROJECT_NAME})
|
|
||||||
endif ()
|
|
||||||
@@ -1,194 +0,0 @@
|
|||||||
#include <jni.h>
|
|
||||||
|
|
||||||
#ifdef LIBCLASH
|
|
||||||
|
|
||||||
#include "jni_helper.h"
|
|
||||||
#include "libclash.h"
|
|
||||||
#include "bride.h"
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_startTun(JNIEnv *env, jobject thiz, jint fd, jobject cb,
|
|
||||||
jstring stack, jstring address, jstring dns) {
|
|
||||||
const auto interface = new_global(cb);
|
|
||||||
startTUN(interface, fd, get_string(stack), get_string(address), get_string(dns));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_stopTun(JNIEnv *env, jobject thiz) {
|
|
||||||
stopTun();
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_forceGC(JNIEnv *env, jobject thiz) {
|
|
||||||
forceGC();
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_updateDNS(JNIEnv *env, jobject thiz, jstring dns) {
|
|
||||||
updateDns(get_string(dns));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_invokeAction(JNIEnv *env, jobject thiz, jstring data, jobject cb) {
|
|
||||||
const auto interface = new_global(cb);
|
|
||||||
invokeAction(interface, get_string(data));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_setEventListener(JNIEnv *env, jobject thiz, jobject cb) {
|
|
||||||
if (cb != nullptr) {
|
|
||||||
const auto interface = new_global(cb);
|
|
||||||
setEventListener(interface);
|
|
||||||
} else {
|
|
||||||
setEventListener(nullptr);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT jstring JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_getTraffic(JNIEnv *env, jobject thiz,
|
|
||||||
const jboolean only_statistics_proxy) {
|
|
||||||
return new_string(getTraffic(only_statistics_proxy));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT jstring JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_getTotalTraffic(JNIEnv *env, jobject thiz,
|
|
||||||
const jboolean only_statistics_proxy) {
|
|
||||||
return new_string(getTotalTraffic(only_statistics_proxy));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_suspended(JNIEnv *env, jobject thiz, jboolean suspended) {
|
|
||||||
suspend(suspended);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static jmethodID m_tun_interface_protect;
|
|
||||||
static jmethodID m_tun_interface_resolve_process;
|
|
||||||
static jmethodID m_invoke_interface_result;
|
|
||||||
|
|
||||||
|
|
||||||
static void release_jni_object_impl(void *obj) {
|
|
||||||
ATTACH_JNI();
|
|
||||||
del_global(static_cast<jobject>(obj));
|
|
||||||
}
|
|
||||||
|
|
||||||
static void free_string_impl(char *str) {
|
|
||||||
free(str);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void call_tun_interface_protect_impl(void *tun_interface, const int fd) {
|
|
||||||
ATTACH_JNI();
|
|
||||||
env->CallVoidMethod(static_cast<jobject>(tun_interface),
|
|
||||||
m_tun_interface_protect,
|
|
||||||
fd);
|
|
||||||
}
|
|
||||||
|
|
||||||
static char *
|
|
||||||
call_tun_interface_resolve_process_impl(void *tun_interface, const int protocol,
|
|
||||||
const char *source,
|
|
||||||
const char *target,
|
|
||||||
const int uid) {
|
|
||||||
ATTACH_JNI();
|
|
||||||
const auto packageName = reinterpret_cast<jstring>(env->CallObjectMethod(
|
|
||||||
static_cast<jobject>(tun_interface),
|
|
||||||
m_tun_interface_resolve_process,
|
|
||||||
protocol,
|
|
||||||
new_string(source),
|
|
||||||
new_string(target),
|
|
||||||
uid));
|
|
||||||
return get_string(packageName);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void call_invoke_interface_result_impl(void *invoke_interface, const char *data) {
|
|
||||||
ATTACH_JNI();
|
|
||||||
env->CallVoidMethod(static_cast<jobject>(invoke_interface),
|
|
||||||
m_invoke_interface_result,
|
|
||||||
new_string(data));
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT jint JNICALL
|
|
||||||
JNI_OnLoad(JavaVM *vm, void *) {
|
|
||||||
JNIEnv *env = nullptr;
|
|
||||||
if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
|
||||||
return JNI_ERR;
|
|
||||||
}
|
|
||||||
|
|
||||||
initialize_jni(vm, env);
|
|
||||||
|
|
||||||
const auto c_tun_interface = find_class("com/follow/clash/core/TunInterface");
|
|
||||||
|
|
||||||
const auto c_invoke_interface = find_class("com/follow/clash/core/InvokeInterface");
|
|
||||||
|
|
||||||
m_tun_interface_protect = find_method(c_tun_interface, "protect", "(I)V");
|
|
||||||
m_tun_interface_resolve_process = find_method(c_tun_interface, "resolverProcess",
|
|
||||||
"(ILjava/lang/String;Ljava/lang/String;I)Ljava/lang/String;");
|
|
||||||
m_invoke_interface_result = find_method(c_invoke_interface, "onResult",
|
|
||||||
"(Ljava/lang/String;)V");
|
|
||||||
|
|
||||||
|
|
||||||
protect_func = &call_tun_interface_protect_impl;
|
|
||||||
resolve_process_func = &call_tun_interface_resolve_process_impl;
|
|
||||||
result_func = &call_invoke_interface_result_impl;
|
|
||||||
release_object_func = &release_jni_object_impl;
|
|
||||||
free_string_func = &free_string_impl;
|
|
||||||
|
|
||||||
return JNI_VERSION_1_6;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_startTun(JNIEnv *env, jobject thiz, jint fd, jobject cb,
|
|
||||||
jstring stack, jstring address, jstring dns) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_stopTun(JNIEnv *env, jobject thiz) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_invokeAction(JNIEnv *env, jobject thiz, jstring data, jobject cb) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_forceGC(JNIEnv *env, jobject thiz) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_updateDNS(JNIEnv *env, jobject thiz, jstring dns) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_setEventListener(JNIEnv *env, jobject thiz, jobject cb) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT jstring JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_getTraffic(JNIEnv *env, jobject thiz,
|
|
||||||
const jboolean only_statistics_proxy) {
|
|
||||||
}
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT jstring JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_getTotalTraffic(JNIEnv *env, jobject thiz,
|
|
||||||
const jboolean only_statistics_proxy) {
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C"
|
|
||||||
JNIEXPORT void JNICALL
|
|
||||||
Java_com_follow_clash_core_Core_suspended(JNIEnv *env, jobject thiz, jboolean suspended) {
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
@@ -1,71 +0,0 @@
|
|||||||
#include "jni_helper.h"
|
|
||||||
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <malloc.h>
|
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
static JavaVM *global_vm;
|
|
||||||
|
|
||||||
static jclass c_string;
|
|
||||||
static jmethodID m_new_string;
|
|
||||||
static jmethodID m_get_bytes;
|
|
||||||
|
|
||||||
void initialize_jni(JavaVM *vm, JNIEnv *env) {
|
|
||||||
global_vm = vm;
|
|
||||||
|
|
||||||
c_string = reinterpret_cast<jclass>(new_global(find_class("java/lang/String")));
|
|
||||||
m_new_string = find_method(c_string, "<init>", "([B)V");
|
|
||||||
m_get_bytes = find_method(c_string, "getBytes", "()[B");
|
|
||||||
}
|
|
||||||
|
|
||||||
JavaVM *global_java_vm() {
|
|
||||||
return global_vm;
|
|
||||||
}
|
|
||||||
|
|
||||||
char *jni_get_string(JNIEnv *env, jstring str) {
|
|
||||||
const auto array = reinterpret_cast<jbyteArray>(env->CallObjectMethod(str, m_get_bytes));
|
|
||||||
const int length = env->GetArrayLength(array);
|
|
||||||
const auto content = static_cast<char *>(malloc(length + 1));
|
|
||||||
env->GetByteArrayRegion(array, 0, length, reinterpret_cast<jbyte *>(content));
|
|
||||||
content[length] = 0;
|
|
||||||
return content;
|
|
||||||
}
|
|
||||||
|
|
||||||
jstring jni_new_string(JNIEnv *env, const char *str) {
|
|
||||||
const auto length = static_cast<int>(strlen(str));
|
|
||||||
const auto array = env->NewByteArray(length);
|
|
||||||
env->SetByteArrayRegion(array, 0, length, reinterpret_cast<const jbyte *>(str));
|
|
||||||
return reinterpret_cast<jstring>(env->NewObject(c_string, m_new_string, array));
|
|
||||||
}
|
|
||||||
|
|
||||||
int jni_catch_exception(JNIEnv *env) {
|
|
||||||
const int result = env->ExceptionCheck();
|
|
||||||
if (result) {
|
|
||||||
env->ExceptionDescribe();
|
|
||||||
env->ExceptionClear();
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
void jni_attach_thread(scoped_jni *jni) {
|
|
||||||
JavaVM *vm = global_java_vm();
|
|
||||||
if (vm->GetEnv(reinterpret_cast<void **>(&jni->env), JNI_VERSION_1_6) == JNI_OK) {
|
|
||||||
jni->require_release = 0;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (vm->AttachCurrentThread(&jni->env, nullptr) != JNI_OK) {
|
|
||||||
abort();
|
|
||||||
}
|
|
||||||
jni->require_release = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void jni_detach_thread(const scoped_jni *env) {
|
|
||||||
JavaVM *vm = global_java_vm();
|
|
||||||
if (env->require_release) {
|
|
||||||
vm->DetachCurrentThread();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void release_string(char **str) {
|
|
||||||
free(*str);
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include <jni.h>
|
|
||||||
|
|
||||||
struct scoped_jni {
|
|
||||||
JNIEnv *env;
|
|
||||||
int require_release;
|
|
||||||
};
|
|
||||||
|
|
||||||
extern void initialize_jni(JavaVM *vm, JNIEnv *env);
|
|
||||||
|
|
||||||
extern jstring jni_new_string(JNIEnv *env, const char *str);
|
|
||||||
|
|
||||||
extern char *jni_get_string(JNIEnv *env, jstring str);
|
|
||||||
|
|
||||||
extern int jni_catch_exception(JNIEnv *env);
|
|
||||||
|
|
||||||
extern void jni_attach_thread(scoped_jni *jni);
|
|
||||||
|
|
||||||
extern void jni_detach_thread(const scoped_jni *env);
|
|
||||||
|
|
||||||
extern void release_string( char **str);
|
|
||||||
|
|
||||||
#define ATTACH_JNI() __attribute__((unused, cleanup(jni_detach_thread))) \
|
|
||||||
scoped_jni _jni{}; \
|
|
||||||
jni_attach_thread(&_jni); \
|
|
||||||
JNIEnv *env = _jni.env
|
|
||||||
|
|
||||||
#define scoped_string __attribute__((cleanup(release_string))) char*
|
|
||||||
|
|
||||||
#define find_class(name) env->FindClass(name)
|
|
||||||
#define find_method(cls, name, signature) env->GetMethodID(cls, name, signature)
|
|
||||||
#define new_global(obj) env->NewGlobalRef(obj)
|
|
||||||
#define del_global(obj) env->DeleteGlobalRef(obj)
|
|
||||||
#define get_string(jstr) jni_get_string(env, jstr)
|
|
||||||
#define new_string(cstr) jni_new_string(env, cstr)
|
|
||||||
@@ -1,114 +0,0 @@
|
|||||||
package com.follow.clash.core
|
|
||||||
|
|
||||||
import java.net.InetAddress
|
|
||||||
import java.net.InetSocketAddress
|
|
||||||
import java.net.URL
|
|
||||||
|
|
||||||
data object Core {
|
|
||||||
private external fun startTun(
|
|
||||||
fd: Int,
|
|
||||||
cb: TunInterface,
|
|
||||||
stack: String,
|
|
||||||
address: String,
|
|
||||||
dns: String,
|
|
||||||
)
|
|
||||||
|
|
||||||
external fun forceGC(
|
|
||||||
)
|
|
||||||
|
|
||||||
external fun updateDNS(
|
|
||||||
dns: String,
|
|
||||||
)
|
|
||||||
|
|
||||||
private fun parseInetSocketAddress(address: String): InetSocketAddress {
|
|
||||||
val url = URL("https://$address")
|
|
||||||
|
|
||||||
return InetSocketAddress(InetAddress.getByName(url.host), url.port)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun startTun(
|
|
||||||
fd: Int,
|
|
||||||
protect: (Int) -> Boolean,
|
|
||||||
resolverProcess: (protocol: Int, source: InetSocketAddress, target: InetSocketAddress, uid: Int) -> String,
|
|
||||||
stack: String,
|
|
||||||
address: String,
|
|
||||||
dns: String,
|
|
||||||
) {
|
|
||||||
startTun(
|
|
||||||
fd,
|
|
||||||
object : TunInterface {
|
|
||||||
override fun protect(fd: Int) {
|
|
||||||
protect(fd)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun resolverProcess(
|
|
||||||
protocol: Int,
|
|
||||||
source: String,
|
|
||||||
target: String,
|
|
||||||
uid: Int
|
|
||||||
): String {
|
|
||||||
return resolverProcess(
|
|
||||||
protocol,
|
|
||||||
parseInetSocketAddress(source),
|
|
||||||
parseInetSocketAddress(target),
|
|
||||||
uid,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
stack,
|
|
||||||
address,
|
|
||||||
dns
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
external fun suspended(
|
|
||||||
suspended: Boolean,
|
|
||||||
)
|
|
||||||
|
|
||||||
private external fun invokeAction(
|
|
||||||
data: String,
|
|
||||||
cb: InvokeInterface
|
|
||||||
)
|
|
||||||
|
|
||||||
fun invokeAction(
|
|
||||||
data: String,
|
|
||||||
cb: (result: String?) -> Unit
|
|
||||||
) {
|
|
||||||
invokeAction(
|
|
||||||
data,
|
|
||||||
object : InvokeInterface {
|
|
||||||
override fun onResult(result: String?) {
|
|
||||||
cb(result)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
private external fun setEventListener(cb: InvokeInterface?)
|
|
||||||
|
|
||||||
fun callSetEventListener(
|
|
||||||
cb: ((result: String?) -> Unit)?
|
|
||||||
) {
|
|
||||||
when (cb != null) {
|
|
||||||
true -> setEventListener(
|
|
||||||
object : InvokeInterface {
|
|
||||||
override fun onResult(result: String?) {
|
|
||||||
cb(result)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
|
|
||||||
false -> setEventListener(null)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
external fun stopTun()
|
|
||||||
|
|
||||||
external fun getTraffic(onlyStatisticsProxy: Boolean): String
|
|
||||||
|
|
||||||
external fun getTotalTraffic(onlyStatisticsProxy: Boolean): String
|
|
||||||
|
|
||||||
init {
|
|
||||||
System.loadLibrary("core")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
package com.follow.clash.core
|
|
||||||
|
|
||||||
import androidx.annotation.Keep
|
|
||||||
|
|
||||||
@Keep
|
|
||||||
interface InvokeInterface {
|
|
||||||
fun onResult(result: String?)
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
package com.follow.clash.core
|
|
||||||
|
|
||||||
import androidx.annotation.Keep
|
|
||||||
|
|
||||||
@Keep
|
|
||||||
interface TunInterface {
|
|
||||||
fun protect(fd: Int)
|
|
||||||
fun resolverProcess(protocol: Int, source: String, target: String, uid: Int): String
|
|
||||||
}
|
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
org.gradle.jvmargs=-Xmx4G
|
org.gradle.jvmargs=-Xmx4G
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
kotlin_version=1.9.22
|
||||||
|
agp_version=8.2.1
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
[versions]
|
|
||||||
#agp = "8.10.1"
|
|
||||||
firebaseBom = "34.2.0"
|
|
||||||
minSdk = "23"
|
|
||||||
targetSdk = "36"
|
|
||||||
compileSdk = "36"
|
|
||||||
ndkVersion = "28.0.13004108"
|
|
||||||
coreKtx = "1.17.0"
|
|
||||||
annotationJvm = "1.9.1"
|
|
||||||
coreSplashscreen = "1.0.1"
|
|
||||||
gson = "2.13.1"
|
|
||||||
kotlin = "2.2.10"
|
|
||||||
smaliDexlib2 = "3.0.9"
|
|
||||||
firebaseCrashlyticsKtx = "20.0.1"
|
|
||||||
firebaseCommonKtx = "22.0.0"
|
|
||||||
|
|
||||||
[libraries]
|
|
||||||
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
||||||
androidx-core = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
||||||
annotation-jvm = { module = "androidx.annotation:annotation-jvm", version.ref = "annotationJvm" }
|
|
||||||
core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
||||||
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
|
|
||||||
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
|
||||||
firebase-crashlytics-ndk = { module = "com.google.firebase:firebase-crashlytics-ndk" }
|
|
||||||
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
||||||
smali-dexlib2 = { module = "com.android.tools.smali:smali-dexlib2", version.ref = "smaliDexlib2" }
|
|
||||||
firebase-crashlytics-ktx = { group = "com.google.firebase", name = "firebase-crashlytics-ktx", version.ref = "firebaseCrashlyticsKtx" }
|
|
||||||
firebase-common-ktx = { group = "com.google.firebase", name = "firebase-common-ktx", version.ref = "firebaseCommonKtx" }
|
|
||||||
@@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
|
||||||
|
|
||||||
|
|||||||
1
android/service/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
/build
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.android.library")
|
|
||||||
id("org.jetbrains.kotlin.android")
|
|
||||||
id("kotlin-parcelize")
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
|
||||||
namespace = "com.follow.clash.service"
|
|
||||||
compileSdk = 36
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
|
||||||
}
|
|
||||||
|
|
||||||
buildFeatures {
|
|
||||||
aidl = true
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
release {
|
|
||||||
proguardFiles(
|
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
|
||||||
"proguard-rules.pro"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
kotlin {
|
|
||||||
compilerOptions {
|
|
||||||
jvmTarget.set(JvmTarget.JVM_17)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation(project(":core"))
|
|
||||||
implementation(project(":common"))
|
|
||||||
implementation(libs.gson)
|
|
||||||
implementation(libs.androidx.core)
|
|
||||||
}
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
||||||
|
|
||||||
<application>
|
|
||||||
<service
|
|
||||||
android:name=".VpnService"
|
|
||||||
android:exported="false"
|
|
||||||
android:foregroundServiceType="specialUse"
|
|
||||||
android:permission="android.permission.BIND_VPN_SERVICE"
|
|
||||||
android:process=":remote">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.net.VpnService" />
|
|
||||||
</intent-filter>
|
|
||||||
<property
|
|
||||||
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
|
|
||||||
android:value="vpn" />
|
|
||||||
</service>
|
|
||||||
|
|
||||||
<service
|
|
||||||
android:name=".CommonService"
|
|
||||||
android:exported="false"
|
|
||||||
android:foregroundServiceType="specialUse"
|
|
||||||
android:process=":remote">
|
|
||||||
<property
|
|
||||||
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
|
|
||||||
android:value="proxy" />
|
|
||||||
</service>
|
|
||||||
|
|
||||||
<service
|
|
||||||
android:name=".RemoteService"
|
|
||||||
android:enabled="true"
|
|
||||||
android:exported="false"
|
|
||||||
android:process=":remote" />
|
|
||||||
|
|
||||||
<provider
|
|
||||||
android:name=".FilesProvider"
|
|
||||||
android:authorities="${applicationId}.files"
|
|
||||||
android:exported="true"
|
|
||||||
android:grantUriPermissions="true"
|
|
||||||
android:permission="android.permission.MANAGE_DOCUMENTS"
|
|
||||||
android:process=":remote">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.content.action.DOCUMENTS_PROVIDER" />
|
|
||||||
</intent-filter>
|
|
||||||
</provider>
|
|
||||||
</application>
|
|
||||||
</manifest>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
// IAckInterface.aidl
|
|
||||||
package com.follow.clash.service;
|
|
||||||
|
|
||||||
import com.follow.clash.service.IAckInterface;
|
|
||||||
|
|
||||||
interface IAckInterface {
|
|
||||||
oneway void onAck();
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
// ICallbackInterface.aidl
|
|
||||||
package com.follow.clash.service;
|
|
||||||
|
|
||||||
import com.follow.clash.service.IAckInterface;
|
|
||||||
|
|
||||||
interface ICallbackInterface {
|
|
||||||
oneway void onResult(in byte[] data,in boolean isSuccess, in IAckInterface ack);
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
// IEventInterface.aidl
|
|
||||||
package com.follow.clash.service;
|
|
||||||
|
|
||||||
import com.follow.clash.service.IAckInterface;
|
|
||||||
|
|
||||||
interface IEventInterface {
|
|
||||||
oneway void onEvent(in String id, in byte[] data,in boolean isSuccess, in IAckInterface ack);
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
// IRemoteInterface.aidl
|
|
||||||
package com.follow.clash.service;
|
|
||||||
|
|
||||||
import com.follow.clash.service.ICallbackInterface;
|
|
||||||
import com.follow.clash.service.IEventInterface;
|
|
||||||
import com.follow.clash.service.IResultInterface;
|
|
||||||
import com.follow.clash.service.models.VpnOptions;
|
|
||||||
import com.follow.clash.service.models.NotificationParams;
|
|
||||||
|
|
||||||
interface IRemoteInterface {
|
|
||||||
void invokeAction(in String data, in ICallbackInterface callback);
|
|
||||||
void updateNotificationParams(in NotificationParams params);
|
|
||||||
void startService(in VpnOptions options, in long runTime, in IResultInterface result);
|
|
||||||
void stopService(in IResultInterface result);
|
|
||||||
void setEventListener(in IEventInterface event);
|
|
||||||
void setCrashlytics(in boolean enable);
|
|
||||||
long getRunTime();
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
// IResultInterface.aidl
|
|
||||||
package com.follow.clash.service;
|
|
||||||
|
|
||||||
interface IResultInterface {
|
|
||||||
oneway void onResult(in long runTime);
|
|
||||||
}
|
|
||||||