Skip to content
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

Replaced ListView with RecyclerView #3322

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Replaced ListView with RecyclerView #3322

merged 4 commits into from
Sep 26, 2023

Conversation

Smarshal21
Copy link
Member

πŸ–ΌοΈ Screenshots

Portrait

Landscape

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • πŸ”– Capability is checked or not needed
  • πŸ”™ Backport requests are created or not needed: /backport to stable-xx.x
  • πŸ“… Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

@Smarshal21
Copy link
Member Author

@AndyScherzinger PTAL and do tell me if LiveData should be implemented.

Smarshal21 and others added 2 commits September 26, 2023 09:58
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@AndyScherzinger AndyScherzinger added this to the 17.2.0 milestone Sep 26, 2023
@AndyScherzinger
Copy link
Member

@AndyScherzinger PTAL and do tell me if LiveData should be implemented.

Looks good to me. LiveData would be nice if you have the time and motivation for it. I'll take care of merging this PR, so LiveData can/should then go into a separate PR, to keep PRs at a small size, to make it easier for reviewers πŸ‘

Nice work! πŸš€

@Smarshal21
Copy link
Member Author

@AndyScherzinger PTAL and do tell me if LiveData should be implemented.

Looks good to me. LiveData would be nice if you have the time and motivation for it. I'll take care of merging this PR, so LiveData can/should then go into a separate PR, to keep PRs at a small size, to make it easier for reviewers πŸ‘

Nice work! πŸš€

Sure will do

Signed-off-by: github-actions <github-actions@github.com>
@rapterjet2004
Copy link
Contributor

rapterjet2004 commented Sep 26, 2023

Looks good! The adapter works great but the OnClickListener for the GeocodingAdapter items don't seem to be working on this branch. Upon clicking the item, it should take you back to the LocationPickerActivity with the new location.

Master

replaced-listView-branch-Master.webm

RecyclerView

replace-listview-branch-RecyclerView.webm

Copy link
Contributor

@rapterjet2004 rapterjet2004 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured out the bug, the adapter is not being updated after the ItemClicker is set up. Just implement the changes I suggested and it should work. Overall good work!

@github-actions
Copy link
Contributor

Codacy

Lint

TypemasterPR
Warnings9291
Errors00

SpotBugs

CategoryBaseNew
Correctness99
Dodgy code123123
Internationalization55
Malicious code vulnerability33
Performance88
Security22
Total150150

@github-actions
Copy link
Contributor

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3322-talk.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud Talk app.

@AndyScherzinger
Copy link
Member

Nice catch @rapterjet2004 πŸ‘

@AndyScherzinger AndyScherzinger merged commit 8ffb5f3 into master Sep 26, 2023
15 of 16 checks passed
@delete-merged-branch delete-merged-branch bot deleted the RecyclerView branch September 26, 2023 19:06
Copy link
Contributor

github-actions bot commented Apr 1, 2024

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews feedback-requested technical debt Technical issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants