Skip to content

Commit 3d8f5be

Browse files
committed
Document Android account details capability
1 parent 6054de4 commit 3d8f5be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The canonical cross-repository roadmap lives in the backend-owner repository: [K
3838
- **Manage mixed custom lists** by loading every list page, editing metadata, paging through Movie/TV contents, searching the catalog, and adding or removing titles with restart-safe optimistic synchronization across native Android/TV and KMP. Canonical `list_id` acknowledgements survive idempotent create replay, so a lost response cannot strand a pending list.
3939
- **See where to watch** in a device or chosen region, open only TMDb URLs, and retain required JustWatch attribution.
4040
- **Keep adult content private by default** behind local confirmation, a six-digit PIN, and five-attempt lockout. The gate partitions Search, External ID, Title, Person, Collection, Company, Network, Keyword, Credit Detail, recommendations and similar titles; native Android and KMP filter again before display, while Wear/public surfaces never receive restricted titles.
41-
- **Connect TMDb safely** in a browser or by TV QR. Rate Movie/TV/Episode titles and manage account library/lists through optimistic durable retry without exposing credentials.
41+
- **Connect TMDb safely** in a browser or by TV QR. Browse the authenticated profile and Account Details, rate Movie/TV/Episode titles, and manage account library/lists through optimistic durable retry without exposing credentials.
4242
- **Keep a local-first library** with independent Favorite and Watchlist records in Room or the KMP platform store.
4343
- **Use an interface built for each screen**: bottom navigation on phones, rail/list-detail layouts on larger windows, a dedicated 10-foot TV composition, and compact Wear OS actions.
4444
- **Navigate without touch** using keyboard shortcuts on ChromeOS/desktop and focus-preserving D-pad navigation on Android TV.
@@ -198,7 +198,7 @@ cd Smart-Movie-Android
198198
./gradlew --dependency-verification=strict :app:assembleDebug :wear:assembleDebug
199199
```
200200

201-
The native debug build calls `https://staging-catalog.smartmovie.app/`; release calls `https://catalog.smartmovie.app/`. Both support legacy `/v1` and additive `/v2`. `/v2/capabilities` keeps account and Advanced Discover UI disabled until the deployed Worker advertises support; phone requires `browser_auth`, Android TV requires `tv_qr_auth`, and missing/false flags prevent profile/auth requests while showing a localized unavailable state. Explore remains available through the basic `/v1` route during rollout or rollback. No TMDb or Cloudflare credential belongs in a client.
201+
The native debug build calls `https://staging-catalog.smartmovie.app/`; release calls `https://catalog.smartmovie.app/`. Both support legacy `/v1` and additive `/v2`. `/v2/capabilities` keeps account, Account Details, and Advanced Discover UI disabled until the deployed Worker advertises support; phone requires `browser_auth`, Android TV requires `tv_qr_auth`, and missing/false flags prevent profile/auth requests while showing a localized unavailable state. Explore remains available through the basic `/v1` route during rollout or rollback. No TMDb or Cloudflare credential belongs in a client.
202202

203203
### Run desktop or web
204204

0 commit comments

Comments
 (0)