Skip to content

Commit 402d63b

Browse files
committed
.
0 parents  commit 402d63b

File tree

217 files changed

+14697
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+14697
-0
lines changed

.github/ISSUE_TEMPLATE/bug_cn.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: v2rayNG程序问题
3+
about: 创建一个报告来帮助我们改进
4+
---
5+
6+
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。
7+
8+
9+
### 预期行为
10+
描述你认为应该发生什么
11+
12+
### 实际行为
13+
描述实际发生了什么
14+
15+
### 复现方法
16+
1.
17+
2.
18+
3.
19+
20+
### 日志信息
21+
<details>
22+
23+
通过`adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main`获取日志。请自行删减日志中可能出现的敏感信息。
24+
25+
如果问题可重现,建议先执行`adb logcat -c`清空系统日志再执行上述命令,再操作重现问题。
26+
```
27+
在这里粘贴日志
28+
```
29+
</details>
30+
31+
### 环境信息
32+
33+
### 额外信息(可选)
34+

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: V2Ray程序问题
4+
url: https://github.com/v2fly/v2ray-core/
5+
about: 如果您有V2Ray而非v2rayNG的问题,请至这个链接讨论。

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.dat
2+
*.jks
3+
V2rayNG/app/release/output.json
4+
.idea/
5+
.gradle/

AndroidLibV2rayLite/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AndroidLibV2rayLite
2+
3+
### Preparation
4+
- latest Ubuntu environment
5+
- At lease 30G free space
6+
- Get Repo [AndroidLibV2rayLite](https://github.com/2dust/AndroidLibV2rayLite) or [AndroidLibXrayLite](https://github.com/2dust/AndroidLibXrayLite)
7+
### Prepare Go
8+
- Go to https://golang.org/doc/install and install latest go
9+
- Make sure `go version` works as expected
10+
### Prepare gomobile
11+
- Go to https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile and install gomobile
12+
- export PATH=$PATH:~/go/bin
13+
- Make sure `gomobile init` works as expected
14+
### Prepare NDK
15+
- Go to https://developer.android.com/ndk/downloads and install latest NDK
16+
- export PATH=$PATH:<wherever you ndk is located>
17+
- Make sure `ndk-build -v` works as expected
18+
### Make
19+
- sudo apt install make
20+
- Read and understand [build script](https://github.com/2dust/AndroidLibV2rayLite/blob/master/Makefile)

CR.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
v2rayNG 隐私条款
2+
3+
最后更新 2017-11-22
4+
5+
v2rayNG 尊重并保护所有用户的个人隐私权,为此我们向大众公开这份隐私条款。**您使用 v2rayNG 即代表您以阅读并同意了这份条款,如果您不同意这份条款请立即停止使用并卸载 v2rayNG。**
6+
7+
1. 信息收集
8+
9+
v2rayNG 软件自身不会发送任何信息到开发者,但是您下载软件的应用市场(如 Google Play)可能会收集关于应用运行状态的相关信息并提供给 v2rayNG 开发者。有关这些信息,请阅读您使用的应用市场所提供的隐私条款。
10+
11+
v2rayNG 软件中可能包含需要通过 IAP 支付解锁的功能,您的支付信息将由相关的 IAP 渠道进行处理,而我们对支付信息没有访问权。
12+
13+
当您向 v2rayNG 开发者反馈软件运行中的错误时,开发者可能会要求您提供软件以及系统的日志以帮助确认问题的原因。因日志中可能包括敏感信息,此类信息只能由您自己操作发送。**我们不对任何传输服务的安全性和隐私性做任何明示或暗示的担保,请您在传送相关信息时选择可以您自身可以接受的方式。**
14+
15+
2. 信息共享
16+
17+
我们不会向任何第三方出售收集到的用户数据。我们可能向外部开发者提供信息以协助软件的开发,但是在提供信息之前我们会传达相关保密义务并确定其可以遵守。
18+
19+
3. 信息存留
20+
21+
除非有相关法律规定,我们会在 30 天内清除不需要继续使用的用户数据,或将统计数据整合为无法识别单个用户的综合报告。
22+
23+
4. 信息泄露
24+
25+
我们会使用合理的技术和安全手段尽力保护用户的数据,但是无法保证数据的绝对安全。如果我们确认数据发生了泄露,我们会在 7 天内通过可用的渠道通知用户。**您同意不向我们追责任何因不可抗力而造成的损失。**
26+
27+
5. 条款修改
28+
29+
我们保留修改这份隐私条款的权利,但是会确保在更新条款前至少 30 天通过我们的可用渠道和应用内提示来通知用户。**在新条款生效后继续使用软件即表示您同意修改后的隐私条款。**

0 commit comments

Comments
 (0)