Skip to content

Commit 845bb53

Browse files
committed
Finish 3.5.2
Add auth_chain_e/f
2 parents 8c0b00b + f975741 commit 845bb53

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
3-
android:versionCode="321"
4-
android:versionName="3.5.1">
3+
android:versionCode="323"
4+
android:versionName="3.5.2">
55

66
<uses-permission android:name="android.permission.INTERNET"/>
77
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

src/main/assets/pages/about.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@
273273
</style>
274274
</head>
275275
<body>
276-
<p>A <a href="https://github.com/breakwa11/shadowsocks-rss/">ShadowsocksR</a> client for Android, written in Scala.</p>
276+
<p>A <a href="https://github.com/shadowsocksrr/shadowsocks-rss/">ShadowsocksRR</a> client for Android, written in Scala.</p>
277277

278278

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

281-
<p>参与修改:<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>
281+
<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>
282282

283283
<p>图标修改:<a href="https://github.com/Hexhu">Hexhu</a>, <a href="https://twitter.com/huihuimoe">灰灰</a></p>
284284

@@ -290,7 +290,7 @@
290290

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

293-
<p>此版本目前承认的 APP 发布渠道为 <a href="http://127.0.0.1:43110/shadowsocksr.bit">SSR zeronet 发布页</a> 以及 <a href="https://github.com/glzjin/shadowsocksr-android/releases">Github 上本项目的 Releases</a>,如果您是在其他渠道下载的话请自己注意安全。</p>
293+
<p>此版本目前承认的 APP 发布渠道为 <a href="https://github.com/shadowsocksrr/shadowsocksr-android">Github 上本项目的 Releases</a>,如果您是在其他渠道下载的话请自己注意安全。</p>
294294

295295
<hr>
296296

@@ -317,7 +317,7 @@ <h3>Open Source Licenses</h3>
317317
<li>OpenSSL: <a href="https://github.com/shadowsocks/openssl-android/blob/master/NOTICE">OpenSSL</a></li>
318318
<li>pdnsd: <a href="https://github.com/shadowsocks/shadowsocks-android/blob/master/src/main/jni/pdnsd/COPYING">GPLv3</a></li>
319319
<li>libev: <a href="https://github.com/shadowsocks/libevent/blob/shadowsocks-android/LICENSE">GPLv2</a></li>
320-
<li>libevent: <a href="https://github.com/shadowsocks/shadowsocks-android/blob/master/src/main/jni/libevent/LICENSE">BSD</a></li>
320+
<li>libevent: <a href="https://github.com/shadowsocksr/shadowsocks-android/blob/master/src/main/jni/libevent/LICENSE">BSD</a></li>
321321
<li>proxychains-ng: <a href="https://github.com/rofl0r/proxychains-ng/blob/master/COPYING">GPLv2</a></li>
322322
</ul>
323323

src/main/res/values/arrays.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
<item>auth_chain_b</item>
6363
<item>auth_chain_c</item>
6464
<item>auth_chain_d</item>
65+
<item>auth_chain_e</item>
66+
<item>auth_chain_f</item>
6567
</string-array>
6668

6769
<string-array name="protocol_value">
@@ -77,6 +79,8 @@
7779
<item>auth_chain_b</item>
7880
<item>auth_chain_c</item>
7981
<item>auth_chain_d</item>
82+
<item>auth_chain_e</item>
83+
<item>auth_chain_f</item>
8084
</string-array>
8185

8286

0 commit comments

Comments
 (0)