1
0
Fork 0
mirror of https://github.com/TheClashFruit/Rithle.git synced 2026-06-22 20:41:20 +02:00
Android app for Modrinth written in Kotlin.
Find a file
2026-06-20 13:53:27 +02:00
.github fix (ci): update workflow uses 2026-06-14 19:01:12 +02:00
app fix: increment version code... 2026-06-20 13:53:27 +02:00
gradle feat: selectable downloads folder 2026-06-14 18:52:00 +02:00
metadata/en-US feat: add app icon and screenshots to metadata 2026-06-12 21:53:44 +02:00
.gitignore feat: get started on the compose rewrite 2026-06-09 17:35:26 +02:00
build.gradle.kts feat: get started on the compose rewrite 2026-06-09 17:35:26 +02:00
CONTRIBUTING.md feat: get started on the compose rewrite 2026-06-09 17:35:26 +02:00
gradle.properties feat: switch to not doing all the oauth on the client 2026-06-12 19:52:13 +02:00
gradlew feat: get started on the compose rewrite 2026-06-09 17:35:26 +02:00
gradlew.bat feat: get started on the compose rewrite 2026-06-09 17:35:26 +02:00
LICENSE Initial commit 2022-11-23 15:14:36 +01:00
README.md docs: add translations note and how oauth is handled 2026-06-13 12:22:29 +02:00
settings.gradle.kts feat: get started on the compose rewrite 2026-06-09 17:35:26 +02:00

Rithle

github Discord

An app for browsing Modrinth on your Android phone.

Screenshots

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 like values-{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/>.