nextcloud / nextcloud/android

Navigator

Ouverte
#16,653 1 commentaire 0 réactions 1 personne assignée Réclamée par @alperozturk96 Voir sur GitHub
enhancement navigation technical debt
Langage dominant
Kotlin
Étoiles
5.6k
Forks
2k
Merge moyen
2 j 18 h
PR mergées (30 j)
92

Description

### 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`

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.