Skip to content
A shadowsocks client for Android
Branch: master
Clone or download
Latest commit 0eef471 Apr 26, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Shrink RAM usage Feb 17, 2019
.github Update faq.md Mar 29, 2019
core Refine code style Apr 14, 2019
gradle/wrapper Update gradle plugin Apr 24, 2019
mobile Add a key to settings screen (#2193) Apr 24, 2019
plugin Refine code style Apr 14, 2019
tv Add android:key for tv pref as well Apr 24, 2019
.gitignore Update overture and migrate to go mod Jan 17, 2019
.gitmodules Update native dependencies Mar 29, 2019
.travis.yml Use api-28-ndk image for CI Jan 30, 2019
AUTHORS add AUTHORS Jun 17, 2016
CONTRIBUTING.md Update contributing guidelines Aug 1, 2018
LICENSE Update README and LICENSE Jan 7, 2017
README.md Use Circle CI in README Feb 10, 2019
build.gradle Update kotlin Apr 26, 2019
detekt.yml Refine code style Jan 19, 2019
gradle.properties Shrink RAM usage Feb 17, 2019
gradlew Update gradle plugin Apr 24, 2019
gradlew.bat Update gradle plugin Apr 24, 2019
privacy_policy.md Update privacy_policy.md Dec 7, 2018
release.sh Update to NDK r19 Dec 26, 2018
settings.gradle
translate.py Add copyright notice Mar 14, 2019

README.md

Shadowsocks for Android

CircleCI API Releases Language: Kotlin Codacy Badge License: GPL-3.0

for Android & Chrome OS (beta)
for Android TV (beta)

PREREQUISITES

  • JDK 1.8
  • Android SDK
    • Android NDK

BUILD

You can check whether the latest commit builds under UNIX environment by checking Travis 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

BUILD WITH DOCKER

mkdir build
sudo chown 3434:3434 build
docker run --rm -v ${PWD}/build:/build circleci/android:api-28-ndk bash -c "cd /build; git clone https://github.com/shadowsocks/shadowsocks-android; cd shadowsocks-android; git submodule update --init --recursive; ./gradlew assembleDebug"

TRANSLATE

OPEN SOURCE LICENSES

LICENSE

Copyright (C) 2017 by Max Lv <max.c.lv@gmail.com>
Copyright (C) 2017 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/.

You can’t perform that action at this time.