From ac8b1cc1255b65ce1d190f63a3e14baa3e379338 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 10 Jan 2025 18:04:19 +0100 Subject: [PATCH] Documentation update --- ANDROID-DEV.md | 4 +--- ANDROID.md | 4 +--- THEMES-DEV.md | 12 ++++++++++++ THEMES.md | 12 ++++++++++++ 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/ANDROID-DEV.md b/ANDROID-DEV.md index dd9e9e4f0..9b1c470e1 100644 --- a/ANDROID-DEV.md +++ b/ANDROID-DEV.md @@ -523,7 +523,7 @@ https://play.google.com/store/apps/details?id=io.recompiled.redream ### ScummVM -ScummVM can be installed from the Play store. There are also daily builds available on their GitHub site. Such a build may be required to be able to launch games from ES-DE until the Play store version has been updated. +ScummVM can be installed from the Play store. There are also daily builds available on their GitHub site. https://play.google.com/store/apps/details?id=org.scummvm.scummvm\ https://buildbot.scummvm.org/#/dailybuilds @@ -635,8 +635,6 @@ This is clearly not a complete list of Android devices, but rather those we know | Huawei | Mate 20 Pro | 10 | Yes | None | | | Huawei | MatePad 11 (2021) | 13 | Yes | None | | | Infinix | Zero 30 5G | 13 | Yes | None | | -| Kinhank | G1 | 11 | No | Unable to install | Possibly 32-bit operating system? | -| Kinhank | Super Console X5 Pro | 12 (TV) | No | None | Custom 64-bit Android TV OS | | KTPocket | KT-R1 | GammaOS 12 | Yes | None | | | Lenovo | Legion Y700 (2022) | 12 | Yes | None | | | Lenovo | Legion Y700 (2023) | 13 | Yes | None | | diff --git a/ANDROID.md b/ANDROID.md index a6f5f1ded..c85192f5a 100644 --- a/ANDROID.md +++ b/ANDROID.md @@ -520,7 +520,7 @@ https://play.google.com/store/apps/details?id=io.recompiled.redream ### ScummVM -ScummVM can be installed from the Play store. There are also daily builds available on their GitHub site. Such a build may be required to be able to launch games from ES-DE until the Play store version has been updated. +ScummVM can be installed from the Play store. There are also daily builds available on their GitHub site. https://play.google.com/store/apps/details?id=org.scummvm.scummvm\ https://buildbot.scummvm.org/#/dailybuilds @@ -632,8 +632,6 @@ This is clearly not a complete list of Android devices, but rather those we know | Huawei | Mate 20 Pro | 10 | Yes | None | | | Huawei | MatePad 11 (2021) | 13 | Yes | None | | | Infinix | Zero 30 5G | 13 | Yes | None | | -| Kinhank | G1 | 11 | No | Unable to install | Possibly 32-bit operating system? | -| Kinhank | Super Console X5 Pro | 12 (TV) | No | None | Custom 64-bit Android TV OS | | KTPocket | KT-R1 | GammaOS 12 | Yes | None | | | Lenovo | Legion Y700 (2022) | 12 | Yes | None | | | Lenovo | Legion Y700 (2023) | 13 | Yes | None | | diff --git a/THEMES-DEV.md b/THEMES-DEV.md index effd95293..093c6998d 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -253,6 +253,18 @@ git remote add system-logos https://gitlab.com/es-de/themes/system-logos.git ``` After doing this you'll be able to pull repository updates as described above. +### External repositories + +In addition to the official asset repositories there are some external theme resources that are not maintained by the ES-DE project. + +System icon set by Zoidburg: + +https://github.com/Zoidburg13/ES-DE-System-Icon-Set + +Console/system logos by Dan Patrick (GitHub mirror, not officially maintained by Patrick): + +https://github.com/PRO100BYTE/console-logos + ## Simple example theme Here is a very simple theme that changes the color of the game name text: diff --git a/THEMES.md b/THEMES.md index a54a34f0f..8cdeda0d4 100644 --- a/THEMES.md +++ b/THEMES.md @@ -251,6 +251,18 @@ git remote add system-logos https://gitlab.com/es-de/themes/system-logos.git ``` After doing this you'll be able to pull repository updates as described above. +### External repositories + +In addition to the official asset repositories there are some external theme resources that are not maintained by the ES-DE project. + +System icon set by Zoidburg: + +https://github.com/Zoidburg13/ES-DE-System-Icon-Set + +Console/system logos by Dan Patrick (GitHub mirror, not officially maintained by Patrick): + +https://github.com/PRO100BYTE/console-logos + ## Simple example theme Here is a very simple theme that changes the color of the game name text: