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

Select contacts from search #4182

Merged
merged 7 commits into from
Sep 11, 2024
Merged

Select contacts from search #4182

merged 7 commits into from
Sep 11, 2024

Conversation

sowjanyakch
Copy link
Contributor

This PR implements the following

  • Add a background color to search.
  • Make contacts select from the search view.

🚧 TODO

  • ...

🏁 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?)

@sowjanyakch sowjanyakch self-assigned this Sep 10, 2024
@sowjanyakch sowjanyakch added the 3. to review Waiting for reviews label Sep 10, 2024
@mahibi mahibi added this to the 20.1.0 milestone Sep 10, 2024
@@ -29,4 +29,8 @@ class FakeRepositorySuccess : ContactsRepository {
override fun getImageUri(avatarId: String, requestBigSize: Boolean): String {
return "https://mydomain.com/index.php/avatar/$avatarId/512"
}

override fun getImageUri(avatarId: String, requestBigSize: Boolean): String {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Conflicting overloads because
override fun getImageUri(avatarId: String, requestBigSize: Boolean): String
already exists..?

Copy link
Contributor

Codacy

Lint

TypemasterPR
Warnings8692
Errors131131

SpotBugs

CategoryBaseNew
Bad practice66
Correctness1111
Dodgy code7878
Internationalization33
Malicious code vulnerability33
Performance66
Security11
Total108108

Lint increased!

sowjanyakch and others added 7 commits September 11, 2024 09:30
Signed-off-by: sowjanyakch <[email protected]>
not the best solution. Needs to be improved with theming of Compose.

Signed-off-by: Marcel Hibbe <[email protected]>
@mahibi mahibi merged commit 14752c6 into master Sep 11, 2024
13 of 17 checks passed
@mahibi mahibi deleted the select_search_contacts branch September 11, 2024 08:02
@nextcloud nextcloud deleted a comment from backportbot bot Sep 11, 2024
@mahibi
Copy link
Collaborator

mahibi commented Sep 11, 2024

/backport to stable-20.0

Copy link
Contributor

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4182-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.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants