Themer: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
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 has been rewritten by [[User:Vendicated]] to new plugin system. This way even people who didnt have root was able to use it.


 
This rewrite also included new features that didnt exist in old themer.
After the rewrite [[User:Vendicated]] along with some contributors added new features that didnt exist in old themer.


=== New Features ===
=== New Features ===
* Ability to change transparency mode
* Ability to change transparency mode
* 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 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



Revision as of 09:40, 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.

This rewrite also included new features that didnt exist in old themer.

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".