بدون توضیح

Steve Johnson fbf1aee8a7 chore: add auto labels for issue-template 2 سال پیش
.github fbf1aee8a7 chore: add auto labels for issue-template 2 سال پیش
.idea e06c901bf5 feat: show subscription 3 سال پیش
app bb14957982 add: monochrome icon for Material You theme 2 سال پیش
common fa530a47d6 Add Russian translation (#118) 2 سال پیش
core 191c8bc2dc chore: change upstream to android-real 2 سال پیش
design 2250714569 upd url 2 سال پیش
fastlane f5a93057ad fastlane: fix a typo 3 سال پیش
gradle 5c3ab5470a Chore: update dependencies 3 سال پیش
hideapi 11c4e19e0c Refactor: refactor project structure & update clash core (#1174) 4 سال پیش
service fa530a47d6 Add Russian translation (#118) 2 سال پیش
.gitattributes 8b91b2eeb1 Chore: add .gitattributes (#1191) 4 سال پیش
.gitignore 90d286cd5a Chore: update gitignore 4 سال پیش
.gitmodules 191c8bc2dc chore: change upstream to android-real 2 سال پیش
CONTRIBUTING.md 75745d89d7 Chore: update CONTRIBUTING.md 4 سال پیش
LICENSE 07e8afa69a Initial: initial commit 4 سال پیش
NOTICE 07e8afa69a Initial: initial commit 4 سال پیش
PRIVACY_POLICY.md 07e8afa69a Initial: initial commit 4 سال پیش
README.md af37c0625d Update README.md 3 سال پیش
build.gradle.kts 14a961f521 Update Meta Core to v1.16.0 and add actions to help maintain the project (#147) 2 سال پیش
gradle.properties 899803739b Chore: remove unused dependencies & improve gradle properties & code style (#1189) 4 سال پیش
gradlew 3397cdd95f Chore: update dependencies 4 سال پیش
gradlew.bat 2f69985fe1 Chore: update gradle wrapper & append sha256sum 4 سال پیش
release.keystore 8b2ef8aaac Add files via upload 3 سال پیش
settings.gradle.kts d2f5503330 chore: root Project name 3 سال پیش

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