summary refs log tree commit diff
path: root/resources/qml/device-verification (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix presence indicatorNicolas Werner2020-07-301-8/+1
|
* Some more changesCH Chethan Reddy2020-07-301-46/+163
| | | | | | | | | | | - remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red
* Some ImprovementsCH Chethan Reddy2020-07-301-11/+15
| | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* Add some more slots and macCH Chethan Reddy2020-07-301-2/+2
|
* Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-301-13/+13
|
* Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-9/+51
| | | | recieving start or request
* Handle Device Verification related to_device messagesChethan2k12020-07-301-1/+1
|
* Add SAS Method choice and Add send_to_device API callChethan2k12020-07-301-0/+16
|
* Tweak UI for device verification and Add more slotsChethan2k12020-07-301-2/+39
|
* Adding DeviceList for userprofileChethan2k12020-07-301-8/+0
|
* Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+8
|
* Use label in device verification dialogs (for proper theming)Nicolas Werner2020-07-302-16/+16
|
* Make emojis a bit smallerNicolas Werner2020-07-302-3/+28
|
* Set proper emoji font for device verificationNicolas Werner2020-07-301-0/+8
|
* Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-302-33/+57
|
* First design iteration of device verification dialogsNicolas Werner2020-07-303-0/+471