mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
Update docs and checklist on web_hi_res icons (#275)
This commit is contained in:
parent
53865372a3
commit
99b61247b0
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
@ -7,3 +7,4 @@ Checklist:
|
||||
- [ ] Have not changed source names
|
||||
- [ ] 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 removed `web_hi_res_512.png` when adding a new extension
|
||||
|
@ -209,9 +209,8 @@ src/<lang>/<mysourcename>/
|
||||
│ │ └── ic_launcher.png
|
||||
│ ├── mipmap-xxhdpi
|
||||
│ │ └── ic_launcher.png
|
||||
│ ├── mipmap-xxxhdpi
|
||||
│ │ └── ic_launcher.png
|
||||
│ └── web_hi_res_512.png
|
||||
│ └── mipmap-xxxhdpi
|
||||
│ └── ic_launcher.png
|
||||
└── src
|
||||
└── eu
|
||||
└── kanade
|
||||
@ -573,9 +572,8 @@ multisrc
|
||||
│ │ │ └── ic_launcher.png
|
||||
│ │ ├── mipmap-xxhdpi
|
||||
│ │ │ └── ic_launcher.png
|
||||
│ │ ├── mipmap-xxxhdpi
|
||||
│ │ │ └── ic_launcher.png
|
||||
│ │ └── web_hi_res_512.png
|
||||
│ │ └── mipmap-xxxhdpi
|
||||
│ │ └── ic_launcher.png
|
||||
│ └── <sourcepkg>
|
||||
│ ├── additional.gradle
|
||||
│ ├── AndroidManifest.xml
|
||||
@ -588,9 +586,8 @@ multisrc
|
||||
│ │ │ └── ic_launcher.png
|
||||
│ │ ├── mipmap-xxhdpi
|
||||
│ │ │ └── ic_launcher.png
|
||||
│ │ ├── mipmap-xxxhdpi
|
||||
│ │ │ └── ic_launcher.png
|
||||
│ │ └── web_hi_res_512.png
|
||||
│ │ └── mipmap-xxxhdpi
|
||||
│ │ └── ic_launcher.png
|
||||
│ └── src
|
||||
│ └── <SourceName>.kt
|
||||
└── src
|
||||
@ -857,7 +854,7 @@ Git Repository in Android Studio" section of the guide.
|
||||
> [!IMPORTANT]
|
||||
> 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
|
||||
> 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
|
||||
untested PRs will not be merged, such as ones created with the GitHub web interface. Also make sure
|
||||
|
Loading…
Reference in New Issue
Block a user