tachiyomi/app
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
..
src Add private extension install method (#9710) 2023-08-05 12:15:52 -04:00
.gitignore Move google-services.json 2020-04-29 17:56:05 -04:00
build.gradle.kts Remove unnecessary profileable flag in manifest 2023-08-04 17:12:11 -04:00
proguard-android-optimize.txt Upgrade to AGP 8.0.0 (#9351) 2023-04-16 18:02:24 -04:00
proguard-rules.pro Add support to kotlin.time APIs in the rate limit interceptor (#9797) 2023-08-04 17:11:43 -04:00
shortcuts.xml Remove more unused strings 2021-05-30 11:10:16 -04:00