danlls / danlls/sendlink_android
Reduce steps required
Open
enhancement
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation require a lot of steps to send an URL:
1. Copy text
2. Open app and open QR scanner
3. Scan QR code on PC
4. Paste and send
It involves 4 steps to send an URL or text and every time the application is destroyed, all 4 steps have to be repeated. An immediate improvement I could think of would be saving IP address of past connected devices to avoid repeated action of QR scanning if possible(device IP could change).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.