-
Notifications
You must be signed in to change notification settings - Fork 783
Allow creating DMs/adding users by QR code #2276
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
Conversation
At the moment, it's just a copy of item_verification_qr_code.xml but reusing it seemed like a bad idea
Removed unused dependencies and some unnecessary newlines
Thanks for the PR. First comment: please make sure that every strings displayed to the user are not hard-coded and are defined in the file Be aware that we are reworking the screen where you have added the "Add by QR code". Maybe if the purpose is to create DM by scanning a QR code, a first dialog can be displayed when clicking on the create DM floating action button to ask if the user want to scan a QR code, or if he wants to search for the user manually. WDYT? |
…time Feature/bca/perf better send time
…migration Fix crpyto store migration from RiotX.
Feature/bma/version code
Seemed annoying while testing
Should be better now hopefully :) If there's anything else I should change, let me know. Meanwhile, I'll be working on that FAB menu. |
At the moment, it's just a copy of item_verification_qr_code.xml but reusing it seemed like a bad idea
Removed unused dependencies and some unnecessary newlines
Seemed annoying while testing
I'm seeing a lot of commits now, which are not related to this PR. What happened? |
Argh. I was trying to pull the latest changes from the main repo into my fork and apparently I messed something up. I should have probably done this in a separate branch. I'll close this PR and re-do it. |
Fixes #2025
Also fixes a small typo in RoomDirectoryItem.kt
As requested by @BillCarsonFr, I've made adding by QR code more seamless by automatically creating a room as soon as the QR code is scanned, or switching to a room if it already exists. Sadly, no auto-accept yet :(
Pull Request Checklist
Screenshots
Sharing user by QR code (Light theme)Sharing user by QR code (Dark theme)
Add by QR code (Light theme)
Add by QR code (Dark theme)
Signed-off-by: TR_SLimey | [email protected] | @tr_slimey:an-atom-in.space