1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java6,509 stars (6,509 stars)747 forks (747 forks)batch import
enhancementhelp wantedlow-priority
- Issue 種別
- feature
- 調査方針
- This issue asks to queue alert messages when the device is offline and send them once connectivity is restored. To start, investigate the current networking code in the Haven Android app, particularly how alerts are sent. Look for any existing network monitoring using ConnectivityManager. Review the NetworkingService or similar classes. The implementation would involve using ConnectivityManager.NetworkCallback to detect connectivity changes, storing pending alerts in a local database like Room or SharedPreferences, and sending them when the network is available. Check if there are any comments or linked PRs on the issue for additional context.