diff --git a/README.md b/README.md index 55324be1a..38dc20e7c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Minimum SDK

-

FAQ / Formats / Licenses / Contributing

+

FAQ | Licenses | Contributing | Architecture

@@ -39,13 +39,13 @@ I primarily built Auxio for myself, but you can use it too, I guess. - [ExoPlayer](https://exoplayer.dev/) based playback - Customizable UI & Behavior - Genres/Artists/Albums/Songs support -- Extensive queue system -- Full playback persistence system +- Intuitive queue system +- Reliable playback state persistence - Edge-to-edge (Oreo+ Only) - Embedded covers support - Search Functionality -- Audio Focus / Headset Management -- No internet connectivity whatsoever +- Audio/Headset focus +- Completely private and offline - No rounded album covers ## To possibly come in the future: @@ -54,7 +54,7 @@ I primarily built Auxio for myself, but you can use it too, I guess. - Liked songs - Improved tablet layouts - More notification actions -- Other things, possibly +- And other things, probably ## Permissions diff --git a/app/src/main/res/xml-v31/widget_info.xml b/app/src/main/res/xml-v31/widget_info.xml index 8e344046f..ec064c79c 100644 --- a/app/src/main/res/xml-v31/widget_info.xml +++ b/app/src/main/res/xml-v31/widget_info.xml @@ -4,11 +4,11 @@ android:initialLayout="@layout/widget_medium" android:minResizeWidth="@dimen/widget_width_min" android:minResizeHeight="@dimen/widget_height_min" + android:minWidth="@dimen/widget_width_def" + android:minHeight="@dimen/widget_height_def" android:previewLayout="@layout/widget_medium" android:previewImage="@drawable/ui_widget_preview" android:resizeMode="horizontal|vertical" - android:minWidth="@dimen/widget_width_def" - android:minHeight="@dimen/widget_height_def" android:targetCellWidth="3" android:targetCellHeight="3" android:updatePeriodMillis="0" diff --git a/app/src/main/res/xml/widget_info.xml b/app/src/main/res/xml/widget_info.xml index d9894d92e..31dcd1f4f 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -1,10 +1,10 @@