tachiyomi/app/src/main/java/eu/kanade/presentation/browse
Ivan Iskandar 627f07408e
Add private extension install method (#9710)
* Add private extension install method

Private extensions are put inside private data directory of the running app, so
this kind of extensions can only be used by the running app and not shared with
other apps.

One limitation of private extension is the lack of deeplink handlers (if there's
any) since the extension APK is not installed to the system.

When both kinds of extensions are installed with a same package name, shared
extension (the one installed to the system) will be used unless the version
codes are different. In that case the one with higher version code will be used.

* update
2023-08-05 12:15:52 -04:00
..
components Add private extension install method (#9710) 2023-08-05 12:15:52 -04:00
BrowseSourceScreen.kt Change the wording to "Retry" when page fails to load. (#9701) 2023-07-11 09:15:38 -04:00
ExtensionDetailsScreen.kt Add private extension install method (#9710) 2023-08-05 12:15:52 -04:00
ExtensionFilterScreen.kt Remove fast scrollbar from some unnecessary places 2023-07-16 22:19:50 -04:00
ExtensionsScreen.kt Minor cleanup 2023-07-23 20:03:37 -04:00
GlobalSearchScreen.kt Dedupe SearchScreenModels 2023-07-16 19:44:32 -04:00
MigrateMangaScreen.kt Minor cleanup 2023-07-23 20:03:37 -04:00
MigrateSearchScreen.kt Dedupe SearchScreenModels 2023-07-16 19:44:32 -04:00
MigrateSourceScreen.kt Minor cleanup 2023-07-23 20:03:37 -04:00
SourcesFilterScreen.kt Minor cleanup 2023-07-23 20:03:37 -04:00
SourcesScreen.kt Minor cleanup 2023-07-23 20:03:37 -04:00