Commit Graph

106 Commits

Author SHA1 Message Date
ThePedroo
d37d651d8c improve: immediatly set monitor status after set in WebUI
This commit improves the "Actions" tab by immediatly changing visually the monitor status in the WebUI once modified.
2025-05-18 13:06:14 -03:00
ThePedroo
d2a4110c9d fix: improper handling of unknown/exited zygote status in WebUI
This commit fixes the issue where the daemon info would not be found, causing a crash in WebUI due to accessing properties of "undefined" object.
2025-05-18 12:21:32 -03:00
ThePedroo
3b07fb1d66 fix: WebUI loaded modules list parsing
This commit fixes the code that parses the loaded modules from ReZygisk "module.prop", which previously would only load the first module as it used "info[1]".
2025-05-03 06:45:07 -03:00
RainyXeon
1f88a8f30e add: temporary fix for translation as some code in home translate broken 2025-04-30 19:23:36 +07:00
RainyXeon
d92d854a3b add: experiment RTL layout feature 2025-04-30 19:17:04 +07:00
ThePedroo
0b9a2c26b8 fix: WebUI ReZygisk info retrieval
This commit fixes how the WebUI retrieves ReZygisk information, such as if it is working, which modules are loaded, etc.
2025-04-29 13:33:36 -03:00
RainyXeon
f58dacea0b fix: debug log 2025-04-29 18:14:00 +07:00
RainyXeon
c14d3ff36e add: debug log for chrome dev tools (don't remove) 2025-04-29 17:34:44 +07:00
ThePedroo
d8c0310053 improve: use module name, not module id; add: show Android/Kernel version in WebUI
This commit improves the WebUI module listing by listing the module name rather than the module id, and also adds 2 fields in the WebUI, so that it shows the Android version and Kernel release string.
2025-04-23 02:27:10 -03:00
RainyXeon
43b3bfbc99 fix: language cannot translated fully 2024-11-13 18:44:05 +07:00
ThePedroo
ea42fbea41 fix: monitor information
This commit fixes monitor information, which now is properly working and named, and also has proper status words.
2024-11-12 20:25:57 -03:00
ThePedroo
e55a825f7d fix: 64-bit/32-bit-only device detection
This commit fixes the detection made by ReZygisk WebUI that makes it be aware of whether the device's CPU is capable of 64-bit or 32-bit only, allowing it to properly mark as Fully functioning or just partially.
2024-11-12 17:39:57 -03:00
RainyXeon
664aed058a fix: translation not completely for webui 2024-11-12 20:04:16 +07:00
RainyXeon
b805d86f47 fix: go back icon not change the color 2024-11-12 18:43:05 +07:00
ThePedroo
d82bd17003 fix: re-declaring constant variable
This commit fixes the issue where two variables with the same name would overlap, causing a re-declaration of a constant (imutable) variable
2024-11-12 04:22:54 -03:00
unexpected unresolved
847c8c1544 remove: light icon data for errorh page
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
2024-11-12 14:29:02 +07:00
unexpected unresolved
5d8db1b602 remove: button icon in light theme
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
2024-11-12 14:28:11 +07:00
RainyXeon
98743e8523 add: new ui for error history page
remove: modal support (initial)
2024-11-12 14:12:53 +07:00
ThePedroo
949a526cf2 fix: Web UI not loading
This commit fixes the issue where the Web UI doesn't load by properly implementing the saving of the status of ReZygisk so that it can be displayed easily, which wasn't properly implemented before.
2024-11-12 02:33:33 -03:00
RainyXeon
a0d79875ea add: new cache state storing and handling 2024-11-12 00:17:38 -03:00
ThePedroo
73acecaa9d improve: translations detection
This commit allows ReZygisk WebUI to dynamically fetch translations.
2024-11-12 00:17:37 -03:00
Blazzycrafter
f4968599cf add: de_DE translations (#62)
This commit adds German translations for ReZygisk WebUI.

Signed-off-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com>
2024-11-12 00:17:37 -03:00
RainyXeon
cd96363249 remove: test code 2024-11-12 00:17:35 -03:00
RainyXeon
3f816b609a add: amoled and monochrome theme
This commit will add 2 new themes is monochrome and amoled
2024-11-12 00:17:35 -03:00
ThePedroo
ae2664d7e4 fix: zygisk-ptraceXX response parsing
This commit fixes the parsing of "ptrace" command.
2024-11-12 00:17:34 -03:00
RainyXeon
fbed1e5633 add: initial support for tablet/desktop mode
This commit will add initial support for tablet/desktop mode by trick the navbar a bit
2024-11-12 00:16:55 -03:00
RainyXeon
6a0f5aaad2 add: AJleKcAHgP68's russian translation credits
This commit will add AJleKcAHgP68's russian translation credits to TRANSLATION.md and webroot/js/language.js

Co-authored-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com>
2024-11-12 00:16:54 -03:00
unexpected unresolved
b26b988f08 fix: translation credits synchronization
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
2024-11-12 00:16:53 -03:00
SheepChef
657512ca2c fix: lines variable not declared; improve: style of web UI (#43)
This commit fixes an issue where "lines" variable would not be declared and improves the style of the web UI.

Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com>
Co-authored-by: Pedro.js <pedroolimpioguerra@gmail.com>
2024-11-12 00:16:52 -03:00
SheepChef
19cedefcf3 improve: chinese translation. (#42)
* Full Chinese Translation.

Translate all currently existing English strings to Chinese.

Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com>

* Update language.js

---------

Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com>
2024-11-12 00:16:52 -03:00
ThePedroo
7b26d07454 improve: Web UI loading speed
This commit improves the speed of loading of the Web UI.
2024-11-12 00:16:48 -03:00
Kirill Kuznetsov
67a7475946 fix #36: WebUI not working on 64 bit only devices 2024-11-12 00:12:04 -03:00
ThePedroo
daddc980ec fix: error upon loading Web UI
This commit fixes issues that caused the Web UI to not load.
2024-11-12 00:09:27 -03:00
unexpected unresolved
c9ed52fecb fix: light theme navbar
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
2024-11-12 00:09:27 -03:00
unexpected unresolved
34dfa8928e remove: useless fix for navbar
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
2024-11-12 00:09:26 -03:00
unexpected unresolved
f60a049333 fix: light icon for navbar in system based theme (not confirmed)
Signed-off-by: unexpected unresolved <minh15052008@gmail.com>
2024-11-12 00:09:26 -03:00
RainyXeon
cc4fe44c95 fix: webui error when no zygigk module installed 2024-11-12 00:09:24 -03:00
RainyXeon
26b60fce11 add: small page internal API and system based theme
yandev code style on webroot/js/smallPage/theme.js, need to be cleaned
2024-11-12 00:09:23 -03:00
ThePedroo
90de86a5c7 fix: error upon opening web UI without any zygisk modules
This commit fixes the toast error that appears when opening ReZygisk's web UI.
2024-11-12 00:09:22 -03:00
RainyXeon
9957be838f add: fatal error screen 2024-11-12 00:09:22 -03:00
RainyXeon
cde142de7f fix: open link on webui instead of browser 2024-11-12 00:09:21 -03:00
RainyXeon
3cc5c64e5e add: credits and license card in settings page 2024-11-12 00:09:20 -03:00
RainyXeon
ec53757c0a add: animation for tab and navbar 2024-11-12 00:09:19 -03:00
RainyXeon
61bad158e8 improve: action page design; add: daemon status 2024-11-12 00:09:18 -03:00
RainyXeon
da7cb91456 improve: WebUI by sync card between tab 2024-11-12 00:09:18 -03:00
RainyXeon
1d38739100 add: window.onerror event 2024-11-12 00:09:16 -03:00
RainyXeon
ceb2cf24a9 add: window onerror event check 2024-11-12 00:09:15 -03:00
RainyXeon
3c1af44edc add: clear all log button 2024-11-12 00:09:15 -03:00
RainyXeon
073a0673a0 add: realtime error log tracking modal 2024-11-12 00:09:14 -03:00
RainyXeon
32ea9344dd remove: translation for error log 2024-11-12 00:09:14 -03:00