mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 12:07:58 -06:00
Merge branch 'main' of ssh://github.com/astubenbord/paperless-mobile
This commit is contained in:
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -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.
|
||||
@@ -41,6 +41,9 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
## 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 -->
|
||||
## 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.
|
||||
@@ -224,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.
|
||||
|
||||
Reference in New Issue
Block a user