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
44ba054f96
fix: error history header
2024-11-12 14:16:41 +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
ThePedroo
73295ab4b5
update: ReZygisk's Web UI license
...
This commit updates the Web UI of ReZygisk to a license with copyleft, making it harder to be used in proprietary projects.
2024-11-12 00:18:07 -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
Igor
8f6a3ae8e8
update: ro_RO translations ( #57 )
...
This commit updates Romanian translations to translate untranslated phrases and fix some grammatically incorrect phrases.
Signed-off-by: Igor <sorocean.igor@gmail.com >
2024-11-12 00:17:36 -03:00
Blazzycrafter
0c44c5c281
add: de_DE translation credits ( #52 )
...
This commit adds the credit for Blazzycrafter, the contributor whom added German translations for ReZygisk WebUI.
Signed-off-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com >
2024-11-12 00:17:36 -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
c833a5b69c
fix: build failed for webui
2024-11-12 00:17:34 -03:00
RainyXeon
f38e78bad7
add: outfit font to replace product sans
2024-11-12 00:17:34 -03:00
unexpected unresolved
b59b4f4a72
improve: tablet navbar by decrease scale
2024-11-12 00:16:55 -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
AJleKcAHgP68
3fde061c18
improve: russian translation on ru_RU.json ( #44 )
...
Add RU translate
Signed-off-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com >
2024-11-12 00:16:54 -03:00
unexpected unresolved
d2ca72e04a
add: credits for SheepChef on TRANSLATOR.md
...
Signed-off-by: unexpected unresolved <minh15052008@gmail.com >
2024-11-12 00:16:53 -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
f85baf92ab
fix: pt_BR translation grammar
...
This commit fixes grammar mistakes in brazilian portuguese translation.
2024-11-12 00:16:51 -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
Pedro.js
40c54bd787
fix: untranslated string in Brazilian portuguese
...
This commit fixes the missing translations for Brazilian portuguese.
Signed-off-by: Pedro.js <pedroolimpioguerra@gmail.com >
2024-11-12 00:12:03 -03:00
ThePedroo
64f4768bcd
remove: duplicated logs
...
This commit removes duplication of logs in ptrace binaries.
2024-11-12 00:12:00 -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
Pedro.js
9e2d40c164
update: Brazilian portuguese translations
...
This commit updates the translations of Brazilian portuguese of WebUI.
Signed-off-by: Pedro.js <pedroolimpioguerra@gmail.com >
2024-11-12 00:09:25 -03:00
RainyXeon
3fd70f6416
remove: unused string
2024-11-12 00:09:25 -03:00
RainyXeon
5978dc2e26
improve: no module avaliable div
2024-11-12 00:09:25 -03:00
RainyXeon
cc4fe44c95
fix: webui error when no zygigk module installed
2024-11-12 00:09:24 -03:00
unexpected unresolved
a8be51cba8
remove: flag from pt_BR translation
2024-11-12 00:09:23 -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
665ff2b8d9
improve: fatal error screen design
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
0c455f3127
fix: link open on webui not browser (not confirmed)
2024-11-12 00:09:21 -03:00
RainyXeon
098a720fcc
remove: unused css style
2024-11-12 00:09:20 -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
7660bca27c
fix: reverse zygote status
2024-11-12 00:09:19 -03:00