Go to file
JerryXiao e147caa6a5
update android deps
2024-02-18 19:41:11 +08:00
.circleci Fix cache 2020-05-23 17:47:47 -04:00
app update android deps 2024-02-18 19:41:11 +08:00
gradle/wrapper update android deps 2024-02-18 19:41:11 +08:00
metadata Add /metadata/ for F-Droid 2019-12-21 15:45:47 +00:00
.gitignore First commit 2019-01-11 09:44:36 +08:00
.gitmodules Update submodule 2020-07-03 19:18:13 +08:00
LICENSE First commit 2019-01-11 09:44:36 +08:00
README.md Update README.md 2022-06-09 13:42:46 +09:00
build.gradle.kts update android deps 2024-02-18 19:41:11 +08:00
detekt.yml Update detekt.yml 2020-05-24 05:48:04 +08:00
gradle.properties Update dependencies 2019-06-20 09:36:40 +08:00
gradlew update android deps 2024-02-18 19:41:11 +08:00
gradlew.bat update android deps 2024-02-18 19:41:11 +08:00
release.sh Bump version 2019-01-18 17:12:15 +08:00
settings.gradle.kts Update dependencies 2020-05-24 05:45:10 +08:00

README.md

[logo] v2ray-plugin for shadowsocks-android

CircleCI API Releases Language: Kotlin License

Get it on F-Droid Get it on Google Play

PREREQUISITES

  • JDK 1.8
  • Go 1.17+
  • Android SDK
    • Android NDK r19+

BUILD

You can check whether the latest commit builds under UNIX environment by checking CI status.

  • Clone the repo using git clone --recurse-submodules <repo> or update submodules using git submodule update --init --recursive
  • Build it using Android Studio or gradle script

TRANSLATE

This plugin is an official plugin thus you can see shadowsocks-android's instructions to translate this plugin's UI.

OPEN SOURCE LICENSES

LICENSE

Copyright (C) 2019 by Max Lv <max.c.lv@gmail.com>
Copyright (C) 2019 by Mygod Studio <contact-shadowsocks-android@mygod.be>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.