Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Nov 7, 2019
1 parent d5e1733 commit 94ead1b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 47 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# shadowsocksr
A shadowsocksr client for Android, written in Java.


# ShadowsocksR
A ShadowsocksR client for Android, written in Kotlin.

### PREREQUISITES

* JDK 1.8
* AndroidStudio 3.4
* Android Build Tools 29+
* Android NDK 19+
* Android Studio 3.5.2

# LICENSE

Copyright (C) 2016 by Max Lv <<[email protected]>>
Copyright (C) 2016 by Mygod Studio <<[email protected]>>

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/>.
48 changes: 8 additions & 40 deletions app/src/main/assets/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,52 +275,22 @@
</style>
</head>
<body>
<p>A <a href="https://github.com/hmbsbige/shadowsocks-rss/">ShadowsocksR</a> client for Android,
written in Java.</p>
<p>A ShadowsocksR client for Android,
written in Kotlin.</p>

<p>这是一个可以使用 ShadowsocksR 特性的版本。</p>

<p>这是一个可以使用 <a href="https://github.com/hmbsbige/shadowsocks-rss/">ShadowsocksR</a> 特性的版本。</p>

<p>参与修改:<a href="https://github.com/HMBSbige">HMBSbige</a>, <a href="https://github.com/Akkariiin">Akkariiin</a>,
<p>感谢:<a href="https://github.com/Akkariiin">Akkariiin</a>,
<a href="https://github.com/esdeathlove/">esdeathlove</a>, <a href="https://github.com/glzjin">glzjin</a>,
<a href="https://github.com/breakwa11"/>breakwa11</a>, <a
href="https://github.com/captain-miao"/>captain-miao</a></p>

<p>图标修改:<a href="https://github.com/Hexhu">Hexhu</a>, <a href="https://twitter.com/huihuimoe">灰灰</a>
<a href="https://github.com/breakwa11"/>breakwa11</a>, <a href="https://github.com/captain-miao"/>captain-miao</a>,
<a href="https://github.com/Hexhu">Hexhu</a>, <a href="https://twitter.com/huihuimoe">灰灰</a>,
<a href="https://github.com/LNDDYL">LNDDYL</a>
</p>

<p>正体中文翻译完善:<a href="https://github.com/LNDDYL">LNDDYL</a></p>

<p>日本语翻译:<a href="https://github.com/yyxida">yyxida</a></p>

<p>配色由<a href="https://github.com/breakwa11"/>breakwa11</a>钦定</p>

<p>Google Play 商店搬运:<a href="https://twitter.com/i90er">i90er</a></p>

<p>转换成Java语言:<a href="https://github.com/xhvay"/>vay</a></p>

<p>此版本目前承认的 APP 发布渠道为 <a href="https://github.com/HMBSbige/ShadowsocksR-Android">Github 上本项目的
Releases</a>,如果您是在其他渠道下载的话请自己注意安全。</p>
<p>项目地址:<a href="https://github.com/HMBSbige/ShadowsocksR-Android">ShadowsocksR-Android</a> Modified By <a href="https://github.com/HMBSbige">HMBSbige</a></p>

<hr>


<p>Copyright (C) 2016 by Max Lv <a
href="&#x6d;&#97;&#x69;&#108;&#116;&#111;&#x3a;&#x6d;&#97;x&#46;&#99;.&#108;&#118;&#x40;&#103;&#109;&#97;&#x69;&#108;&#46;&#x63;&#x6f;&#109;">&#x6d;&#97;&#x78;.&#x63;&#x2e;&#108;v&#64;&#x67;&#109;&#x61;&#x69;&#108;&#x2e;&#99;&#111;&#109;</a>
</p>
<p>Copyright (C) 2016 by Mygod Studio <a href="[email protected]">[email protected]</a></p>
<p>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.</p>
<p>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.</p>
<p>You should have received a copy of the GNU General Public License
along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</p>

<h3>Open Source Licenses</h3>
<ul>
<li>shadowsocksr-libev: <a
Expand All @@ -329,8 +299,6 @@ <h3>Open Source Licenses</h3>
href="https://github.com/breakwa11/obfsplugin/blob/master/LICENSE">MIT</a></li>
<li>tun2socks: <a href="https://github.com/shadowsocks/badvpn/blob/shadowsocks-android/COPYING">BSD</a>
</li>
<li>redsocks: <a href="https://github.com/shadowsocks/redsocks/blob/shadowsocks-android/README">APL
2.0</a></li>
<li>OpenSSL: <a
href="https://github.com/shadowsocks/openssl-android/blob/master/NOTICE">OpenSSL</a>
</li>
Expand Down

0 comments on commit 94ead1b

Please sign in to comment.