From f23791456f87f139b0986c22cd2360fa273c6697 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Sat, 21 Jan 2023 17:55:46 +0100 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3c86870 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: astubenbord + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots or screen recordings to help explain your problem. + +**Device Information:** + - Device: [e.g. Samsung Galaxy S10] + - OS: [e.g. Android 11] + - Paperless Mobile version [e.g. 1.4.0, see in 'About this app' in drawer] + - Paperless Server version [e.g. 1.9.2, see in drawer header] + +**Additional context** +Add any other context about the problem here. From 5e1bf40c3db015ae7aa1c2cbc9f2d6051f2aca59 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Sat, 28 Jan 2023 17:51:34 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 303e926..9381d68 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@

+## Important Notice +This project is under **very active** development. Breaking changes are expected and therefore a clean install is recommended for each update! + ## About The Project With this app you can conveniently add, manage or simply find documents stored in your paperless server without any comproimises. This project started as a small fun side project to learn more about the Flutter framework and because existing solutions didn't fulfill my needs, but it has grown much faster with far more features than I originally anticipated. From 661dad95808293913f7acab70085c9eeca1cd62c Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:59:46 +0100 Subject: [PATCH 3/3] Adds troubleshooting for known issues --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9381d68..8866661 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,6 @@ Here are some impressions from the app! Made with [contrib.rocks](https://contrib.rocks). +## Troubleshooting +#### Suggestions are not selectable in any of the label form fields +This is a known issue and it has to do with accessibility features of Android. Password managers such as Bitwarden often caused this issue to occur. Luckily, this can be resolved by turning off the accessibility features in these apps.