https://github.com/theimpulson/ReLabs
Unofficial XDA Client
https://github.com/theimpulson/ReLabs
android hacktoberfest kotlin xda xda-developers
Last synced: 11 days ago
JSON representation
Unofficial XDA Client
- Host: GitHub
- URL: https://github.com/theimpulson/ReLabs
- Owner: theimpulson
- License: apache-2.0
- Archived: true
- Created: 2023-08-16T14:26:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T02:01:53.000Z (9 months ago)
- Last Synced: 2025-04-19T00:17:01.654Z (13 days ago)
- Topics: android, hacktoberfest, kotlin, xda, xda-developers
- Language: Kotlin
- Homepage:
- Size: 987 KB
- Stars: 164
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# ReLabs
ReLabs is an unofficial, FOSS client for [XDA (a.k.a XDA Developers)](https://xdaforums.com/) written in Kotlin
and JetPack Compose and is licensed under Apache2.0.## Support
Support for ReLabs is strictly on [XDA (a.k.a XDA Developers)](https://xdaforums.com/t/app-5-0-relabs-unofficial-xda-client.4623759/).
Discussions related to development and feature requests are also welcome on the same thread.## Translations
Translations are on [crowdin](https://crowdin.com/project/relabs). New languages can be requested on the support thread.
## Development
XDA underwent couple of major migrations during 2021-2022 that changed how the website and forums behaved (references below).
- [Big Changes To XDA Forums are Here](https://www.xda-developers.com/big-changes-to-xda-forums-are-coming-soon/)
- [Welcome to XDA 2021!](https://xdaforums.com/t/closed-welcome-to-xda-2021.4197018/)
- [Welcome to the new XDA!](https://www.xda-developers.com/welcome-to-the-new-xda/)The new XDA Forums is now based upon [XenForo](https://xenforo.com/) which has a [public REST API documentation](https://xenforo.com/community/pages/api-endpoints/).
This migration was carried out by [Audentio](https://www.audent.io) who implemented tons of custom API endpoints as well as a completely new
OAuth2 login support that is not part of XenForo ([Reference](https://www.audent.io/case-study/xda/full)) and this is not publicly documented.This app uses OAuth2 endpoints and parameters extracted from the official app to allow users to login and uses the XenForo API
to allow them to interact with XDA Forums. Custom API endpoints will be used where possible.Support for [XDA Portal](https://www.xda-developers.com/) is also present using the RSS Feed that was made public in one of the reference links above.