diff --git a/metadata/com.github.shadowsocks.plugin.v2ray.yml b/metadata/com.github.shadowsocks.plugin.v2ray.yml new file mode 100644 index 0000000..06bd5c5 --- /dev/null +++ b/metadata/com.github.shadowsocks.plugin.v2ray.yml @@ -0,0 +1,38 @@ +Categories: + - Connectivity + - Internet +License: GPL-3.0-or-later +SourceCode: https://github.com/shadowsocks/v2ray-plugin-android +IssueTracker: https://github.com/shadowsocks/v2ray-plugin-android/issues + +AutoName: v2ray +Summary: A SIP003 V2ray plugin +Description: |- + Yet another SIP003 plugin for shadowsocks, based on v2ray. + + Shadowsocks-android is required. + +RepoType: git +Repo: https://github.com/shadowsocks/v2ray-plugin-android.git + +Builds: + - versionName: 1.3.0 + versionCode: 1030000 + commit: v1.3.0 + submodules: true + sudo: + - apt-get update + - apt-get install -y golang-go + gradle: + - yes + output: app/build/outputs/apk/release/app-universal-release-unsigned.apk + ndk: r20b + gradleprops: + - android.enableJetifier=true + - android.enableR8.fullMode=true + - android.useAndroidX=true + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags ^v +CurrentVersion: 1.3.0 +CurrentVersionCode: 1030000 diff --git a/metadata/en-US/changelogs/1030000.txt b/metadata/en-US/changelogs/1030000.txt new file mode 100644 index 0000000..37a3fa3 --- /dev/null +++ b/metadata/en-US/changelogs/1030000.txt @@ -0,0 +1,3 @@ +* Update shadowsocks plugin to 1.3.0 +* Update v2ray-core to 4.19.1. +* Built with go 1.13 (fix #6 and #7). diff --git a/metadata/en-US/description.txt b/metadata/en-US/description.txt new file mode 100644 index 0000000..7d4be5e --- /dev/null +++ b/metadata/en-US/description.txt @@ -0,0 +1,3 @@ +Yet another SIP003 plugin for shadowsocks, based on v2ray. + +Shadowsocks-android is required. diff --git a/metadata/en-US/name.txt b/metadata/en-US/name.txt new file mode 100644 index 0000000..52aaa01 --- /dev/null +++ b/metadata/en-US/name.txt @@ -0,0 +1 @@ +V2ray Plugin diff --git a/metadata/en-US/phoneScreenshots/00.png b/metadata/en-US/phoneScreenshots/00.png new file mode 100644 index 0000000..492e175 Binary files /dev/null and b/metadata/en-US/phoneScreenshots/00.png differ diff --git a/metadata/en-US/phoneScreenshots/01.png b/metadata/en-US/phoneScreenshots/01.png new file mode 100644 index 0000000..ca33f48 Binary files /dev/null and b/metadata/en-US/phoneScreenshots/01.png differ diff --git a/metadata/en-US/summary.txt b/metadata/en-US/summary.txt new file mode 100644 index 0000000..36103a0 --- /dev/null +++ b/metadata/en-US/summary.txt @@ -0,0 +1 @@ +A SIP003 V2ray plugin diff --git a/metadata/zh-TW/changelogs/1030000.txt b/metadata/zh-TW/changelogs/1030000.txt new file mode 100644 index 0000000..d68e34a --- /dev/null +++ b/metadata/zh-TW/changelogs/1030000.txt @@ -0,0 +1,3 @@ +* 更新 Shadowsocks 外掛程式至 1.3.0 +* 更新 v2ray-core 至 4.19.1 +* 使用 go 1.13 編譯(修復 #6 及 #7 ) diff --git a/metadata/zh-TW/description.txt b/metadata/zh-TW/description.txt new file mode 100644 index 0000000..918c645 --- /dev/null +++ b/metadata/zh-TW/description.txt @@ -0,0 +1,3 @@ +另一個基於 v2ray 的 Shadowsocks 的 SIP003 外掛程式。 + +需安裝 Shadowsocks-android 才可使用。