Themer: Difference between revisions
Jump to navigation
Jump to search
Mantikafasi (talk | contribs) No edit summary |
Vendicated (talk | contribs) m (Text replacement - "User:Vendicated" to "Vendicated") |
||
(3 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 | 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 | 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 === | === New Features === | ||
* Ability to change transparency mode | * Ability to change transparency mode | ||
* Custom Sounds | * Custom Sounds (pull requested<ref>{{cite web |url=https://github.com/Vendicated/AliucordPlugins/pull/32|title=Custom Sounds pull request}}</ref> by HalalKing) | ||
* Custom Fonts | * Custom Fonts | ||
Line 21: | 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.
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]