Added overflow menu to open card image in image gallery#3219
Conversation
|
Thanks for trying. I sadly am quite busy lately so I don't really have much time to guide people in general, so don't take this personally please. But basically this code isn't really usable and needs quite some changes. The main problems are:
|
|
Hi! Thank you so much for answering, I never take personally good and constructive feedback. Is it okay if I try again by fixing the problems you underlined? |
|
Sure that's fine, sorry for closing it so quickly yesterday I was having kind of a bad day :) If you have the patience to keep trying I don't mind doing a few review rounds :) |
|
Thanks for the extra chance! This time my approach was a little different as I tried to fix the main problems:
I tested it with the same commands and devices as last time, making sure that these changes don't mess up the About Activity since it also uses CatimaTopAppBar, but without any overflow action. |
Hello!
This PR contains changes to fix #3209.
My idea was to change the TopAppBar utilized by the card detail activity with another one containing the overflow menu, which takes in input the image simple path defined by the Utils class method, and creates a readable URI to the image. This URI is then used as the input of the Intent that will eventually open the image gallery app.
I ran the following commands to ensure nothing broke on the surface:
In case any log is needed, please let me know!
After executing these commands, I manually checked that the behaviour is the desired one with a Oneplus Nord 3 and with the embedded Android Studio emulator.