tachiyomi/app/src/main/java/eu/kanade/domain
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
..
base Add private extension install method (#9710) 2023-08-05 12:15:52 -04:00
chapter More refactoring of expected next update logic 2023-07-30 19:13:16 -04:00
download/interactor Refactor SourceManager/StubSource to domain module 2023-03-05 12:38:31 -05:00
extension Prioritize "all" ("Multi") lang in extensions lists 2023-01-05 22:34:24 -05:00
manga More refactoring of expected next update logic 2023-07-30 19:13:16 -04:00
source Tweak global search source filtering 2023-07-15 10:09:46 -04:00
track Remove need for SQLDelight primitive adapters 2023-07-29 16:14:23 -04:00
ui Move more things around 2023-01-27 22:31:12 -05:00
DomainModule.kt Cleanup related to fetch interval display 2023-07-29 10:29:53 -04:00