This is the official Android app for the IPv64.net service. It's built with modern Android development technologies.
- Domain Overview: Manage your domains and see their status.
- Healthchecks: Monitor the health of your services.
- Integrations: Connect with other services.
- Logs: View logs for your services.
- QR Code Scanner: For easy setup of the app.
- And much more!
- Kotlin: The primary programming language.
- Jetpack Compose: For building the user interface.
- OkHttp & Gson: For networking and JSON parsing.
- CameraX: For the QR code scanner functionality.
- Accompanist: For permissions handling.
To build the project, you need Android Studio.
- Clone the repository:
git clone https://github.com/ipv64/ipv64-android-app.git - Open the project in Android Studio.
- Build the project using the "Build" menu or by running
./gradlew buildin the terminal.
Contributions are welcome! Please feel free to open an issue or submit a pull request.