Skip to content
Snippets Groups Projects
Commit 22524754 authored by Pierre Nicolas's avatar Pierre Nicolas :joy:
Browse files

refactor: QrCodeFragment

This commit adds the ability to customize QrCodeFragment with a mode parameter:

    MODE_SCAN: Scan a peer QR code and navigate to the conversation.
    MODE_SHARE: Share a contact's QR code.

Both `MODE_SCAN` and `MODE_SHARE` can be used simultaneously.

ShareFragment has also been reworked. Previously, it could only share the current account; now, it accepts a more general contact parameter.

Additionally, all ViewModel components involved in this rework have been replaced with Presenter implementations for a more streamlined architecture.

Change-Id: Ifa7a9fc4423bd8be5c8ce5e22d25560816cb44e0
parent b645e677
No related branches found
No related tags found
No related merge requests found
Showing
with 400 additions and 221 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment