diff --git a/app/build.gradle b/app/build.gradle index 6bb23e81b..938264b13 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.oxycblt.auxio" minSdkVersion 21 targetSdkVersion 30 - versionCode 3 - versionName "1.3.1" + versionCode 4 + versionName "1.3.2" buildFeatures { dataBinding true @@ -62,7 +62,7 @@ dependencies { // General implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.activity:activity-ktx:1.3.0-alpha04' - implementation 'androidx.fragment:fragment-ktx:1.3.1' + implementation 'androidx.fragment:fragment-ktx:1.3.0' // Don't upgrade until they fix the launcher issue // Layout implementation 'androidx.constraintlayout:constraintlayout:2.0.4' diff --git a/app/src/main/java/org/oxycblt/auxio/playback/system/PlaybackService.kt b/app/src/main/java/org/oxycblt/auxio/playback/system/PlaybackService.kt index 8ac1eedba..c60a76e5f 100644 --- a/app/src/main/java/org/oxycblt/auxio/playback/system/PlaybackService.kt +++ b/app/src/main/java/org/oxycblt/auxio/playback/system/PlaybackService.kt @@ -9,7 +9,6 @@ import android.content.Intent import android.content.IntentFilter import android.content.pm.ServiceInfo import android.media.AudioManager -import android.media.MediaPlayer import android.os.Build import android.os.IBinder import android.os.PowerManager diff --git a/build.gradle b/build.gradle index 75abc7ac9..211ba9da5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,8 @@ buildscript { repositories { google() - jcenter() + jcenter() // TODO: Remove JCenter when Exoplayer migrates + mavenCentral() } dependencies { @@ -22,6 +23,7 @@ allprojects { repositories { google() jcenter() + mavenCentral() } } diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 000000000..c86b0ef58 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,7 @@ +- Added the ability to exclude directories from indexing +- Accents have been redone to improve visibility/UI simplicity +- Enabled wake lock functionality +- Fixed issue where the artist genre would display incorrectly +- Fixed issue where AudioFocus would begin playback spontaneously +- Fixed issue where AudioFocus would not restore volume to 100% after ducking +- Fixed issues with the playback restore process (Current state will be wiped on update) diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot0.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot0.png index f5ece0fc8..24344b949 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot0.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot0.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot1.png index db4487411..f384ca87d 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot2.png index 8bf7d1cd5..abd0153ce 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot3.png index c4064281c..3d756f19a 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot4.png index 0c10f0221..d137cc3a4 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot4.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot4.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot5.png index c5d302ee5..56422c184 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot5.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot5.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot6.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot6.png index 6bdd56fac..d771e0b0d 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot6.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot6.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot8.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot8.png index 1ea2c3871..c1bd09398 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot8.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot8.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot9.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot9.png index 5893a829b..ad4bdc0f3 100755 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot9.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot9.png differ diff --git a/info/ARCHITECTURE.md b/info/ARCHITECTURE.md index ffd45738a..8043d76ce 100644 --- a/info/ARCHITECTURE.md +++ b/info/ARCHITECTURE.md @@ -50,7 +50,7 @@ org.oxycblt.auxio # Main UI's and logging utilities │ └──.viewholders # Shared ViewHolders and ViewHolder utilities ├──.search # Search UI ├──.settings # Settings UI and systems -│ ├──.blacklist # Excluded Directories/Systems +│ ├──.blacklist # Excluded Directories UI/Systems │ └──.ui # Contains UI's related to the settings view, such as the about screen ├──.songs # Songs UI └──.ui # Shared user interface utilities