- 新增 `CountryCode` 类,用于管理和切换国家代码(目前支持US和RU)。 - 在 `LoadDeviceWorker` 和 `MainActivity` 中引入 `CountryCode` 以实现国家切换。 - `MainActivity` 中的 `startProxyVpn` 方法现在使用 `CountryCode.switchCountry()` 来获取当前国家代码。 - `ClashUtil` 中引入 `okhttp3.logging.HttpLoggingInterceptor`。 - 在 `app/build.gradle` 中添加 `okhttp` 和 `logging-interceptor` 依赖。 - 修改了 `MainActivity` 中 `startProxyVpn` 失败时的日志记录标签。 |
||
---|---|---|
.. | ||
release | ||
src | ||
.gitignore | ||
agent_retention.jks | ||
build.gradle | ||
lint-baseline.xml | ||
proguard-rules.pro |