mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
feat(readerdictionary): add ability to use kiwix standalone (#13060)
Problem: when you install Kiwix from FDroid or as a standalone apk (ergo not via the Play Store) it installs as `org.kiwix.kiwixmobile.standalone`, which before this commit isn't supported. This commit simply just adds it as a seperate option :)
This commit is contained in:
@@ -59,6 +59,7 @@ local external = require("device/thirdparty"):new{
|
||||
{ "GoldenFree", "GoldenDict Free", false, "mobi.goldendict.android.free", "send" },
|
||||
{ "GoldenPro", "GoldenDict Pro", false, "mobi.goldendict.android", "send" },
|
||||
{ "Kiwix", "Kiwix", false, "org.kiwix.kiwixmobile", "text" },
|
||||
{ "KiwixStandalone", "Kiwix (F-Droid)", false, "org.kiwix.kiwixmobile.standalone", "text" },
|
||||
{ "LookUp", "Look Up", false, "gaurav.lookup", "send" },
|
||||
{ "LookUpPro", "Look Up Pro", false, "gaurav.lookuppro", "send" },
|
||||
{ "Mdict", "Mdict", false, "cn.mdict", "send" },
|
||||
|
||||
Reference in New Issue
Block a user