Version 1.4.0
Ready for version 1.4.0 of Auxio.
This commit is contained in:
parent
3e86c96989
commit
ec3e388071
5 changed files with 13 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.3.3&color=0D5AF5">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.4.0&color=0D5AF5">
|
||||
</a>
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
||||
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.oxycblt.auxio"
|
||||
versionName "1.3.3"
|
||||
versionCode 5
|
||||
versionName "1.4.0"
|
||||
versionCode 6
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
|
@ -23,14 +23,12 @@ android {
|
|||
buildTypes {
|
||||
debug {
|
||||
debuggable true
|
||||
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-DEBUG"
|
||||
}
|
||||
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,8 +7,4 @@
|
|||
<path
|
||||
android:fillColor="#111111"
|
||||
android:pathData="M0 0h108v108H0z" />
|
||||
<path
|
||||
android:pathData="M9 0v108M19 0v108M29 0v108M39 0v108M49 0v108M59 0v108M69 0v108M79 0v108M89 0v108M99 0v108M0 9h108M0 19h108M0 29h108M0 39h108M0 49h108M0 59h108M0 69h108M0 79h108M0 89h108M0 99h108M19 29h70M19 39h70M19 49h70M19 59h70M19 69h70M19 79h70M29 19v70m10-70v70m10-70v70m10-70v70m10-70v70m10-70v70"
|
||||
android:strokeWidth="0.8"
|
||||
android:strokeColor="#30FFFFFF" />
|
||||
</vector>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
app:boxStrokeWidthFocused="2dp"
|
||||
app:endIconContentDescription="@string/description_clear_search"
|
||||
app:endIconDrawable="@drawable/ic_close"
|
||||
app:endIconTint="?attr/colorControlNormal"
|
||||
app:endIconMode="clear_text"
|
||||
app:errorEnabled="false">
|
||||
|
||||
|
|
9
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
- Artist view now shows a list of songs
|
||||
- Loop functionality now has a new, more sensible behavior
|
||||
- Restore system is now faster and more reliable [Will wipe previous state]
|
||||
- Dialogs have been revamped with a new style
|
||||
- Changed the header font to be cleaner
|
||||
- Grey accent in dark mode has been made more visible
|
||||
- The queue now reflects the current album/artist/genre sort
|
||||
- Album/artist/genre sort is now remembered when the app restarts
|
||||
- Added complete dutch translation [Courtesy of timnea]
|
Loading…
Reference in a new issue