Add Newgrounds.com #877

Merged
wasu-code merged 16 commits from newgrounds into main 2025-04-10 21:31:27 -05:00
wasu-code commented 2025-04-04 08:14:31 -05:00 (Migrated from github.com)

Checklist:

  • Updated extVersionCode value in build.gradle for individual extensions
  • Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Added the isNsfw = true flag in build.gradle when appropriate
  • 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
  • Have made sure all the icons are in png format
Checklist: - [x] Updated `extVersionCode` value in `build.gradle` for individual extensions - [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions - [x] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [x] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [ ] Have not changed source names - [ ] Have explicitly kept the `id` if a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio - [x] Have removed `web_hi_res_512.png` when adding a new extension - [x] Have made sure all the icons are in png format
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-04-08 13:04:06 -05:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • src/all/newgrounds/build.gradle: Language not supported
Comments suppressed due to low confidence (2)

src/all/newgrounds/src/eu/kanade/tachiyomi/animeextension/all/newgrounds/NewGroundsFilters.kt:7

  • [nitpick] The name 'TuningExactFilter' is ambiguous; consider renaming it to 'MatchExactFilter' (and similarly 'TuningAnyFilter' to 'MatchAnyFilter') for clearer intent.
class TuningExactFilter : AnimeFilter.CheckBox("exact matches", false)

src/all/newgrounds/src/eu/kanade/tachiyomi/animeextension/all/newgrounds/NewGroundsFilters.kt:31

  • [nitpick] The label 'Frontpaged?' may be unclear; consider using a more descriptive name like 'Show on Frontpage?'.
class FrontpagedFilter : AnimeFilter.CheckBox("Frontpaged?", false)
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments. <details> <summary>Files not reviewed (1)</summary> * **src/all/newgrounds/build.gradle**: Language not supported </details> <details> <summary>Comments suppressed due to low confidence (2)</summary> **src/all/newgrounds/src/eu/kanade/tachiyomi/animeextension/all/newgrounds/NewGroundsFilters.kt:7** * [nitpick] The name 'TuningExactFilter' is ambiguous; consider renaming it to 'MatchExactFilter' (and similarly 'TuningAnyFilter' to 'MatchAnyFilter') for clearer intent. ``` class TuningExactFilter : AnimeFilter.CheckBox("exact matches", false) ``` **src/all/newgrounds/src/eu/kanade/tachiyomi/animeextension/all/newgrounds/NewGroundsFilters.kt:31** * [nitpick] The label 'Frontpaged?' may be unclear; consider using a more descriptive name like 'Show on Frontpage?'. ``` class FrontpagedFilter : AnimeFilter.CheckBox("Frontpaged?", false) ``` </details>
Sign in to join this conversation.
No description provided.