Themer: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
No edit summary
m (Text replacement - "User:Vendicated" to "Vendicated")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Themer<ref>{{cite web|url=https://github.com/Aliucord/DiscordThemer | title=XPosed Module Source}}</ref> is a XPosed module for Old Discord Android Client that allowed people to customize the app's theme as they wanted.
Themer<ref>{{cite web|url=https://github.com/Aliucord/DiscordThemer | title=XPosed Module Source}}</ref> is an XPosed module for Old Discord Android Client that allows people to customize the app's theme as they wanted.


After module's release <code>#themes</code> channel has been opened in [[Aliucord]] server to allow people share themes they made.
After the module's release, <code>#themes</code> channel has been opened in [[Aliucord]] server to allow people to share themes they made.




Line 7: Line 7:


==The Plugin==
==The Plugin==
When Aliucord switched from smali patching to monkey patching, the module has been rewritten by [[User:Vendicated]] to new plugin system. This way even people who didnt have root was able to use it.
When Aliucord switched from smali patching to monkey patching, the module was rewritten by [[Vendicated]] to use the new plugin system. This way, even people who didn't have root could use it.


This rewrite also included new features that didnt exist in old themer.
This rewrite also included new features that didn't exist in the old themer plugin.


=== New Features ===
=== New Features ===
Line 19: Line 19:


TODO <sup>[Vendicated needed]</sup>
TODO <sup>[Vendicated needed]</sup>
<references />
[[Category:Plugins]]
[[Category:Aliucord Plugins]]

Latest revision as of 01:21, 11 March 2024

Themer[1] is an XPosed module for Old Discord Android Client that allows people to customize the app's theme as they wanted.

After the module's release, #themes channel has been opened in Aliucord server to allow people to share themes they made.


A screenshot from Themer plugin

The Plugin

When Aliucord switched from smali patching to monkey patching, the module was rewritten by Vendicated to use the new plugin system. This way, even people who didn't have root could use it.

This rewrite also included new features that didn't exist in the old themer plugin.

New Features

  • Ability to change transparency mode
  • Custom Sounds (pull requested[2] by HalalKing)
  • Custom Fonts

Rewrites

TODO [Vendicated needed]

  1. "XPosed Module Source".
  2. "Custom Sounds pull request".