Vendroid: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
(added fork info)
(removed forks section, moved it to subpage (Soon))
 
(One intermediate revision by one other user not shown)
Line 35: Line 35:


* Voice/video chat
* Voice/video chat
* Slash commands (only the older default ones work, as Discord forces the mobile web client to use legacy chat input)
* Slash commands (only some of the older default ones work, as Discord forces the mobile web client to use legacy chat input)
* Purchases
* Purchases
* Notifications (not supported by Android WebView)


== Semi-functional features ==
== Semi-functional features ==
Line 45: Line 46:
* Role management (can reorganize roles, can't set permissions)
* Role management (can reorganize roles, can't set permissions)
* Saving some server settings, like AutoMod (you have to put your phone in landscape mode)
* Saving some server settings, like AutoMod (you have to put your phone in landscape mode)
* Closing audit log (close button is pushed off to the left side of the page, making it impossible to tap)


== Forks ==
While Vendroid isn't actively maintained, some people have worked on forks to improve the user experience and fix some of these issues. You can see them at [[Vendroid/Forks]].
 
To solve these problems, [[User:Nin0]] and [[User:Sqaaakoi]] have made 2 different Vendroid forks.
 
* [https://github.com/VendroidEnhanced/Vendroid VendroidEnhanced/Vendroid], currently developed by [[User:Nin0]]. This fork mostly focuses on adding new features, such as a new splashscreen, and in the future, push notifications and rich presence. It also loads a fork of Vencord with a new VendroidEnhancements plugin, designed to enable and improve missing features.
* [https://github.com/Sqaaakoi/Vendroid Sqaaakoi/Vendroid], which currently focuses on patching and improving missing features. The patches in the former fork come from Sqaaakoi. Unlike VendroidEnhanced, this fork does not load a Vencord fork, and insteads injects patches directly in the app.

Latest revision as of 11:29, 1 April 2024

Vendroid is a 3rd-party Android client made by Vendicated. It loads the Discord mobile website and injects Vencord in it.

Vencord
Screenshot of Vendroid with the BasicBackground theme
ActiveNovember 2022 - present (on hold)
Lead DeveloperVendicated
LicenseGNU General Public License v3.0
LanguagesJava, Javascript
RepositoryVencord/Vendroid

History

Vee originally made this as a proof of concept, with no intention of developing it further. Over time, some contributors helped make the app better.

Regardless of that, it's better to just use mobile mods like Vendetta or Aliucord.

Non-functional features

As Vendroid is based on the mobile web client, some features aren't available.

  • Voice/video chat
  • Slash commands (only some of the older default ones work, as Discord forces the mobile web client to use legacy chat input)
  • Purchases
  • Notifications (not supported by Android WebView)

Semi-functional features

Some features work in a limited manner.

  • Forum channels (can't preview posts)
  • Role management (can reorganize roles, can't set permissions)
  • Saving some server settings, like AutoMod (you have to put your phone in landscape mode)
  • Closing audit log (close button is pushed off to the left side of the page, making it impossible to tap)

While Vendroid isn't actively maintained, some people have worked on forks to improve the user experience and fix some of these issues. You can see them at Vendroid/Forks.