Skip to content

New App: Forkyz Scanner (app.crossword.yourealwaysbe.forkyzscanner)

yourealwaysbe requested to merge Hague/fdroiddata:forkyz-scanner-1 into master

Required

  • The app complies with the inclusion criteria
  • The original app author has been notified (and does not oppose the inclusion)
  • All related fdroiddata and RFP issues have been referenced in this merge request
  • Builds with fdroid build

Strongly Recommended

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • [n/a] External repos are added as git submodules instead of srclibs
  • Enable Reproducible Builds
  • Multiple apks for native code

This app uses OpenCV and Tesseract. I've tried to do this in a way that is ok with the inclusion policy, but will flag to check.

  • OpenCV -- i am using QuickBirgEng opencv-android's release. This is from Maven Central. I have chosen version 3.14.7 as it is the most recent version where the source code is available on their GitHub page (in the releases section).
  • Tesseract -- i am using Tesseract4Android. Language model data has to be downloaded or imported by the user from the settings page before use.

Happy to switch to alternative uses of OpenCV or Tesseract if there is best practice on FDroid. Both bundle in native code and i don't know of a way to make split builds from these libraries.

Passing build.

Edited by yourealwaysbe

Merge request reports