5 comments (5 comments)3 reactions (3 reactions)0 assignees (0 assignees)Kotlin17,733 stars (17,733 stars)472 forks (472 forks)batch import
help wanteds: player
Description
需要加一个设置是否允许后台播放. 但逻辑上讲应该没人会只听番
Contributor guide
- Tech stack
- kotlinandroid
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- KotlinAndroid developmentCompose UIBackground playback
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 55
- Research direction
- Investigate how the app currently handles audio playback. Look for existing player service or ExoPlayer usage. Add a boolean preference for background playback in settings. Then modify the player to start a foreground service when background playback is enabled. Check AndroidManifest for service declaration and permissions.