Commit Graph

4556 Commits

Author SHA1 Message Date
manuroe d1ceeb32cb Device Verification: Translate emoji 2019-04-16 09:33:25 +02:00
manuroe c154da2157 Device Verification: Verified screen 2019-04-15 18:40:04 +02:00
manuroe 42879dfa3b Device Verification: Verified screen 2019-04-15 18:22:24 +02:00
manuroe 71a7a1dadb Device Verification: Incoming screen: UI: Use a rounded MXKImageView 2019-04-15 15:28:59 +02:00
manuroe fc02e10d3b Device Verification: Incoming screen: UI: plug data 2019-04-15 14:18:44 +02:00
manuroe 2ad59bf8d8 Device Verification: Incoming screen: UI design 2019-04-15 11:09:37 +02:00
manuroe 95185eaa26 Device Verification: Incoming screen: working on UI 2019-04-13 00:19:01 +02:00
manuroe 342aedce3b Device Verification: Incoming screen: beginning 2019-04-12 23:19:07 +02:00
manuroe 1b7e5a0e80 Device Verification: Display the "The other party cancelled the verification." modal 2019-04-11 19:38:46 +02:00
manuroe e83566b3e9 Device Verification: Verify screen: Try to make emoji names fit in their cell 2019-04-11 18:13:55 +02:00
manuroe ae5e5e839c Device Verification: Verify screen: bind transaction.confirmSASMatch() 2019-04-11 18:12:30 +02:00
SBiOSoftWhare ab5dc931ae Update SettingsKeyBackupTableViewSection to prepare restore button removal when all keys are stored on device. 2019-04-11 10:40:26 +02:00
SBiOSoftWhare a38917dbf7 Merge branch 'develop' into avoid_tableview_crashes_settings 2019-04-10 17:49:37 +02:00
SBiOSoftWhare a7fb92adfa [SettingsViewController] Avoid some crashes when reload rows animated. 2019-04-10 14:50:47 +02:00
SBiOSoftWhare fc5061808b [RoomSettingsViewController] Avoid some crashes when reload sections animated. 2019-04-10 14:50:14 +02:00
SBiOSoftWhare 6375721c72 Make read receipt label text color use primary text color (Fix #2294). 2019-04-10 12:10:15 +02:00
manuroe b2d7f73091 Device Verification: Verify screen: Theme emojis names 2019-04-08 17:10:40 +02:00
manuroe 5539009a85 Device Verification: Verify screen: Make emojis fit on 2 lines on SE 2019-04-08 16:50:55 +02:00
manuroe 08dc15f263 Device Verification: Verify screen: We do not need scrolling for that screen 2019-04-08 16:05:28 +02:00
manuroe 5708f52e54 Device Verification: Start screen: We do not need scrolling for that screen 2019-04-08 15:47:34 +02:00
SBiOSoftWhare 802350922c Use one external entry point on AppDelegate to navigate to a room 2019-04-08 13:32:46 +02:00
manuroe 1893b3c69f Device Verification: Verify screen: display emojis 2019-04-07 00:04:36 +02:00
manuroe c0c8227f07 Device Verification: Start screen: Improve a bit layout (maybe) 2019-04-07 00:00:49 +02:00
manuroe ffe3840805 Device Verification: Verify screen: add wording 2019-04-05 23:52:04 +02:00
manuroe 0f93acf59f Device Verification: Start verify screen 2019-04-05 19:09:29 +02:00
manuroe 9cf47e7a2e Device Verification: Start screen: add transaction cancel 2019-04-05 18:39:57 +02:00
manuroe daeb864025 Device Verification: Start screen: add "Waiting for partner to accept..." 2019-04-05 18:15:05 +02:00
manuroe b1404b9dbb Device Verification: Start start screen UI 2019-04-05 17:43:15 +02:00
manuroe c20831c31a Device Verification: Start start screen business logic 2019-04-05 15:20:20 +02:00
manuroe 970a03ff9c Device Verification: boilerplate for the start screen 2019-04-05 09:41:57 +02:00
manuroe 40da6639bd Widgets: Attempt to re-register for a scalar token if ours is invalid
#2326

Add sanity check
2019-03-12 18:11:27 +01:00
manuroe ba265ca69b Widgets: Attempt to re-register for a scalar token if ours is invalid
#2326

Add sanity check
2019-03-12 17:59:16 +01:00
manuroe ede9ab4c5d Widgets: Attempt to re-register for a scalar token if ours is invalid
#2326

As the integration manager page (https://scalar-staging.riot.im/scalar-web) does not return a 403, check scalar token validity before opening it
2019-03-12 17:12:44 +01:00
manuroe b41c318d81 Widgets: Attempt to re-register for a scalar token if ours is invalid
#2326

When we detect a 403 for a widget.
2019-03-12 16:09:35 +01:00
SBiOSoftWhare 319a324e94 Apply new user name color generation on bubble cells where needed 2019-03-07 17:46:45 +01:00
manuroe e8b683043b RoomVC: Use accent color (green) for the ongoing conference call banner 2019-03-07 10:42:55 +01:00
manuroe bbaad165c4 Authentication: .well-known support
Fix Steve's remark
2019-03-07 10:08:39 +01:00
manuroe 4090d66d0b Authentication: .well-known support (#2117). 2019-03-06 18:30:13 +01:00
SBiOSoftWhare ca7f5d73e0 Do not mention key backup on sign out when there is no keys to backup 2019-03-05 15:53:58 +01:00
SBiOSoftWhare 0fdd3fc90b Do not present key backup banner on HomeVIewController if there are no keys to backup 2019-03-05 15:35:39 +01:00
manuroe fb4eaff571 Merge pull request #2305 from vector-im/riot_2292
Reskin: HomeVC: Use notices colors for badges background in section headers
2019-03-04 18:18:59 +00:00
manuroe 89bef5b34d Merge pull request #2307 from vector-im/light_sso_support
Authentication: support SSO by using the fallback URL
2019-03-04 18:18:41 +00:00
SBiOSoftWhare 0dd118612b Handle quick tap on link in RoomViewController. Retrieve URL interaction information when user tap a link in a MXKRoomBubbleTableViewCell to indicate the type of interaction expected with the URL. 2019-03-04 18:29:13 +01:00
manuroe 237cfbf170 AuthVC: Style the authentication fallback webview screen so that its header matches to navigation bar style 2019-03-04 18:20:30 +01:00
manuroe dc903ef69f Authentication: support SSO by using the fallback URL
#2306

Disable register button on SSO
2019-03-04 17:25:21 +01:00
SBiOSoftWhare 615aad7397 Use MXKMessageTextView in text message bubble cells to allow link detection without text selection 2019-03-04 17:03:04 +01:00
manuroe 909bf66f19 Authentication: support SSO by using the fallback URL
#2306
2019-03-04 16:52:22 +01:00
manuroe 1b150fcaac Reskin: HomeVC: Use notices colors for badges background in section headers
#2292
2019-02-28 22:09:57 +00:00
SBiOSoftWhare 8fe6e3fa89 Fix SwiftLint warnings 2019-02-27 10:07:51 +01:00
manuroe 32f6994857 Fix crash in Settings in 0.8.1
#2295
2019-02-25 16:00:47 +01:00