1
0
Fork 0
VendroidEnhanced/README.md

56 lines
3.1 KiB
Markdown
Raw Normal View History

2024-04-28 17:54:28 -04:00
# Vendroid
2024-04-09 17:41:32 -04:00
2024-05-25 23:04:03 -04:00
> 🚩 Due to final exams and overall not having much time to work on personal projects, I (nin0-dev), may not actively commit new features to this project in the next 3 weeks from May 25, 2024.
>
> Important bugs will still be fixed quickly.
>
> PRs will also be reviewed and merged if needed.
2024-03-23 07:58:25 -04:00
> [!WARNING]
> This app is still in beta. Before reporting a bug to Vencord support, please attempt to reproduce the bug on:
> - A mobile browser without Vencord by opening `discord.com/app`
> - If the issue still happens on mobile browser, it is likely a mobile website issue. You can open an issue here.
> - A desktop with an official build of Vencord
> - If the issue still happens on a desktop device with Vencord, it is a Vencord issue and you can report it in the [Vencord](https://discord.gg/vencord) server.
>
> If the issue happens on neither of these two, the issue is with Vendroid and you can open an issue in this repo.
2022-12-11 02:45:06 -05:00
2024-04-28 22:08:40 -04:00
Vendroid is a custom Discord client for Android. The way it works is that it loads the Discord mobile website and injects Vencord.
2022-12-11 02:45:06 -05:00
2023-08-08 10:41:48 -04:00
| | |
|:--:|:--:|
2024-03-23 07:58:25 -04:00
|![discord homepage](https://github.com/nin0-dev/Vendroid/assets/75569739/488770ea-3331-4979-ba0f-2bd4de964a21)|![photo_5184006040461618491_w](https://github.com/nin0-dev/Vendroid/assets/75569739/c01a01b8-2dab-4126-a20b-7cd4d0d394cc)|
2023-08-08 10:41:48 -04:00
2024-03-23 07:58:25 -04:00
An initial version of Vendroid was made by [Vendicated](https://github.com/Vendicated), [Wing](https://github.com/wingio), and [Xinto](https://github.com/X1nto). However, it is no longer actively maintained. This project has as goal to improve upon the original Vendroid app.
2023-08-08 10:41:48 -04:00
2024-03-23 07:58:25 -04:00
As the Discord website has some annoying bugs, this app isn't 100% stable. I (nin0dev) plan on making patches to enable missing features and improve broken ones.
2023-08-08 10:41:48 -04:00
2024-03-23 07:58:25 -04:00
However, if you currently want to use a mobile mod, you can use [Aliucord](https://github.com/Aliucord/Aliucord), which is based on the pre-React Native version of Discord or [Bunny](https://github.com/pyoncord/Pyoncord), that is a Vendetta fork.
2023-08-08 10:41:48 -04:00
2024-04-28 11:22:41 -04:00
## Download
[Here!](https://github.com/VendroidEnhanced/Vendroid/releases/latest/download/app-release.apk)
2024-04-28 16:14:45 -04:00
## Build
> [!WARNING]
2024-04-28 17:57:37 -04:00
> Only do this if you made changes to the app's code. If you're looking for prebuilt APKs, check the Download section.
2024-04-28 16:14:45 -04:00
Open the project with Android Studio and open the "Build" drop menu, then hover over "Build Bundle(s) / APK(s)" and hit "Build APK(s)". Done!
2024-03-23 07:58:25 -04:00
## Roadmap
2024-04-28 14:26:41 -04:00
You can find a roadmap of upcoming features [here](https://github.com/orgs/VendroidEnhanced/projects/1). You can make issues in this repo to suggest features.
2023-08-08 10:41:48 -04:00
2024-03-29 07:54:28 -04:00
## Star history
If you like the project please star it, it would mean a lot to me!
<a href="https://star-history.com/#VendroidEnhanced/Vendroid&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=VendroidEnhanced/Vendroid&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=VendroidEnhanced/Vendroid&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=VendroidEnhanced/Vendroid&type=Date" />
</picture>
</a>