You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring of codebase to be compatible to F-Droid, to have a build flavor that does not have proprietary libraries.
See #2, #5.
Challenges
Detecting of data types(e.g. URL, E-mail) -> may create a library for that
ZXing does not detect type of data, and returns it as a raw string. Code needs to be written to parse this data.
Type Integers
Generic classes so that general and foss can extend
Refactoring of codebase to be compatible to F-Droid, to have a build flavor that does not have proprietary libraries.
See #2, #5.
Challenges
ZXing does not detect type of data, and returns it as a raw string. Code needs to be written to parse this data.
Code will be pushed to the
fossbranch soon