the signals and their derived score are provisional and subject to change.
validate manually before sharing.
70d91e488d9febb9f0f781fc8b02419bf5471b739edd6b31500c31f63d58476224a760bc322fb4d0Authored: 2 months ago (Sun, 14 Jun 2026 02:50:50 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>a6fe10216065000392666d8ca4b1479eddaabd9dAuthored: 4 months ago (Thu, 30 Apr 2026 02:52:14 +0000)Match: Copilota6fe10216065000392666d8ca4b1479eddaabd9dAuthored: 4 months ago (Thu, 30 Apr 2026 02:52:14 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>05cebbe9f3e7b7882ecb517be474267aae33bcafAuthored: 4 months ago (Mon, 27 Apr 2026 12:59:02 +0000)Match: Copilot05cebbe9f3e7b7882ecb517be474267aae33bcafAuthored: 4 months ago (Mon, 27 Apr 2026 12:59:02 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>5dc5d7f28295a3476bf796fc27c804a7aa944faaAuthored: 4 months ago (Sun, 26 Apr 2026 03:14:00 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>9b90e52532bda2c35b550f1ec6c8c00a17ca2e24Authored: 4 months ago (Sat, 25 Apr 2026 12:11:03 +0000)Match: Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>9d20f3455a093a7a454258ef37e64a4c7a657110Authored: 4 months ago (Sat, 25 Apr 2026 12:10:33 +0000)Match: Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>59a64322986537010d4ba619ecd7f94b62c60875Authored: 4 months ago (Sat, 25 Apr 2026 11:55:44 +0000)Match: Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>17ee82795ec3df86c06fdb19f8882cb798321b8fAuthored: 4 months ago (Sat, 25 Apr 2026 11:13:23 +0000)Match: Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>bc241605201627f53ad135a4f0074ce28185870eAuthored: 4 months ago (Fri, 24 Apr 2026 02:39:19 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>2acbe064d5d1ef2dd460d8260f20f25961770badAuthored: 4 months ago (Mon, 13 Apr 2026 11:35:55 +0000)Match: Copilot2acbe064d5d1ef2dd460d8260f20f25961770badAuthored: 4 months ago (Mon, 13 Apr 2026 11:35:55 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>176f7c14fe0480ddff3094c2110d006a402d42cfAuthored: 4 months ago (Wed, 1 Apr 2026 12:59:32 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>bd490d5f320355dc2c38e23af2fef84296201791Authored: 5 months ago (Wed, 1 Apr 2026 02:12:50 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>e9e71de39550cdecf49b0864faed424026d2ac97Authored: 8 months ago (Thu, 25 Dec 2025 09:08:59 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>9ae71e4617d00b6fbb234d688ff23db2bbe8d03dAuthored: 8 months ago (Wed, 24 Dec 2025 11:02:15 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>docs/AGENTS.mdTool: agents-md# v2rayNG — Agent guide
## Build
```sh
cd V2rayNG
./gradlew assembleFdroidDebug # or assemblePlaystoreDebug
```
Kotlin 2.4.0, AGP 9.2.1, Gradle Kotlin DSL. No lint/format/typecheck tasks configured.
## Test
```sh
cd V2rayNG && ./gradlew test
```
JUnit 4 + Mockito. Unit tests only under `app/src/test/java/`. No instrumented tests beyond defaults.
## Project structure
```
V2rayNG/
app/
src/main/java/com/v2ray/ang/
AngApplication.kt # extends MultiDexApplication, inits MMKV + none