tachiyomi/app/src/main/java/eu/kanade/presentation/browse
arkon 1a61130f0b Don't attempt to initialize manga details from BrowseSource or Search screens
This was effectively DDoSing sources as it does a request for every entry to get the details (primarily a cover image).
The expectation now is that users have to open individual entries to load the details/cover if needed.
This isn't necessary for most sources, which are able to provide covers as part of the listing normally.
2023-03-26 13:12:32 -04:00
..
components Move isLocal extension functions to LocalSource 2023-03-20 08:41:44 -04:00
BrowseSourceScreen.kt Refactor SourceManager/StubSource to domain module 2023-03-05 12:38:31 -05:00
ExtensionDetailsScreen.kt Move more components to presentation-core module 2023-02-20 10:12:41 -05:00
ExtensionFilterScreen.kt Move more components to presentation-core module 2023-02-20 10:12:41 -05:00
ExtensionsScreen.kt Use Compose Foundation's flow layout (#9123) 2023-02-21 12:04:11 -05:00
GlobalSearchScreen.kt Don't attempt to initialize manga details from BrowseSource or Search screens 2023-03-26 13:12:32 -04:00
MigrateMangaScreen.kt Move more components to presentation-core module 2023-02-20 10:12:41 -05:00
MigrateSearchScreen.kt Don't attempt to initialize manga details from BrowseSource or Search screens 2023-03-26 13:12:32 -04:00
MigrateSourceScreen.kt Move more components to presentation-core module 2023-02-20 10:12:41 -05:00
SourcesFilterScreen.kt Move more components to presentation-core module 2023-02-20 10:12:41 -05:00
SourcesScreen.kt Move isLocal extension functions to LocalSource 2023-03-20 08:41:44 -04:00