build: bump to 3.1.0
Bump Auxio to version 3.1.0.
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## dev
|
## 3.1.0
|
||||||
|
|
||||||
#### What's New
|
#### What's New
|
||||||
- **Playlists.** The long-awaited feature has arrived, with more functionality coming soon.
|
- **Playlists.** The long-awaited feature has arrived, with more functionality coming soon.
|
||||||
|
|
11
README.md
|
@ -2,8 +2,8 @@
|
||||||
<h1 align="center"><b>Auxio</b></h1>
|
<h1 align="center"><b>Auxio</b></h1>
|
||||||
<h4 align="center">A simple, rational music player for android.</h4>
|
<h4 align="center">A simple, rational music player for android.</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.0.5">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.1.0">
|
||||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.0.5&color=64B5F6&style=flat">
|
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.1.0&color=64B5F6&style=flat">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
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.**
|
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](https://exoplayer.dev/), Auxio has superior library support and listening quality compared to other apps that use outdated android functionality. In short, **It plays music.**
|
||||||
|
|
||||||
I primarily built Auxio for myself, but you can use it too, I guess.
|
I primarily built Auxio for myself, but you can use it too, I guess.
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [ExoPlayer](https://exoplayer.dev/) based playback
|
- [ExoPlayer](https://exoplayer.dev/)-based playback
|
||||||
- Snappy UI derived from the latest Material Design guidelines
|
- Snappy UI derived from the latest Material Design guidelines
|
||||||
- Opinionated UX that prioritizes ease of use over edge cases
|
- Opinionated UX that prioritizes ease of use over edge cases
|
||||||
- Customizable behavior
|
- Customizable behavior
|
||||||
|
@ -50,7 +50,8 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
||||||
precise/original dates, sort tags, and more
|
precise/original dates, sort tags, and more
|
||||||
- Advanced artist system that unifies artists and album artists
|
- Advanced artist system that unifies artists and album artists
|
||||||
- SD Card-aware folder management
|
- SD Card-aware folder management
|
||||||
- Reliable playback state persistence
|
- Reliable playlisting functionality
|
||||||
|
- Playback state persistence
|
||||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||||
- External equalizer support (ex. Wavelet)
|
- External equalizer support (ex. Wavelet)
|
||||||
- Edge-to-edge
|
- Edge-to-edge
|
||||||
|
|
|
@ -20,8 +20,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId namespace
|
applicationId namespace
|
||||||
versionName "3.0.5"
|
versionName "3.1.0"
|
||||||
versionCode 29
|
versionCode 30
|
||||||
|
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/30.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Auxio 3.1.0 introduces playlisting functionality for the first time, with more functionality coming soon.
|
||||||
|
For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.1.0.
|
|
@ -1,4 +1,4 @@
|
||||||
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 superior library support and listening quality compared to other apps that use outdated android functionality. 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 ExoPlayer, Auxio has superior library support and listening quality compared to other apps that use outdated android functionality. In short, <b>It plays music</b>.
|
||||||
|
|
||||||
<b>Features</b>
|
<b>Features</b>
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@ Auxio is a local music player with a fast, reliable UI/UX without the many usele
|
||||||
precise/original dates, sort tags, and more
|
precise/original dates, sort tags, and more
|
||||||
- Advanced artist system that unifies artists and album artists
|
- Advanced artist system that unifies artists and album artists
|
||||||
- SD Card-aware folder management
|
- SD Card-aware folder management
|
||||||
- Reliable playback state persistence
|
- Reliable playlisting functionality
|
||||||
|
- Playback state persistence
|
||||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||||
- External equalizer support (ex. Wavelet)
|
- External equalizer support (ex. Wavelet)
|
||||||
- Edge-to-edge
|
- Edge-to-edge
|
||||||
|
@ -19,4 +20,4 @@ precise/original dates, sort tags, and more
|
||||||
- Headset autoplay
|
- Headset autoplay
|
||||||
- Stylish widgets that automatically adapt to their size
|
- Stylish widgets that automatically adapt to their size
|
||||||
- Completely private and offline
|
- Completely private and offline
|
||||||
- No rounded album covers (Unless you want them. Then you can.)
|
- No rounded album covers (Unless you want them. Then you can.)
|
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 314 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 152 KiB |