extensions-source icon indicating copy to clipboard operation
extensions-source copied to clipboard

Add hunters scans

Open NotBlankyu opened this issue 1 year ago • 2 comments

Closes #187

Checklist:

  • [ ] Updated extVersionCode value in build.gradle for individual extensions
  • [x] 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
  • [x] 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

NotBlankyu avatar Jan 18 '24 18:01 NotBlankyu

uh is the check failing because the okhttp3 imports are before the java imports? and is it relevant? every other extension had the imports ordered like that.

NotBlankyu avatar Jan 18 '24 18:01 NotBlankyu

Invert these

import eu.kanade.tachiyomi.network.interceptor.rateLimit
import eu.kanade.tachiyomi.network.POST

bapeey avatar Jan 18 '24 19:01 bapeey