owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.81k stars 3.05k forks source link

[BUG] List filtering not working after rotating device #4441

Closed jesmrec closed 10 hours ago

jesmrec commented 2 months ago

Steps to reproduce

  1. Open list of files in portrait orientation
  2. Rotate device to landscape
  3. Click on lens icon
  4. Type something to filter the list

Actual behaviour

Filter does not work. When rotating the device again, filter does not work either. Required to kill the app an reopening to make it come to life again.

Expected behaviour

Filter works after (and before) rotating device

Pixel 2, Android 11 v4.3.0

AwaisKhan128 commented 1 month ago

Is there someone already working on this bug? or may I start contributing into it? @jesmrec

jesmrec commented 1 month ago

@AwaisKhan128 go ahead!!

Take a look to our CONTRIBUTING file, where you'll find guidelines about our development process (branch names, commit names...), so that your contribution will be aligned with the product itself.

Let us know any question or help you need!

jesmrec commented 4 weeks ago

@AwaisKhan128 did you take a look? something we can help you?

AwaisKhan128 commented 4 weeks ago

Actually, I did try. First of all, gradle build failed due to its not recognizing the kotlin syntax in the gradle script.

Well, definitely, I will start over again on the weekend because, due to full-time commitment, I am unable to spare some time. @jesmrec

jesmrec commented 4 weeks ago

Actually, I did try. First of all, gradle build failed due to its not recognizing the kotlin syntax in the gradle script. Well, definitely, I will start over again on the weekend because, due to full-time commitment, I am unable to spare some time. @jesmrec

No worries, take your time! just for you to know that we are happy to help.

AwaisKhan128 commented 3 weeks ago

@jesmrec Could you tell me which server url used to continue in app?

jesmrec commented 3 weeks ago

@jesmrec Could you tell me which server url used to continue in app?

You can use the production one: https://ocis.ocis.production.owncloud.works/

or the rolling one (latest master): https://ocis.ocis.master.owncloud.works/

with credentials: katherine/gemini

AwaisKhan128 commented 3 weeks ago

@jesmrec Could you tell me which server url used to continue in app?

You can use the production one: https://ocis.ocis.production.owncloud.works/

or the rolling one (latest master): https://ocis.ocis.master.owncloud.works/

with credentials: katherine/gemini

Thanks. I take a look on it

AwaisKhan128 commented 2 weeks ago

Issue fixed. Soon creating a PR.