nextcloud / nextcloud/android

Navigator

未关闭
#16,653 1 条评论 0 个 reaction 已指派 1 人 已被 @alperozturk96 认领 在 GitHub 查看
enhancement navigation technical debt
主要语言
Kotlin
星标
5.6k
派生
2k
平均合并
2 天 18 小时
30 天内合并 PR
92

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。