diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3fa5de7ba..1b1a3775a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Create a report to help us improve PixelPlayer for Wear OS +description: Create a report to help us improve PixelPlayer title: "[Bug]: " labels: ["bug"] body: @@ -31,10 +31,10 @@ body: id: environment attributes: label: Device Environment - description: What is your watch model and Wear OS version? + description: What is your device model and OS version? placeholder: | - Model: (e.g. Galaxy Watch 4, Pixel Watch) - OS Version: (e.g. 14, 15, 16, 17 for Android) + Model: (e.g. Pixel 8, Galaxy Watch 4) + OS Version: (e.g. Android 14, Wear OS 4) validations: required: true - type: textarea diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index dcee8f4a4..1d1420955 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -184,6 +184,9 @@ -keepclassmembers class net.sourceforge.pinyin4j.** { *; } -dontwarn net.sourceforge.pinyin4j.** +# Glance Widget +-keep class * extends androidx.glance.appwidget.action.ActionCallback { (); } + # ============================================================================= # TIMBER LOGGING OPTIMIZATION FOR RELEASE BUILDS # =============================================================================