kollerlukas / Camera-Roll-Android-App

Simple Galley App for Android, with lovely Material Design.
Apache License 2.0
490 stars 112 forks source link

False image delegation in sharing method #135

Open alexanderadam opened 6 years ago

alexanderadam commented 6 years ago

Hi Lukas, thank you again for Camera Roll.

I have two bugs but I can't properly reproduce them at the moment 😱 :

  1. Sometimes wrong images are selected when I want to share them. It looks fine in Camera Roll but when I want to share the image, another one is delegated to the other app. I *believe it happens only after I took a new picture.
  2. Reopening Camera Roll and pressing back button freezes the app sometimes.

I'm very sorry that I don't have more details at the moment but maybe you have a clue already.

Thank you in advance

kollerlukas commented 6 years ago

Are you still experiencing these issues? I couldn't reproduce them.

alexanderadam commented 6 years ago

Hm, I'm not sure but I think it works now.

alexanderadam commented 6 years ago

I was wrong. It still happens in current version on F-Droid (1.0.4?).

I saved an image on Twitter and tried to share it in a direct contact in signal.

kollerlukas commented 6 years ago

Can you consistently reproduce the issue?

alexanderadam commented 6 years ago

Not, it just sometimes happend and I don't know what it had in common.

eauchat commented 6 years ago

Hello, I didn't experience the wrong image sharing, but I think sometimes I get the wrong image displayed if I click on it from folder gallery view, when I've just deleted an image or created new ones. It seems to me like the display of the gallery hasn't properly been refreshed, and the thumbnail of a deleted item is still present, or a new item's thumbnail is missing.

I've experienced the freezing of the app: I think it happens if I've navigate to a folder, then I use other apps, and then come back to Camera Roll (probably after a while, I think it'll only happen if I've used many apps in between, or done lots of things, or waited a long time). In that situation, I think the folder will display ok, but if I click the back button the main list of folders doesn't show, it's just empty. I used to just close and reopen the app to solve the issue, but I've noticed that if I go in the menu and hit refresh, it works also. I use Nested RecyclerView for folders list display. (In case that makes a difference.)

kollerlukas commented 6 years ago

@eauchat Does this still happen with the latest app version. Because with previous version I experienced the issue (albums not refreshing properly).

eauchat commented 6 years ago

In the last version, I'm still experiencing the issue that if I opened a folder, then use other apps for a while, then come back to camera roll and click on the back button to return to main view, it just gets blank, and i have to close the app and reopen for it to work.

eauchat commented 6 years ago

The issue I just mentioned is perfectly described in #191.