-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
This is similar to #3 |
Implemented in v1.1.0.190518 |
Nope, with 1.1.0.190518 the Android contact app still refuses to use llcrop: |
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
|
#response_container_BBPPID{font-family: initial; font-size:initial; color: initial;} Hmmm,on my Android 8.1 com.blackberry.contacts app 2.1902.1.16890 no intent seems to be called, as intentintercept doesn't appear...Thanks anyway!
|
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. |
#response_container_BBPPID{font-family: initial; font-size:initial; color: initial;} As I wrote initially: Google Photos or Simple Gallery (https://f-droid.org/app/com.simplemobiletools.gallery.pro) are picked up successfully. APhotoManager isn't, incidentally.
|
Ups: working with Simple Gallery but not with intentintercept then i have a source where i can go on investigating .... |
@BOFH2k in v1.1.1 I have added action com.android.camera.action.CROP (stolen from simple gallery). may be this fixes the issue |
@BOFH2k is this issue now solved with v1.1.1? can we close this ticket? |
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... |
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.
The text was updated successfully, but these errors were encountered: