diff --git a/README.md b/README.md index 097c58cbb..0432e3bc3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 8b1688454..602d4f68d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.oxycblt.auxio"
- versionName "1.4.1"
- versionCode 7
+ versionName "1.4.2"
+ versionCode 8
minSdkVersion 21
targetSdkVersion 31
diff --git a/app/src/main/java/org/oxycblt/auxio/widgets/WidgetProvider.kt b/app/src/main/java/org/oxycblt/auxio/widgets/WidgetProvider.kt
index 0823671e4..c59bab6d5 100644
--- a/app/src/main/java/org/oxycblt/auxio/widgets/WidgetProvider.kt
+++ b/app/src/main/java/org/oxycblt/auxio/widgets/WidgetProvider.kt
@@ -42,7 +42,7 @@ import org.oxycblt.auxio.playback.state.PlaybackStateManager
* - For widgets 4x2 or higher, show a complete view with all playback controls
*
* There are some minor problems with this implementation [notably UI jittering when the widget
- * picks a new layout below Android 12], but this is tolerable.
+ * picks a new layout below Android 12], but this is tolerable. It may be improved in the future.
*
* For more specific details about these sub-widgets, see Forms.kt.
*/
@@ -140,7 +140,7 @@ class WidgetProvider : AppWidgetProvider() {
} else {
// Otherwise, we try our best to backport the responsive behavior to older versions.
// This is mostly a guess based on RemoteView's documentation. It seems to work well
- // on most launchers. It may be improved when Android 12's source is released.
+ // enough on most launchers.
// Each widget has independent dimensions, so we iterate through them all
// and do this for each.
diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt
index 2a818c9c1..7914ab9dc 100644
--- a/fastlane/metadata/android/en-US/changelogs/7.txt
+++ b/fastlane/metadata/android/en-US/changelogs/7.txt
@@ -6,4 +6,4 @@
- Added an option to pause when a song repeats
- Article sort is now used everywhere
- Fixed issues regarding playback from the lock screen
-- Removed the `ACCESS_NETWORK_STATE` permission
+- Removed the ACCESS_NETWORK_STATE permission
diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt
new file mode 100644
index 000000000..6e42e538c
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/8.txt
@@ -0,0 +1,6 @@
+- Added Widgets
+- Android 12 support
+- Minor UI improvements
+- Fast scroller now truncates more aggressively when there is not enough space
+- Fixed issue where the new about screen would be cut off in landscape mode
+- Fixed issue where songs from two albums with the same year would be incorrectly shown in the artist view
\ No newline at end of file