Update docs and checklist on web_hi_res icons (#275)

This commit is contained in:
stevenyomi 2024-01-15 22:19:56 +08:00 committed by GitHub
parent 53865372a3
commit 99b61247b0
2 changed files with 8 additions and 10 deletions

View File

@ -7,3 +7,4 @@ Checklist:
- [ ] Have not changed source names - [ ] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed - [ ] Have explicitly kept the `id` if a source's name or language were changed
- [ ] Have tested the modifications by compiling and running the extension through Android Studio - [ ] Have tested the modifications by compiling and running the extension through Android Studio
- [ ] Have removed `web_hi_res_512.png` when adding a new extension

View File

@ -209,9 +209,8 @@ src/<lang>/<mysourcename>/
│   │   └── ic_launcher.png │   │   └── ic_launcher.png
│   ├── mipmap-xxhdpi │   ├── mipmap-xxhdpi
│   │   └── ic_launcher.png │   │   └── ic_launcher.png
│   ├── mipmap-xxxhdpi │   └── mipmap-xxxhdpi
│   │   └── ic_launcher.png │      └── ic_launcher.png
│   └── web_hi_res_512.png
└── src └── src
└── eu └── eu
└── kanade └── kanade
@ -573,9 +572,8 @@ multisrc
│   │   │   └── ic_launcher.png │   │   │   └── ic_launcher.png
│   │   ├── mipmap-xxhdpi │   │   ├── mipmap-xxhdpi
│   │   │   └── ic_launcher.png │   │   │   └── ic_launcher.png
│   │   ├── mipmap-xxxhdpi │   │   └── mipmap-xxxhdpi
│   │   │   └── ic_launcher.png │   │      └── ic_launcher.png
│   │   └── web_hi_res_512.png
│   └── <sourcepkg> │   └── <sourcepkg>
│   ├── additional.gradle │   ├── additional.gradle
│   ├── AndroidManifest.xml │   ├── AndroidManifest.xml
@ -588,9 +586,8 @@ multisrc
│   │   │   └── ic_launcher.png │   │   │   └── ic_launcher.png
│   │   ├── mipmap-xxhdpi │   │   ├── mipmap-xxhdpi
│   │   │   └── ic_launcher.png │   │   │   └── ic_launcher.png
│   │   ├── mipmap-xxxhdpi │   │   └── mipmap-xxxhdpi
│   │   │   └── ic_launcher.png │   │      └── ic_launcher.png
│   │   └── web_hi_res_512.png
│   └── src │   └── src
│   └── <SourceName>.kt │   └── <SourceName>.kt
└── src └── src
@ -857,7 +854,7 @@ Git Repository in Android Studio" section of the guide.
> [!IMPORTANT] > [!IMPORTANT]
> Make sure you have generated the extension icon using the linked Icon Generator tool in the [Tools](#tools) > Make sure you have generated the extension icon using the linked Icon Generator tool in the [Tools](#tools)
> section. The icon **must follow the pattern** adopted by all other extensions: a square with rounded > section. The icon **must follow the pattern** adopted by all other extensions: a square with rounded
> corners. > corners. Make sure to remove the generated `web_hi_res_512.png`.
Please **do test your changes by compiling it through Android Studio** before submitting it. Obvious Please **do test your changes by compiling it through Android Studio** before submitting it. Obvious
untested PRs will not be merged, such as ones created with the GitHub web interface. Also make sure untested PRs will not be merged, such as ones created with the GitHub web interface. Also make sure