Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
Ready for version 1.4.0 of Auxio.
  • Loading branch information
OxygenCobalt committed May 9, 2021
1 parent 3e86c96 commit ec3e388
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit ec3e388

Please sign in to comment.