version:1.2.2

bugfixes:
update:修改样式
This commit is contained in:
2026-01-24 15:04:11 +08:00
parent d9649ab95e
commit a5658b6e1e
6 changed files with 12 additions and 9 deletions

View File

@@ -14,10 +14,12 @@ android {
defaultConfig {
applicationId "com.uiui.videoplayer"
minSdkVersion 24
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 23
targetSdkVersion 28
versionCode 121
versionName "1.2.1"
versionCode 122
versionName "1.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -69,7 +69,7 @@ public class PrivacyActivity extends BaseMvvmActivity<PrivacyViewModel, Activity
default:
case 1:
mViewDataBinding.tvTitle.setText("用户协议");
mViewDataBinding.webView.loadUrl("https://www.uiuios.com/agreement.html?section=1-5&projectId=10");
mViewDataBinding.webView.loadUrl("https://www.uiuios.com/agreement.html?section=1-5&projectId=10&status=1");
break;
}

View File

@@ -67,8 +67,8 @@ public class PrivacyPolicyDialog extends AlertDialog {
Intent intent = new Intent(mContext, PrivacyActivity.class);
mContext.startActivity(intent);
}
}, 80, 86, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
spannableString.setSpan(new ForegroundColorSpan(Color.BLUE), 80, 86, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
}, 84, 90, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
spannableString.setSpan(new ForegroundColorSpan(Color.BLUE), 84, 90, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
tv_content.setText(spannableString);
tv_content.setMovementMethod(LinkMovementMethod.getInstance());

View File

@@ -77,6 +77,7 @@
android:background="@drawable/tv_vip_background"
android:maxLines="1"
android:singleLine="true"
android:visibility="gone"
android:text="我要提升额度"
android:textColor="@color/white"
android:textSize="18sp" />

View File

@@ -10,5 +10,5 @@
<string name="privacy_agreement_title">服务协议和隐私政策</string>
<string name="privacy_agreement_content">\t\t\t\t请你务必审慎阅读、充分理解“用户协议”包括但不限于为了向你提供即时通讯内容分享等服务
我们需要收集你的设备信息、操作日志等个人信息。
\n你可阅读《用户协议》了解详细信息。如你同意请点击“同意”开始接受我们的服务</string>
\n\t\t\t\t你可阅读《用户协议》了解详细信息。如你同意,请点击“同意”开始接受我们的服务</string>
</resources>

View File

@@ -5,7 +5,7 @@ buildscript {
repositories {
google()
mavenCentral()
// mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central' }
@@ -25,7 +25,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
// mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central' }