mirror of
https://github.com/TheClashFruit/Rithle.git
synced 2026-06-22 20:41:20 +02:00
Android app for Modrinth written in Kotlin.
- Kotlin 100%
| .github | ||
| app | ||
| gradle | ||
| metadata/en-US | ||
| .gitignore | ||
| build.gradle.kts | ||
| CONTRIBUTING.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
Rithle
An app for browsing Modrinth on your Android phone.
Screenshots
Contributing
If you'd like to help improve Rithle, please take a look at our CONTRIBUTING.md for some guidelines. A huge thank you for your support.
Translations
Contributions to translations for both the app interface and store metadata are highly welcome.
- Metadata: Located in
metadata/{languageCode}(e.g.,metadata/en-US). - App Strings: Located in
app/src/main/res/values/strings.xml. To add a new language, create a new directory likevalues-{languageCode}.
Backend Services (Mainly OAuth)
Since I don't want to leak the client secret in releases I host a simple service for Rithle to handle OAuth, the source code for that is available over at TheClashFruit/RithleApi.
License
Rithle, Android app for Modrinth written in Kotlin.
Copyright (C) 2022 - 2026 TheClashFruit
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.