From 33a013ca982ae358b652b6d71fe6d2babb2f6fbd Mon Sep 17 00:00:00 2001 From: runic-docs-bot Date: Sat, 1 Aug 2026 07:22:23 +0000 Subject: [PATCH] docs(tree): sync android/PROJECT_TREE.md from RunicGateway/Android-app@5eaf5d2 [skip ci] --- android/PROJECT_TREE.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/android/PROJECT_TREE.md b/android/PROJECT_TREE.md index 027c2bf..b501d84 100644 --- a/android/PROJECT_TREE.md +++ b/android/PROJECT_TREE.md @@ -85,6 +85,7 @@ android-app/ │ │ │ │ │ │ │ ├── PlayerShardDto.kt │ │ │ │ │ │ │ ├── PostDto.kt │ │ │ │ │ │ │ ├── PublicDto.kt +│ │ │ │ │ │ │ ├── ShardContentDto.kt │ │ │ │ │ │ │ ├── ShardDto.kt │ │ │ │ │ │ │ ├── SsoDto.kt │ │ │ │ │ │ │ └── WikiDto.kt @@ -106,6 +107,7 @@ android-app/ │ │ │ │ │ ├── NotificationsRepository.kt │ │ │ │ │ ├── PlayerShardRepository.kt │ │ │ │ │ ├── SettingsRepository.kt +│ │ │ │ │ ├── ShardFeaturesRepository.kt │ │ │ │ │ ├── ShardRepository.kt │ │ │ │ │ └── WikiRepository.kt │ │ │ │ ├── di/ @@ -171,6 +173,8 @@ android-app/ │ │ │ │ │ ├── session/ │ │ │ │ │ │ └── SessionViewModel.kt │ │ │ │ │ ├── shard/ +│ │ │ │ │ │ ├── AtlasScreen.kt +│ │ │ │ │ │ ├── AtlasViewModel.kt │ │ │ │ │ │ ├── ChampsScreen.kt │ │ │ │ │ │ ├── ChampsViewModel.kt │ │ │ │ │ │ ├── FrameFields.kt @@ -180,7 +184,13 @@ android-app/ │ │ │ │ │ │ ├── GuildsViewModel.kt │ │ │ │ │ │ ├── HousesScreen.kt │ │ │ │ │ │ ├── HousesViewModel.kt +│ │ │ │ │ │ ├── LeaderboardsScreen.kt +│ │ │ │ │ │ ├── LeaderboardsViewModel.kt │ │ │ │ │ │ ├── LiveBoard.kt +│ │ │ │ │ │ ├── MarketScreen.kt +│ │ │ │ │ │ ├── MarketViewModel.kt +│ │ │ │ │ │ ├── RulesScreen.kt +│ │ │ │ │ │ ├── RulesViewModel.kt │ │ │ │ │ │ ├── ShardComponents.kt │ │ │ │ │ │ ├── ShardEventText.kt │ │ │ │ │ │ ├── ShardScreen.kt @@ -284,6 +294,7 @@ android-app/ │ │ │ │ │ ├── PlayerShardDtoTest.kt │ │ │ │ │ ├── PublicDtoTest.kt │ │ │ │ │ ├── ShardBoardDtoTest.kt +│ │ │ │ │ ├── ShardContentDtoTest.kt │ │ │ │ │ ├── ShardDtoTest.kt │ │ │ │ │ ├── SsoDtoTest.kt │ │ │ │ │ └── WikiDtoTest.kt @@ -294,7 +305,8 @@ android-app/ │ │ │ │ └── FakeShardStream.kt │ │ │ └── repository/ │ │ │ ├── AccountTrustedDevicesTest.kt -│ │ │ └── ConnectionVersionGuardTest.kt +│ │ │ ├── ConnectionVersionGuardTest.kt +│ │ │ └── ShardFeaturesRepositoryTest.kt │ │ ├── ui/ │ │ │ ├── admin/ │ │ │ │ ├── AdminContentViewModelTest.kt @@ -304,7 +316,8 @@ android-app/ │ │ │ ├── contact/ │ │ │ │ └── ContactViewModelTest.kt │ │ │ ├── navigation/ -│ │ │ │ └── MenuAccessTest.kt +│ │ │ │ ├── MenuAccessTest.kt +│ │ │ │ └── MenuFeatureGatingTest.kt │ │ │ ├── notifications/ │ │ │ │ └── NotificationRoutingTest.kt │ │ │ ├── player/ @@ -315,6 +328,8 @@ android-app/ │ │ │ │ ├── FrameFieldsTest.kt │ │ │ │ ├── LiveBoardTest.kt │ │ │ │ ├── ShardBoardViewModelTest.kt +│ │ │ │ ├── ShardContentHelpersTest.kt +│ │ │ │ ├── ShardContentViewModelTest.kt │ │ │ │ └── ShardEventTextTest.kt │ │ │ ├── theme/ │ │ │ │ └── BrandColorTest.kt -- 2.49.1