Skip to content
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

F-droid build doesn't have "take picture" feature #10573

Open
Th3-A6add0n opened this issue Jun 12, 2024 · 3 comments
Open

F-droid build doesn't have "take picture" feature #10573

Th3-A6add0n opened this issue Jun 12, 2024 · 3 comments
Labels
bug It's a bug

Comments

@Th3-A6add0n
Copy link

Operating system

Android

Joplin version

3.0.3

Desktop version info

No response

Current behaviour

When I clicked on "take picture" it doesn't work & neither does it ask for camera permissions.
Screenrecording

Expected behaviour

When clicked on "take pictures" it should open up the camera to take pictures.

Logs

No response

@Th3-A6add0n Th3-A6add0n added the bug It's a bug label Jun 12, 2024
@JackGruber
Copy link
Contributor

Yes as mentioned in the description page, the F-Droid app doesn't have the camera feature.
#5735

@Th3-A6add0n
Copy link
Author

Yes as mentioned in the description page, the F-Droid app doesn't have the camera feature. #5735

How does getting a camera access depend on play services or firebase?

@personalizedrefrigerator
Copy link
Collaborator

personalizedrefrigerator commented Jun 12, 2024

How does getting a camera access depend on play services or firebase?

Among other libraries, react-native-camera (on a list of libraries we may want to replace) depends on Google Play Services for barcode scanning and face detection (I think we use neither of these aspects of react-native-camera):

  implementation "com.google.android.gms:play-services-mlkit-text-recognition:16.3.0"
  generalImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:16.2.0"
  generalImplementation "com.google.android.gms:play-services-mlkit-face-detection:16.2.0"
  mlkitImplementation "com.google.mlkit:barcode-scanning:16.2.0"
  mlkitImplementation "com.google.mlkit:face-detection:16.1.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

3 participants