Part of #76 — Companion-app settings sync — register Android under Settings → Applications
The Android-side equivalent of the web's Applications section: list the machines registered
for this app, with
- Set as main workstation (only one at a time; the first ever registered gets it
automatically),
- Rename (
PATCH …/devices/{deviceId}),
- Remove (
DELETE …/devices/{deviceId} — deletes that machine's per-device settings; removing
the main workstation auto-promotes the most recently used),
- View the stored settings, Copy to shared, and Delete shared settings.
Tests: promote/rename/remove round-trips; auto-promotion after removing the main
workstation.
Filed from the parity review of feature/parity-wip @ 14d7795 against interlinedlist.com (OpenAPI /api/openapi.json, 233 paths) and the public help centre.
Part of #76 — Companion-app settings sync — register Android under Settings → Applications
The Android-side equivalent of the web's Applications section: list the machines registered
for this app, with
automatically),
PATCH …/devices/{deviceId}),DELETE …/devices/{deviceId}— deletes that machine's per-device settings; removingthe main workstation auto-promotes the most recently used),
Tests: promote/rename/remove round-trips; auto-promotion after removing the main
workstation.
Filed from the parity review of
feature/parity-wip@14d7795against interlinedlist.com (OpenAPI/api/openapi.json, 233 paths) and the public help centre.