Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
-keepclassmembers class net.sourceforge.pinyin4j.** { *; }
-dontwarn net.sourceforge.pinyin4j.**

# Glance Widget
-keep class * extends androidx.glance.appwidget.action.ActionCallback { <init>(); }

# =============================================================================
# TIMBER LOGGING OPTIMIZATION FOR RELEASE BUILDS
# =============================================================================
Expand Down
Loading