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

Registration as photo editor with Blackberry Contacts app with Android (action-edit) not working #8

Open
BOFH2k opened this issue May 15, 2019 · 11 comments
Milestone

Comments

@BOFH2k
Copy link

BOFH2k commented May 15, 2019

When adding a photograph to a contact, the app searches for a photo editor intent (?) as provided by Google Photos or Simple Gallery. It would be nice if LJC could be used for that use case.

@k3b k3b changed the title Registration as photo editor with Android Registration as photo picker with Android (action-pick) May 16, 2019
@k3b
Copy link
Owner

k3b commented May 16, 2019

This is similar to #3

@k3b k3b added enhancement New feature or request feature request labels May 16, 2019
@k3b k3b added this to the v1.1.0.190518 milestone May 17, 2019
@k3b
Copy link
Owner

k3b commented May 17, 2019

Implemented in v1.1.0.190518

@k3b k3b closed this as completed May 17, 2019
@BOFH2k
Copy link
Author

BOFH2k commented May 19, 2019

Nope, with 1.1.0.190518 the Android contact app still refuses to use llcrop:
Installieren Sie eine Fotobearbeitungs-App, um diesen Vorgang abzuschließen.
There seems to be a difference in registration as photo picker from photo editor...

@BOFH2k BOFH2k changed the title Registration as photo picker with Android (action-pick) Registration as photo editor with Android (action-edit) May 19, 2019
@k3b
Copy link
Owner

k3b commented May 20, 2019

on my android-7.1 it works as expected with "stock contacts app" and with Simple-contatacts-pro:

i can open contacts, select edit-contact and then select "neues foto auswählen" (german for select new image) which presents me llCrop.

To find out what is happening:

My contact app uses

  • action PICK
  • data null
  • mime image/*

@BOFH2k
Copy link
Author

BOFH2k commented May 20, 2019 via email

@k3b
Copy link
Owner

k3b commented May 20, 2019

May be this is an android-8.1 nad/or permission issue.

does your stock contacts app have any working photo editor? if yes we have the chance to find out what might be happening by inspecting the manifest of the working app.

On my android devices (7.0 and 7.1) https://f-droid.org/de/packages/com.simplemobiletools.contacts.pro is also working well.

@k3b k3b removed enhancement New feature or request feature request labels May 20, 2019
@k3b k3b closed this as completed May 20, 2019
@BOFH2k
Copy link
Author

BOFH2k commented May 20, 2019 via email

@k3b k3b reopened this May 20, 2019
@k3b
Copy link
Owner

k3b commented May 20, 2019

Ups: working with Simple Gallery but not with intentintercept then i have a source where i can go on investigating ....

@k3b
Copy link
Owner

k3b commented May 21, 2019

@BOFH2k in v1.1.1 I have added action com.android.camera.action.CROP (stolen from simple gallery). may be this fixes the issue

@k3b
Copy link
Owner

k3b commented Aug 6, 2019

@BOFH2k is this issue now solved with v1.1.1? can we close this ticket?

@BOFH2k
Copy link
Author

BOFH2k commented Aug 9, 2019

Well, 1.1.2 is called by the BlackBerry contacts app, the cropped image is then saved with the preset name (as reported per pop-up) but the contacts app doesn't seem to pick that path up...

@k3b k3b changed the title Registration as photo editor with Android (action-edit) Registration as photo editor with Blackberry Contacts app with Android (action-edit) not working Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants