Please note we have a code of conduct, please follow it in all your interactions with the project.
-
Before proceed please do:
- check latest unstable build (maybe issue already fixed)
- check Troubleshooting Q&A section on wiki
- search existing issues by exception message
-
Describe error
-
provide full name of method or class with error
-
provide full java stacktrace
Note: no need to copy method fallback code (commented pseudocode)
-
attach or provide link to apk file (double check apk version)
Note: GitHub don't allow attach files with
.apk
extension, but you can change extension by adding.zip
at the end :)
-
-
Please don't submit any code style fixes, dependencies updates or other changes which are not fixing any issues.
-
Before open a PR please discuss the change you wish to make via issue. PR without corresponding issue will be rejected.
-
Use only features and API from Java 8 or below.
-
If possible don't add additional dependencies especially if they are big.
-
Make sure your code is correctly formatted, see description here: Code Formatting.
-
Make sure your changes is passing build:
./gradlew clean build dist