Nessuna descrizione

Howard Cheung 8d69bad65b Merge pull request #9 from h0cheung/fix-group-upstream 3 anni fa
.github 03bc3c0876 Chore: update dependencies & remove appcenter tracker 3 anni fa
.idea 07e8afa69a Initial: initial commit 4 anni fa
app 03bc3c0876 Chore: update dependencies & remove appcenter tracker 3 anni fa
common ab96790c73 Chore: update dependencies 3 anni fa
core cfc35e1028 fix: proxy providers not filtered in proxy groups 3 anni fa
design 5255a0de81 Feature: add prefer h3 dns 3 anni fa
fastlane f5a93057ad fastlane: fix a typo 3 anni fa
gradle 5c3ab5470a Chore: update dependencies 3 anni fa
hideapi 11c4e19e0c Refactor: refactor project structure & update clash core (#1174) 4 anni fa
service f856c3f85f Improve: increase tun mtu 3 anni fa
.gitattributes 8b91b2eeb1 Chore: add .gitattributes (#1191) 4 anni fa
.gitignore 90d286cd5a Chore: update gitignore 4 anni fa
.gitmodules e84d3ce7cc Switch Upstream 3 anni fa
CONTRIBUTING.md 75745d89d7 Chore: update CONTRIBUTING.md 4 anni fa
LICENSE 07e8afa69a Initial: initial commit 4 anni fa
NOTICE 07e8afa69a Initial: initial commit 4 anni fa
PRIVACY_POLICY.md 07e8afa69a Initial: initial commit 4 anni fa
README.md af37c0625d Update README.md 3 anni fa
build.gradle.kts 5255a0de81 Feature: add prefer h3 dns 3 anni fa
gradle.properties 899803739b Chore: remove unused dependencies & improve gradle properties & code style (#1189) 4 anni fa
gradlew 3397cdd95f Chore: update dependencies 4 anni fa
gradlew.bat 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 anni fa
release.keystore 8b2ef8aaac Add files via upload 3 anni fa
settings.gradle.kts 03bc3c0876 Chore: update dependencies & remove appcenter tracker 3 anni fa

README.md

Clash Meta for Android

A Graphical user interface of Clash.Meta for Android

Feature

Feature of Clash.Meta

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"

 alt="Get it on F-Droid"
 height="80">](https://f-droid.org/packages/com.github.metacubex.clash.meta/)

Requirement

  • Android 5.0+ (minimum)
  • Android 7.0+ (recommend)
  • armeabi-v7a , arm64-v8a, x86 or x86_64 Architecture

Build

  1. Update submodules

    git submodule update --init --recursive
    
  2. Install OpenJDK 11, Android SDK, CMake and Golang

  3. Create local.properties in project root with

    sdk.dir=/path/to/android-sdk
    
  4. Create signing.properties in project root with

    keystore.path=/path/to/keystore/file
    keystore.password=<key store password>
    key.alias=<key alias>
    key.password=<key password>
    
  5. Build

    ./gradlew app:assembleMeta-AlphaRelease