Thanks for your interest in the Hubble Gateway SDK Android Quickstart.
This repo is primarily a reference implementation maintained by the Hubble team. We're happy to accept contributions for:
- Bug fixes
- Documentation improvements
- Build/CI improvements
- Compatibility fixes for new Android versions or build tools
For larger feature changes or architectural shifts, please open an issue first to discuss before writing code.
Open a GitHub issue with:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Your device, Android version, and SDK version (e.g.
gateway-sdk:0.2.5) - Relevant logs (with sensitive info redacted)
For security vulnerabilities, see SECURITY.md.
- Fork the repo and create a feature branch.
- Make your changes. Keep them focused: one PR per logical change.
- Verify the build passes locally:
./gradlew assembleDebug ./gradlew assembleRelease
- Open a PR with a clear description of what changed and why.
The Hubble Gateway SDK itself is a separate, commercial product. Changes to SDK behavior must be made in the SDK repo, not here. This repo only demonstrates SDK usage.
By contributing, you agree that your contributions will be licensed under the Apache License, Version 2.0.