diff --git a/README.md b/README.md index 38ef356b9..a67b362d4 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ ## About -Auxio is a local music player for android that I primarily built for myself. +Auxio is a local music player for android designed to be the perfect music player for myself. It only has the features I need out of a music player, and nothing more. -It only has the features that I use out of a music player and nothing more, with a Spotify-Like UI/UX combined with elements from [Phonograph](https://github.com/kabouzeid/Phonograph) and [Music Player GO](https://github.com/enricocid/Music-Player-GO). -Its meant to be consistent and reliable, while still being customizable and extendable if one wants to add their own features that I (Personally) don't need. +Auxio itself is customizable and extendable however, allowing others to add features that I personally do not use. + +The UI/UX is heavily derived from both Spotify and other FOSS Music Players such as [Music Player GO](https://github.com/enricocid/Music-Player-GO) and [Phonograph](https://github.com/kabouzeid/Phonograph), +albeit with a heavy emphasis on usability, consistency, and simplicity. **Note:** Auxio is still early in development, meaning that some things may change as time passes. @@ -70,7 +72,7 @@ Its meant to be consistent and reliable, while still being customizable and exte Auxio accepts most contributions as long as they follow the [Contribution Guidelines](/.github/CONTRIBUTING.md). -Feature additions and Major UI changes are less likely to be accepted. See [Accepted Additions](/info/ADDITIONS.md) for more information. +However, feature additions and Major UI changes are less likely to be accepted. See [Accepted Additions](/info/ADDITIONS.md) for more information. ## License diff --git a/app/src/main/res/drawable/ic_clear.xml b/app/src/main/res/drawable/ic_clear.xml index fdb48d2cf..cb8a85b9e 100644 --- a/app/src/main/res/drawable/ic_clear.xml +++ b/app/src/main/res/drawable/ic_clear.xml @@ -2,10 +2,10 @@ - + android:viewportHeight="24"> + \ No newline at end of file diff --git a/app/src/main/res/xml/backup_descriptor.xml b/app/src/main/res/xml/backup_descriptor.xml index 9147603ae..1b0854f7d 100644 --- a/app/src/main/res/xml/backup_descriptor.xml +++ b/app/src/main/res/xml/backup_descriptor.xml @@ -1,2 +1,2 @@ - + diff --git a/info/ADDITIONS.md b/info/ADDITIONS.md index 47cc6de51..cd3e84792 100644 --- a/info/ADDITIONS.md +++ b/info/ADDITIONS.md @@ -8,17 +8,19 @@ All guidelines from the [Contribution Guidelines](../.github/CONTRIBUTING.md) st ## Bug Fixes, Optimizations, Library Updates, Formatting, etc. -These will likely be accepted/added as long as they do not cause too much harm to the app's architecture or UX. +These will likely be accepted as long as they do not cause too much harm to the app's architecture or UX. ## New Options/Customizations -These will be accepted/added if I see the value in the addition of those options and if they don't cause harm to the app's design. Most new options are fine as long as they dont degrade the UI/UX. +These will be looked at with more scrutiny, as certain customizations may cause harm to the apps UI/UX while still not providing alot of benefits as a whole. + +Overall I tend to accept these however if I see the benefits of adding this UI/Behavior customization. **Note:** I will be adding Black Mode/Custom Accents in the future. Read the [FAQ](FAQ.md) for more information. ## Feature Additions and UI Changes -These are far less likely to be accepted/added. As I said, I want to avoid Auxio from becoming overly bloated with features I do not use, and therefore **I will only accept features/UI changes that directly benefit my own usage.** If they do not, then I will reject/ignore them. This does not rule out certain additions, but I am generally less likely to accept these kinds of requests. +These are far less likely to be accepted/added. As I said, I want to avoid Auxio from becoming overly bloated with features I do not use, and therefore **I will only accept features/UI changes that directly benefit my own usage.** If they do not, then I will reject/ignore them. This does not rule out all additions of this kind, but I am generally less likely to accept these kinds of requests/PRs. Feel free to fork Auxio to add your own features however.