Kvæsitso -> Kvaesitso

This commit is contained in:
MM20
2023-01-18 17:09:32 +01:00
parent 17eaf55469
commit ed0309d2b2
31 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ sidebar_position: 3
# Translations and I18n
Kvæsitso supports a number of different languages. You can contribute translations in your language using the [project's Weblate instance](https://i18n.mm20.de/engage/kvaesitso/).
Kvaesitso supports a number of different languages. You can contribute translations in your language using the [project's Weblate instance](https://i18n.mm20.de/engage/kvaesitso/).
![Translation status](https://i18n.mm20.de/widgets/kvaesitso/-/multi-auto.svg)
@@ -1,7 +1,7 @@
# External APIs
Kvæsitso integrates with a number of external APIs. Most of them require some sort of authentication, like an API key. These API keys are not part of the GitHub repository. If you want to build Kvæsitso from source with all features enabled, follow the steps in this chapter.
Kvaesitso integrates with a number of external APIs. Most of them require some sort of authentication, like an API key. These API keys are not part of the GitHub repository. If you want to build Kvaesitso from source with all features enabled, follow the steps in this chapter.
:::info
Kvæsitso is still buildable even without these steps, but some features will be disabled in the resulting APK. If all you need is a debug build for testing purposes, you can probably skip this chapter.
Kvaesitso is still buildable even without these steps, but some features will be disabled in the resulting APK. If all you need is a debug build for testing purposes, you can probably skip this chapter.
:::
@@ -1,3 +1,3 @@
# Wikipedia
Kvæsitso uses the [Mediawiki API](https://www.mediawiki.org/wiki/API:Main_page) to load data from Wikipedia. No further configuration is required. The default Mediawiki installation URL is language-dependend and can be configured with `wikipedia_url` string resource in the `:i18n` module.
Kvaesitso uses the [Mediawiki API](https://www.mediawiki.org/wiki/API:Main_page) to load data from Wikipedia. No further configuration is required. The default Mediawiki installation URL is language-dependend and can be configured with `wikipedia_url` string resource in the `:i18n` module.
+1 -1
View File
@@ -4,4 +4,4 @@ sidebar_position: 0
# Developer Guide
You want to build Kvæsitso from source? Fix some bugs, develop new features or simply explore Kvæsitso's source code? Read this guide to learn how to setup the build environment and source code and to learn about the structure and organization of the source code.
You want to build Kvaesitso from source? Fix some bugs, develop new features or simply explore Kvaesitso's source code? Read this guide to learn how to setup the build environment and source code and to learn about the structure and organization of the source code.
@@ -16,7 +16,7 @@ A high contrast theme using only black and white.
Customize the launchers color scheme to your likings. There is a simple mode and an advanced mode. You can toggle between them using the overflow menu in the top right corner.
Since Kvæsitso uses Material Design 3, all colors are based on the [Material 3 color system](https://m3.material.io/styles/color/the-color-system/key-colors-tones).
Since Kvaesitso uses Material Design 3, all colors are based on the [Material 3 color system](https://m3.material.io/styles/color/the-color-system/key-colors-tones).
### Simple mode
@@ -11,9 +11,9 @@ Themed icons can be enabled in Settings > Appearance > Themed Icons.
It was first introduced by Google on Android 12. Unfortunately, Google did not provide an official API for third party app developers to support themed icons in their apps until Android 13. Instead they hardcoded all the themed icons into the Pixel Launcher. This is the reason why only Google icons could be themed on Android 12 Pixel devices.
In order to not violate any trademarks, Kvæsitso does not ship any third party icons. However, it can extract these themed icons from the Pixel launcher if it is installed on the device. The issue remains, that only Google icons are supported. Fortunately, the Lawnchair developers started a community effort to bring themed icon support to all apps for their launcher: [Lawnicons](https://github.com/LawnchairLauncher/lawnicons).
In order to not violate any trademarks, Kvaesitso does not ship any third party icons. However, it can extract these themed icons from the Pixel launcher if it is installed on the device. The issue remains, that only Google icons are supported. Fortunately, the Lawnchair developers started a community effort to bring themed icon support to all apps for their launcher: [Lawnicons](https://github.com/LawnchairLauncher/lawnicons).
Kvæsitso supports themed icons through Lawnicons natively. All you need to do is to install the latest Lawnicons APK and enable Themed icons in the launcher settings (Settings > Appearance > Themed Icons). Kvæsitso will detect that Lawnicons is installed and extract the icons automatically.
Kvaesitso supports themed icons through Lawnicons natively. All you need to do is to install the latest Lawnicons APK and enable Themed icons in the launcher settings (Settings > Appearance > Themed Icons). Kvaesitso will detect that Lawnicons is installed and extract the icons automatically.
## Themed icons on Android 13+
+1 -1
View File
@@ -4,7 +4,7 @@ sidebar_position: 0
# Get Started
Kvæsitso is available for Android devices running Android 8.0 or higher.
Kvaesitso is available for Android devices running Android 8.0 or higher.
## Installation