Update documents
Update the markdown documents and the screenshots.
|
@ -49,9 +49,8 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
|||
- Modular, feature-based architecture
|
||||
- No rounded corners
|
||||
|
||||
## To Come in the future:
|
||||
## To possibly come in the future:
|
||||
|
||||
- Translations
|
||||
- Artist Images
|
||||
- Artist Songs
|
||||
- Black theme
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<color name="green">#4caf50</color>
|
||||
<color name="light_green">#8bc34a</color>
|
||||
<color name="lime">#cddc39</color>
|
||||
<color name="yellow">#F1CA00</color>
|
||||
<color name="yellow">#f1ca00</color>
|
||||
<color name="amber">#ffc107</color>
|
||||
<color name="orange">#ff9800</color>
|
||||
<color name="deep_orange">#ff5722</color>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
- Added full/partial translations for 20 languages
|
||||
- Improved the playback UI
|
||||
- Improved the UI on smaller tablets
|
||||
- Improved the compact controls
|
||||
- Improved the play/pause icons
|
||||
- Fixed RTL layout issues
|
||||
- Fixed issue where an album would not show up as playing if selected from the artist UI
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 303 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
12
info/FAQ.md
|
@ -10,11 +10,15 @@ Auxio is local music player for android that I built for myself, primarily. Its
|
|||
|
||||
## Where can I download Auxio?
|
||||
|
||||
Nowhere currently, I still need to make some changes before its ready to be put up on public-facing stores. See the [Releases](https://github.com/oxygencobalt/Auxio/releases) to download it for now. It will arrive on F-Droid eventually.
|
||||
Currently, its availble on the [IzzyOnDroid F-Droid repository](https://apt.izzysoft.de/fdroid/). I still want to make some changes and get feedback before I submit it to the mainline F-Droid repository, but it will arrive there eventually.
|
||||
|
||||
## Can I translate Auxio to my native language?
|
||||
|
||||
I still need to set up Weblate, but you can open a [Pull Request](https://github.com/enricocid/Music-Player-GO/pulls) with any translations you want to be added for now.
|
||||
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.
|
||||
|
||||
## 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).
|
||||
|
||||
## Why ExoPlayer?
|
||||
|
||||
|
@ -44,10 +48,6 @@ I could possibly extend edge-to-edge support to earlier versions, but it would t
|
|||
|
||||
When a *phone* [Not a tablet] is in landscape, the insets meant to make the UI fit dont work properly, therefore the feature is mostly disabled.
|
||||
|
||||
## 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).
|
||||
|
||||
## Does this app keep/send any information about myself or my device?
|
||||
|
||||
Auxio does not log any information about the device or its owner, and it has no internet access to send that information off in the first place.
|