From 282933fb371dfd2f6ea672429c286f9711bda52f Mon Sep 17 00:00:00 2001
From: OxygenCobalt
Date: Mon, 1 Nov 2021 17:08:12 -0600
Subject: [PATCH] docs: update docs
Update general user-facing documentation in preperation for 2.0.0.
---
README.md | 12 ++---
app/src/main/res/xml-v31/widget_info.xml | 4 +-
app/src/main/res/xml/widget_info.xml | 6 +--
info/ADDITIONS.md | 6 +--
info/FAQ.md | 67 ++++++++++++++++--------
info/FORMATS.md | 20 -------
info/LICENSES.md | 1 -
7 files changed, 58 insertions(+), 58 deletions(-)
delete mode 100644 info/FORMATS.md
diff --git a/README.md b/README.md
index 55324be1a..38dc20e7c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
-
+
@@ -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 @@