7 comments (7 comments)3 reactions (3 reactions)0 assignees (0 assignees)Java1,719 forks (1,719 forks)batch import
connectivityenhancementfeature: auto uploadfeature: syncfeature: transfershelp wanted
Repository metrics
- Stars
- 3,752 stars (3,752 stars)
- PR merge metrics
- Avg merge 8d 15h (Avg merge 8d 15h)84 merged PRs in 30d (84 merged PRs in 30d)
Description
Sync images and videos during
- a certain period of time (week day and time)
- when connected to determined Wireless Network(s)
- etc.
All possible combinations should be allowed.
Contributor guide
- Research direction
- Explore the existing sync mechanism in the Nextcloud Android app, focusing on the background sync service and how manual sync is triggered. Investigate how to detect WiFi network changes and time conditions. Look at the 'when connected to WiFi' and 'time of day' scheduling patterns used in other Android apps. Check if there are existing libraries for job scheduling (e.g., WorkManager) that can be utilized.
- Tech stack
- java
- Domain
- mobile
- Issue type
- Feature
- Prerequisites
- JavaAndroid SDK