diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index b5692e223..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug/Crash Report -about: Report an issue with Auxio -title: -labels: bug -assignees: '' - ---- - -**Describe the bug/crash** - - -**To Reproduce** - - -**Logs/Stack Traces** - - -**Screenshots** - - -**Phone Information** - - -**Due Diligence** - -- [ ] I have read the [Contribution Guidelines](../CONTRIBUTING.md). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 339716bc3..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug/Crash Report -about: Propose an idea for Auxio -title: -labels: enhancement -assignees: '' - ---- - -**Describe the feature you want to implement** - - -**Is your feature request related to a problem? Please describe.** - - -**Why do you think this will improve everyone's usage of Auxio?** - - -**Due Diligence** - -- [ ] I have read the [Accepted Additions and Requests](../../info/ADDITIONS.md), and the [Contribution Guidelines](../CONTRIBUTING.md). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a65e06f1d..a8918d098 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ - **Any additional information** - + **APK testing** @@ -25,4 +25,4 @@ debug.zip **Due Diligence** -- [ ] I have read the [Contribution Guidelines](CONTRIBUTING.md) and [Accepted additions & Requests](../info/ADDITIONS.md). +- [ ] I have read the [Contribution Guidelines](https://github.com/OxygenCobalt/Auxio/blob/dev/.github/CONTRIBUTING.md) and [Accepted additions & Requests](https://github.com/OxygenCobalt/Auxio/blob/dev/info/ADDITIONS.md). diff --git a/app/build.gradle b/app/build.gradle index f97239a9b..fef33fd8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 21 targetSdkVersion 30 versionCode 1 - versionName "1.0" + versionName "1.0.0" buildFeatures { dataBinding true diff --git a/app/src/main/java/org/oxycblt/auxio/loading/LoadingFragment.kt b/app/src/main/java/org/oxycblt/auxio/loading/LoadingFragment.kt index b8479cdf0..e1453fd3d 100644 --- a/app/src/main/java/org/oxycblt/auxio/loading/LoadingFragment.kt +++ b/app/src/main/java/org/oxycblt/auxio/loading/LoadingFragment.kt @@ -53,6 +53,11 @@ class LoadingFragment : Fragment(R.layout.fragment_loading) { returnToLoading(binding) loadingModel.reload() + } else { + showError(binding) + + binding.loadingGrantButton.visibility = View.VISIBLE + binding.loadingErrorText.text = getString(R.string.error_no_perms) } } diff --git a/assets/Screenshot_20201220-082818.png b/assets/Screenshot_20201220-082818.png new file mode 100755 index 000000000..d7c9b08e8 Binary files /dev/null and b/assets/Screenshot_20201220-082818.png differ diff --git a/assets/shot_queue_port.png b/assets/shot_queue_port.png index b56332209..c5efd7499 100755 Binary files a/assets/shot_queue_port.png and b/assets/shot_queue_port.png differ diff --git a/info/ADDITIONS.md b/info/ADDITIONS.md index cd3e84792..729f6a6c8 100644 --- a/info/ADDITIONS.md +++ b/info/ADDITIONS.md @@ -6,7 +6,7 @@ Since I want to keep this app from suffering the same fate as those others, Any All guidelines from the [Contribution Guidelines](../.github/CONTRIBUTING.md) still apply. -## Bug Fixes, Optimizations, Library Updates, Formatting, etc. +## Bug Fixes, Optimizations, Library Updates, Formatting, Architecture Improvements, etc. These will likely be accepted as long as they do not cause too much harm to the app's architecture or UX.