JanNiklas Grabowski
06f94091c2
MESSENGER 5004 add oidc flag
2023-08-31 12:13:03 +02:00
JanNiklas Grabowski
e1cc2acee9
Merge commit '54e21b37ba45c40531100a98d16e7b1f35b129cd' into feature/5004_basis_update_element
...
* commit '54e21b37ba45c40531100a98d16e7b1f35b129cd': (40 commits)
finish version++
version++
changelog.d: Upgrade MatrixSDK version ([v0.27.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.1 )).
completed
code improvement
fix 7646
opening the safari web view externally so that it will be able to share the cookies
web view opened on tap + changelog
added the cell, now I just need to implement the navigation to the web view
completed
Hide deactivate account if the auth property is present on the WK.
Add changelogs
Prevent mention crashes when room members are missing display names (objc interop)
Prevent pill crashes when room members are missing display names (objc interop)
Update introspect to the latest version, remove now duplicate `introspectCollectionView`
Prepare for new sprint
finish version++
Add missing changelog entry.
version++
changelog.d: Upgrade MatrixSDK version ([v0.27.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.0 )).
...
# Conflicts:
# Config/AppVersion.xcconfig
# Podfile
# Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme
# Riot/Modules/SecureBackup/Setup/SecureBackupSetupCoordinator.swift
# Riot/Modules/Settings/SettingsViewController.m
# Riot/target.yml
2023-08-29 17:00:19 +02:00
Mauro Romito
be289a3790
completed
2023-08-28 12:20:26 +02:00
Mauro Romito
fbd0793b6f
code improvement
2023-08-25 19:39:55 +02:00
Mauro Romito
1126891fea
fix 7646
2023-08-25 17:22:11 +02:00
Arnfried Griesert
4334170650
MESSENGER-4516 device manager anpassungen
2023-04-28 06:28:47 +00:00
Alfonso Grillo
c76dbb7a5b
Update copies
2022-12-05 17:20:20 +01:00
Alfonso Grillo
de9b77c754
Fix verification state algorithm
2022-11-16 10:29:04 +01:00
Alfonso Grillo
24587ed478
Add intrinsic sized bottom sheet
2022-11-09 12:05:47 +01:00
Alfonso Grillo
caf81e85b5
Merge branch 'develop' into alfogrillo/learn_more_sheet
...
# Conflicts:
# RiotSwiftUI/Modules/UserSessions/Coordinator/UserSessionsFlowCoordinator.swift
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/Coordinator/UserOtherSessionsCoordinator.swift
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/Test/UI/UserOtherSessionsUITests.swift
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/UserOtherSessionsModels.swift
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/UserOtherSessionsViewModel.swift
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/View/UserOtherSessions.swift
# RiotSwiftUI/Modules/UserSessions/UserSessionOverview/Test/UI/UserSessionOverviewUITests.swift
2022-11-03 09:22:47 +01:00
paleksandrs
b6817a072a
Renamed sign out to logout
2022-10-31 14:44:03 +02:00
paleksandrs
c780f5eee6
Renamed sign out to logout
2022-10-31 14:26:22 +02:00
Alfonso Grillo
4650725461
Fix memory leak
2022-10-28 16:44:34 +02:00
Aleksandrs Proskurins
f2fe6df24b
Refresh fix
2022-10-28 17:26:22 +03:00
Alfonso Grillo
c2440520cb
Show rename sheet
2022-10-28 16:17:19 +02:00
Alfonso Grillo
f25d57e940
Show bottom sheet in rename session screen
2022-10-28 15:55:46 +02:00
Alfonso Grillo
7817581d20
Show bottom sheet in other sessions screen
2022-10-28 15:50:35 +02:00
Alfonso Grillo
67d9983935
Add MVVM-C for InfoSheet
2022-10-28 15:14:42 +02:00
Alfonso Grillo
43256d10e8
Add .viewSessionInfo view action
2022-10-28 12:06:56 +02:00
Aleksandrs Proskurins
f0c69a6370
Sing out filtering
2022-10-27 17:35:39 +03:00
Aleksandrs Proskurins
59ee1f3513
Removed warnings
2022-10-27 16:00:58 +03:00
Aleksandrs Proskurins
267aed1875
Separator fix
2022-10-27 15:57:10 +03:00
Aleksandrs Proskurins
14dd9f2414
Multi session logut
2022-10-27 10:04:42 +03:00
Aleksandrs Proskurins
3bd21f68e2
Sign out menu button
2022-10-25 08:41:05 +03:00
Aleksandrs Proskurins
7dd21088f0
Merge pull request #6878 from vector-im/aleksandrs/6877_navigation_fix
...
Device Manager: Navigating to session overview goes to session details
2022-10-14 11:01:42 +03:00
Aleksandrs Proskurins
8614315c00
Navigating to session overview goes to session details
2022-10-14 09:21:17 +03:00
Doug
7023196ec3
Add a SignOutFlowPresenter. ( #6854 )
...
Used in AllChats, UserSessions and Settings.
(TabBarCoordinator is unnecessary as signout will be removed from there).
2022-10-13 14:36:30 +01:00
Aleksandrs Proskurins
49dac51ec6
Merge branch 'develop' into aleksandrs/6838_filter_sessions
...
# Conflicts:
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/Test/Unit/UserOtherSessionsViewModelTests.swift
# RiotSwiftUI/Modules/UserSessions/UserOtherSessions/UserOtherSessionsViewModel.swift
2022-10-12 10:58:04 +03:00
Aleksandrs Proskurins
c031dbb4de
Renamed OtherUserSessionsFilter to UserOtherSessionsFilter
2022-10-12 09:30:41 +03:00
Doug
6a0112aa95
Device Manager: Verify session ( #6832 )
...
* Initial implementation
* Add verificationState to UserSessionInfo
* Listen for changes device changes in the service.
2022-10-11 16:11:52 +01:00
Doug
6c9a058b93
Device Manager: Rename Session ( #6826 )
...
* Publish the user sessions overview data.
* Add UserSessionName screen.
* Update logout action to match Figma more closely.
2022-10-11 13:11:15 +01:00
Aleksandrs Proskurins
0923bced4e
Fixed swiftformat warnings
2022-10-07 17:00:15 +03:00
Aleksandrs Proskurins
4c9c35bf59
Merge from develop
2022-10-07 14:51:30 +03:00
ismailgulek
429a2f83a3
QR login from device manager ( #6818 )
...
* Add link device button into the sessions overview screen
* Run Swift format
* Fix tests
* Fix a crash in tests
* Fix PR remark
2022-10-07 12:58:26 +03:00
Aleksandrs Proskurins
dfe5780dc3
'View all' button in other sessions list
2022-10-07 09:45:45 +03:00
Aleksandrs Proskurins
1c11427706
Merge branch 'develop' into aleksandrs/6801_unverified_sessions_screen
2022-10-06 10:49:48 +03:00
Doug
3d2eb4ebdf
Fix review comments
...
Also fix a crash on iPad.
2022-10-05 16:48:51 +01:00
Doug
3c34092a6a
Session Manager: Single session logout
2022-10-05 16:48:51 +01:00
Aleksandrs Proskurins
78e55f56ed
Renamed sessionsInfo to sessionInfos
2022-10-05 16:59:15 +03:00
Aleksandrs Proskurins
dd512cb749
Formating fixes
2022-10-04 15:44:09 +03:00
Aleksandrs Proskurins
bba0246c3a
Renamed session to sessionInfo
2022-10-04 15:34:31 +03:00
Aleksandrs Proskurins
99574a9d53
Merge branch 'develop' into aleksandrs/6786_inactive_sessions_screen
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
# Riot/Generated/Strings.swift
# RiotSwiftUI/Modules/UserSessions/Coordinator/UserSessionsFlowCoordinator.swift
# RiotSwiftUI/Modules/UserSessions/UserSessionOverview/Test/Unit/UserSessionOverviewViewModelTests.swift
# RiotSwiftUI/Modules/UserSessions/UserSessionsOverview/Coordinator/UserSessionsOverviewCoordinator.swift
# RiotSwiftUI/Modules/UserSessions/UserSessionsOverview/Service/Mock/MockUserSessionsOverviewService.swift
# RiotSwiftUI/Modules/UserSessions/UserSessionsOverview/UserSessionsOverviewModels.swift
# RiotSwiftUI/Modules/UserSessions/UserSessionsOverview/View/UserSessionListItemViewData.swift
2022-10-04 15:14:59 +03:00
Aleksandrs Proskurins
2fa3c69bf4
Added translation strings, cleanup
2022-10-04 10:07:04 +03:00
Aleksandrs Proskurins
0cfceb4c5e
Cleanup
2022-10-04 09:38:53 +03:00
Gil Eluard
d5b8f43f59
Added support for MSC3881
...
- Update after review
2022-10-03 15:33:35 +02:00
Gil Eluard
a01c0f77ea
Added support for MSC3881
2022-10-03 13:42:30 +02:00
Aleksandrs Proskurins
20200fd22a
User other sessions screen template
2022-10-03 11:27:12 +03:00
Aleksandrs Proskurins
1a27a94da8
Moved isCurrentSession into UserSessionInfo
2022-09-27 15:36:44 +03:00
Aleksandrs Proskurins
e0caf5980e
Renamed userSession and userSessionInfo to session
2022-09-27 13:57:54 +03:00
Stefan Ceriu
89bcd92cca
Configured and applied SwiftFormat
2022-09-27 12:55:44 +03:00