IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.35k stars 72 forks source link

[Enhancement] making delete confirm dialog optional #209

Closed jerichoi224 closed 1 year ago

jerichoi224 commented 1 year ago

I previously asked for confirm delete dialog, which I think is necessary. However, on the recent version from the playstore, when deleting, after I go through the confirm dialog, I get another popup asking to confirm like below.

Screenshot_20231029-141209

I believe this is something implemented by the phone OS. This is mentioned in a flutter package here

"Some operating systems will prompt confirmation dialogs for each entities' deletion, we have no way to avoid them. Make sure you're using the correct method, and your customers accept repeatedly confirmations."

I have previously requested for the dialog before because in version 1.x.x, this dialog didn't show up for me. Now that I'm using the recent version, however, I get this dialog so I got to confirm it twice, which is kind of annoying. I think it could be something changed in this app, or it could be something from phone OS update, but either way.

I think it would be nice if there was a way to disable to confirm dialog by the gallery, since the OS already asks for it.

Also, fyi, from my understanding Google play store doesn't allow adding url for payment to app other than in-app payments, so you might want to remove the donate button from the playstore version so the app doesn't get in trouble.

IacobIonut01 commented 1 year ago

Screenshot_20231029-100716.png

Make the app media manager

jerichoi224 commented 1 year ago

Ahh I see. didn't realize it was issue with that.. oops. thx it works fine :)

kyoyacchi commented 1 year ago

Screenshot_20231029-100716.png

Make the app media manager

How did u open that? My phone doesn't have it. Making it default does the same thing?

IacobIonut01 commented 1 year ago

Screenshot_20231029-100716.png

Make the app media manager

How did u open that? My phone doesn't have it. Making it default does the same thing?

Should be under Settings > Apps > Special app access

But you can clean the data of the Gallery and it should show a pop up at the top regarding that and it should launch that menu directly

Cwpute commented 12 months ago

I'm on Android 11 and i couldn't find that setting. Deleting the app's data as suggested doesn't solve the problem either and i'm still prompted with two cwnhirmation dialogs :/