From 92e9e3282cc43823955afe3bddc145b07702b688 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Thu, 18 Feb 2021 19:13:04 -0700 Subject: [PATCH] Update documents Make the description and tagline less needlessly verbose, update info about translations in the FAQ. --- README.md | 6 ++---- app/src/main/res/values-de/strings.xml | 2 +- app/src/main/res/values/strings.xml | 4 ++-- fastlane/metadata/android/en-US/full_description.txt | 4 +--- fastlane/metadata/android/en-US/short_description.txt | 2 +- info/FAQ.md | 6 +++--- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index dab1a29d6..5b860d378 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Auxio

-

A sensible and customizable music player for android.

+

A simple, rational music player for android.

GitHub release @@ -14,9 +14,7 @@ ## About -Auxio is a local music player with a fast, reliable UI/UX and without any useless features. Auxio is still configurable however, with both the UI and behavior able to be changed to ones liking. - -Unlike other music players, Auxio is also based off of Exoplayer, allowing for much better listening experience compared to the native MediaPlayer API. Auxio's codebase is also designed to be extendable, allowing for the addition of features that are not included in the main app. +Auxio is a local music player with a fast, reliable UI/UX without the many useless features present in other music players. Built off of Exoplayer, Auxio has a much better listening experience compared to other apps that use the native MediaPlayer API. In short, **It plays music.** I primarily built Auxio for myself, but you can use it too, I guess. diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 6e54f606e..2e7fc651d 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -2,7 +2,7 @@ Musikwiedergabe - der Musikwiedergabedienst von Auxio + der Musikwiedergabedienst von Auxio. Wieder Versuchen diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1b27e744c..f3732552d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,9 +1,9 @@ - A sensible and customizable music player for Android. + A simple, rational music player for android. Music Playback - The music playback service for Auxio + The music playback service for Auxio. Retry diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 7e2afa331..eeac23030 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,6 +1,4 @@ -Auxio is a local music player with a fast, reliable UI/UX and without any useless features. Auxio is still configurable however, with both the UI and behavior able to be changed to ones liking. - -Unlike other music players, Auxio is also based off of Exoplayer, allowing for much better listening experience compared to the native MediaPlayer API. +Auxio is a local music player with a fast, reliable UI/UX without the many useless features present in other music players. Built off of Exoplayer, Auxio has a much better listening experience compared to other apps that use the native MediaPlayer API. In short, It plays music. Features diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index 8bdfde91e..880ff55b9 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -A sensible and customizable music player \ No newline at end of file +A simple, rational music player \ No newline at end of file diff --git a/info/FAQ.md b/info/FAQ.md index f02b24a1d..ae2a4dd17 100644 --- a/info/FAQ.md +++ b/info/FAQ.md @@ -6,7 +6,7 @@ This FAQ will be continually updated as new changes and updates are made to Auxi ## What is Auxio? -Auxio is local music player for android that I built for myself, primarily. Its meant to avoid a lot of the feature-bloat and frustrating UX that other FOSS music players have, while still remaining customizable. +Auxio is local music player for android that I built for myself, primarily. Its designed to avoid a lot of the feature-bloat and frustrating UX that other FOSS music players have, while still remaining customizable to an extent. ## Where can I download Auxio? @@ -14,11 +14,11 @@ Currently, its available on the [IzzyOnDroid F-Droid repository](https://apt.izz ## Can I translate Auxio to my native language? -You can open a [Pull Request](https://github.com/oxygencobalt/Auxio/pulls) with any translations you want to be added for now. I may switch to weblate later. +See the [Translations](https://github.com/OxygenCobalt/Auxio/issues/3) issue for guidance on how to create translations and submit them to the project. Any contributions are apprieciated. ## How can I contribute/report issues? -Open an [Issue](https://github.com/OxygenCobalt/Auxio/issues) or a [Pull Request](https://github.com/OxygenCobalt/Auxio/pulls), please note the [Contribution Guidelines](../.github/CONTRIBUTING.md) and [Accepted Additions](ADDITIONS.md). +Open an [Issue](https://github.com/OxygenCobalt/Auxio/issues) or a [Pull Request](https://github.com/OxygenCobalt/Auxio/pulls), please note the [Contribution Guidelines](../.github/CONTRIBUTING.md) and [Accepted Additions](ADDITIONS.md) however. ## Why ExoPlayer?