Update fastlane metadata
Update parts of the fastlane metadata to remove extraneous files.
This commit is contained in:
parent
7331a83c8d
commit
7d93cc97f6
7 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
<p align="center"><img src="fastlane/metadata/android/en-US/images/icon.png" width="150"></p>
|
<p align="center"><img src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="150"></p>
|
||||||
<h1 align="center"><b>Auxio</b></h1>
|
<h1 align="center"><b>Auxio</b></h1>
|
||||||
<h4 align="center">A sensible and customizable music player for android.</h4>
|
<h4 align="center">A sensible and customizable music player for android.</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v1.3.0">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.3.0&color=0D5AF5">
|
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.3.0&color=0D5AF5">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Info namespace | App labels -->
|
<!-- Info namespace | App labels -->
|
||||||
<string name="info_app_desc">Ein einfacher und flexibeler Musik-Player für Android.</string>
|
|
||||||
<string name="info_channel_name">Musikwiedergabe</string>
|
<string name="info_channel_name">Musikwiedergabe</string>
|
||||||
<string name="info_service_desc">der Musikwiedergabedienst von Auxio</string>
|
<string name="info_service_desc">der Musikwiedergabedienst von Auxio</string>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
- Added full/partial translations for 20 languages
|
- Added full/partial translations for 18 languages
|
||||||
- Improved the playback UI
|
- Improved the playback UI
|
||||||
- Improved the UI on smaller tablets
|
- Improved the UI on smaller tablets
|
||||||
- Improved the compact controls
|
- Improved the look of the compact controls
|
||||||
- Improved the play/pause icons
|
- Improved the play/pause icons
|
||||||
|
- Optimized image loading
|
||||||
- Fixed RTL layout issues
|
- Fixed RTL layout issues
|
||||||
- Fixed issue where an album would not show up as playing if selected from the artist UI
|
- Fixed issue where an album would not show up as playing if selected from the artist UI
|
|
@ -1,8 +1,10 @@
|
||||||
Auxio is a local music player designed to be simple, straightfoward, and customizable. It has a fast, reliable UI/UX, and it is not bloated with useless features. In short, <b>It plays music.</b> 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 <a href="https://exoplayer.dev/">Exoplayer</a>, allowing for much better listening experience compared to the native MediaPlayer API.
|
Auxio is a local music player designed to be simple, straightfoward, and customizable. It has a fast, reliable UI/UX, and it is not bloated with useless features. In short, <b>It plays music</b>. 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 <a href="https://exoplayer.dev/">Exoplayer</a>, allowing for much better listening experience compared to the native MediaPlayer API.
|
||||||
|
|
||||||
<b>Features</b>
|
<b>Features</b>
|
||||||
|
|
||||||
- <a href="https://exoplayer.dev/">Exoplayer</a> based playback
|
- ExoPlayer based playback
|
||||||
- Customizable UI & Behavior
|
- Customizable UI & Behavior
|
||||||
- Genres/Artists/Albums/Songs support
|
- Genres/Artists/Albums/Songs support
|
||||||
- Simple queue system
|
- Simple queue system
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4 KiB |
|
@ -1 +0,0 @@
|
||||||
Auxio
|
|
Loading…
Reference in a new issue