- Please search issues (open and closed) to see the issues has already been reported. - If an issue has already been reported, feel free to add more information to it. Oherwise, create a new issue.
- Describe the problem as detailed as possible.
- Please add instructions on how to reproduce the problem.
- Please provide a screenshot of the issue you are reporting (To take a screenshot on your smartphone press [Power] + [Volume down] at the same time for a few seconds)
- Some bugs only occur on certain devices or versions of Android, please provide the following information Device/Android OS (
Settings → About Phone
) and WiFiAnalyzer version (Menu -> About
)
- Make sure you are using the latest version of WiFiAnalyzer.
- Please search issues to see if the same feature has already been submitted.
- If an feature has already been opened, feel free to add more useful information to it. Oherwise, open a new feature request (one feature per request).
- Please provide an explanation how the feature solves the problem you are having.
- UI feature request, please describe what the UI would look like and how the user would interact with it.
- When starting to work on a feature or bug that has been reported, please add a comment to it that you are working on it.
- Fork the repository
- Please make sure that you are using
feature
branch, since all the WiFiAnalyzer changes are done on thefeature
branch. - WiFiAnalyzer 'master' branch is only used to release new versions. As a result, the
master
branch most likely doesn't contain the latest changes. - To close a feature or a bug automatically, once pull request has been merged, please mention it in the commit comment or pull request text.
- Please avoid if possible large change sets.
- Please do not forget to add unit tests.