docs(tree): sync android/PROJECT_TREE.md #202
@@ -52,6 +52,9 @@ android-app/
|
||||
│ │ │ │ │ │ ├── SessionManager.kt
|
||||
│ │ │ │ │ │ ├── TokenStore.kt
|
||||
│ │ │ │ │ │ └── TrustTokenStore.kt
|
||||
│ │ │ │ │ ├── inbox/
|
||||
│ │ │ │ │ │ ├── DataStoreInboxCache.kt
|
||||
│ │ │ │ │ │ └── InboxCache.kt
|
||||
│ │ │ │ │ ├── net/
|
||||
│ │ │ │ │ │ ├── AuthInterceptor.kt
|
||||
│ │ │ │ │ │ ├── BaseUrlHolder.kt
|
||||
@@ -169,8 +172,12 @@ android-app/
|
||||
│ │ │ │ │ │ ├── PostScreen.kt
|
||||
│ │ │ │ │ │ └── PostViewModel.kt
|
||||
│ │ │ │ │ ├── notifications/
|
||||
│ │ │ │ │ │ ├── NotificationsScreen.kt
|
||||
│ │ │ │ │ │ └── NotificationsViewModel.kt
|
||||
│ │ │ │ │ │ ├── InboxBadgeViewModel.kt
|
||||
│ │ │ │ │ │ ├── InboxFormatting.kt
|
||||
│ │ │ │ │ │ ├── InboxScreen.kt
|
||||
│ │ │ │ │ │ ├── InboxViewModel.kt
|
||||
│ │ │ │ │ │ ├── NotificationSettingsScreen.kt
|
||||
│ │ │ │ │ │ └── NotificationSettingsViewModel.kt
|
||||
│ │ │ │ │ ├── page/
|
||||
│ │ │ │ │ │ ├── BlockRenderer.kt
|
||||
│ │ │ │ │ │ ├── PageScreen.kt
|
||||
@@ -328,6 +335,7 @@ android-app/
|
||||
│ │ │ │ │ └── WikiDtoTest.kt
|
||||
│ │ │ │ └── fake/
|
||||
│ │ │ │ ├── FakeAdminApi.kt
|
||||
│ │ │ │ ├── FakeNotificationsApi.kt
|
||||
│ │ │ │ ├── FakePlayerShardApi.kt
|
||||
│ │ │ │ ├── FakePublicApi.kt
|
||||
│ │ │ │ └── FakeShardStream.kt
|
||||
@@ -355,7 +363,10 @@ android-app/
|
||||
│ │ │ │ ├── NavPathsTest.kt
|
||||
│ │ │ │ └── NavTreeTest.kt
|
||||
│ │ │ ├── notifications/
|
||||
│ │ │ │ └── NotificationRoutingTest.kt
|
||||
│ │ │ │ ├── InboxFormattingTest.kt
|
||||
│ │ │ │ ├── InboxViewModelTest.kt
|
||||
│ │ │ │ ├── NotificationRoutingTest.kt
|
||||
│ │ │ │ └── NotificationSettingsViewModelTest.kt
|
||||
│ │ │ ├── player/
|
||||
│ │ │ │ ├── CharacterSheetHelpersTest.kt
|
||||
│ │ │ │ ├── CharactersViewModelTest.kt
|
||||
@@ -377,6 +388,7 @@ android-app/
|
||||
│ │ │ └── UiStateTest.kt
|
||||
│ │ ├── util/
|
||||
│ │ │ ├── FakeApiSupport.kt
|
||||
│ │ │ ├── FakeInboxCache.kt
|
||||
│ │ │ └── MainDispatcherRule.kt
|
||||
│ │ └── ScaffoldSanityTest.kt
|
||||
│ ├── build.gradle.kts
|
||||
|
||||
Reference in New Issue
Block a user