nextcloud / nextcloud/android

Navigator

Aperta
#16,653 1 commento 0 reazioni 1 assegnatario Rivendicata da @alperozturk96 Vedi su GitHub
enhancement navigation technical debt
Lingua principale
Kotlin
Stelle
5.6k
Fork
2k
Merge medio
2g 18h
PR unite (30g)
92

Descrizione

### How to use GitHub

* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.

Currently, navigation between screens launches separate activities, each managing their own fragment stack. This leads to coupled, inconsistent back stack behavior across the app.

### Migration path

Each screen is a Fragment hosted inside `NavigatorActivity` and eventually `FileDisplayActivity` owns the single `FragmentContainerView` and `Navigator` instance. All navigation flows through `FDA`, giving the app a unified fragment back stack.

First iteration: `FileDisplayActivity` → `NavigatorActivity` → `CommunityFragment`
Second iteration: `ActivitiesActivity`

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.