info: update branding
Update app branding.
This commit is contained in:
parent
32db8a591a
commit
88f3439e35
5 changed files with 13 additions and 12 deletions
|
@ -13,7 +13,7 @@
|
|||
</a>
|
||||
<img alt="Minimum SDK Version" src="https://img.shields.io/badge/API-21%2B-32B5ED">
|
||||
</p>
|
||||
<h4 align="center"><a href="/CHANGELOG.md">Changelog</a> | <a href="https://github.com/OxygenCobalt/Auxio/wiki">Wiki</a>
|
||||
<h4 align="center"><a href="/CHANGELOG.md">Changelog</a> | <a href="https://github.com/OxygenCobalt/Auxio/wiki">Wiki</a></h4>
|
||||
<p align="center">
|
||||
<a href="https://f-droid.org/app/org.oxycblt.auxio"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="170"></a>
|
||||
<a href="https://hosted.weblate.org/engage/auxio/"><img src="https://hosted.weblate.org/widgets/auxio/-/strings/287x66-grey.png" alt="Translation status" /></a>
|
||||
|
@ -49,7 +49,6 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
|||
- Support for disc numbers, multiple artists, release types,
|
||||
precise/original dates, sort tags, and more
|
||||
- Advanced artist system that unifies artists and album artists
|
||||
into a single entry
|
||||
- SD Card-aware folder management
|
||||
- Reliable playback state persistence
|
||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||
|
|
|
@ -291,9 +291,10 @@ class HomeFragment :
|
|||
for (option in sortMenu) {
|
||||
// Check the ascending option and corresponding sort option to align with
|
||||
// the current sort of the tab.
|
||||
option.isChecked =
|
||||
option.itemId == toHighlight.mode.itemId ||
|
||||
(option.itemId == R.id.option_sort_asc && toHighlight.isAscending)
|
||||
if (option.itemId == toHighlight.mode.itemId ||
|
||||
(option.itemId == R.id.option_sort_asc && toHighlight.isAscending)) {
|
||||
option.isChecked = true
|
||||
}
|
||||
|
||||
// Disable options that are not allowed by the isVisible lambda
|
||||
option.isVisible = isVisible(option.itemId)
|
||||
|
|
|
@ -1,20 +1,21 @@
|
|||
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 <a href="https://exoplayer.dev/">Exoplayer</a>, Auxio has a much better listening experience compared to other apps that use the native MediaPlayer API. In short, <b>It plays music.</b>
|
||||
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 <a href="https://exoplayer.dev/">Exoplayer</a>, Auxio has superior library support and listening quality compared to other apps that use outdated android functionality. In short, It plays music.
|
||||
|
||||
<b>Features</b>
|
||||
|
||||
- ExoPlayer based playback
|
||||
- ExoPlayer-based playback
|
||||
- Snappy UI derived from the latest Material Design guidelines
|
||||
- Opinionated UX that prioritizes ease of use over edge cases
|
||||
- Customizable behavior
|
||||
- Advanced media indexer that prioritizes correct metadata
|
||||
- Precise/Original Dates, Sort Tags, and Release Type support (Experimental)
|
||||
- Support for disc numbers, multiple artists, release types,
|
||||
precise/original dates, sort tags, and more
|
||||
- Advanced artist system that unifies artists and album artists
|
||||
- SD Card-aware folder management
|
||||
- Reliable playback state persistence
|
||||
- Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
|
||||
- External equalizer functionality (In apps like Wavelet)
|
||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||
- External equalizer support (ex. Wavelet)
|
||||
- Edge-to-edge
|
||||
- Embedded covers support
|
||||
- Search Functionality
|
||||
- Search functionality
|
||||
- Headset autoplay
|
||||
- Stylish widgets that automatically adapt to their size
|
||||
- Completely private and offline
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 195 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in a new issue