agent-bigo/app
yjj38 84db43d571 feat(proxy): 新增国家代码切换功能并引入OkHttp依赖
- 新增 `CountryCode` 类,用于管理和切换国家代码(目前支持US和RU)。
- 在 `LoadDeviceWorker` 和 `MainActivity` 中引入 `CountryCode` 以实现国家切换。
- `MainActivity` 中的 `startProxyVpn` 方法现在使用 `CountryCode.switchCountry()` 来获取当前国家代码。
- `ClashUtil` 中引入 `okhttp3.logging.HttpLoggingInterceptor`。
- 在 `app/build.gradle` 中添加 `okhttp` 和 `logging-interceptor` 依赖。
- 修改了 `MainActivity` 中 `startProxyVpn` 失败时的日志记录标签。
2025-07-09 21:15:17 +08:00
..
release refactor(retention): 重构项目并添加新功能 2025-07-09 17:04:18 +08:00
src feat(proxy): 新增国家代码切换功能并引入OkHttp依赖 2025-07-09 21:15:17 +08:00
.gitignore init 2025-05-20 16:39:05 +08:00
agent_retention.jks feat(release): 新增签名配置并更新构建类型 2025-07-04 11:17:03 +08:00
build.gradle feat(proxy): 新增国家代码切换功能并引入OkHttp依赖 2025-07-09 21:15:17 +08:00
lint-baseline.xml Add configuration files and remove redundant code 2025-05-30 12:24:32 +08:00
proguard-rules.pro init 2025-05-20 16:39:05 +08:00