Files
Abbidot_Android/app/proguard-rules.pro
yezhiqiu 5b489a2519 1.修复编辑wifi zone名称时,部分机型输入法会挡住输入框
2.GPS的“Weak signal”替换“No signal”状态
3.隐藏APP中的里程和总里程显示
4.新增手机无网络,开启APP后,手机网络恢复,APP自动获取内容
5.添加/编辑wifi时,不显示复位按钮;位置不可拖动,不显示宠物
6.修改toast白底黑字样式
7.直播禁用,采用不可点击状态,而不是隐藏按钮,点击提示文案:Live works on cellular only
8. 修改不能添加或者解绑宠物,添加设备自动绑定宠物“My Pet”
9.解绑设备改为不需要蓝牙解绑并优化ui
2025-12-18 18:29:58 +08:00

34 lines
1.1 KiB
Prolog

# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#禁用所有优化规则,查看混淆后 APK是否可以正常工作
-dontoptimize
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn com.baidu.mapsdkplatform.comapi.util.SysOSAPI
-dontwarn com.daimajia.easing.Glider
-dontwarn com.daimajia.easing.Skill
-keep class android.*