Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • briar briar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 784
    • Issues 784
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • briarbriar
  • briarbriar
  • Merge requests
  • !1349

Introduce ViewModel for IntroductionActivity (and ContactChooserFragment)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian requested to merge 1871-viewmodel-for-introduction into master Jan 22, 2021
  • Overview 84
  • Commits 1
  • Pipelines 37
  • Changes 28

Test instructions:

  1. Check that contact list used displays correctly
    • Go into a conversation
    • menu → make introduction
    • check that list does not contain the contact you're introducing
  2. Check that contact list used updates properly
    • On some device (A) repeat steps from 1.
    • While the contact selection list is open: use a different device (B) and sent a message to (A). Make sure the number of unread messages displayed on (A) updates and also the contact moves up to the top as it now is the contact with the last recent message
  3. Check that selecting a contact works
    • Repeat steps from 1.
    • select a contact and check that the next screen show the expected contacts
  4. Make sure going back to contact selection and repeatedly selecting contacts works as expected
    • Repeat steps from 3.
    • Navigate back to the list of contacts to introduce your contact to
    • Select a different contact than before, check that the next screen show the contact selected the second time
    • Just to be sure, try again with a third contact
  5. Check screen rotation doesn't break anything
    • Repeat steps from 4.
    • During navigation, rotate device at different times during the process
Edited Feb 04, 2021 by Sebastian
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 1871-viewmodel-for-introduction