Skip to content

Commit ed83037

Browse files
committed
docs: update store listing metadata
1 parent cbc23f5 commit ed83037

File tree

20 files changed

+19
-7
lines changed

20 files changed

+19
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="192" height="192" src="img/icon.png"/>
2+
<img alt="SysctlGUI icon" width="192" height="192" src="fastlane/metadata/android/en-US/images/icon.png"/>
33
</p>
44

55
# SysctlGUI
@@ -65,9 +65,9 @@ If you'd like to help translate the app into other languages, please see the [tr
6565
## Screenshots
6666
<div align="center">
6767

68-
| | | | |
69-
|:------------------------------------------------------:|:------------------------------------------------------:|:------------------------------------------------------:|:-------------------------------------------------------:|
70-
|<img src="img/ss01.png" alt="Screenshot 1" width="200"> |<img src="img/ss02.png" alt="Screenshot 2" width="200"> |<img src="img/ss03.png" alt="Screenshot 3" width="200"> | <img src="img/ss04.png" alt="Screenshot 4" width="200"> |
68+
| | | | |
69+
|:--------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|
70+
|<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/01.png" alt="Screenshot 1" width="200"> | <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/02.png" alt="Screenshot 2" width="200"> | <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/03.png" alt="Screenshot 3" width="200"> | <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/04.png" alt="Screenshot 4" width="200"> |
7171

7272
</div>
7373

TRANSLATING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Thank you for your interest in translating SysctlGUI! Your contributions help ma
4141
* Translate the text content, but leave any special characters, newlines, or formatting intact.
4242
* Place the translated `.txt` files in a new `raw-xx` directory within `data/src/main/res/` (e.g., `data/src/main/res/raw-es/` for Spanish).
4343

44+
* **Fastlane Metadata:** For store listing localization.
45+
* `fastlane/metadata/android/en-US/short_description.txt`
46+
* `fastlane/metadata/android/en-US/full_description.txt`
47+
* `fastlane/metadata/android/en-US/title.txt`
48+
49+
To translate these files, create a new directory for your language/region in `fastlane/metadata/android/` (e.g., `fastlane/metadata/android/es-ES/` for Spanish - Spain). Then, copy the original `.txt` files from the `en-US` directory into your new language directory and translate their content.
50+
4451
5. **Commit Your Changes:** Commit your translated files with a clear commit message.
4552
```bash
4653
git add .
@@ -56,7 +63,7 @@ Thank you for your interest in translating SysctlGUI! Your contributions help ma
5663

5764
* Ensure your translations are accurate and natural-sounding in the target language.
5865
* Do not translate resource names (e.g., `app_name` in `<string name="app_name">`). Only translate the text content between the XML tags.
59-
* For `.txt` files, preserving the exact original formatting is critical for the app to function correctly with the translated content.
66+
* For `.txt` files (both raw resources and Fastlane metadata), preserving the exact original formatting is critical for the app to function correctly with the translated content.
6067
* If you are unsure about any part of the translation process, feel free to open an issue on the main repository to ask for clarification.
6168

6269
Thank you for your contribution!
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Added per-app language support (Android 13+)
2+
* Improved StartUpWorker reliability (fixes reapply on boot)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p><i>Sysctl GUI</i> is a GUI application to edit Android kernel variables.</p><p><b>Features:</b></p><ul><li>Browse filesystem for specifc kernel parameters</li><li>Select parameters from a searchable list</li><li>Information about known parameters</li><li>Load parameters from a configuration file</li><li>Reapply parameters at startup</li></ul>
1+
<p>SysctlGUI is a Android application designed for power users, developers, and enthusiasts who want to fine-tune their device's performance by directly editing kernel parameters.It provides a user interface for the <code>sysctl</code> command-line utility, making advanced kernel tweaking accessible and manageable.</p><p><b>Features:</b></p><ul><li>Easily browse the filesystem or search a comprehensive list to find kernel parameters, with in-app documentation to help you understand their impact.</li><li>Automatically reapply your chosen settings on every boot.</li><li>Save and load sets of parameters from configuration files, making it simple to switch between different performance profiles or share your setup.</li><li>Mark frequently used parameters for quick and easy access.</li><li>Automate the application of kernel parameters in response to specific events using <a href="https://tasker.joaoapps.com/">Tasker</a>.</li></ul>
18.4 KB
Loading

img/ss01.png renamed to fastlane/metadata/android/en-US/images/phoneScreenshots/01.png

File renamed without changes.

img/ss02.png renamed to fastlane/metadata/android/en-US/images/phoneScreenshots/02.png

File renamed without changes.

img/ss03.png renamed to fastlane/metadata/android/en-US/images/phoneScreenshots/03.png

File renamed without changes.

img/ss04.png renamed to fastlane/metadata/android/en-US/images/phoneScreenshots/04.png

File renamed without changes.
-19 KB
Binary file not shown.

0 commit comments

Comments
 (0)