nextcloud / nextcloud/talk-android
regulary pull for updates in conversation list
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 739
- Forks
- 321
- Avg merge
- 14h 59m
- Merged PRs (30d)
- 151
Description
Actual behaviour
When having the conversation list open, there is no regular check for new messages in conversations.
If notifications are working reliable, it doesn't matter that much because the user will be informed by popup (Although the UI of the conversation list is not updated then yet!).
If notifications aren't working then the user might be waiting for updates while having the conversation list open -> But the list won't be updated! (Updates are only pulled when entering the conversation list.)
Expected behaviour
- regular pull for new messages in conversations list and update UI
- update UI when receiving a notification?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the conversation-list implementation and the notification update flow in the Android app. Reproduce the list remaining unchanged while new messages arrive, then verify that regular polling or notification handling refreshes the UI without re-entering the conversation list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100