Commit Graph

4 Commits

Author SHA1 Message Date
Narasimha-sc 435a42c00b ui: recognise every QR code in every scanner, with a clear wrong-type alert
Every QR scanner now recognises every kind of code the app uses —
connection links, server addresses, migration links, desktop addresses
and a contact's security code — instead of only the one kind its screen
expects. When a code of the wrong kind is scanned, one shared alert says
what it is (a complete sentence) and where to scan it, and offers to
connect directly when it is a connection link. A single sealed type, one
classifier and one alert serve every screen on Android, desktop and iOS.
2026-06-22 16:23:06 +00:00
spaced4ndy 67241ff65c ios: fix code scanners only attempting to scan once (#3548) 2023-12-13 16:13:05 +04:00
spaced4ndy 1a567c88db ios: rework incognito mode - choose when making connection (#2851)
* wip

* layout

* more layout

* fix focus

* show incognito

* change icon layout

* remove presentation detents

* smaller button icon

* bigger icon

* show incognito profile status in connection info, layout, icons

* fix some lint warnings, update labels, add incognito label, conditionally hide toolbar to avoid jumping on iOS 17

* remove ignored color

* s/incognitoEnabled/incognito/

* shorter text

* remove parameter label

* restore note when creating a group

* add incognito icon to pending connections

* refactor

* refactor chat list action sheet

* revert to using new value in onChange

* remove unused variable

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-08-08 17:26:56 +04:00
Evgeny Poberezkin 7b4710d198 ios: verify connection security code (#1542)
* ios: verify connection security code

* verification in member sheet (still crashes)

* use navigation view for members list

* ios: show verified status in the lists

* update verification status in the list of members

* verified shield layout

* update icon, make add member navigation to right

* refactor chatPreviewTitle
2022-12-12 08:59:35 +00:00