mirror of
git://f0xx.org/android_cast
synced 2026-07-29 07:39:15 +03:00
git flow, infra descriptions, cast flow changes (mobile side)
This commit is contained in:
@@ -86,3 +86,10 @@ Activities bind via AIDL (`ICastSenderService` / `ICastReceiverService`) for sta
|
||||
- UDP mode may glitch under load
|
||||
- Audio captures **playback** routed through the system (not microphone); some apps may be silent by policy
|
||||
- Single sender → single receiver
|
||||
|
||||
## Development (git flow)
|
||||
|
||||
We use a **green `master`** plus integration branch **`next`**: features merge to `next` first; releases merge `next` → `master` and are tagged there; production hotfixes branch from `master` and sync back into `next`.
|
||||
|
||||
- Narrative: [docs/GIT_FLOW.md](docs/GIT_FLOW.md)
|
||||
- PDF (diagrams): [docs/GIT_FLOW.pdf](docs/GIT_FLOW.pdf) — regenerate: `python3 docs/_pdf_build/build_git_flow_pdf.py`
|
||||
|
||||
Reference in New Issue
Block a user