Commit Graph

11 Commits

Author SHA1 Message Date
Doug 9582707146 Updates following PR feedback. 2022-02-10 12:59:13 +00:00
Doug 295b3eaa99 Add the Use Case selection screen to the onboarding flow. 2022-02-04 16:10:38 +00:00
David Langley b779eccfce Remove duplicated logout code and fix spinner.
- Remove some duplication of logout behaviour
- Fix additional spinner on homeViewController
2022-01-10 21:38:24 +00:00
David Langley 947290b6a7 Add first refresh token implementation pass. Account credential persistence and NotificationService handling. 2021-12-09 17:28:56 +00:00
Gil Eluard 9279d17226 Merge branch 'develop' into spaces
# Conflicts:
#	Riot/Modules/Common/Avatar/AvatarViewDataProtocol.swift
#	Riot/Modules/Common/Recents/RecentsViewController.m
#	Riot/Modules/Home/Views/RoomCollectionViewCell.m
#	Riot/Modules/TabBar/TabBarCoordinator.swift
2021-09-15 14:42:04 +02:00
Gil Eluard 5f8de45e25 [Spaces] M10.8 Browsing users in a space #4682
- Update after code review
2021-09-14 16:59:32 +02:00
ismailgulek 9d1de5bc29 Adapt Swifty session states 2021-06-30 18:02:11 +03:00
SBiOSoftWhare f3be6e5ba0 UserSessionsService: Add possibility to remove a user session from the associated Matrix session. 2021-06-07 12:09:37 +02:00
Stefan Ceriu 43f6c44c78 Adopt consolidated logging mechanism (#4370)
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
SBiOSoftWhare 4b4fb79497 UserSessionsService: Improve add and removal UserSession. Wait for valid Matrix session state before adding a UserSession. 2021-05-28 12:46:48 +02:00
SBiOSoftWhare e0533230c9 Add UserSession that represents a user session and UserSessionsService that enables to manage multiple user sessions and all logic around sessions management. 2021-05-20 22:10:03 +02:00