From 4de1b443cf98d63b2acd5b24b612a3c5ceedcd6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20w/=F0=9F=8C=A7=EF=B8=8F?= Date: Sun, 18 May 2025 23:14:42 +0700 Subject: [PATCH] add: ReZygisk WebUI (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the ReZygisk WebUI to ReZygisk. Signed-off-by: Emulond Argent <108662981+Emulond@users.noreply.github.com> Signed-off-by: WinCS <94188592+Meltartica@users.noreply.github.com> Signed-off-by: Pedro.js Signed-off-by: unexpected unresolved Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com> Signed-off-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com> Signed-off-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com> Signed-off-by: Igor Signed-off-by: unexpected unresolved Signed-off-by: Kirill Kuznetsov Signed-off-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com> Signed-off-by: Kitty <73357005+Kittyskj@users.noreply.github.com> Signed-off-by: GhostFRR Signed-off-by: Alice w/🌧️ Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com> Signed-off-by: thasave14 <93542339+thasave14@users.noreply.github.com> Co-authored-by: ThePedroo Co-authored-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com> Co-authored-by: Emulond Argent <108662981+Emulond@users.noreply.github.com> Co-authored-by: RainyXeon Co-authored-by: Fyphen Co-authored-by: WinCS <94188592+Meltartica@users.noreply.github.com> Co-authored-by: CaptainThrowback Co-authored-by: Kirill Kuznetsov Co-authored-by: SheepChef <50871867+SheepChef@users.noreply.github.com> Co-authored-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com> Co-authored-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com> Co-authored-by: Igor Co-authored-by: Berlian Panca <53902591+bpanca05@users.noreply.github.com> Co-authored-by: Willow Hayley Lovelace <65596971+dyingwillow@users.noreply.github.com> Co-authored-by: witch Co-authored-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com> Co-authored-by: Kitty <73357005+Kittyskj@users.noreply.github.com> Co-authored-by: GhostFRR Co-authored-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com> Co-authored-by: thasave14 <93542339+thasave14@users.noreply.github.com> Co-authored-by: Flopster101 Co-authored-by: Lxchoooo <155797099+Lxchoooo@users.noreply.github.com> --- TRANSLATOR.md | 22 + module/build.gradle.kts | 4 + module/src/customize.sh | 4 + webroot/LICENSE | 661 +++++++++++++++++++++++++++ webroot/assets/action.svg | 1 + webroot/assets/back.svg | 1 + webroot/assets/close.svg | 1 + webroot/assets/content.svg | 1 + webroot/assets/delete.svg | 1 + webroot/assets/ec-icon.svg | 1 + webroot/assets/error.svg | 1 + webroot/assets/expand.svg | 1 + webroot/assets/home.svg | 1 + webroot/assets/mark.svg | 1 + webroot/assets/module.svg | 1 + webroot/assets/settings.svg | 1 + webroot/assets/tick.svg | 3 + webroot/assets/warn.svg | 1 + webroot/assets_light/action.svg | 3 + webroot/assets_light/home.svg | 3 + webroot/assets_light/module.svg | 3 + webroot/assets_light/settings.svg | 3 + webroot/css/error.css | 56 +++ webroot/css/icons.css | 62 +++ webroot/css/index.css | 514 +++++++++++++++++++++ webroot/fonts/header.css | 4 + webroot/fonts/poppins.ttf | Bin 0 -> 158240 bytes webroot/index.html | 381 +++++++++++++++ webroot/js/browserRedirect.js | 11 + webroot/js/errorCatcher.js | 16 + webroot/js/errorScreen.js | 6 + webroot/js/kernelsu.js | 117 +++++ webroot/js/language.js | 63 +++ webroot/js/main.js | 258 +++++++++++ webroot/js/monitorActions.js | 38 ++ webroot/js/navbar.js | 52 +++ webroot/js/restoreError.js | 10 + webroot/js/smallPage/errorHistory.js | 47 ++ webroot/js/smallPage/language.js | 54 +++ webroot/js/smallPage/theme.js | 75 +++ webroot/js/smallPageDesabler.js | 26 ++ webroot/js/switcher/fontChanger.js | 34 ++ webroot/js/themes/amoled.js | 41 ++ webroot/js/themes/dark.js | 43 ++ webroot/js/themes/darkNavbar.js | 6 + webroot/js/themes/light.js | 48 ++ webroot/js/themes/lightIcon.js | 20 + webroot/js/themes/lightNavbar.js | 6 + webroot/js/themes/monochrome.js | 41 ++ webroot/js/translate/actions.js | 38 ++ webroot/js/translate/home.js | 90 ++++ webroot/js/translate/modules.js | 10 + webroot/js/translate/settings.js | 27 ++ webroot/lang/ar_EG.json | 93 ++++ webroot/lang/de_DE.json | 93 ++++ webroot/lang/en_US.json | 93 ++++ webroot/lang/es_AR.json | 93 ++++ webroot/lang/es_ES.json | 93 ++++ webroot/lang/es_MX.json | 93 ++++ webroot/lang/fr_FR.json | 93 ++++ webroot/lang/id_ID.json | 93 ++++ webroot/lang/it_IT.json | 93 ++++ webroot/lang/ms_MS.json | 93 ++++ webroot/lang/nl_NL.json | 93 ++++ webroot/lang/pt_BR.json | 93 ++++ webroot/lang/ru_RU.json | 93 ++++ webroot/lang/tr_TR.json | 93 ++++ webroot/lang/uk_UA.json | 93 ++++ webroot/lang/vi_VN.json | 93 ++++ webroot/lang/zh_CN.json | 93 ++++ 70 files changed, 4494 insertions(+) create mode 100644 TRANSLATOR.md create mode 100644 webroot/LICENSE create mode 100644 webroot/assets/action.svg create mode 100644 webroot/assets/back.svg create mode 100644 webroot/assets/close.svg create mode 100644 webroot/assets/content.svg create mode 100644 webroot/assets/delete.svg create mode 100644 webroot/assets/ec-icon.svg create mode 100644 webroot/assets/error.svg create mode 100644 webroot/assets/expand.svg create mode 100644 webroot/assets/home.svg create mode 100644 webroot/assets/mark.svg create mode 100644 webroot/assets/module.svg create mode 100644 webroot/assets/settings.svg create mode 100644 webroot/assets/tick.svg create mode 100644 webroot/assets/warn.svg create mode 100644 webroot/assets_light/action.svg create mode 100644 webroot/assets_light/home.svg create mode 100644 webroot/assets_light/module.svg create mode 100644 webroot/assets_light/settings.svg create mode 100644 webroot/css/error.css create mode 100644 webroot/css/icons.css create mode 100644 webroot/css/index.css create mode 100644 webroot/fonts/header.css create mode 100644 webroot/fonts/poppins.ttf create mode 100644 webroot/index.html create mode 100644 webroot/js/browserRedirect.js create mode 100644 webroot/js/errorCatcher.js create mode 100644 webroot/js/errorScreen.js create mode 100644 webroot/js/kernelsu.js create mode 100644 webroot/js/language.js create mode 100644 webroot/js/main.js create mode 100644 webroot/js/monitorActions.js create mode 100644 webroot/js/navbar.js create mode 100644 webroot/js/restoreError.js create mode 100644 webroot/js/smallPage/errorHistory.js create mode 100644 webroot/js/smallPage/language.js create mode 100644 webroot/js/smallPage/theme.js create mode 100644 webroot/js/smallPageDesabler.js create mode 100644 webroot/js/switcher/fontChanger.js create mode 100644 webroot/js/themes/amoled.js create mode 100644 webroot/js/themes/dark.js create mode 100644 webroot/js/themes/darkNavbar.js create mode 100644 webroot/js/themes/light.js create mode 100644 webroot/js/themes/lightIcon.js create mode 100644 webroot/js/themes/lightNavbar.js create mode 100644 webroot/js/themes/monochrome.js create mode 100644 webroot/js/translate/actions.js create mode 100644 webroot/js/translate/home.js create mode 100644 webroot/js/translate/modules.js create mode 100644 webroot/js/translate/settings.js create mode 100644 webroot/lang/ar_EG.json create mode 100644 webroot/lang/de_DE.json create mode 100644 webroot/lang/en_US.json create mode 100644 webroot/lang/es_AR.json create mode 100644 webroot/lang/es_ES.json create mode 100644 webroot/lang/es_MX.json create mode 100644 webroot/lang/fr_FR.json create mode 100644 webroot/lang/id_ID.json create mode 100644 webroot/lang/it_IT.json create mode 100644 webroot/lang/ms_MS.json create mode 100644 webroot/lang/nl_NL.json create mode 100644 webroot/lang/pt_BR.json create mode 100644 webroot/lang/ru_RU.json create mode 100644 webroot/lang/tr_TR.json create mode 100644 webroot/lang/uk_UA.json create mode 100644 webroot/lang/vi_VN.json create mode 100644 webroot/lang/zh_CN.json diff --git a/TRANSLATOR.md b/TRANSLATOR.md new file mode 100644 index 0000000..a16a7c1 --- /dev/null +++ b/TRANSLATOR.md @@ -0,0 +1,22 @@ +# 🌎 Translators +- **ar_EG** by [@ZG089](https://github.com/ZG089) +- **de_DE** by [@Blazzycrafer](https://github.com/Blazzycrafter) +- **en_US** by [@PerformanC (The PerformanC Organization)](https://github.com/PerformanC) +- **es_AR** by [@Flopster101](https://github.com/Flopster101) +- **es_ES** by [@LuchoModzzz](https://github.com/Lxchoooo) +- **es_MX** by [@LuchoModzzz](https://github.com/Lxchoooo) +- **fr_FR** by [@GhostFRR](https://github.com/GhostFRR) +- **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223) +- **id_ID** by [@bpanca05](https://github.com/bpanca05) & [@LuckyKiddos](https://github.com/GuitarHeroStyles) +- **it_IT** by [@thasave14](https://github.com/thasave14) +- **pt_BR** by [@ThePedroo](https://github.com/ThePedroo) +- **ro_RO** by [@ExtremeXT](https://github.com/ExtremeXT) +- **ru_RU** by [@Emulond](https://github.com/Emulond) & [@AJleKcAHgP68](https://github.com/AJleKcAHgP68) +- **tr_TR** by [@dyingwillow](https://github.com/dyingwillow) +- **uk_UA** by [@Kittyskj](https://github.com/Kittyskj) +- **vi_VN** by [@RainyXeon](https://github.com/RainyXeon) +- **zh_CN** by [@Meltartica](https://github.com/Meltartica) & [@SheepChef](https://github.com/SheepChef) +- **zh_TW** by [@Meltartica](https://github.com/Meltartica) + +> [!NOTE] +> Want to add your translation? Go to [Crowdin](https://crowdin.com/project/rezygisk) and translate! diff --git a/module/build.gradle.kts b/module/build.gradle.kts index e96c69a..cfcfe0d 100644 --- a/module/build.gradle.kts +++ b/module/build.gradle.kts @@ -85,6 +85,9 @@ androidComponents.onVariants { variant -> into("lib") { from(project(":loader").layout.buildDirectory.file("intermediates/stripped_native_libs/$variantLowered/out/lib")) } + into("webroot") { + from("${rootProject.projectDir}/webroot") + } val root = moduleDir.get() @@ -143,6 +146,7 @@ androidComponents.onVariants { variant -> root.file("bin/$abi/zygiskd").asFile ) ) + sig.initSign(privKey) set.forEach { it.first.sha(it.second) } val signFile = root.file(name).asFile diff --git a/module/src/customize.sh b/module/src/customize.sh index f7f035a..7251da4 100644 --- a/module/src/customize.sh +++ b/module/src/customize.sh @@ -107,6 +107,10 @@ extract "$ZIPFILE" 'uninstall.sh' "$MODPATH" mv "$TMPDIR/sepolicy.rule" "$MODPATH" mkdir "$MODPATH/bin" +mkdir "$MODPATH/webroot" + +ui_print "- Extracting webroot" +unzip -o "$ZIPFILE" "webroot/*" -x "*.sha256" -d "$MODPATH" CPU_ABIS=$(getprop ro.product.cpu.abilist) diff --git a/webroot/LICENSE b/webroot/LICENSE new file mode 100644 index 0000000..0ad25db --- /dev/null +++ b/webroot/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/webroot/assets/action.svg b/webroot/assets/action.svg new file mode 100644 index 0000000..bb14bc0 --- /dev/null +++ b/webroot/assets/action.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/back.svg b/webroot/assets/back.svg new file mode 100644 index 0000000..120c7d9 --- /dev/null +++ b/webroot/assets/back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/close.svg b/webroot/assets/close.svg new file mode 100644 index 0000000..df07711 --- /dev/null +++ b/webroot/assets/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/content.svg b/webroot/assets/content.svg new file mode 100644 index 0000000..6d6f8c9 --- /dev/null +++ b/webroot/assets/content.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/delete.svg b/webroot/assets/delete.svg new file mode 100644 index 0000000..a963303 --- /dev/null +++ b/webroot/assets/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/ec-icon.svg b/webroot/assets/ec-icon.svg new file mode 100644 index 0000000..5de997d --- /dev/null +++ b/webroot/assets/ec-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/error.svg b/webroot/assets/error.svg new file mode 100644 index 0000000..9a02236 --- /dev/null +++ b/webroot/assets/error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/expand.svg b/webroot/assets/expand.svg new file mode 100644 index 0000000..e54141e --- /dev/null +++ b/webroot/assets/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/home.svg b/webroot/assets/home.svg new file mode 100644 index 0000000..ef54108 --- /dev/null +++ b/webroot/assets/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/mark.svg b/webroot/assets/mark.svg new file mode 100644 index 0000000..4c38bec --- /dev/null +++ b/webroot/assets/mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/module.svg b/webroot/assets/module.svg new file mode 100644 index 0000000..db99786 --- /dev/null +++ b/webroot/assets/module.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/settings.svg b/webroot/assets/settings.svg new file mode 100644 index 0000000..63cebb1 --- /dev/null +++ b/webroot/assets/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets/tick.svg b/webroot/assets/tick.svg new file mode 100644 index 0000000..77c8a2e --- /dev/null +++ b/webroot/assets/tick.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/webroot/assets/warn.svg b/webroot/assets/warn.svg new file mode 100644 index 0000000..9a02236 --- /dev/null +++ b/webroot/assets/warn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webroot/assets_light/action.svg b/webroot/assets_light/action.svg new file mode 100644 index 0000000..ec50cb8 --- /dev/null +++ b/webroot/assets_light/action.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/webroot/assets_light/home.svg b/webroot/assets_light/home.svg new file mode 100644 index 0000000..8978b3d --- /dev/null +++ b/webroot/assets_light/home.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/webroot/assets_light/module.svg b/webroot/assets_light/module.svg new file mode 100644 index 0000000..b98a507 --- /dev/null +++ b/webroot/assets_light/module.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/webroot/assets_light/settings.svg b/webroot/assets_light/settings.svg new file mode 100644 index 0000000..4ae7045 --- /dev/null +++ b/webroot/assets_light/settings.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/webroot/css/error.css b/webroot/css/error.css new file mode 100644 index 0000000..3c73e4f --- /dev/null +++ b/webroot/css/error.css @@ -0,0 +1,56 @@ +.e-container { + background-color: black; + z-index: 30; + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + color: #fff; +} + +.e-main { + background-color: black; + color: #fff; +} + +.e-wrap { + display: flex; + align-items: center; + overflow: auto; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; +} + +.e-bg { + background-color: black; + color: #fff; +} + +.e-card { + margin: 30px; + color: #fff; +} + +.e-font { + color: #ba1a1a; +} + +.e-button { + display: flex; + align-items: center; + justify-content: center; + width: 120px; + height: 40px; + border-radius: 30px; + background-color: #ba1a1a; + color: black; + transition: transform 0.1s ease-in-out; +} + +.e-button:active { + transform: scale(90%) +} \ No newline at end of file diff --git a/webroot/css/icons.css b/webroot/css/icons.css new file mode 100644 index 0000000..b596949 --- /dev/null +++ b/webroot/css/icons.css @@ -0,0 +1,62 @@ +/* Dark */ +#ni_home { + background: url(../assets/home.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ni_modules { + background: url(../assets/module.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ni_actions { + background: url(../assets/action.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ni_settings { + background: url(../assets/settings.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ec_icon { + background: url(../assets/ec-icon.svg); + z-index: 40; +} + +/* Light */ +#ni_home.light { + background: url(../assets_light/home.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ni_modules.light { + background: url(../assets_light/module.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ni_actions.light { + background: url(../assets_light/action.svg); + width: 24px; + height: 24px; + z-index: 10; +} + +#ni_settings.light { + background: url(../assets_light/settings.svg); + width: 24px; + height: 24px; + z-index: 10; +} diff --git a/webroot/css/index.css b/webroot/css/index.css new file mode 100644 index 0000000..7e6f3ab --- /dev/null +++ b/webroot/css/index.css @@ -0,0 +1,514 @@ +:root { + --background: #181c20; + --font: #fff; + --desc: #c9c9c9; + --bright: #8d1d19; + --dim: #1d2327; + --error: #8d1d19; + --icon: #48565e; + --icon-bc: #2b3338; + --small-card: var(--icon-bc); + --button: var(--background); + --desktop-navbar: #252b31; + --desktop-navicon: #333d42; + /* Locked Color */ + --lock-desc: #c9c9c9; + --lock: #fff; + --font-family: 'Poppins', sans-serif; +} + +* { + background-color: var(--background); + color: var(--font); + font-family: var(--font-family) +} + +body { + margin: 0; +} + +a { + text-decoration: none !important; +} + +/* Components */ +.radios input[type=radio] { + display: none; +} + +.radio input[type=radio] { + display: flex; + align-items: center; + justify-content: center; +} + +.not_avaliable { + position: fixed; + display: flex; + align-items: center; + justify-content: center; + font-size: 1.2em; + text-align: center; + top: 0; left: 30px; right: 30px; bottom: 0; +} + +.load_screen { + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; + background: var(--background); + z-index: 10; + justify-content: center; + display: flex; + align-items: center; +} + +.full_screen { + position: fixed; + overflow-y: scroll; + z-index: 10; + top: 0; bottom: 0; left: 0; right: 0; + transition: top 0.35s ease-in-out; +} + +.loader { + border: 6px solid var(--icon-bc); + border-top: 6px solid var(--icon); + border-radius: 50%; + width: 3em; + height: 3em; + animation: spin 0.8s linear infinite; +} + +.header { + display: flex; + position: fixed; + align-items: center; + justify-content: space-between; + left: 0; + right: 0; + padding: 20px 25px; + font-size: 20px; + border-bottom: #585b5d solid 1px; + z-index: 5; +} + +.panel { + display: none; + animation: fade-out 0.2s; +} + +.navbar { + display: flex; + position: fixed; + align-items: center; + justify-content: space-between; + background-color: var(--dim); + left: 0; right: 0; bottom: 0; + padding: 25px 25px; + font-size: 20px; +} + +.navtitle { + display: flex; + align-items: center; + justify-content: center; + font-size: small; + margin-top: 8px; + opacity: 1; +} + +.navhidden { + visibility: hidden; +} + +.navicon { + background: var(--small-card); + display: flex; + width: 0; + height: 30px; + align-items: center; + justify-content: center; + border-radius: 50px; + animation: closeNav 0.15s; +} + +.card { + margin: 0 15px 10px 15px; + padding: 15px 15px; + border-radius: 15px; + color: var(--lock); +} + +.content { + padding-bottom: 5px; +} + +.desc { + color: var(--desc); +} + +.liste { + justify-content: space-between; + align-self: center; + display: flex; +} + +.center { + justify-content: center; + align-self: center; + display: flex; +} + +.list { + max-height: 25px; + overflow-y: hidden; + transition: max-height 0.25s ease; +} + +.full { + max-height: 100%; +} + +.expander { + transform: rotate(0deg); + transition: 0.2s ease-out; +} + +.button_list { + display: grid; + grid-template-columns: 1fr 1fr 1fr; + column-gap: 20px; +} + +.button { + padding: 1em 0 1em 0; + border-radius: 30px; + transition: transform 0.1s ease-in-out; + background-color: var(--button); +} + +.button:active { + transform: scale(90%) +} + +.small_card { + background: var(--small-card); + border-radius: 15px; + padding: 5px 15px 0 15px; + margin: 15px 15px 0 15px; + padding-bottom: 5px; +} + +.small_card_bg { + background: var(--small-card); +} + +.icon_animation { + transition: transform 0.05s ease-in-out; +} + +.icon_animation:active { + transform: scale(80%) +} + +.element_animation { + transition: transform 0.15s ease-in-out; +} + +.element_animation:active { + transform: scale(95%) +} + +.card_animation { + transition: transform 0.05s ease-in-out; +} + +.card_animation:active { + transform: scale(95%) +} + +.errorh_textarea { + resize: none; + border: none; + outline: none; + font-size: 14px; + padding-bottom: 25px; + font-family: monospace, monospace; + position: fixed; + bottom: 7em; + top: 15.2em; + left: 1em; + right: 1em; +} + +.errorh_button_container { + position: fixed; + top: 5.75em; + left: 1em; + right: 1em; + display: grid; + grid-template-columns: 1fr; + column-gap: 1em; +} + +.errorh_button { + border-radius: 25px; + background: var(--small-card); + display: flex; + padding: 0.7em; + align-items: center; + justify-content: center; + margin-bottom: 1em; + cursor: pointer; + transition: transform 0.05s ease-in-out; + user-select: none; +} + +#errorh_small_panel_header { + position: absolute; + top: 0; + left: 0; + right: 0; +} + +.errorh_button:active { + transform: scale(80%) +} + +/* Card type */ +.bright { + border: 5px solid var(--bright); + background: var(--bright); +} + +.brightc { + background: var(--bright); + word-break: break-word; +} + +.dim { + border: 5px solid var(--dim); + background: var(--dim); +} + +.dimc { + background: var(--dim); + word-break: break-word; +} + +.nav_dimc { + background: var(--dim); + word-break: break-word; +} + +/* Locked */ +.lock { + color: var(--lock); +} + +.lockd { + color: var(--lock-desc); +} + +/* Switch */ +.switch { + position: relative; + display: inline-block; + width: 60px; + height: 34px; + margin-left: 10px; +} + +.switch input { + opacity: 0; + width: 0; + height: 0; +} + +.slider { + position: absolute; + cursor: pointer; + top: 0; left: 0; right: 0; bottom: 0; + background-color: var(--button); + -webkit-transition: .4s; + transition: .4s; +} + +.slider:before { + position: absolute; + content: ""; + height: 23px; + width: 23px; + left: 6px; + bottom: 6px; + background-color: var(--desc); + -webkit-transition: .4s; + transition: .4s; +} + +input:checked + .slider:before { + -webkit-transform: translateX(26px); + -ms-transform: translateX(26px); + transform: translateX(26px); +} + +/* Rounded sliders */ +.slider.round { + border-radius: 34px; +} + +.slider.round:before { + border-radius: 50%; +} + +/* Responsive CSS */ +@media only screen and (max-width: 600px) { + .button_list { + display: grid; + grid-template-columns: 1fr; + column-gap: 20px; + } + .button { + padding: 1em 0 1em 0; + border-radius: 30px; + margin: 0.6em 0 0.6em; + transition: transform 0.15s ease-in-out; + background-color: var(--button); + } +} + +/* Show set */ +.panel.show { + margin-bottom: 119px; + display: block; + animation: fade-in 0.2s; +} + +.panel.showback { + margin-bottom: 119px; + display: block; + animation: fade-in 0.2s; + z-index: 30; +} + +.navicon.show { + width: 65px; + animation: openNav 0.15s; +} + +@media (min-width:961px) { + .navbar { + background-color: var(--desktop-navbar); + transform: scale(0.85); + left: auto; + right: auto; + margin-bottom: 15px; + border-radius: 60px; + padding: 10px 10px; + } + .navtitle { + display: none; + } + .navicon_support { + border-radius: 60px; + } + #navbar_support_div { + display: flex; + align-items: center; + justify-content: center; + } + .navicon { + background: var(--desktop-navicon); + height: 65px; + animation: closeNavDesktop 0.15s; + } + .navicon.show { + animation: openNavDesktop 0.15s; + } + .nav_dimc { + background: var(--desktop-navbar); + } + .errorh_button_container { + grid-template-columns: 1fr 1fr; + } + .errorh_textarea { + top: 11em; + } + .errorh_button { + margin-bottom: 0; + } +} + +/* Animation KeyFrames */ +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + +@keyframes fade-out { + from { + opacity: 1; + } + to { + opacity: 0; + } +} + +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} + +@keyframes closeNav { + 0% { + width: 65px; + } + 75% { + opacity: 0; + } + 100% { + width: 0px; + } +} + +@keyframes openNav { + 0% { + width: 0px; + } + 75% { + opacity: 1; + } + 100% { + width: 65px; + } +} + +@keyframes closeNavDesktop { + 0% { + transform: scale(1); + } + 75% { + opacity: 0; + } + 100% { + transform: scale(0); + } +} +@keyframes openNavDesktop { + 0% { + transform: scale(0); + } + 75% { + opacity: 1; + } + 100% { + transform: scale(1); + } +} \ No newline at end of file diff --git a/webroot/fonts/header.css b/webroot/fonts/header.css new file mode 100644 index 0000000..3ebd2e3 --- /dev/null +++ b/webroot/fonts/header.css @@ -0,0 +1,4 @@ +@font-face { + font-family: "Poppins"; + src: url("./poppins.ttf"); +} \ No newline at end of file diff --git a/webroot/fonts/poppins.ttf b/webroot/fonts/poppins.ttf new file mode 100644 index 0000000000000000000000000000000000000000..9f0c71b70a49664ced448c63edc9c4ff2bf8cf4a GIT binary patch literal 158240 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + +
+
+
+ + +
+
ReZygisk
+
+ + +
+
+
+ +
+
+ Unknown +
+
+
+ + +
+
+
ROM / Kernel
+
+ +
+
Android
+
Unknown
+
+
+
Kernel
+
Unknown
+
+ +
+
Root / ReZygisk
+
+ +
+
Version
+
Unknown
+
+
+
Root Implementation
+
Unknown
+
+ +
+
Zygotes
+
+ +
+
Zygote32
+
Unknown
+
+
+
Zygote64
+
Unknown
+
+
+
+ + +
+
Modules
+
+
+
+ No modules using Zygisk here. +
+ +
+
+ + +
+
Actions
+
+ +
+
+
Monitor
+
Unknown
+
+ +
+
+
Stop
+
Start
+
Pause
+
+
+
+
+ + +
+
Settings
+
+ +
+
+
+ Enable system font +
+
+ This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont +
+
+ + +
+ + +
+
+
+ System theme +
+
+ Choose your system theme for current WebUI +
+
+
+ + +
+
+
+ Change language +
+
+ Change to your new language +
+
+
+ + +
+
+
+ Error History +
+
+ View all of your error log +
+
+
+ + +
+
+
Module Developer
+
+ The PerformanC Organization +
+
+ +
+
Original Module Developer
+
+
+ Nullptr +
+
,
+
+ 5ec1cff +
+
+
+ +
+
WebUI Developer
+
+ RainyXeon +
+
+
+ + +
+
+
Module License
+
GPL (Nullptr), BSD 2-Clause
+
+ +
+
WebUI License
+
BSD 2-Clause
+
+
+ +
+ + +
+
+
+ +
+
Theme
+
+
+
+
+
Amoled
+
+
+
Dark
+
+
+
Light
+
+
+
Monochrome
+
+
+
System Based
+
+
+
+ + +
+
+
+ +
+
Choose your new language
+
+
+
+ +
+
+ + +
+
+
+ +
+
Error History
+
+
+
+
COPY
+
CLEAR ALL LOG
+
+ +
+
+ + + + + + + diff --git a/webroot/js/browserRedirect.js b/webroot/js/browserRedirect.js new file mode 100644 index 0000000..4bf400e --- /dev/null +++ b/webroot/js/browserRedirect.js @@ -0,0 +1,11 @@ +import { exec } from './kernelsu.js' + +document.addEventListener('click', async (event) => { + const getLink = event.target.getAttribute('credit-link') + if (!getLink || typeof getLink !== 'string') return; + + const ptrace64Cmd = await exec(`am start -a android.intent.action.VIEW -d https://${getLink}`).catch(() => { + return window.open(`https://${getLink}`, "_blank", 'toolbar=0,location=0,menubar=0') + }) + if (ptrace64Cmd.errno !== 0) return window.open(`https://${getLink}`, "_blank", 'toolbar=0,location=0,menubar=0') +}, false) \ No newline at end of file diff --git a/webroot/js/errorCatcher.js b/webroot/js/errorCatcher.js new file mode 100644 index 0000000..4612fd7 --- /dev/null +++ b/webroot/js/errorCatcher.js @@ -0,0 +1,16 @@ +function setError(place, issue) { + const fullErrorLog = setErrorData(`${place}: ${issue}`) + document.getElementById('errorh_panel').innerHTML = fullErrorLog +} + +function setErrorData(errorLog) { + const getPrevious = localStorage.getItem('/system/error') + const finalLog = getPrevious && getPrevious.length !== 0 ? getPrevious + `\n` + errorLog : errorLog + + localStorage.setItem('/system/error', finalLog) + return finalLog +} + +if (window.onerror) window.onerror = (err) => { + setError('WebUI', err.stack ? err.stack : err.message) +} \ No newline at end of file diff --git a/webroot/js/errorScreen.js b/webroot/js/errorScreen.js new file mode 100644 index 0000000..b870cce --- /dev/null +++ b/webroot/js/errorScreen.js @@ -0,0 +1,6 @@ +const button = document.getElementById('esc-copy-button') +const log = document.getElementById('esc-log') + +button.addEventListener('click', () => { + navigator.clipboard.writeText(log.innerHTML) +}) \ No newline at end of file diff --git a/webroot/js/kernelsu.js b/webroot/js/kernelsu.js new file mode 100644 index 0000000..9dcc033 --- /dev/null +++ b/webroot/js/kernelsu.js @@ -0,0 +1,117 @@ +/* https://github.com/tiann/KernelSU/tree/main/js / https://www.npmjs.com/package/kernelsu */ + +let callbackCounter = 0; +function getUniqueCallbackName(prefix) { + return `${prefix}_callback_${Date.now()}_${callbackCounter++}`; +} + +export function exec(command, options) { + if (typeof options === "undefined") { + options = {}; + } + + return new Promise((resolve, reject) => { + // Generate a unique callback function name + const callbackFuncName = getUniqueCallbackName("exec"); + + // Define the success callback function + window[callbackFuncName] = (errno, stdout, stderr) => { + resolve({ errno, stdout, stderr }); + cleanup(callbackFuncName); + }; + + function cleanup(successName) { + delete window[successName]; + } + + try { + ksu.exec(command, JSON.stringify(options), callbackFuncName); + } catch (error) { + reject(error); + cleanup(callbackFuncName); + } + }); +} + +function Stdio() { + this.listeners = {}; + } + + Stdio.prototype.on = function (event, listener) { + if (!this.listeners[event]) { + this.listeners[event] = []; + } + this.listeners[event].push(listener); + }; + + Stdio.prototype.emit = function (event, ...args) { + if (this.listeners[event]) { + this.listeners[event].forEach((listener) => listener(...args)); + } + }; + + function ChildProcess() { + this.listeners = {}; + this.stdin = new Stdio(); + this.stdout = new Stdio(); + this.stderr = new Stdio(); + } + + ChildProcess.prototype.on = function (event, listener) { + if (!this.listeners[event]) { + this.listeners[event] = []; + } + this.listeners[event].push(listener); + }; + + ChildProcess.prototype.emit = function (event, ...args) { + if (this.listeners[event]) { + this.listeners[event].forEach((listener) => listener(...args)); + } + }; + + export function spawn(command, args, options) { + if (typeof args === "undefined") { + args = []; + } else if (!(args instanceof Array)) { + // allow for (command, options) signature + options = args; + } + + if (typeof options === "undefined") { + options = {}; + } + + const child = new ChildProcess(); + const childCallbackName = getUniqueCallbackName("spawn"); + window[childCallbackName] = child; + + function cleanup(name) { + delete window[name]; + } + + child.on("exit", code => { + cleanup(childCallbackName); + }); + + try { + ksu.spawn( + command, + JSON.stringify(args), + JSON.stringify(options), + childCallbackName + ); + } catch (error) { + child.emit("error", error); + cleanup(childCallbackName); + } + return child; + } + +export function fullScreen(isFullScreen) { + ksu.fullScreen(isFullScreen); +} + +export function toast(message) { + ksu.toast(message); +} \ No newline at end of file diff --git a/webroot/js/language.js b/webroot/js/language.js new file mode 100644 index 0000000..8ccf798 --- /dev/null +++ b/webroot/js/language.js @@ -0,0 +1,63 @@ +import { exec } from './kernelsu.js' + +import { setError } from './main.js' +import { translateActionsPage } from './translate/actions.js' +import { translateHomePage } from './translate/home.js' +import { translateModulesPage } from './translate/modules.js' +import { translateSettingsPage } from './translate/settings.js' + +export async function setNewLanguage(locate, initialize) { + const main_html = document.getElementById('main_html') + const old_translations = await getTranslations(initialize ? 'en_US' : localStorage.getItem('/system/language')) + const new_translations = await getTranslations(locate) + + if (locate.includes('ar_')) main_html.setAttribute("dir", "rtl"); + else main_html.setAttribute("dir", "none"); + + translateHomePage(old_translations, new_translations) + translateModulesPage(new_translations) + translateActionsPage(old_translations, new_translations) + translateSettingsPage(new_translations) + + /* INFO: navbar info */ + document.getElementById('nav_home_title').innerHTML = new_translations.page.home.header + document.getElementById('nav_modules_title').innerHTML = new_translations.page.modules.header + document.getElementById('nav_actions_title').innerHTML = new_translations.page.actions.header + document.getElementById('nav_settings_title').innerHTML = new_translations.page.settings.header + + /* INFO: Language small page */ + document.getElementById('small_panel_lang_title').innerHTML = new_translations.smallPage.language.header + + /* INFO: Theme small page */ + document.getElementById('small_panel_theme_title').innerHTML = new_translations.smallPage.theme.header + document.getElementById('small_panel_theme_dark_option').innerHTML = new_translations.smallPage.theme.dark + document.getElementById('small_panel_theme_light_option').innerHTML = new_translations.smallPage.theme.light + document.getElementById('small_panel_theme_system_option').innerHTML = new_translations.smallPage.theme.system + + /* INFO: Error history small page */ + document.getElementById('errorh_copy').innerHTML = new_translations.smallPage.errorh.buttons.copy + document.getElementById('errorh_clear_all').innerHTML = new_translations.smallPage.errorh.buttons.clear + document.getElementById('small_panel_errorh_title').innerHTML = new_translations.smallPage.errorh.header + document.getElementById('errorh_panel').placeholder = new_translations.smallPage.errorh.placeholder +} + +export async function getTranslations(locate) { + const translateData = await fetch(`./lang/${locate}.json`) + .catch((err) => setError('WebUI', err.stack ? err.stack : err.message)) + + return translateData.json() +} + +export async function getAvailableLanguages() { + const lsCmd = await exec('ls /data/adb/modules/zygisksu/webroot/lang') + + if (lsCmd.errno !== 0) return setError('WebUI', lsCmd.stderr) + + const languages = [] + lsCmd.stdout.split('\n').forEach((lang) => { + if (lang.length !== 0) + languages.push(lang.replace('.json', '')) + }) + + return languages +} \ No newline at end of file diff --git a/webroot/js/main.js b/webroot/js/main.js new file mode 100644 index 0000000..da52ee1 --- /dev/null +++ b/webroot/js/main.js @@ -0,0 +1,258 @@ +import { fullScreen, exec, toast } from './kernelsu.js' + +import { setNewLanguage, getTranslations } from './language.js' + +export function setError(place, issue) { + const fullErrorLog = setErrorData(`${place}: ${issue}`) + document.getElementById('errorh_panel').innerHTML = fullErrorLog + + toast(`${place}: ${issue}`) +} + +export function setLangData(mode) { + localStorage.setItem('/system/language', mode) + + return localStorage.getItem('/system/language') +} + +export function setErrorData(errorLog) { + const getPrevious = localStorage.getItem('/system/error') + const finalLog = getPrevious && getPrevious.length !== 0 ? getPrevious + `\n` + errorLog : errorLog + + localStorage.setItem('/system/error', finalLog) + + return finalLog +} + +async function getModuleNames(modules) { + const fullCommand = modules.map((mod) => { + let propPath = `/data/adb/modules/${mod.id}/module.prop` + + return `printf % ; if test -f "${propPath}"; then /system/bin/grep '^name=' "${propPath}" | /system/bin/cut -d '=' -f 2- 2>/dev/null || true; else true; fi ; printf "\\n"` + }).join(' ; ') + + const result = await exec(fullCommand) + if (result.errno !== 0) { + setError('getModuleNames', 'Failed to execute command to retrieve module list names') + + return null + } + + return result.stdout.split('\n\n') +} + +(async () => { + /* INFO: Test ksu module availability */ + exec('echo "Hello world!"') + .then(() => console.log('[kernelsu.js] Package is ready!')) + .catch(err => { + console.log('[kernelsu.js] Package is not ready! Below is error:') + console.error(err) + }) + + fullScreen(true) + + let sys_lang = localStorage.getItem('/system/language') + + if (!sys_lang) sys_lang = setLangData('en_US') + if (sys_lang !== 'en_US') await setNewLanguage(sys_lang, true) + + const translations = await getTranslations(sys_lang) + + const loading_screen = document.getElementById('loading_screen') + const bottom_nav = document.getElementById('navbar_support_div') + + const rootCss = document.querySelector(':root') + + const rezygisk_state = document.getElementById('rezygisk_state') + const rezygisk_icon_state = document.getElementById('rezygisk_icon_state') + + const version = document.getElementById('version') + const root_impl = document.getElementById('root_impl') + + const monitor_status = document.getElementById('monitor_status') + + const zygote_divs = [ + document.getElementById('zygote64'), + document.getElementById('zygote32') + ] + + const zygote_status_divs = [ + document.getElementById('zygote64_status'), + document.getElementById('zygote32_status') + ] + + const androidVersionCmd = await exec('/system/bin/getprop ro.build.version.release') + if (androidVersionCmd.errno !== 0) return setError('WebUI', androidVersionCmd.stderr) + + document.getElementById('android_version_div').innerHTML = androidVersionCmd.stdout + console.log('[rezygisk.js] Android version: ', androidVersionCmd.stdout) + + const unameCmd = await exec('/system/bin/uname -r') + if (unameCmd.errno !== 0) return setError('WebUI', unameCmd.stderr) + + document.getElementById('kernel_version_div').innerHTML = unameCmd.stdout + console.log('[rezygisk.js] Kernel version: ', unameCmd.stdout) + + const catCmd = await exec('/system/bin/cat /data/adb/rezygisk/module.prop') + console.log(`[rezygisk.js] ReZygisk module infomation:\n${catCmd.stdout}`) + + let expectedWorking = 0 + let actuallyWorking = 0 + + const ReZygiskInfo = { + rootImpl: null, + monitor: null, + zygotes: [], + daemons: [] + } + + if (catCmd.errno === 0) { + /* INFO: Just ensure that they won't appear unless there's info */ + zygote_divs.forEach((zygote_div) => { + zygote_div.style.display = 'none' + }) + + version.innerHTML = catCmd.stdout.split('\n').find((line) => line.startsWith('version=')).substring('version='.length).trim() + + let moduleInfo = catCmd.stdout.split('\n').find((line) => line.startsWith('description=')).substring('description='.length).split('[')[1].split(']')[0] + + const daemonModules = [] + moduleInfo.match(/\(([^)]+)\)/g).forEach((area) => { + moduleInfo = moduleInfo.replace(area, ',') + + const info = area.substring(1, area.length - 1).split(', ') + if (info.length === 1) return; /* INFO: undefined as object */ + + const rootImpl = info[0].substring('Root: '.length) + + info[1] = info[1].substring('Modules: '.length) + const modules = info.slice(1, info.length) + + ReZygiskInfo.rootImpl = rootImpl + if (modules[0] !== 'None') daemonModules.push(modules) + }) + + const infoArea = moduleInfo.split(', ') + infoArea.forEach((info) => { + if (info.startsWith('monitor:')) { + ReZygiskInfo.monitor = info.substring('monitor: X '.length).trim() + } + + if (info.startsWith('zygote')) { + ReZygiskInfo.zygotes.push({ + bits: info.substring('zygote'.length, 'zygote'.length + 'XX'.length), + state: info.substring('zygoteXX: X '.length).trim() + }) + } + + if (info.startsWith('daemon')) { + ReZygiskInfo.daemons.push({ + bits: info.substring('daemon'.length, 'daemon'.length + 'XX'.length), + state: info.substring('daemonXX: X '.length).trim(), + modules: daemonModules[ReZygiskInfo.daemons.length] || [] + }) + } + }) + + switch (ReZygiskInfo.monitor) { + case 'tracing': monitor_status.innerHTML = translations.page.actions.status.tracing; break; + case 'stopping': monitor_status.innerHTML = translations.page.actions.status.stopping; break; + case 'stopped': monitor_status.innerHTML = translations.page.actions.status.stopped; break; + case 'exiting': monitor_status.innerHTML = translations.page.actions.status.exiting; break; + default: monitor_status.innerHTML = translations.page.actions.status.unknown; + } + + expectedWorking = ReZygiskInfo.zygotes.length + + for (let i = 0; i < ReZygiskInfo.zygotes.length; i++) { + const zygote = ReZygiskInfo.zygotes[i] + /* INFO: Not used ATM */ + /* const daemon = ReZygiskInfo.daemons[i] */ + + const zygoteDiv = zygote_divs[zygote.bits === '64' ? 0 : 1] + const zygoteStatusDiv = zygote_status_divs[zygote.bits === '64' ? 0 : 1] + + zygoteDiv.style.display = 'block' + + switch (zygote.state) { + case 'injected': { + zygoteStatusDiv.innerHTML = translations.page.home.info.zygote.injected; + + actuallyWorking++ + + break; + } + case 'not injected': zygoteStatusDiv.innerHTML = translations.page.home.info.zygote.notInjected; break; + default: zygoteStatusDiv.innerHTML = translations.page.home.info.zygote.unknown; + } + } + } + + if (expectedWorking === 0 || actuallyWorking === 0) { + rezygisk_state.innerHTML = translations.page.home.status.notWorking + } else if (expectedWorking === actuallyWorking) { + rezygisk_state.innerHTML = translations.page.home.status.ok + + rootCss.style.setProperty('--bright', '#3a4857') + rezygisk_icon_state.innerHTML = '' + } else { + rezygisk_state.innerHTML = translations.page.home.status.partially + + rootCss.style.setProperty('--bright', '#766000') + rezygisk_icon_state.innerHTML = '' + } + + if (ReZygiskInfo.rootImpl) + root_impl.innerHTML = ReZygiskInfo.rootImpl + + const all_modules = [] + ReZygiskInfo.daemons.forEach((daemon) => { + daemon.modules.forEach((module_id) => { + const module = all_modules.find((mod) => mod.id === module_id) + + if (module) { + module.bitsUsed.push(daemon.bits) + } else { + all_modules.push({ + id: module_id, + name: null, + bitsUsed: [ daemon.bits ] + }) + } + }) + }) + + if (all_modules.length !== 0) { + document.getElementById('modules_list_not_avaliable').style.display = 'none' + + const module_names = await getModuleNames(all_modules) + module_names.forEach((module_name, i) => all_modules[i].name = module_name) + + console.log(`[rezygisk.js] Module list:`) + console.log(all_modules) + + const modules_list = document.getElementById('modules_list') + + all_modules.forEach((module) => { + modules_list.innerHTML += + `
+
${module.name}
+
+
${translations.page.modules.arch}
+
${module.bitsUsed.join(' / ')}
+
+
` + }) + + } + + /* INFO: This hides the throbber screen */ + loading_screen.style.display = 'none' + bottom_nav.style.display = 'flex' + + + const start_time = Number(localStorage.getItem('/system/boot-time')) + console.log('[rezygisk.js] boot time: ', Date.now() - start_time, 'ms') + localStorage.removeItem('/system/boot_time') +})().catch((err) => setError('WebUI', err.stack ? err.stack : err.message)) diff --git a/webroot/js/monitorActions.js b/webroot/js/monitorActions.js new file mode 100644 index 0000000..4fd76d3 --- /dev/null +++ b/webroot/js/monitorActions.js @@ -0,0 +1,38 @@ +import { exec, toast } from './kernelsu.js' + +import { getTranslations } from './language.js' + +const monitor_start = document.getElementById('monitor_start_button') +const monitor_stop = document.getElementById('monitor_stop_button') +const monitor_pause = document.getElementById('monitor_pause_button') + +const monitor_status = document.getElementById('monitor_status'); + +(async () => { + const sys_lang = localStorage.getItem('/system/language') + const translations = await getTranslations(sys_lang || 'en_US') + + if (monitor_start) { + monitor_start.addEventListener('click', () => { + if (![ translations.page.actions.status.tracing, translations.page.actions.status.stopping, translations.page.actions.status.stopped ].includes(monitor_status.innerHTML)) return; + + monitor_status.innerHTML = translations.page.actions.status.tracing + + exec('/data/adb/modules/zygisksu/bin/zygisk-ptrace64 ctl start') + }) + + monitor_stop.addEventListener('click', () => { + monitor_status.innerHTML = translations.page.actions.status.exiting + + exec('/data/adb/modules/zygisksu/bin/zygisk-ptrace64 ctl exit') + }) + + monitor_pause.addEventListener('click', () => { + if (![ translations.page.actions.status.tracing, translations.page.actions.status.stopping, translations.page.actions.status.stopped ].includes(monitor_status.innerHTML)) return; + + monitor_status.innerHTML = translations.page.actions.status.stopped + + exec('/data/adb/modules/zygisksu/bin/zygisk-ptrace64 ctl stop') + }) + } +})() \ No newline at end of file diff --git a/webroot/js/navbar.js b/webroot/js/navbar.js new file mode 100644 index 0000000..e3512ae --- /dev/null +++ b/webroot/js/navbar.js @@ -0,0 +1,52 @@ +const navbar_data_tag = document.getElementById('cache-navbar-previous') +const small_panel_data_tag = document.getElementById('cache-page-small-previous') + +setData('home', navbar_data_tag) + +document.getElementById('panel_home').classList.toggle('show') +document.getElementById(`nibg_home`).classList.toggle('show') + +document.querySelectorAll('[name=navbutton]').forEach((element) => { + element.addEventListener('click', (event) => { + let smallPagePass = false + + const value = event.target.value + const previous = !navbar_data_tag.getAttribute('content') + ? setData('home', navbar_data_tag) + : navbar_data_tag.getAttribute('content') + + const small_panel = small_panel_data_tag.getAttribute('content') + + if (small_panel && small_panel.length !== 0) { + document.getElementById(`small_panel_${small_panel}`).classList.remove('show') + small_panel_data_tag.removeAttribute('content') + smallPagePass = true + } + + if (previous === value && !smallPagePass) return; + + /* INFO: Disable icon on old state */ + const pre_input = document.getElementById(`n_${previous}`) + const pre_background = document.getElementById(`nibg_${previous}`) + + document.getElementById(`panel_${previous}`).classList.remove('show') + pre_input.removeAttribute('checked') + pre_background.classList.remove('show') + + /* INFO: Enable icon on new state */ + const curr_input = document.getElementById(`n_${value}`) + const i_background = document.getElementById(`nibg_${value}`) + + document.getElementById(`panel_${value}`).classList.toggle('show') + curr_input.setAttribute('checked', '') + i_background.classList.toggle('show') + + setData(value, navbar_data_tag) + }) +}) + +function setData(data, tag) { + tag.setAttribute('content', data) + + return data +} \ No newline at end of file diff --git a/webroot/js/restoreError.js b/webroot/js/restoreError.js new file mode 100644 index 0000000..f079d1f --- /dev/null +++ b/webroot/js/restoreError.js @@ -0,0 +1,10 @@ +const errorh_panel = document.getElementById('errorh_panel') +let sys_error = localStorage.getItem('/system/error') + +if (!sys_error) { + localStorage.setItem('/system/error', '') + + sys_error = localStorage.getItem('/system/error') +} + +if (sys_error.length !== 0) errorh_panel.innerHTML = sys_error \ No newline at end of file diff --git a/webroot/js/smallPage/errorHistory.js b/webroot/js/smallPage/errorHistory.js new file mode 100644 index 0000000..f22fc8e --- /dev/null +++ b/webroot/js/smallPage/errorHistory.js @@ -0,0 +1,47 @@ +import { smallPageDisabler } from '../smallPageDesabler.js' +const panel = document.getElementById('errorh_panel') + +/* INFO: Event setup */ +const navbar_data_tag = document.getElementById('cache-navbar-previous') +const small_panel_data_tag = document.getElementById('cache-page-small-previous') +const fallback_open = document.getElementById('cache-fallback-open') + +document.getElementById('errorh_page_toggle').addEventListener('click', () => { + const previous = !navbar_data_tag.getAttribute('content') ? setData('home', small_panel_data_tag) : navbar_data_tag.getAttribute('content') + document.getElementById(`panel_${previous}`).classList.remove('show') + document.getElementById('small_panel_errorh').classList.toggle('show') + small_panel_data_tag.setAttribute('content', 'errorh') +}) + +document.getElementById('backport_errorh').addEventListener('click', () => { + const previous = !navbar_data_tag.getAttribute('content') ? setData('home', small_panel_data_tag) : navbar_data_tag.getAttribute('content') + document.getElementById(`panel_${previous}`).classList.remove('show') + document.getElementById('loading_screen').style.display = 'none' + document.getElementById('small_panel_errorh').classList.toggle('show') + document.getElementById('errorh_panel').style.bottom = '1em' + fallback_open.setAttribute('content', 'opened') + small_panel_data_tag.setAttribute('content', 'errorh') +}) + +document.getElementById('sp_errorh_close').addEventListener('click', () => { + const is_fallback = fallback_open.getAttribute('content') + if (is_fallback) { + document.getElementById('errorh_panel').style.bottom = '1em' + document.getElementById('loading_screen').style.display = 'flex' + } + smallPageDisabler('errorh', is_fallback ? 'home' : 'settings', is_fallback ? 'home' : null) +}) +document.getElementById('errorh_copy').addEventListener('click', () => { + navigator.clipboard.writeText(panel.innerHTML) +}) + +document.getElementById('errorh_clear_all').addEventListener('click', () => { + panel.innerHTML = '' + localStorage.setItem('/system/error', '') +}) + +function setData(mode, tag) { + tag.setAttribute('content', mode) + + return mode +} \ No newline at end of file diff --git a/webroot/js/smallPage/language.js b/webroot/js/smallPage/language.js new file mode 100644 index 0000000..3e26404 --- /dev/null +++ b/webroot/js/smallPage/language.js @@ -0,0 +1,54 @@ +import { + getTranslations, + setNewLanguage, + getAvailableLanguages +} from '../language.js' +import { smallPageDisabler } from '../smallPageDesabler.js' + +/* INFO: Initial setup */ +let index = 0 + +async function setAvailableLanguage() { + const availableLanguages = await getAvailableLanguages() + + for (index; index < availableLanguages.length; index++) { + const langCode = availableLanguages[index] + const langData = await getTranslations(langCode) + + document.getElementById('lang_modal_list').innerHTML += ` +
+
${langData.langName}
+
+ ` + } +} +setAvailableLanguage() + +/* INFO: Event setup */ +const navbar_data_tag = document.getElementById('cache-navbar-previous') +const small_panel_data_tag = document.getElementById('cache-page-small-previous') + +document.getElementById('lang_page_toggle').addEventListener('click', () => { + const previous = !navbar_data_tag.getAttribute('content') ? setData('home', small_panel_data_tag) : navbar_data_tag.getAttribute('content') + document.getElementById(`panel_${previous}`).classList.remove('show') + document.getElementById('small_panel_language').classList.toggle('show') + small_panel_data_tag.setAttribute('content', 'language') +}) + +document.getElementById('sp_lang_close').addEventListener('click', () => smallPageDisabler('language', 'settings')) + +document.addEventListener('click', async (event) => { + const getLangLocate = event.target.getAttribute('lang-data') + if (!getLangLocate || typeof getLangLocate !== 'string') return + + smallPageDisabler('language', 'settings') + await setNewLanguage(getLangLocate) + + localStorage.setItem('/system/language', getLangLocate) +}, false) + +function setData(data, tag) { + tag.setAttribute('content', data) + + return data +} \ No newline at end of file diff --git a/webroot/js/smallPage/theme.js b/webroot/js/smallPage/theme.js new file mode 100644 index 0000000..7d4563d --- /dev/null +++ b/webroot/js/smallPage/theme.js @@ -0,0 +1,75 @@ +import { smallPageDisabler } from '../smallPageDesabler.js' +import { setAmoled } from '../themes/amoled.js' +import { setDark } from '../themes/dark.js' +import { setLight } from '../themes/light.js' +import { setMonochrome } from '../themes/monochrome.js' + +// INFO: requirement variables +let sys_theme +const page_toggle = document.getElementById('theme_page_toggle') +const themeList = { + amoled: () => setAmoled(true), + dark: () => setDark(true), + light: () => setLight(true), + monochrome: () => setMonochrome(true), + system: (unavaliable) => { + const isDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches + if (isDark && unavaliable) setDark() + else setLight() + }, +} +const setData = (mode) => { + localStorage.setItem('/system/theme', mode) + return mode +} + +// INFO: Initial open logic +sys_theme = localStorage.getItem('/system/theme') +if (!sys_theme) sys_theme = setData('dark') +themeList[sys_theme](true) + +// INFO: Event logic +const navbar_data_tag = document.getElementById('cache-navbar-previous') +const small_panel_data_tag = document.getElementById('cache-page-small-previous') + +document.getElementById('sp_theme_close').addEventListener('click', () => smallPageDisabler('theme', 'settings')) + +document.addEventListener('click', async (event) => { + const themeListKey = Object.keys(themeList) + const getThemeMode = event.target.getAttribute('theme-data') + + if (!getThemeMode || typeof getThemeMode !== 'string' || !themeListKey.includes(getThemeMode)) return + + themeList[getThemeMode](true) + + smallPageDisabler('theme', 'settings') + + sys_theme = setData(getThemeMode) +}, false) + +page_toggle.addEventListener('click', () => { + const previous = !navbar_data_tag.getAttribute('content') ? setTagData('home', small_panel_data_tag) : navbar_data_tag.getAttribute('content') + document.getElementById(`panel_${previous}`).classList.remove('show') + document.getElementById('small_panel_theme').classList.toggle('show') + small_panel_data_tag.setAttribute('content', 'theme') +}) + +window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => { + if (sys_theme !== "system") return + const newColorScheme = event.matches ? "dark" : "light"; + + switch (newColorScheme) { + case 'dark': + setDark() + break + case 'light': + setLight() + break + } +}); + +function setTagData(data, tag) { + tag.setAttribute('content', data) + + return data +} diff --git a/webroot/js/smallPageDesabler.js b/webroot/js/smallPageDesabler.js new file mode 100644 index 0000000..a502fae --- /dev/null +++ b/webroot/js/smallPageDesabler.js @@ -0,0 +1,26 @@ +export function smallPageDisabler(page_name, new_page, custom_page) { + const navbar_data_tag = document.getElementById('cache-navbar-previous') + const small_panel_data_tag = document.getElementById('cache-page-small-previous') + + document.getElementById(`small_panel_${page_name}`).classList.remove('show') + small_panel_data_tag.removeAttribute('content') + + const previous = navbar_data_tag.getAttribute('content') + + /* INFO: Disable icon on old state */ + const pre_input = document.getElementById(`n_${previous}`) + const pre_background = document.getElementById(`nibg_${previous}`) + + pre_input.removeAttribute('checked') + pre_background.classList.remove('show') + + /* INFO: Enable icon on new state */ + const curr_input = document.getElementById(`n_${new_page}`) + const i_background = document.getElementById(`nibg_${new_page}`) + + document.getElementById(`panel_${new_page}`).classList.toggle('show') + curr_input.setAttribute('checked', '') + i_background.classList.toggle('show') + + navbar_data_tag.setAttribute('content', custom_page ? custom_page : 'settings') +} \ No newline at end of file diff --git a/webroot/js/switcher/fontChanger.js b/webroot/js/switcher/fontChanger.js new file mode 100644 index 0000000..40b1c06 --- /dev/null +++ b/webroot/js/switcher/fontChanger.js @@ -0,0 +1,34 @@ +const switcher = document.getElementById('font_switcher') +const rootCss = document.querySelector(':root') + +let sys_font = localStorage.getItem('/system/font') +if (!sys_font) sys_font = setData('false') +if (sys_font === 'true') { + switcher.setAttribute('checked', '') + + setSystemFont() +} + +switcher.addEventListener('click', () => { + sys_font = setData(String(switcher.checked)) + + switcher.checked ? setSystemFont() : document.getElementById('font-tag').remove() +}) + +function setSystemFont() { + const headTag = document.getElementsByTagName('head')[0] + const styleTag = document.createElement('style') + + styleTag.id = 'font-tag' + headTag.appendChild(styleTag) + styleTag.innerHTML = ` + :root { + --font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif + }` +} + +function setData(mode) { + localStorage.setItem('/system/font', mode) + + return mode +} \ No newline at end of file diff --git a/webroot/js/themes/amoled.js b/webroot/js/themes/amoled.js new file mode 100644 index 0000000..ef36222 --- /dev/null +++ b/webroot/js/themes/amoled.js @@ -0,0 +1,41 @@ +import { setDarkNav } from './darkNavbar.js' + +const rootCss = document.querySelector(':root') + +/* INFO: Changes the icons to match the theme */ +const close_icons = document.getElementsByClassName('close_icon') +const expand_icons = document.getElementsByClassName('expander') +const sp_lang_close = document.getElementById('sp_lang_close') +const sp_theme_close = document.getElementById('sp_theme_close') + +export function setAmoled(chooseSet) { + rootCss.style.setProperty('--background', '#000000') + rootCss.style.setProperty('--font', '#d9d9d9') + rootCss.style.setProperty('--desc', '#a9a9a9') + rootCss.style.setProperty('--dim', '#0b0d0f') + rootCss.style.setProperty('--icon', '#22292d') + rootCss.style.setProperty('--icon-bc', '#171b1d') + rootCss.style.setProperty('--desktop-navbar', '#111417') + rootCss.style.setProperty('--desktop-navicon', '#1c2225') + rootCss.style.setProperty('--button', 'var(--background)') + + if (chooseSet) setData('amoled') + + for (const close_icon of close_icons) { + close_icon.innerHTML = '' + } + + for (const expand_icon of expand_icons) { + expand_icon.innerHTML = '' + } + + sp_lang_close.innerHTML = '' + sp_theme_close.innerHTML = '' + setDarkNav() +} + +function setData(mode) { + localStorage.setItem('/system/theme', mode) + + return mode +} \ No newline at end of file diff --git a/webroot/js/themes/dark.js b/webroot/js/themes/dark.js new file mode 100644 index 0000000..eb76cee --- /dev/null +++ b/webroot/js/themes/dark.js @@ -0,0 +1,43 @@ +import { setDarkNav } from './darkNavbar.js' + +const rootCss = document.querySelector(':root') + +/* INFO: Changes the icons to match the theme */ +const close_icons = document.getElementsByClassName('close_icon') +const expand_icons = document.getElementsByClassName('expander') +const sp_lang_close = document.getElementById('sp_lang_close') +const sp_theme_close = document.getElementById('sp_theme_close') +const sp_errorh_close = document.getElementById('sp_errorh_close') + +export function setDark(chooseSet) { + rootCss.style.setProperty('--background', '#181c20') + rootCss.style.setProperty('--font', '#ffffff') + rootCss.style.setProperty('--desc', '#c9c9c9') + rootCss.style.setProperty('--dim', '#1d2327') + rootCss.style.setProperty('--icon', '#48565e') + rootCss.style.setProperty('--icon-bc', '#313a3f') + rootCss.style.setProperty('--desktop-navbar', '#252b31') + rootCss.style.setProperty('--desktop-navicon', '#333d42') + rootCss.style.setProperty('--button', 'var(--background)') + + if (chooseSet) setData('dark') + + for (const close_icon of close_icons) { + close_icon.innerHTML = '' + } + + for (const expand_icon of expand_icons) { + expand_icon.innerHTML = '' + } + + sp_lang_close.innerHTML = '' + sp_theme_close.innerHTML = '' + sp_errorh_close.innerHTML = '' + setDarkNav() +} + +function setData(mode) { + localStorage.setItem('/system/theme', mode) + + return mode +} \ No newline at end of file diff --git a/webroot/js/themes/darkNavbar.js b/webroot/js/themes/darkNavbar.js new file mode 100644 index 0000000..441b6b0 --- /dev/null +++ b/webroot/js/themes/darkNavbar.js @@ -0,0 +1,6 @@ +export function setDarkNav() { + document.getElementById('ni_home').classList.remove('light') + document.getElementById('ni_modules').classList.remove('light') + document.getElementById('ni_actions').classList.remove('light') + document.getElementById('ni_settings').classList.remove('light') +} \ No newline at end of file diff --git a/webroot/js/themes/light.js b/webroot/js/themes/light.js new file mode 100644 index 0000000..dcc98ea --- /dev/null +++ b/webroot/js/themes/light.js @@ -0,0 +1,48 @@ +import { + light_close_icon, + light_expand_icon, + light_page_exit_icon, +} from './lightIcon.js' +import { setLightNav } from './lightNavbar.js' + +const rootCss = document.querySelector(':root') + +/* INFO: Changes the icons to match the theme */ +const close_icons = document.getElementsByClassName('close_icon') +const expand_icons = document.getElementsByClassName('expander') +const sp_lang_close = document.getElementById('sp_lang_close') +const sp_theme_close = document.getElementById('sp_theme_close') +const sp_errorh_close = document.getElementById('sp_errorh_close') + +export function setLight(chooseSet) { + rootCss.style.setProperty('--background', '#f2f2f2') + rootCss.style.setProperty('--font', '#181c20') + rootCss.style.setProperty('--desc', '#484d53') + rootCss.style.setProperty('--dim', '#e0e0e0') + rootCss.style.setProperty('--icon', '#acacac') + rootCss.style.setProperty('--desktop-navbar', '#fefefe') + rootCss.style.setProperty('--desktop-navicon', '#eeeeee') + rootCss.style.setProperty('--icon-bc', '#c9c9c9') + rootCss.style.setProperty('--button', '#b3b3b3') + + if (chooseSet) setData('light') + + for (const close_icon of close_icons) { + close_icon.innerHTML = light_close_icon + } + + for (const expand_icon of expand_icons) { + expand_icon.innerHTML = light_expand_icon + } + + sp_lang_close.innerHTML = light_page_exit_icon + sp_theme_close.innerHTML = light_page_exit_icon + sp_errorh_close.innerHTML = light_page_exit_icon + setLightNav() +} + +function setData(mode) { + localStorage.setItem('/system/theme', mode) + + return mode +} diff --git a/webroot/js/themes/lightIcon.js b/webroot/js/themes/lightIcon.js new file mode 100644 index 0000000..310178b --- /dev/null +++ b/webroot/js/themes/lightIcon.js @@ -0,0 +1,20 @@ +export const light_expand_icon = ` + + + +` +export const light_close_icon = ` + + + +` +export const light_logs_icon = ` + + + +` +export const light_page_exit_icon = ` + + + +` diff --git a/webroot/js/themes/lightNavbar.js b/webroot/js/themes/lightNavbar.js new file mode 100644 index 0000000..fa953db --- /dev/null +++ b/webroot/js/themes/lightNavbar.js @@ -0,0 +1,6 @@ +export function setLightNav() { + document.getElementById('ni_home').classList.add('light') + document.getElementById('ni_modules').classList.add('light') + document.getElementById('ni_actions').classList.add('light') + document.getElementById('ni_settings').classList.add('light') +} diff --git a/webroot/js/themes/monochrome.js b/webroot/js/themes/monochrome.js new file mode 100644 index 0000000..56d5f3b --- /dev/null +++ b/webroot/js/themes/monochrome.js @@ -0,0 +1,41 @@ +import { setDarkNav } from './darkNavbar.js' + +const rootCss = document.querySelector(':root') + +/* INFO: Changes the icons to match the theme */ +const close_icons = document.getElementsByClassName('close_icon') +const expand_icons = document.getElementsByClassName('expander') +const sp_lang_close = document.getElementById('sp_lang_close') +const sp_theme_close = document.getElementById('sp_theme_close') + +export function setMonochrome(chooseSet) { + rootCss.style.setProperty('--background', '#141414') + rootCss.style.setProperty('--font', '#ffffff') + rootCss.style.setProperty('--desc', '#c9c9c9') + rootCss.style.setProperty('--dim', '#1c1c1c') + rootCss.style.setProperty('--icon', '#494949') + rootCss.style.setProperty('--icon-bc', '#292929') + rootCss.style.setProperty('--desktop-navbar', '#252525') + rootCss.style.setProperty('--desktop-navicon', '#3a3a3a') + rootCss.style.setProperty('--button', 'var(--background)') + + if (chooseSet) setData('monochrome') + + for (const close_icon of close_icons) { + close_icon.innerHTML = '' + } + + for (const expand_icon of expand_icons) { + expand_icon.innerHTML = '' + } + + sp_lang_close.innerHTML = '' + sp_theme_close.innerHTML = '' + setDarkNav() +} + +function setData(mode) { + localStorage.setItem('/system/theme', mode) + + return mode +} \ No newline at end of file diff --git a/webroot/js/translate/actions.js b/webroot/js/translate/actions.js new file mode 100644 index 0000000..265fca6 --- /dev/null +++ b/webroot/js/translate/actions.js @@ -0,0 +1,38 @@ +export function translateActionsPage(old_translations, new_translations) { + /* INFO: actions card */ + document.getElementById('panel_actions_header').innerHTML = new_translations.page.actions.header + + /* INFO: monitor small card */ + document.getElementById('monitor_title').innerHTML = new_translations.page.actions.monitor + if (document.getElementById('monitor_stop_button')) { /* INFO: Not all devices have 32-bit support */ + document.getElementById('monitor_stop_button').innerHTML = new_translations.page.actions.monitorButton.stop + document.getElementById('monitor_start_button').innerHTML = new_translations.page.actions.monitorButton.start + document.getElementById('monitor_pause_button').innerHTML = new_translations.page.actions.monitorButton.pause + } + + /* INFO: monitor status card */ + const monitor_status = document.getElementById('monitor_status') + switch (monitor_status.innerHTML.replace(/(\r\n|\n|\r)/gm, '').trim()) { + case old_translations.page.actions.status.tracing: { + monitor_status.innerHTML = new_translations.page.actions.status.tracing + + break + } + case old_translations.page.actions.status.stopping: { + monitor_status.innerHTML = new_translations.page.actions.status.stopping + + break + } + case old_translations.page.actions.status.stopped: { + monitor_status.innerHTML = new_translations.page.actions.status.stopped + + break + } + case old_translations.page.actions.status.exiting: { + monitor_status.innerHTML = new_translations.page.actions.status.exiting + + break + } + default: monitor_status.innerHTML = new_translations.page.actions.status.unknown + } +} \ No newline at end of file diff --git a/webroot/js/translate/home.js b/webroot/js/translate/home.js new file mode 100644 index 0000000..6c30ceb --- /dev/null +++ b/webroot/js/translate/home.js @@ -0,0 +1,90 @@ +export function translateHomePage(old_translations, new_translations) { + /* INFO: Translate variables */ + const rezygisk_state = document.getElementById('rezygisk_state') + const zygote32_status_div = document.getElementById('zygote32_status') + const zygote64_status_div = document.getElementById('zygote64_status') + + switch (rezygisk_state.innerHTML.replace(/(\r\n|\n|\r)/gm, '').trim()) { + case old_translations.page.home.status.ok: { + rezygisk_state.innerHTML = new_translations.page.home.status.ok + + break + } + case old_translations.page.home.status.partially: { + rezygisk_state.innerHTML = new_translations.page.home.status.partially + + break + } + case old_translations.page.home.status.notWorking: { + rezygisk_state.innerHTML = new_translations.page.home.status.notWorking + + break + } + case old_translations.page.home.status.unknown: { + rezygisk_state.innerHTML = new_translations.global.unknown + + break + } + } + + if (zygote32_status_div) { + switch (zygote32_status_div.innerHTML.replace(/(\r\n|\n|\r)/gm, '').trim()) { + case old_translations.page.home.info.zygote.injected: { + zygote32_status_div.innerHTML = new_translations.page.home.info.zygote.injected + + break + } + case old_translations.page.home.info.zygote.notInjected: { + zygote32_status_div.innerHTML = new_translations.page.home.info.zygote.notInjected + + break + } + case old_translations.page.home.info.zygote.unknown: { + zygote32_status_div.innerHTML = new_translations.global.unknown + + break + } + } + } + + if (zygote64_status_div) { + switch (zygote64_status_div.innerHTML.replace(/(\r\n|\n|\r)/gm, '').trim()) { + case old_translations.page.home.info.zygote.injected: { + zygote64_status_div.innerHTML = new_translations.page.home.info.zygote.injected + + break + } + case old_translations.page.home.info.zygote.notInjected: { + zygote64_status_div.innerHTML = new_translations.page.home.info.zygote.notInjected + + break + } + case old_translations.page.home.info.zygote.unknown: { + zygote64_status_div.innerHTML = new_translations.global.unknown + + break + } + } + } + + const android_version_div = document.getElementById('android_version_div') + if (android_version_div.innerHTML === old_translations.global.unknown) + android_version_div.innerHTML = new_translations.global.unknown + + const kernel_version_div = document.getElementById('kernel_version_div') + if (kernel_version_div.innerHTML === old_translations.global.unknown) + kernel_version_div.innerHTML = new_translations.global.unknown + + /* INFO: info card */ + document.getElementById('version_info_title').innerHTML = new_translations.page.home.info.version + document.getElementById('root_info_title').innerHTML = new_translations.page.home.info.root + + // const version_code = document.getElementById('version_code') + // const root_impl = document.getElementById('root_impl') + + // if (version_code.innerHTML.replace(/(\r\n|\n|\r)/gm, '').trim() === old_translations.global.unknown) + // version_code.innerHTML = new_translations.global.unknown + + // if (root_impl.innerHTML.replace(/(\r\n|\n|\r)/gm, '').trim() === old_translations.global.unknown) + // root_impl.innerHTML = new_translations.global.unknown +} \ No newline at end of file diff --git a/webroot/js/translate/modules.js b/webroot/js/translate/modules.js new file mode 100644 index 0000000..5847c2a --- /dev/null +++ b/webroot/js/translate/modules.js @@ -0,0 +1,10 @@ +export function translateModulesPage(new_translations) { + document.getElementById('panel_modules_header').innerHTML = new_translations.page.modules.header + document.getElementById('modules_list_not_avaliable').innerHTML = new_translations.page.modules.notAvaliable + + /* INFO: arch type */ + const module_element_arch = document.getElementsByClassName('arch_desc') + for (const module of module_element_arch) { + module.innerHTML = new_translations.page.modules.arch + } +} \ No newline at end of file diff --git a/webroot/js/translate/settings.js b/webroot/js/translate/settings.js new file mode 100644 index 0000000..4dda4e5 --- /dev/null +++ b/webroot/js/translate/settings.js @@ -0,0 +1,27 @@ +export function translateSettingsPage(new_translations) { + document.getElementById('panel_settings_header').innerHTML = new_translations.page.settings.header + + /* INFO: Change font option */ + document.getElementById('sys_font_option_title').innerHTML = new_translations.page.settings.font.header + document.getElementById('sys_font_option_desc').innerHTML = new_translations.page.settings.font.description + + /* INFO: Change font option */ + document.getElementById('sys_theme_option_title').innerHTML = new_translations.page.settings.theme.header + document.getElementById('sys_theme_option_desc').innerHTML = new_translations.page.settings.theme.description + + /* INFO: Change font option */ + document.getElementById('sys_lang_option_title').innerHTML = new_translations.page.settings.language.header + document.getElementById('sys_lang_option_desc').innerHTML = new_translations.page.settings.language.description + + /* INFO: Change font option */ + document.getElementById('sys_errorh_title').innerHTML = new_translations.page.settings.logs.header + document.getElementById('sys_errorh_desc').innerHTML = new_translations.page.settings.logs.description + + /* INFO: Credit card */ + document.getElementById('mcre_title').innerHTML = new_translations.page.settings.credits.module + document.getElementById('omcre_title').innerHTML = new_translations.page.settings.credits.original + document.getElementById('webcre_title').innerHTML = new_translations.page.settings.credits.web + /* INFO: License card */ + document.getElementById('mlic_title').innerHTML = new_translations.page.settings.license.module + document.getElementById('mweb_title').innerHTML = new_translations.page.settings.license.web +} \ No newline at end of file diff --git a/webroot/lang/ar_EG.json b/webroot/lang/ar_EG.json new file mode 100644 index 0000000..a6af0e1 --- /dev/null +++ b/webroot/lang/ar_EG.json @@ -0,0 +1,93 @@ +{ + "langName": "العربية", + "global": { + "unknown": "غير معروف" + }, + "smallPage": { + "language": { + "header": "اختر اللغة" + }, + "theme": { + "header": "اختر السمة", + "dark": "مظلم", + "light": "مضئ", + "system": "تلقائي" + }, + "errorh": { + "buttons": { + "copy": "نسخ", + "clear": "حذف كل السجلات" + }, + "header": "سجلات الأخطاء", + "placeholder": "لا توجد أخطاء!" + } + }, + "page": { + "home": { + "header": "الصفحة الرئيسية", + "status": { + "notWorking": "لا يعمل", + "ok": "يعمل", + "partially": "يعمل بشكل جزئي" + }, + "info": { + "version": "الإصدار", + "root": "مدير الروت", + "zygote": { + "injected": "محقن", + "notInjected": "غير محقن", + "unknown": "غير معروف" + } + } + }, + "modules": { + "header": "الإضافات", + "notAvaliable": "لا توجد إضافات تستخدم zygisk.", + "arch": "النواة: " + }, + "actions": { + "header": "زر الإجراء", + "monitorButton": { + "start": "تشغيل", + "stop": "تعطيل", + "pause": "إيقاف مؤقت" + }, + "monitor": "المراقبة", + "status": { + "tracing": "يتم التتبع", + "stopping": "يتم الإيقاف", + "stopped": "متوقف", + "exiting": "يتم الخروج", + "unknown": "غير معروف" + } + }, + "settings": { + "header": "الإعدادات", + "font": { + "header": "تشغيل خط النظام", + "description": "هذا الخيار يقوم بعرض النص بخط النظام بدلا من خط WebUI. قد لا يتوافق مع FlipFont" + }, + "theme": { + "header": "الثيمات", + "description": "اختر الثيم المناسب" + }, + "language": { + "header": "تغيير اللغة", + "description": "غير إلى لغة أخرى" + }, + "logs": { + "header": "سجل الأخطاء", + "description": "إعرض كل سجلات الأخطاء" + }, + "credits": { + "module": "مطور الإضافة", + "original": "المطورون الأصليون", + "web": "مطور واجهة الويب" + }, + "license": { + "module": "ترخيص الإضافة", + "web": "ترخيص واجهة الويب" + } + } + } +} diff --git a/webroot/lang/de_DE.json b/webroot/lang/de_DE.json new file mode 100644 index 0000000..3932243 --- /dev/null +++ b/webroot/lang/de_DE.json @@ -0,0 +1,93 @@ +{ + "langName": "Deutsch", + "global": { + "unknown": "Unbekannt" + }, + "smallPage": { + "language": { + "header": "Neue Sprache wählen" + }, + "theme": { + "header": "Neues Theme wählen", + "dark": "Dunkel", + "light": "Hell", + "system": "System Basiert" + }, + "errorh": { + "buttons": { + "copy": "Kopieren", + "clear": "ALLE LOGS LÖSCHEN" + }, + "header": "Fehler Verlauf", + "placeholder": "Es wurde kein Fehlerprotokoll aufgezeichnet!" + } + }, + "page": { + "home": { + "header": "Startseite", + "status": { + "notWorking": "Funktioniert nicht", + "ok": "Funktioniert", + "partially": "Funktioniert zum Teil" + }, + "info": { + "version": "Version", + "root": "Root Implementierung", + "zygote": { + "injected": "Injiziert", + "notInjected": "Nicht Injiziert", + "unknown": "Unbekannt" + } + } + }, + "modules": { + "header": "Module", + "notAvaliable": "Kein Modul nutzt Zygisk.", + "arch": "Architektur: " + }, + "settings": { + "header": "Einstellungen", + "font": { + "header": "Systemschriftart aktivieren", + "description": "Diese Option aktiviert die Systemschriftart in der aktuellen WebUI. HINWEIS: Möglicherweise nicht kompatibel mit FlipFont" + }, + "theme": { + "header": "System Theme", + "description": "Wählen Sie Ihr System-Theme für die aktuelle WebUI" + }, + "language": { + "header": "Sprache auswählen", + "description": "Wechsel zu deiner neuen Sprache" + }, + "logs": { + "header": "Fehler Verlauf", + "description": "Zeige den Fehler Verlauf" + }, + "credits": { + "module": "Modul Entwickler", + "original": "Original Modul Entwickler", + "web": "WebUI Entwickler" + }, + "license": { + "module": "Modul Lizenz", + "web": "WebUI Lizenz" + } + }, + "actions": { + "header": "Aktionen", + "monitorButton": { + "pause": "Pause", + "stop": "Stopp", + "start": "Start" + }, + "monitor": "Überwachen", + "status": { + "tracing": "Nachverfolgung", + "stopping": "Beenden", + "stopped": "Beendet", + "exiting": "Wird Beendet", + "unknown": "Unbekannt" + } + } + } +} diff --git a/webroot/lang/en_US.json b/webroot/lang/en_US.json new file mode 100644 index 0000000..25c0643 --- /dev/null +++ b/webroot/lang/en_US.json @@ -0,0 +1,93 @@ +{ + "langName": "English (United States)", + "global": { + "unknown": "Unknown" + }, + "smallPage": { + "language": { + "header": "Choose your new language" + }, + "theme": { + "header": "Choose your new theme", + "dark": "Dark", + "light": "Light", + "system": "System Based" + }, + "errorh": { + "buttons": { + "copy": "COPY", + "clear": "CLEAR ALL LOGS" + }, + "header": "Error History", + "placeholder": "No error log recorded here!" + } + }, + "page": { + "home": { + "header": "Home", + "status": { + "notWorking": "Not Working", + "ok": "Working", + "partially": "Partially Working" + }, + "info": { + "version": "Version", + "root": "Root Implementation", + "zygote": { + "injected": "Injected", + "notInjected": "Not Injected", + "unknown": "Unknown" + } + } + }, + "modules": { + "header": "Modules", + "notAvaliable": "No modules using Zygisk here.", + "arch": "Architecture: " + }, + "actions": { + "header": "Action", + "monitorButton": { + "start": "Start", + "stop": "Stop", + "pause": "Pause" + }, + "monitor": "Monitor", + "status": { + "tracing": "Tracing", + "stopping": "Stopping", + "stopped": "Stopped", + "exiting": "Exiting", + "unknown": "Unknown" + } + }, + "settings": { + "header": "Settings", + "font": { + "header": "Enable system font", + "description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont" + }, + "theme": { + "header": "System theme", + "description": "Choose your system theme for current WebUI" + }, + "language": { + "header": "Change language", + "description": "Change to your new language" + }, + "logs": { + "header": "Error History", + "description": "View all of your error log" + }, + "credits": { + "module": "Module Developer", + "original": "Original Module Developer", + "web": "WebUI Developer" + }, + "license": { + "module": "Module License", + "web": "WebUI License" + } + } + } +} diff --git a/webroot/lang/es_AR.json b/webroot/lang/es_AR.json new file mode 100644 index 0000000..a5e4002 --- /dev/null +++ b/webroot/lang/es_AR.json @@ -0,0 +1,93 @@ +{ + "langName": "Español", + "global": { + "unknown": "Desconocido" + }, + "smallPage": { + "language": { + "header": "Selecciona tu nuevo idioma" + }, + "theme": { + "header": "Elige tu nuevo tema", + "dark": "Oscuro", + "light": "Claro", + "system": "Basado en el sistema" + }, + "errorh": { + "buttons": { + "copy": "COPIAR", + "clear": "BORRAR TODOS LOS REGISTROS" + }, + "header": "Historial de errores", + "placeholder": "¡No se registró ningún error aquí!" + } + }, + "page": { + "home": { + "header": "Inicio", + "status": { + "notWorking": "No funciona", + "ok": "Funcionando", + "partially": "Funciona parcialmente" + }, + "info": { + "version": "Versión", + "root": "Implementación de root", + "zygote": { + "injected": "Inyectado", + "notInjected": "No inyectado", + "unknown": "Desconocido" + } + } + }, + "modules": { + "header": "Módulos", + "notAvaliable": "No hay módulos que usen Zygisk aquí.", + "arch": "Arquitectura: " + }, + "settings": { + "header": "Ajustes", + "font": { + "header": "Activar fuente del sistema", + "description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont" + }, + "theme": { + "header": "Tema del sistema", + "description": "Elija el tema del sistema para el WebUI actual" + }, + "language": { + "header": "Cambiar idioma", + "description": "Selecciona tu nuevo idioma" + }, + "logs": { + "header": "Historial de errores", + "description": "Ver todos tus registros de errores" + }, + "credits": { + "module": "Desarrollador del módulo", + "original": "Desarrollador original del módulo", + "web": "Desarrollador de la WebUI" + }, + "license": { + "module": "Licencia del módulo", + "web": "Licencia de la WebUI" + } + }, + "actions": { + "header": "Acciones", + "monitorButton": { + "pause": "Pausar", + "stop": "Detener", + "start": "Iniciar" + }, + "monitor": "Monitor", + "status": { + "tracing": "Trazando", + "stopping": "Deteniendo", + "stopped": "Detenido", + "exiting": "Saliendo", + "unknown": "Desconocido" + } + } + } +} diff --git a/webroot/lang/es_ES.json b/webroot/lang/es_ES.json new file mode 100644 index 0000000..a5e4002 --- /dev/null +++ b/webroot/lang/es_ES.json @@ -0,0 +1,93 @@ +{ + "langName": "Español", + "global": { + "unknown": "Desconocido" + }, + "smallPage": { + "language": { + "header": "Selecciona tu nuevo idioma" + }, + "theme": { + "header": "Elige tu nuevo tema", + "dark": "Oscuro", + "light": "Claro", + "system": "Basado en el sistema" + }, + "errorh": { + "buttons": { + "copy": "COPIAR", + "clear": "BORRAR TODOS LOS REGISTROS" + }, + "header": "Historial de errores", + "placeholder": "¡No se registró ningún error aquí!" + } + }, + "page": { + "home": { + "header": "Inicio", + "status": { + "notWorking": "No funciona", + "ok": "Funcionando", + "partially": "Funciona parcialmente" + }, + "info": { + "version": "Versión", + "root": "Implementación de root", + "zygote": { + "injected": "Inyectado", + "notInjected": "No inyectado", + "unknown": "Desconocido" + } + } + }, + "modules": { + "header": "Módulos", + "notAvaliable": "No hay módulos que usen Zygisk aquí.", + "arch": "Arquitectura: " + }, + "settings": { + "header": "Ajustes", + "font": { + "header": "Activar fuente del sistema", + "description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont" + }, + "theme": { + "header": "Tema del sistema", + "description": "Elija el tema del sistema para el WebUI actual" + }, + "language": { + "header": "Cambiar idioma", + "description": "Selecciona tu nuevo idioma" + }, + "logs": { + "header": "Historial de errores", + "description": "Ver todos tus registros de errores" + }, + "credits": { + "module": "Desarrollador del módulo", + "original": "Desarrollador original del módulo", + "web": "Desarrollador de la WebUI" + }, + "license": { + "module": "Licencia del módulo", + "web": "Licencia de la WebUI" + } + }, + "actions": { + "header": "Acciones", + "monitorButton": { + "pause": "Pausar", + "stop": "Detener", + "start": "Iniciar" + }, + "monitor": "Monitor", + "status": { + "tracing": "Trazando", + "stopping": "Deteniendo", + "stopped": "Detenido", + "exiting": "Saliendo", + "unknown": "Desconocido" + } + } + } +} diff --git a/webroot/lang/es_MX.json b/webroot/lang/es_MX.json new file mode 100644 index 0000000..5bc8cc9 --- /dev/null +++ b/webroot/lang/es_MX.json @@ -0,0 +1,93 @@ +{ + "langName": "Español (México)", + "global": { + "unknown": "Desconocido" + }, + "smallPage": { + "language": { + "header": "Elige tu nuevo tema" + }, + "theme": { + "header": "Elige tu nuevo tema", + "dark": "Oscuro", + "light": "Claro", + "system": "Basado en el sistema" + }, + "errorh": { + "buttons": { + "copy": "COPIAR", + "clear": "BORRAR TODOS LOS REGISTROS" + }, + "header": "Historial de errores", + "placeholder": "¡No se registró ningún error aquí!" + } + }, + "page": { + "home": { + "header": "Inicio", + "status": { + "notWorking": "No funcionando", + "ok": "Funcionando", + "partially": "Funcionando parcialmente" + }, + "info": { + "version": "Versión", + "root": "Implementación de root", + "zygote": { + "injected": "Inyectado", + "notInjected": "No inyectado", + "unknown": "Desconocido" + } + } + }, + "modules": { + "header": "Módulos", + "notAvaliable": "No hay módulos que usen Zygisk aquí.", + "arch": "Arquitectura: " + }, + "settings": { + "header": "Ajustes", + "font": { + "header": "Activar fuente del sistema", + "description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont" + }, + "theme": { + "header": "Tema del sistema", + "description": "Elige el tema del sistema para el WebUI actual" + }, + "language": { + "header": "Cambiar idioma", + "description": "Cambia a tu nuevo idioma." + }, + "logs": { + "header": "Historial de errores", + "description": "Ver todos tus registros de errores" + }, + "credits": { + "module": "Desarrollador del módulo", + "original": "Desarrollador original del módulo", + "web": "Desarrollador de la WebUI" + }, + "license": { + "module": "Licencia del módulo", + "web": "Licencia de la WebUI" + } + }, + "actions": { + "header": "Acciones", + "monitorButton": { + "pause": "Pausar", + "stop": "Detener", + "start": "Iniciar" + }, + "monitor": "Monitor", + "status": { + "tracing": "Trazando", + "stopping": "Deteniendo", + "stopped": "Detenido", + "exiting": "Saliendo", + "unknown": "Desconocido" + } + } + } +} diff --git a/webroot/lang/fr_FR.json b/webroot/lang/fr_FR.json new file mode 100644 index 0000000..ae97104 --- /dev/null +++ b/webroot/lang/fr_FR.json @@ -0,0 +1,93 @@ +{ + "langName": "Français (France)", + "global": { + "unknown": "Inconnu" + }, + "smallPage": { + "language": { + "header": "Choisissez votre nouvelle langue" + }, + "theme": { + "header": "Choisissez votre nouveau thème", + "dark": "Sombre", + "light": "Clair", + "system": "Basé sur le système" + }, + "errorh": { + "buttons": { + "copy": "COPIER", + "clear": "EFFACER TOUS LES JOURNEAUX" + }, + "header": "Historique d'erreurs", + "placeholder": "Pas de journal d'erreur enregistré ici !" + } + }, + "page": { + "home": { + "header": "Page d'accueil", + "status": { + "notWorking": "Inactif", + "ok": "Actif", + "partially": "Fonctionnement partiel" + }, + "info": { + "version": "Version", + "root": "Implémentation root", + "zygote": { + "injected": "Injecté", + "notInjected": "Non injecté", + "unknown": "Inconnu" + } + } + }, + "modules": { + "header": "Modules", + "notAvaliable": "Aucuns modules n'utilisent Zygisk actuellement.", + "arch": " Architecture: " + }, + "settings": { + "header": "Paramètres", + "font": { + "header": "Activer la police du système", + "description": "Cette option activera la police de caractère du système d'interface WebUI. NOTE: N'est peut-être pas compatible avec FlipFont" + }, + "theme": { + "header": "Thème système", + "description": "Choisissez votre thème système pour le WebUI" + }, + "language": { + "header": "Changez de langue", + "description": "Changez vers votre nouvelle langue" + }, + "logs": { + "header": "Historique d'erreur", + "description": "Voir le détail du journal d'erreur" + }, + "credits": { + "module": "Module développeur", + "original": "Module Original du Développeur", + "web": "WebUI Développeur" + }, + "license": { + "module": "Module de licence", + "web": "Licence WebUI" + } + }, + "actions": { + "header": "Actions", + "monitorButton": { + "pause": "Mettre en Pause", + "stop": "Arrêter", + "start": "Démarrer" + }, + "monitor": "Surveillance", + "status": { + "tracing": "Tracer", + "stopping": "Stopper immédiatement", + "stopped": "Arrêté", + "exiting": "Sortir d'ici", + "unknown": "Inconnu" + } + } + } +} diff --git a/webroot/lang/id_ID.json b/webroot/lang/id_ID.json new file mode 100644 index 0000000..c5ec6ca --- /dev/null +++ b/webroot/lang/id_ID.json @@ -0,0 +1,93 @@ +{ + "langName": "Bahasa Indonesia (Indonesia)", + "global": { + "unknown": "Tidak diketahui" + }, + "smallPage": { + "language": { + "header": "Pilih bahasa baru Anda" + }, + "theme": { + "header": "Pilih tema baru Anda", + "dark": "Gelap", + "light": "Terang", + "system": "Bawaan Sistem" + }, + "errorh": { + "buttons": { + "copy": "SALIN", + "clear": "BERSIHKAN SEMUA LOG" + }, + "header": "Log Error", + "placeholder": "Tidak ada log error tercatat disini!" + } + }, + "page": { + "home": { + "header": "Beranda", + "status": { + "notWorking": "Tidak Bekerja", + "ok": "Bekerja", + "partially": "Bekerja Sebagian" + }, + "info": { + "version": "Versi", + "root": "Implementasi Root", + "zygote": { + "injected": "Terinjeksi", + "notInjected": "Tidak Terinjeksi", + "unknown": "Tidak diketahui" + } + } + }, + "modules": { + "header": "Modul", + "notAvaliable": "Tidak ada modul yang menggunakan Zygisk disini.", + "arch": "Arsitektur: " + }, + "settings": { + "header": "Pengaturan", + "font": { + "header": "Gunakan Font Sistem", + "description": "Opsi ini akan mengaktifkan font sistem pada WebUI saat ini. (Mungkin tidak kompatibel dengan FlipFont)" + }, + "theme": { + "header": "Tema Sistem", + "description": "Pilih tema untuk tampilan WebUI Anda saat ini" + }, + "language": { + "header": "Ubah Bahasa", + "description": "Ubah ke bahasa baru Anda" + }, + "logs": { + "header": "Log Error", + "description": "Lihat semua log Error Anda" + }, + "credits": { + "module": "Developer Modul", + "original": "Developer Modul Asli", + "web": "Developer WebUI" + }, + "license": { + "module": "Lisensi Modul", + "web": "Lisensi WebUI" + } + }, + "actions": { + "header": "Tindakan", + "monitorButton": { + "pause": "Jeda", + "stop": "Berhenti", + "start": "Mulai" + }, + "monitor": "Monitor", + "status": { + "tracing": "Melacak", + "stopping": "Menghentikan", + "stopped": "Terhenti", + "exiting": "Terkeluar", + "unknown": "Tidak diketahui" + } + } + } +} diff --git a/webroot/lang/it_IT.json b/webroot/lang/it_IT.json new file mode 100644 index 0000000..5fb1a15 --- /dev/null +++ b/webroot/lang/it_IT.json @@ -0,0 +1,93 @@ +{ + "langName": "Italiano (Italia)", + "global": { + "unknown": "Sconosciuto" + }, + "smallPage": { + "language": { + "header": "Scegli la tua nuova lingua" + }, + "theme": { + "header": "Scegli il tuo nuovo tema", + "dark": "Scuro", + "light": "Chiaro", + "system": "Sistema" + }, + "errorh": { + "buttons": { + "copy": "COPIA", + "clear": "CANCELLA TUTTI I LOGS" + }, + "header": "Storico degli Errori", + "placeholder": "Nessun errore è stato registrato qui!" + } + }, + "page": { + "home": { + "header": "Home", + "status": { + "notWorking": "Non funzionante", + "ok": "Funzionante", + "partially": "Funzionante Parzialmente" + }, + "info": { + "version": "Versione", + "root": "Implementazione root", + "zygote": { + "injected": "Iniettato", + "notInjected": "Non Iniettato", + "unknown": "Sconosciuto" + } + } + }, + "modules": { + "header": "Moduli", + "notAvaliable": "Nessun modulo che utilizza Zygisk qui.", + "arch": "Architettura: " + }, + "settings": { + "header": "Impostazioni", + "font": { + "header": "Abilita font di sistema", + "description": "Questa opzione abiliterà il font di sistema nella WebUI. NOTA: Potrebbe non funzionare bene con FlipFont" + }, + "theme": { + "header": "Tema di sistema", + "description": "Scegli il tuo tema di sistema per la WebUI" + }, + "language": { + "header": "Cambia lingua", + "description": "Cambia alla tua nuova lingua" + }, + "logs": { + "header": "Storico degli errori", + "description": "Visualizza tutto il log dell'errore" + }, + "credits": { + "module": "Programmatore del Modulo", + "original": "Programmatore del Modulo Originale", + "web": "Programmatore della WebUI" + }, + "license": { + "module": "Licenza del modulo", + "web": "Licenza della WebUI" + } + }, + "actions": { + "header": "Azioni", + "monitorButton": { + "pause": "Pausa", + "stop": "Ferma", + "start": "Avvia" + }, + "monitor": "Controlla", + "status": { + "tracing": "Tracing", + "stopping": "Fermando", + "stopped": "Fermato", + "exiting": "Uscendo", + "unknown": "Sconosciuto" + } + } + } +} diff --git a/webroot/lang/ms_MS.json b/webroot/lang/ms_MS.json new file mode 100644 index 0000000..df5f435 --- /dev/null +++ b/webroot/lang/ms_MS.json @@ -0,0 +1,93 @@ +{ + "langName": "Malay (Malaysia)", + "global": { + "unknown": "Tidak diketahui" + }, + "smallPage": { + "language": { + "header": "Pilih bahasa anda" + }, + "theme": { + "header": "Pilih tema anda", + "dark": "Gelap", + "light": "Cerah", + "system": "Berasaskan Sistem" + }, + "errorh": { + "buttons": { + "copy": "Salin", + "clear": "KOSONGKAN SEMUA LOG" + }, + "header": "Sejarah Ralat", + "placeholder": "Tiada log ralat direkodkan di sini!" + } + }, + "page": { + "home": { + "header": "Home", + "status": { + "notWorking": "Tidak Berfungsi", + "ok": "Berfungsi", + "partially": "Separa Berfungsi" + }, + "info": { + "version": "Versi", + "root": "Pelaksanaan Root", + "zygote": { + "injected": "Disuntik", + "notInjected": "Tidak Disuntik", + "unknown": "Tidak diketahui" + } + } + }, + "modules": { + "header": "Modul", + "notAvaliable": "Tiada modul menggunakan Zygisk di sini.", + "arch": "Arkitektur: " + }, + "settings": { + "header": "Tetapan", + "font": { + "header": "Hidupkan fon sistem", + "description": "Pilihan ini akan menghidupkan fon sistem dalam WebUI semasa. NOTA: Mungkin tidak serasi dengan FlipFont" + }, + "theme": { + "header": "Tema sistem", + "description": "Pilih tema sistem anda untuk WebUI semasa" + }, + "language": { + "header": "Tukar bahasa", + "description": "Tukar kepada bahasa baharu anda" + }, + "logs": { + "header": "Sejarah Ralat", + "description": "Lihat semua log ralat anda" + }, + "credits": { + "module": "Pembangun Modul", + "original": "Pembangun Modul Asal", + "web": "Pembangun WebUI" + }, + "license": { + "module": "Lesen Modul", + "web": "Lesen WebUI" + } + }, + "actions": { + "header": "Tindakan", + "monitorButton": { + "pause": "Berhenti sebentar", + "stop": "Berhenti", + "start": "Mula" + }, + "monitor": "Pantau", + "status": { + "tracing": "Menjejak", + "stopping": "Berhenti", + "stopped": "Telah Berhenti", + "exiting": "Keluar", + "unknown": "Tidak diketahui" + } + } + } +} diff --git a/webroot/lang/nl_NL.json b/webroot/lang/nl_NL.json new file mode 100644 index 0000000..8301bc3 --- /dev/null +++ b/webroot/lang/nl_NL.json @@ -0,0 +1,93 @@ +{ + "langName": "Nederlands", + "global": { + "unknown": "Onbekend" + }, + "smallPage": { + "language": { + "header": "Kies uw nieuwe taal" + }, + "theme": { + "header": "Kies uw nieuwe thema", + "dark": "Donker", + "light": "Licht", + "system": "Systeem Gebaseerd" + }, + "errorh": { + "buttons": { + "copy": "KOPIËREN", + "clear": "VERWIJDER ALLE LOGS" + }, + "header": "Foutmelding Geschiedenis", + "placeholder": "Er is hier geen foutlogboek geregistreerd!" + } + }, + "page": { + "home": { + "header": "Thuis", + "status": { + "notWorking": "Werkt Niet", + "ok": "Werkt", + "partially": "Werkt Gedeeltelijk" + }, + "info": { + "version": "Versie", + "root": "Root Implementatie", + "zygote": { + "injected": "Geïnjecteerd", + "notInjected": "Niet Geïnjecteerd", + "unknown": "Onbekend" + } + } + }, + "modules": { + "header": "Modules", + "notAvaliable": "Geen modules die Zygisk gebruiken.", + "arch": "Architectuur: " + }, + "settings": { + "header": "Instellingen", + "font": { + "header": "Systeem lettertype inschakelen", + "description": "Deze optie zal het systeemlettertype inschakelen in huidige WebUI. Opmerking: Kan niet compatibel zijn met FlipFont" + }, + "theme": { + "header": "Systeem thema", + "description": "Kies uw systeemthema voor huidige WebUI" + }, + "language": { + "header": "Taal wijzigen", + "description": "Verander naar nieuwe taal" + }, + "logs": { + "header": "Foutmelding Geschiedenis", + "description": "Al uw foutenlogboek weergeven" + }, + "credits": { + "module": "Module Ontwikkelaar", + "original": "Originele Module Ontwikkelaar", + "web": "WebUI Ontwikkelaar" + }, + "license": { + "module": "Module Licentie", + "web": "WebUI Licentie" + } + }, + "actions": { + "header": "Acties", + "monitorButton": { + "pause": "Pauzeren", + "stop": "Stoppen", + "start": "Starten" + }, + "monitor": "Bewaken", + "status": { + "tracing": "Traceren", + "stopping": "Bezig met Stoppen", + "stopped": "Gestopt", + "exiting": "Wordt Beëindigd", + "unknown": "Onbekend" + } + } + } +} diff --git a/webroot/lang/pt_BR.json b/webroot/lang/pt_BR.json new file mode 100644 index 0000000..a51625d --- /dev/null +++ b/webroot/lang/pt_BR.json @@ -0,0 +1,93 @@ +{ + "langName": "Português (Brasil)", + "global": { + "unknown": "Desconhecido" + }, + "smallPage": { + "language": { + "header": "Escolha o seu novo idioma" + }, + "theme": { + "header": "Escolha o seu novo tema", + "dark": "Escuro", + "light": "Claro", + "system": "Baseado no do sistema" + }, + "errorh": { + "buttons": { + "copy": "COPIAR", + "clear": "LIMPAR TODOS OS REGISTROS" + }, + "header": "Histórico de Erros", + "placeholder": "Nenhum registro de erros aqui!" + } + }, + "page": { + "home": { + "header": "Início", + "status": { + "notWorking": "Não funcionando", + "ok": "Funcionando", + "partially": "Funcionando parcialmente" + }, + "info": { + "version": "Versão", + "root": "Implementação de Root", + "zygote": { + "injected": "Injetado", + "notInjected": "Não Injetado", + "unknown": "Desconhecido" + } + } + }, + "modules": { + "header": "Módulos", + "notAvaliable": "Nenhum módulo está usando Zygisk aqui.", + "arch": "Arquitetura: " + }, + "actions": { + "header": "Ações", + "monitorButton": { + "start": "Iniciar", + "stop": "Parar", + "pause": "Pausar" + }, + "monitor": "Monitor", + "status": { + "tracing": "Rastreando", + "stopping": "Parando", + "stopped": "Parado", + "exiting": "Desligando", + "unknown": "Desconhecido" + } + }, + "settings": { + "header": "Configurações", + "font": { + "header": "Usar a fonte do sistema", + "description": "Esta opção irá usar a fonte do sistema no WebUI atual. Observação: Talvez não seja compatível com o FlipFont" + }, + "theme": { + "header": "Tema do sistema", + "description": "Escolha o tema do seu sistema para o WebUI atual" + }, + "language": { + "header": "Alterar a língua", + "description": "Mude para sua nova língua" + }, + "logs": { + "header": "Histórico de Erros", + "description": "Ver o histórico de erros inteiro" + }, + "credits": { + "module": "Desenvolvedora do módulo", + "original": "Desenvolvedores do módulo original", + "web": "Desenvolvedor do WebUI" + }, + "license": { + "module": "Licença do Módulo", + "web": "Licença do WebUI" + } + } + } +} diff --git a/webroot/lang/ru_RU.json b/webroot/lang/ru_RU.json new file mode 100644 index 0000000..0afba41 --- /dev/null +++ b/webroot/lang/ru_RU.json @@ -0,0 +1,93 @@ +{ + "langName": "Русский (Россия)", + "global": { + "unknown": "Неизвестно" + }, + "smallPage": { + "language": { + "header": "Выберите ваш новый язык" + }, + "theme": { + "header": "Выберите свою новую тему", + "dark": "Темная", + "light": "Светлая", + "system": "На основе системной темы" + }, + "errorh": { + "buttons": { + "copy": "Копировать", + "clear": "Очистить все логи" + }, + "header": "Журнал ошибок", + "placeholder": "Журнал ошибок здесь не ведется!" + } + }, + "page": { + "home": { + "header": "Главная", + "status": { + "notWorking": "Не работает", + "ok": "Работает", + "partially": "Частично работает" + }, + "info": { + "version": "Версия", + "root": "Root реализация", + "zygote": { + "injected": "Инъецировано", + "notInjected": "Не инъецировано", + "unknown": "Неизвестно" + } + } + }, + "modules": { + "header": "Модули", + "notAvaliable": "Здесь нет модулей, использующих Zygisk.", + "arch": "Архитектура: " + }, + "settings": { + "header": "Настройки", + "font": { + "header": "Включить системный шрифт", + "description": "Эта опция включит системный шрифт в текущем WebUI. ПРИМЕЧАНИЕ: Может быть несовместимо с FlipFont" + }, + "theme": { + "header": "Системная тема", + "description": "Выберите вашу системную тему для текущего WebUI" + }, + "language": { + "header": "Сменить язык", + "description": "Измените на ваш новый язык" + }, + "logs": { + "header": "История ошибок", + "description": "Просмотреть весь журнал ваших ошибок" + }, + "credits": { + "module": "Разработчик модуля", + "original": "Разработчик оригинального модуля", + "web": "Разработчик WebUI" + }, + "license": { + "module": "Лицензия модуля", + "web": "Лицензия WebUI" + } + }, + "actions": { + "header": "Действия", + "monitorButton": { + "pause": "Пауза", + "stop": "Стоп", + "start": "Начать" + }, + "monitor": "Обзор", + "status": { + "tracing": "Состояние", + "stopping": "Остановка", + "stopped": "Остановлено", + "exiting": "Выход", + "unknown": "Неизвестно" + } + } + } +} diff --git a/webroot/lang/tr_TR.json b/webroot/lang/tr_TR.json new file mode 100644 index 0000000..30b14d0 --- /dev/null +++ b/webroot/lang/tr_TR.json @@ -0,0 +1,93 @@ +{ + "langName": "Türkçe (Türkiye)", + "global": { + "unknown": "Bilinmiyor" + }, + "smallPage": { + "language": { + "header": "Yeni dilinizi seçin" + }, + "theme": { + "header": "Yeni temanızı seçin", + "dark": "Koyu", + "light": "Açık", + "system": "Sistem Tabanlı" + }, + "errorh": { + "buttons": { + "copy": "KOPYALA", + "clear": "BÜTÜN KAYITLARI SİL" + }, + "header": "Hata Geçmişi", + "placeholder": "Burada kaydedilmiş hata yok!" + } + }, + "page": { + "home": { + "header": "Anasayfa", + "status": { + "notWorking": "Aktif Değil", + "ok": "Aktif", + "partially": "Yarı-Aktif" + }, + "info": { + "version": "Versiyon", + "root": "Root İmplementasyonu", + "zygote": { + "injected": "Enjekte", + "notInjected": "Enjekte Değil", + "unknown": "Bilinmiyor" + } + } + }, + "modules": { + "header": "Modüller", + "notAvaliable": "Burada Zygisk kullanan modül yok.", + "arch": "Mimari: " + }, + "actions": { + "header": "Hareketler", + "monitorButton": { + "start": "Başlat", + "stop": "Bitir", + "pause": "Durdur" + }, + "monitor": "Monitör", + "status": { + "tracing": "İzleniyor", + "stopping": "Durduluyor", + "stopped": "Durdu", + "exiting": "Çıkılıyor", + "unknown": "Bilinmiyor" + } + }, + "settings": { + "header": "Ayarlar", + "font": { + "header": "Sistem yazı tipini aktifleştir", + "description": "Bu seçenek anlık WebUI (Web Arayüzü) için sistem yazıt tipini aktifleştirir. NOT: FlipFont ile uyumlu olmayabilir!" + }, + "theme": { + "header": "Sistem Teması", + "description": "Anlık WebUI için sistem temanı seç" + }, + "language": { + "header": "Dil değiştir", + "description": "Yeni dilini seç" + }, + "logs": { + "header": "Hata Geçmişi", + "description": "Bütün hata kayıtlarını görüntüle" + }, + "credits": { + "module": "Modül Geliştiricisi", + "original": "Orijinal Modül Geliştiricisi", + "web": "WebUI Geliştiricisi" + }, + "license": { + "module": "Modül Lisansı", + "web": "WebUI Lisansı" + } + } + } +} diff --git a/webroot/lang/uk_UA.json b/webroot/lang/uk_UA.json new file mode 100644 index 0000000..19e4266 --- /dev/null +++ b/webroot/lang/uk_UA.json @@ -0,0 +1,93 @@ +{ + "langName": "Українська (Україна)", + "global": { + "unknown": "Невідомо" + }, + "smallPage": { + "language": { + "header": "Оберіть нову мову" + }, + "theme": { + "header": "Оберіть нову тему", + "dark": "Темна", + "light": "Світла", + "system": "За системною" + }, + "errorh": { + "buttons": { + "copy": "Копіювати", + "clear": "Очистити всі записи" + }, + "header": "Історія помилок", + "placeholder": "Жодної помилки не було записано тут!" + } + }, + "page": { + "home": { + "header": "Головна", + "status": { + "notWorking": "Не працює", + "ok": "Працює", + "partially": "Частково працює" + }, + "info": { + "version": "Версія", + "root": "Root реалізація", + "zygote": { + "injected": "Ін'єктовано", + "notInjected": "Не ін'єктовано", + "unknown": "Невідомо" + } + } + }, + "modules": { + "header": "Модулі", + "notAvaliable": "Немає модулів, які б використовували Zygisk.", + "arch": "Архітектура: " + }, + "actions": { + "header": "Дії", + "monitorButton": { + "start": "Почати", + "stop": "Зупинити", + "pause": "Пауза" + }, + "monitor": "Моніторинг", + "status": { + "tracing": "Відстежується", + "stopping": "Зупиняється", + "stopped": "Зупинено", + "exiting": "Виходить", + "unknown": "Невідомий" + } + }, + "settings": { + "header": "Налаштування", + "font": { + "header": "Увімкнути системний шрифт", + "description": "Ця опція увімкне системний шрифт у поточному WebUI. Примітка: Може бути несумісною з FlipFont" + }, + "theme": { + "header": "Системна тема", + "description": "Виберіть системну тему для поточного WebUI" + }, + "language": { + "header": "Змінити мову", + "description": "Змінити на вашу нову мову" + }, + "logs": { + "header": "Журнал помилок", + "description": "Переглянути весь журнал помилок" + }, + "credits": { + "module": "Розробники модуля", + "original": "Оригінальний розробник модуля", + "web": "Розробник WebUI" + }, + "license": { + "module": "Ліцензія модуля", + "web": "Ліцензія WebUI" + } + } + } +} diff --git a/webroot/lang/vi_VN.json b/webroot/lang/vi_VN.json new file mode 100644 index 0000000..102fab0 --- /dev/null +++ b/webroot/lang/vi_VN.json @@ -0,0 +1,93 @@ +{ + "langName": "Tiếng Việt", + "global": { + "unknown": "Không xác định" + }, + "smallPage": { + "language": { + "header": "Chọn ngôn ngữ mới của bạn" + }, + "theme": { + "header": "Chọn giao diện mới của bạn", + "dark": "Tối", + "light": "Sáng", + "system": "Theo hệ thống" + }, + "errorh": { + "buttons": { + "copy": "SAO CHÉP", + "clear": "XOÁ TOÀN BỘ LOGS" + }, + "header": "Lịch Sử Lỗi", + "placeholder": "Không có lỗi nào được ghi ở đây!" + } + }, + "page": { + "home": { + "header": "Trang Chủ", + "status": { + "notWorking": "Không hoạt động", + "ok": "Đang hoạt động", + "partially": "Đang hoạt động một phần" + }, + "info": { + "version": "Phiên bản", + "root": "Hệ thống root", + "zygote": { + "injected": "Đã can thiệp", + "notInjected": "Chưa can thiệp", + "unknown": "Không xác định" + } + } + }, + "modules": { + "header": "Mô Đun", + "notAvaliable": "Không có mô-đun nào sử dụng Zygisk ở đây!", + "arch": "Cấu trúc: " + }, + "actions": { + "header": "Trình điều khiển", + "monitorButton": { + "start": "Chạy", + "stop": "Dừng", + "pause": "Tạm Dừng" + }, + "monitor": "Trình theo dõi", + "status": { + "tracing": "Đang chạy", + "stopping": "Đang Dừng", + "stopped": "Đã Dừng", + "exiting": "Đã Thoát", + "unknown": "Không Xác Định" + } + }, + "settings": { + "header": "Cài đặt", + "font": { + "header": "Sử dụng phông chữ hệ thống", + "description": "Tuỳ chọn này sẽ cho phép người dùng sử dụng phông chữ của hệ thống. LƯU Ý: Có thể sẽ không tương thích với FlipFont" + }, + "theme": { + "header": "Giao diện hệ thống", + "description": "Chọn giao diện cho WebUI hiện tại của bạn" + }, + "language": { + "header": "Thay đổi ngôn ngữ", + "description": "Thay đổi sang ngôn ngữ mới" + }, + "logs": { + "header": "Lịch sử lỗi", + "description": "Xem tất cả các lỗi" + }, + "credits": { + "module": "Nhà phát triển mô-đun", + "original": "Nhà phát triển mô-đun gốc", + "web": "Nhà phát triển WebUI" + }, + "license": { + "module": "Giấy phép bản quyền mô-đun", + "web": "Giấy phép bản quyền WebUI" + } + } + } +} diff --git a/webroot/lang/zh_CN.json b/webroot/lang/zh_CN.json new file mode 100644 index 0000000..f13c633 --- /dev/null +++ b/webroot/lang/zh_CN.json @@ -0,0 +1,93 @@ +{ + "langName": "简体中文 (中国)", + "global": { + "unknown": "未知" + }, + "smallPage": { + "language": { + "header": "选择语言" + }, + "theme": { + "header": "选择主题风格", + "dark": "暗色", + "light": "浅色", + "system": "跟随系统" + }, + "errorh": { + "buttons": { + "copy": "复制", + "clear": "清空日志" + }, + "header": "错误日志", + "placeholder": "暂时没有错误日志" + } + }, + "page": { + "home": { + "header": "主页", + "status": { + "notWorking": "未运行", + "ok": "运行中", + "partially": "部分运行" + }, + "info": { + "version": "版本", + "root": "Root实现", + "zygote": { + "injected": "已注入", + "notInjected": "未注入", + "unknown": "未知" + } + } + }, + "modules": { + "header": "模块", + "notAvaliable": "目前没有模块使用Zygisk", + "arch": "架构: " + }, + "actions": { + "header": "操作", + "monitorButton": { + "start": "启动", + "stop": "停止", + "pause": "暂停" + }, + "monitor": "监视器", + "status": { + "tracing": "追踪中", + "stopping": "正在停止", + "stopped": "已停止", + "exiting": "正在退出", + "unknown": "未知" + } + }, + "settings": { + "header": "设置", + "font": { + "header": "启用系统字体", + "description": "此选项会在Web界面启用系统字体。可能与FlipFont不兼容。" + }, + "theme": { + "header": "主题", + "description": "选择Web界面的主题风格" + }, + "language": { + "header": "语言", + "description": "切换不同的语言" + }, + "logs": { + "header": "错误日志", + "description": "浏览所有错误日志" + }, + "credits": { + "module": "模块开发者", + "original": "源模块开发者", + "web": "Web界面开发者" + }, + "license": { + "module": "模块开源许可", + "web": "Web界面开源许可" + } + } + } +}