Themer: Difference between revisions
Jump to navigation
Jump to search
Mantikafasi (talk | contribs) mNo edit summary |
Mantikafasi (talk | contribs) No edit summary |
||
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 | 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. | ||
After module | After module's release <code>#themes</code> channel has been opened in [[Aliucord]] server to allow people 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. | |||
Line 15: | Line 15: | ||
* Ability to change transparency mode | * Ability to change transparency mode | ||
* Custom Sounds pull requested<ref>{{cite web |url=https://github.com/Vendicated/AliucordPlugins/pull/32|title=Custom Sounds pull request}}</ref> by HalalKing(or terabyte25 on github) | * Custom Sounds which was pull requested<ref>{{cite web |url=https://github.com/Vendicated/AliucordPlugins/pull/32|title=Custom Sounds pull request}}</ref> by HalalKing(or terabyte25 on github) | ||
* Custom Fonts | * Custom Fonts | ||
Revision as of 09:32, 9 March 2024
Themer[1] is a XPosed module for Old Discord Android Client that allowed people to customize the app's theme as they wanted.
After module's release #themes
channel has been opened in Aliucord server to allow people share themes they made.
![]() A screenshot from Themer 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.
After the rewrite User:Vendicated along with some contributors added new features that didnt exist in old themer.
New Features
- Ability to change transparency mode
- Custom Sounds which was pull requested[2] by HalalKing(or terabyte25 on github)
- Custom Fonts
Rewrites
TODO [Vendicated needed]