Johannes Marbach
bdce8f1c09
Only use device type name as fallback for session display name
2022-10-07 09:48:17 +02:00
Doug
3c34092a6a
Session Manager: Single session logout
2022-10-05 16:48:51 +01:00
Aleksandrs Proskurins
b8e76108f0
Merge branch 'develop' into aleksandrs/6786_inactive_sessions_screen
...
# Conflicts:
# RiotSwiftUI/Modules/UserSessions/UserSessionDetails/UserSessionDetailsViewModel.swift
2022-10-05 11:51:08 +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
ismailgulek
8903fde833
Include browser version in parsed user agent (PSG-761) ( #6788 )
...
* Update UserSessionInfo structure to include client version
* Add string for browser
* Update user agent parser to parse browser version too
* Add browser row into the session details
* Add changelog
* Fix tests
* Run Swift format
2022-10-04 10:49:26 +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
438da34812
Merge branch 'develop' into gil/6787-Add_support_for_MSC3881
2022-10-03 14:09:17 +02:00
Doug
d04cdac759
Add missing accessibility labels on All Chats buttons.
2022-10-03 12:48:46 +01: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
ismailgulek
15191dd9ff
New session manager labs flag (PSG-792) ( #6780 )
...
* Add new session manager labs flag
* Add labs flag for client information feature
* Add changelog
2022-09-30 15:45:20 +03:00
ismailgulek
f8dccee9d6
Extended device info (PSG-772) ( #6766 )
2022-09-29 15:07:10 +03:00
Andy Uhnak
f15e890a11
Merge branch 'master' into develop
2022-09-28 18:03:37 +01:00
Andy Uhnak
9ede012c98
Decorate events decrypted with untrusted sessions
2022-09-28 17:04:45 +01:00
Stefan Ceriu
89d4bb2452
Implemented PSG-680 - Sessions overview security recommendations
...
- remove uppercased strings from localizables
- moved inactivity computation to the service
2022-09-28 15:36:11 +03:00
Aleksandrs Proskurins
b04a4e71b4
Added translation strings
2022-09-26 16:58:02 +03:00
Aleksandrs Proskurins
e10a1f697e
Merge pull request #6750 from vector-im/alex/6693_dm_session_details
...
Device manager: User session details screen (PSG-685) #6693
2022-09-22 16:54:44 +03:00
ismailgulek
17e252476f
Release 1.9.6 ( #6747 )
...
* Device manager: add user sessions overview current session strings.
* Create UserSessionCardView to display session informations.
* UserSessionsOverview: Handle current session section view.
* Prepare for new sprint
* Dismiss the launching screen when clearing cache.
* Fix crash when previewing a room.
* Fix typo in empty state
* Code review fixes
* Update swift-ogg and add changelog
* Fix crash on logout from too much wrong pin codes
* Update changelog to original issue
* Disable unnecessary network breadcrumbs in Sentry
* Changelog
* Fix login crash on Xcode 14 builds
Fixes #6722
* Put the session creator on the main actor instead.
This covers all login and registration options.
* Only disable the composer if the room is yet to be created.
* Add missing source views for iPad.
* New App Layout: fixed rooms list doesn't update after log out and log into another account
* New layout: Fixed low priority rooms titles obscured by bottom bar when side scrolling
* Fix replied event content parsing for nested replies
* Fixed failed to join room (was not legal room)
* Timeline composer layout loop fix (#6743 )
* Publish suitable view height for user suggestions
* Update container view height
* Add changelog
* Fix user suggestions layout for pre iOS 16
* version++
Co-authored-by: SBiOSoftWhare <steveb@matrix.org >
Co-authored-by: Doug <douglase@element.io >
Co-authored-by: Germain Souquet <germain@souquet.com >
Co-authored-by: Stefan Ceriu <stefanc@matrix.org >
Co-authored-by: Aleksandrs Proskurins <paleksandrs@gmail.com >
Co-authored-by: David Langley <langley.dave@gmail.com >
Co-authored-by: aringenbach <arnaudr@element.io >
Co-authored-by: aringenbach <80891108+aringenbach@users.noreply.github.com >
Co-authored-by: Andy Uhnak <andyuhnak@gmail.com >
Co-authored-by: Johannes Marbach <johannesm@element.io >
Co-authored-by: Gil Eluard <gile@element.io >
Co-authored-by: Gil Eluard <gil.eluard@gmail.com >
Co-authored-by: gulekismail <ismailgulek0@gmail.com >
2022-09-20 13:45:49 +03:00
Aleksandrs Proskurins
e4450e90e3
Added translation strings
2022-09-19 10:26:42 +03:00
Doug
164051a9f2
Only disable the composer if the room is yet to be created.
2022-09-16 19:46:11 +01:00
Aleksandrs Proskurins
a22011741c
Merge pull request #6696 from vector-im/steve/6694_dm_overview_current_session
...
Device manager: User sessions overview - Current session section (PSG-670)
2022-09-14 13:08:42 +03:00
Doug
af8612b04e
Fix crash when previewing a room.
2022-09-13 17:32:34 +01:00
Doug
408473fde0
Merge pull request #6672 from vector-im/steve/6656_dm_overview_other_sessions
...
Device manager: User sessions overview - Other sessions section read only (PSG-667)
2022-09-12 11:39:55 +01:00
SBiOSoftWhare
05453f7611
Device manager: add user sessions overview current session strings.
2022-09-08 19:53:53 +02:00
Yoan Pintas
a625e287a4
Start DM on first message ( #6367 )
...
Start DM on first message
Co-authored-by: Philippe Loriaux <philippel@element.io >
2022-09-06 14:33:32 +02:00
Gil Eluard
5ec679c564
Updated empty states as per latest design update
2022-09-05 16:06:31 +02:00
SBiOSoftWhare
e1e0d757b1
User sessions overview: Add strings.
2022-09-05 12:08:27 +02:00
SBiOSoftWhare
8cf0994043
Device manager: Add assets.
2022-09-05 10:35:13 +02:00
SBiOSoftWhare
32f93199ac
Device manager: Add strings.
2022-09-05 10:34:10 +02:00
Gil Eluard
4b619eda39
Added Labs flag for the new App Layout
2022-08-29 14:59:09 +02:00
Gil Eluard
c818cecb9c
Merge branch 'develop' into gil/6608-App_Layout-last_UI_tweaks_before_RC
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
# Riot/Generated/Strings.swift
2022-08-23 21:16:48 +02:00
Gil Eluard
fcab7f3989
Merge pull request #6613 from vector-im/gil/6607-App_Layout-Release_Experience
...
App Layout: Release experience
2022-08-23 21:06:22 +02:00
Gil Eluard
6b555f5754
App Layout: last UI tweaks before RC
2022-08-23 20:50:12 +02:00
Gil Eluard
13b26e1845
App Layout: Release Experience
...
- Update after code / design review
2022-08-23 16:25:52 +02:00
Gil Eluard
1ff36f9eb3
App Layout: Release Experience
...
- First iteration before final design
2022-08-23 11:20:46 +02:00
SBiOSoftWhare
59b20e7d35
Merge branch 'develop' into steve/6585_session_mgmt_empty_screen
2022-08-23 09:45:09 +02:00
SBiOSoftWhare
0f94f470f7
Device manager: Add new strings.
2022-08-22 17:41:36 +02:00
Gil Eluard
2271cc452f
App Layout: added space invites in space bottom sheet
...
- UI tweaks
2022-08-22 13:42:37 +02:00
Gil Eluard
dda63fcf54
New App Layout: Added missing empty states in room list and space bottom sheet
2022-08-19 17:12:33 +02:00
Gil Eluard
445220ed24
App Layout: Context Menus
...
- Updated avatar menu
2022-08-18 16:34:04 +02:00
Gil Eluard
5b4c9433c4
App Layout: Context Menus
...
- Fixed
2022-08-18 16:15:47 +02:00
Doug
7156726e28
Update camera, contacts and photos usage strings for App Store review.
2022-08-11 16:40:22 +01:00
Gil Eluard
64fe1d544e
Implement new space selector bottom sheet ( #6518 )
...
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02:00
Doug
ffb8dad77e
Update the ReCaptcha icon.
2022-08-04 17:35:32 +01:00
SBiOSoftWhare
42c668e57a
Merge pull request #6499 from vector-im/steve/6493_lls_tile_server_error
...
Location sharing: Render fallback UI when tile server unavailable (PSG-606)
2022-08-02 17:42:50 +02:00
Gil Eluard
4de0901f36
Delight edit layout experiment ( #6384 )
...
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
SBiOSoftWhare
5041b2ccd3
Add map error loading string.
2022-08-01 12:39:16 +02:00
SBiOSoftWhare
e95f9b0685
Add location map error icon.
2022-08-01 12:38:33 +02:00
aringenbach
e236bf3869
Apply renamed bundle to SwiftGen generated files
2022-07-29 15:07:04 +02:00