Merge branch 'master' into dev
This commit is contained in:
commit
6c9f170afc
6 changed files with 17 additions and 5 deletions
|
@ -16,6 +16,14 @@
|
||||||
- Excessive CPU no longer spent showing music loading process
|
- Excessive CPU no longer spent showing music loading process
|
||||||
- Fixed playback sheet flickering on warm start
|
- Fixed playback sheet flickering on warm start
|
||||||
|
|
||||||
|
## 3.6.2
|
||||||
|
|
||||||
|
#### What's Fixed
|
||||||
|
- Fixed broken notification close action
|
||||||
|
|
||||||
|
#### Dev/Meta
|
||||||
|
- Fixed mismatched NDK versions
|
||||||
|
|
||||||
## 3.6.1
|
## 3.6.1
|
||||||
|
|
||||||
#### What's Fixed
|
#### What's Fixed
|
||||||
|
|
|
@ -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.6.1">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.6.2">
|
||||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.6.1&color=64B5F6&style=flat">
|
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.6.2&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,8 +21,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId namespace
|
applicationId namespace
|
||||||
versionName "3.6.1"
|
versionName "3.6.2"
|
||||||
versionCode 51
|
versionCode 52
|
||||||
|
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 35
|
targetSdk 35
|
||||||
|
|
|
@ -149,6 +149,7 @@ private constructor(
|
||||||
addAction(PlaybackActions.ACTION_SKIP_PREV)
|
addAction(PlaybackActions.ACTION_SKIP_PREV)
|
||||||
addAction(PlaybackActions.ACTION_PLAY_PAUSE)
|
addAction(PlaybackActions.ACTION_PLAY_PAUSE)
|
||||||
addAction(PlaybackActions.ACTION_SKIP_NEXT)
|
addAction(PlaybackActions.ACTION_SKIP_NEXT)
|
||||||
|
addAction(PlaybackActions.ACTION_EXIT)
|
||||||
addAction(WidgetProvider.ACTION_WIDGET_UPDATE)
|
addAction(WidgetProvider.ACTION_WIDGET_UPDATE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/52.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/52.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Auxio 3.6.0 improves support for android auto and fixes several small regressions.
|
||||||
|
This release fixes critical issues identified in the previous version.
|
||||||
|
For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.6.2.
|
2
media
2
media
|
@ -1 +1 @@
|
||||||
Subproject commit 9fc2401b8fdc2b23905402462e775c6db4e1527f
|
Subproject commit 34b33175c00183dc95cdcb8c735033b6785041e1
|
Loading…
Reference in a new issue