ismailgulek
|
eb009704da
|
Merge pull request #3268 from vector-im/remove_pushkit
Remove PushKit
|
2020-05-29 12:34:20 +03:00 |
|
SBiOSoftWhare
|
4649df7c44
|
Merge branch 'develop' into xcode11
|
2020-05-29 09:51:51 +02:00 |
|
SBiOSoftWhare
|
be5f0fcf08
|
CountryPickerViewController: Handle UISearchController search bar theme.
|
2020-05-29 09:36:34 +02:00 |
|
SBiOSoftWhare
|
6f7803e6eb
|
Fix some SwiftLint warnings.
|
2020-05-29 09:35:46 +02:00 |
|
SBiOSoftWhare
|
e71c1bb45f
|
SettingsVC: New phone number is invisible in dark theme (Fix #3218).
|
2020-05-28 18:49:48 +02:00 |
|
ismailgulek
|
4c8ba3b019
|
Remove some commented code
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-26 18:04:18 +03:00 |
|
ismailgulek
|
5c15b7f5d0
|
Create notification service extension
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 14:27:30 +03:00 |
|
ismailgulek
|
ce913c879b
|
Replace deprecated MPMoviePlayerController with AVPlayerViewController, fixes #3081
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 12:12:56 +03:00 |
|
ismailgulek
|
030a514c56
|
Change childViewControllers to viewControllers
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 12:12:46 +03:00 |
|
ismailgulek
|
6608596636
|
Change overridden methods for status bar style
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 12:12:46 +03:00 |
|
ismailgulek
|
859ac6b89c
|
Change all navigation controllers to RiotNavigationController's
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 12:12:46 +03:00 |
|
ismailgulek
|
299baca40c
|
Override preferredStatusBarStyle for missing pages and ensure setNeedsStatusBarAppearanceUpdate will be called
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 12:10:27 +03:00 |
|
ismailgulek
|
18b4123f14
|
Cleanup code moved from willDisappear to didDisappear, fixes #3065
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-05-22 12:05:45 +03:00 |
|
ismailgulek
|
fd04cb6b86
|
Adapt UIWebView changes to AuthenticationViewController, fixes #3057
|
2020-05-13 15:44:18 +03:00 |
|
manuroe
|
15e30b8e34
|
AuthenticationVC: Fix crash due to update to WKWebView
The crash was:
```
2020-05-11 17:53:44.125128+0200 Riot[60416:899392] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Configuration cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x000000010b0e98db __exceptionPreprocess + 331
1 libobjc.A.dylib 0x0000000109d3dac5 objc_exception_throw + 48
2 CoreFoundation 0x000000010b0e9735 +[NSException raise:format:] + 197
3 WebKit 0x00000001080f112e -[WKWebView _initializeWithConfiguration:] + 88
4 WebKit 0x00000001080f35ab -[WKWebView initWithCoder:] + 131
|
2020-05-11 17:55:50 +02:00 |
|
manuroe
|
40bb9441d9
|
BF: App asks to verify all devices on every startup for no valid reason
#3221
We do not care about local trust. Only cross-sign status counts now
|
2020-05-08 07:52:33 +02:00 |
|
manuroe
|
a64e88f46b
|
Merge pull request #3211 from vector-im/riot_3182
Self verify my old riots
|
2020-05-07 16:08:32 +02:00 |
|
SBiOSoftWhare
|
56ecba6337
|
Session verification: Cancel if device is not found.
|
2020-05-07 12:21:47 +02:00 |
|
SBiOSoftWhare
|
473f3d8f5d
|
UserVerificationCoordinator: Integrate manually verify device screen.
|
2020-05-07 10:54:02 +02:00 |
|
SBiOSoftWhare
|
1cd5ae28d8
|
Implement manually verify device screen.
|
2020-05-07 10:52:49 +02:00 |
|
manuroe
|
79f19a96fd
|
RoomMemberVC: Make sure we have user keys to display the right trust level
|
2020-05-06 14:37:37 +02:00 |
|
manuroe
|
7d55f75c61
|
Cross-signing: The "Complete Security" button triggers a verification request to all user devices
|
2020-05-06 14:35:52 +02:00 |
|
manuroe
|
f9b777dfdf
|
UserVerificationSessionStatusView: Add verifyManually action
|
2020-05-06 09:45:55 +02:00 |
|
manuroe
|
a0b852a792
|
UserVerificationSessionStatusViewController: Add manually verify button
|
2020-05-05 18:27:36 +02:00 |
|
SBiOSoftWhare
|
e97b95815e
|
Key verification: Update QR code scan screen UI and update title when scanning own sessions.
|
2020-05-05 15:45:00 +02:00 |
|
SBiOSoftWhare
|
3a0e415a61
|
Remove some optional chaining.
|
2020-05-05 12:03:51 +02:00 |
|
SBiOSoftWhare
|
4118c84006
|
KeyVerificationSelfVerifyStartViewController: Show navigation bar if needed.
|
2020-05-05 11:51:22 +02:00 |
|
SBiOSoftWhare
|
3939122b06
|
KeyVerificationDataLoadingViewController: Show navigation bar if needed.
|
2020-05-05 11:50:59 +02:00 |
|
SBiOSoftWhare
|
107eb4c461
|
MasterTatBarVC: Fix navigation stack issue when show security screen.
|
2020-05-05 09:17:47 +02:00 |
|
SBiOSoftWhare
|
45450a95f7
|
Key verification: Display "Verify your other sessions" modal at every startup if needed.
|
2020-05-04 19:59:11 +02:00 |
|
SBiOSoftWhare
|
5acbe5fbbd
|
Make SettingsViewController directly instantiable.
|
2020-05-04 19:58:06 +02:00 |
|
SBiOSoftWhare
|
ca43e32f63
|
Merge branch 'develop' into riot_3183
|
2020-04-30 19:24:45 +02:00 |
|
SBiOSoftWhare
|
9c3b587db3
|
Complete security: Handle incoming SAS transaction.
|
2020-04-30 19:17:56 +02:00 |
|
SBiOSoftWhare
|
22bfaba335
|
KeyVerificationCoordinatorBridgePresenter: Add isPresenting property.
|
2020-04-30 19:11:13 +02:00 |
|
SBiOSoftWhare
|
d28e247cd9
|
Key verification: Display "Verify this session" modal at every startup if needed.
|
2020-04-30 15:28:43 +02:00 |
|
SBiOSoftWhare
|
69fb582c1f
|
Fix commented code.
|
2020-04-28 20:36:23 +02:00 |
|
SBiOSoftWhare
|
15588f8fb5
|
Key verification: Update verified screen UI.
|
2020-04-28 20:27:48 +02:00 |
|
ismailgulek
|
591e51b95f
|
Prefill email field on registrations
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-04-28 19:55:02 +03:00 |
|
manuroe
|
20cb8ed847
|
Merge branch 'develop' into polish_not_verified
|
2020-04-28 18:39:20 +02:00 |
|
manuroe
|
e195deccdf
|
Verification: Do not talk about QR code if only emoji is possible
#3035
|
2020-04-28 18:16:37 +02:00 |
|
manuroe
|
17d67372ee
|
Self-verification: Do not display incoming self verification requests at the top of the Complete Security screen.
|
2020-04-28 17:33:14 +02:00 |
|
SBiOSoftWhare
|
e66bcd13a2
|
KeyVerificationVerifyBySASViewController: Update wording and UI.
|
2020-04-28 17:10:26 +02:00 |
|
SBiOSoftWhare
|
60c8fd528f
|
Integrate RoundedButton where needed.
|
2020-04-28 16:34:39 +02:00 |
|
SBiOSoftWhare
|
c832c2e47c
|
Create custom RoundedButton.
|
2020-04-28 16:33:46 +02:00 |
|
manuroe
|
9bb719eb57
|
Security > Sessions: Display my unverified device with a red shield
|
2020-04-28 16:15:31 +02:00 |
|
SBiOSoftWhare
|
85accb4ac4
|
Merge pull request #3164 from vector-im/riot_3162
Key verification: Update key verification screens title. Update SAS screen wordings.
|
2020-04-28 12:11:44 +02:00 |
|
SBiOSoftWhare
|
85feb7a513
|
KeyVerificationVerifyByScanningCoordinator: Remove a useless delegate method.
|
2020-04-28 11:16:01 +02:00 |
|
ismailgulek
|
c11b17cdd7
|
Remove login fallback to m.org when authentication failed
Signed-off-by: ismailgulek <gulekismail@gmail.com>
|
2020-04-28 11:21:53 +03:00 |
|
SBiOSoftWhare
|
3d1c0f28b3
|
Key verification: Update key verification screens title. Update SAS screen wordings.
|
2020-04-27 19:54:57 +02:00 |
|
SBiOSoftWhare
|
8adf0a1850
|
KeyVerificationKind: Add new cases.
|
2020-04-27 19:46:44 +02:00 |
|