-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distribution #5
Comments
App has been distributed to the Galaxy Store. |
App tested on API 23 emulator without Google Play Services and worked. |
For F-Droid, there are 3 show-stoppers currently:
These libraries are not libre. Is it possible to have a build flavor coming without them, and not losing too much functionality that way? Or else, to replace them (I see #2 may be an attempt to that)? |
Yes, I plan to add a build variant removing the need for these non free dependencies in the future. |
I will solve this in the future(probably this year), but right now I do not have much time to fix this. |
On a side note, where did you find the first 2 dependencies in this repo? (Android Vision and GMS)? I can't seem to find them in the repo, only ML Kit is used (to my knowledge) |
I didn't find them in the repo, but in the resulting APK file. The above is quoting results from my own library scanner, used by F-Droid's issuebot and in my repo as well. If you want to use it for yourself, the one from issuebot can be used more-or-less stand-alone (less dependencies than the full-fledged one I use), dependencies and an example call are contained at the head of the file ( And to explain: those two are dependencies drawn in by the third. MLKit is based on Vision which in turn requires GMS, as you can tell by its package name. |
Thanks |
Code Scanner is now available on F-Droid through a custom repository. Add https://czlucius.gitlab.io/czlucius-fdroid-repo/fdroid to the list of repositories in the F-Droid app. |
I will refactor the code to use |
ZXing returns scanned data as plain text, unlike ML Kit which provides it in structured form. I'm trying to write a library to parse this data so I can detect the data types (e.g. URL, VCF, Email) |
This app needs to be distributed to platforms and app stores to increase its reach
Suggested app stores:
Other app stores (requires decoupling of ML Kit):
The text was updated successfully, but these errors were encountered: