DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
4
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
over 1 week
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
active
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Android developmentKotlinFamiliarity with SmsForwarder's notification forwarding system
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
Investigate the existing notification forwarding channels in the SmsForwarder codebase (e.g., com.pppscn.smsforwarder.channels) to understand the pattern for adding new channels. Research the official QQ bot API (https://bot.q.qq.com/) and WeChat bot API (https://open.weixin.qq.com/) for sending messages. Consider using coroutines for async HTTP calls and possibly Hilt for dependency injection. Look at how the WeChat Work channel is implemented as a reference.