Skip to content

Commit aa0dd09

Browse files
committed
docs: update changelog and point github links to fork
1 parent 7690b65 commit aa0dd09

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

app/src/main/java/com/wmods/wppenhacer/activities/AboutActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
2626
binding.btnGithub.setOnClickListener(view -> {
2727
Intent intent = new Intent();
2828
intent.setAction(Intent.ACTION_VIEW);
29-
intent.setData(Uri.parse("https://github.com/Dev4Mod/waenhancer"));
29+
intent.setData(Uri.parse("https://github.com/mubashardev/WaEnhancer"));
3030
startActivity(intent);
3131
});
3232
binding.btnDonate.setOnClickListener(view -> {

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[WHATSAPP]
2+
* Added Call Recording feature (Voice/Video as Audio)
3+
* Fixed OriginFMessageField not found error
24
* Added support for version 2.25.37.XX

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div align="center">
55
<p><strong>WaEnhancer is an Xposed module that enhances your WhatsApp experience.</p></strong>
66
<p><strong>Warning:</strong> This module is intended for educational purposes only, you may have problems with your WhatsApp account, risk of banning! Use it at your own risk.</p>
7-
<p>Please note that this project is currently in development, so bugs and crashes may occur. If you encounter any issues report them in our group or create an <a href="https://github.com/Dev4Mod/WaEnhancer/issues">issue</a> here.</p>
7+
<p>Please note that this project is currently in development, so bugs and crashes may occur. If you encounter any issues report them in our group or create an <a href="https://github.com/mubashardev/WaEnhancer/issues">issue</a> here.</p>
88
</div>
99

1010

@@ -139,7 +139,7 @@
139139
1. Ensure that your device is rooted.
140140
2. Install the Xposed Framework (recommend [this](https://github.com/JingMatrix/LSPosed) LPosed) on
141141
your device.
142-
3. Download the WaEnhancer from the [Actions](https://github.com/Dev4Mod/WaEnhancer/actions) section.
142+
3. Download the WaEnhancer from the [Actions](https://github.com/mubashardev/WaEnhancer/actions) section.
143143
4. Install the WaEnhancer APK.
144144
5. Enable the WaEnhancer module in the Xposed Installer app.
145145

docs/README.pt-BR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div align="center">
66
<p><strong>WaEnhancer é um módulo Xposed que melhora sua experiência no WhatsApp.</strong></p>
77
<p><strong>Aviso:</strong> Este módulo é destinado apenas para fins educacionais. Você pode ter problemas com sua conta do WhatsApp, incluindo risco de banimento! Use por sua conta e risco.</p>
8-
<p>Observe que este projeto está atualmente em desenvolvimento, então bugs e falhas podem ocorrer. Se encontrar algum problema, reporte em nosso grupo ou crie um <a href="https://github.com/Dev4Mod/WaEnhancer/issues">relatório de problema</a> aqui.</p>
8+
<p>Observe que este projeto está atualmente em desenvolvimento, então bugs e falhas podem ocorrer. Se encontrar algum problema, reporte em nosso grupo ou crie um <a href="https://github.com/mubashardev/WaEnhancer/issues">relatório de problema</a> aqui.</p>
99
</div>
1010

1111
## Principais Funcionalidades
@@ -138,7 +138,7 @@
138138
## Instalação
139139
1. Certifique-se de que seu dispositivo está com root.
140140
2. Instale o Xposed Framework (recomendamos [este](https://github.com/JingMatrix/LSPosed) LSPosed) no seu dispositivo.
141-
3. Baixe o WaEnhancer na aba [Actions](https://github.com/Dev4Mod/WaEnhancer/actions).
141+
3. Baixe o WaEnhancer na aba [Actions](https://github.com/mubashardev/WaEnhancer/actions).
142142
4. Instale o APK do WaEnhancer.
143143
5. Ative o módulo WaEnhancer no aplicativo Xposed Installer(LSPosed).
144144

0 commit comments

Comments
 (0)