From 45ef5f751549309f13d78cd3ab622b1aca4d560c Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Mon, 1 Jun 2026 11:13:45 +0800 Subject: [PATCH] fix(metainfo): declare desktop and mobile device support (#4395) The AppStream metainfo had no / relations, so software stores such as Flathub listed Readest as "Desktop only". Readest is adaptive and runs on desktop (keyboard/mouse) as well as phones and tablets (touch). Declare a 360px display_length baseline plus keyboard, pointing and touch controls so stores surface both Desktop and Mobile. Co-authored-by: Claude Opus 4.8 (1M context) --- data/metainfo/appdata.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/metainfo/appdata.xml b/data/metainfo/appdata.xml index f52b931f..687cce18 100644 --- a/data/metainfo/appdata.xml +++ b/data/metainfo/appdata.xml @@ -59,6 +59,16 @@ com.bilingify.readest.desktop + + 360 + + + + keyboard + pointing + touch + +