Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheClashFruit/Rithle
Android app for Modrinth written in Kotlin.
https://github.com/TheClashFruit/Rithle
android android-app kotlin minecraft modrinth
Last synced: 2 months ago
JSON representation
Android app for Modrinth written in Kotlin.
- Host: GitHub
- URL: https://github.com/TheClashFruit/Rithle
- Owner: TheClashFruit
- License: gpl-3.0
- Created: 2022-11-23T14:14:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T12:11:46.000Z (8 months ago)
- Last Synced: 2024-06-07T18:51:05.889Z (7 months ago)
- Topics: android, android-app, kotlin, minecraft, modrinth
- Language: Kotlin
- Homepage:
- Size: 529 KB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - TheClashFruit/Rithle - An Android app for Modrinth written in Kotlin (Frontends)
README
> [!IMPORTANT]
> Please check out issue [#9](https://github.com/TheClashFruit/Rithle/issues/9) of you are wondering why there hasn't been an update since Febuary of 2023!![ritle_banner](https://user-images.githubusercontent.com/55049569/218251089-1782245b-d742-4ecd-b743-77c18811dba6.svg)
Rithle
Android app for Modrinth written in Kotlin.
Screenshots![screenshots_of_rithle](https://user-images.githubusercontent.com/55049569/222969306-a26a90d4-769a-4564-bd85-a4fa90638997.png)
Building
- Clone the repo with
git clone https://github.com/TheClashFruit/Rithle.git
- Go into the folder with
cd Rithle
- Add your github oauth secret and client id to
local.properties
asghclient
andghsecret
- Build the app with
./gradlew build
Contributing
Can be found in CONTRIBUTING.md.
Thanks To
-
Modrinth - An awesome platform for sharing minecraft mods, plugins and more. -
Volley - Network requests. -
Markwon - Markdown rendering for the project descriptions.
License
Rithle, Android app for Modrinth written in Kotlin.
Copyright (C) 2022-2023 TheClashFruitThis 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/>.