- Do you have a new feature in mind?
- Do you know how to improve existing docs or code?
- Have you found a bug?
Contributions are welcome and encouraged! Just fork the project and then send a pull request. Be ready to discuss your code and design decisions.
If you need help because you can't make a successful upload to your server, first check the troubleshooting page on this wiki. If you still haven't solved your issue after that, ask on stack overflow, not here. Ask also "how to.." questions there. The issue tracker here on GitHub is used for library bugs and enhancements. Add this to help others help you:
- the code you use to make the request,
- log from LogCat (enable debug log)
- log from your server (replace sensible data)
- what did you expect
- what happened instead
- version of Android
- version of Android Upload Service
Remember, there's nothing more annoying than:
Hi, I've setup everything right by following the instructions, but it doesn't work! Help me!
Here there's a nice blog post about effective bug reports. If you already know how to fix the bug, send a pull request.
When posting code, logs or stack traces, please use the following Markdown syntax to improve readability:
```java your code, log or stack trace ```