From eb57c4e0da703581900c3e66c21ccfcbd611e333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= <975883+pazos@users.noreply.github.com> Date: Sat, 6 Mar 2021 19:32:01 +0100 Subject: [PATCH] Add a couple of modern android dicts (#7359) https://play.google.com/store/apps/details?id=gaurav.lookuppro and its free version. From https://www.mobileread.com/forums/showpost.php?p=4097548&postcount=8 --- frontend/device/android/device.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/device/android/device.lua b/frontend/device/android/device.lua index e5bcfa723..312e0a7cf 100644 --- a/frontend/device/android/device.lua +++ b/frontend/device/android/device.lua @@ -60,6 +60,8 @@ 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" }, + { "LookUp", "Look Up", false, "gaurav.lookup", "send" }, + { "LookUpPro", "Look Up Pro", false, "gaurav.lookuppro", "send" }, { "Mdict", "Mdict", false, "cn.mdict", "send" }, { "QuickDic", "QuickDic", false, "de.reimardoeffinger.quickdic", "quickdic" }, },