Commit Graph

4423 Commits

Author SHA1 Message Date
Doug f64e81d4c2 Fix social button visibility during registration
Hide the back button at the same time.
Disable custom server entry when picking a different use case.
2022-03-10 11:28:03 +00:00
Arnaud Ringenbach 3d48469e64 Merge branch 'develop' into aringenbach/5745_mandatory_secure_backup
# Conflicts:
#	Riot/Modules/CreateRoom/EnterNewRoomDetails/EnterNewRoomDetailsViewModel.swift
2022-03-10 10:35:20 +01:00
Gil Eluard 7097a505cd Merge pull request #5748 from vector-im/gil/SP1_space_creation
Creating & managing Spaces
2022-03-10 10:18:48 +01:00
Anderas e8bf63d64e Merge pull request #5781 from vector-im/andy/5780_indicator_context
Replace user indicator presenting view controller with context
2022-03-09 12:28:50 +00:00
Arnaud Ringenbach c4489ee711 Display only available secure backup methods on setup 2022-03-09 11:45:57 +01:00
Arnaud Ringenbach b0d7c2e0b8 Hide key recovery if only passphrase is supported 2022-03-09 11:45:48 +01:00
Arnaud Ringenbach 75a8c4e62c Fix minor cryptography typo 2022-03-09 11:45:39 +01:00
Arnaud Ringenbach 071a7c3b83 Security settings: disable secure backup management if backup is required 2022-03-09 11:45:29 +01:00
Arnaud Ringenbach 9b414eb5fa Display mandatory secure backup setup if needed (first login / migration) 2022-03-09 11:45:18 +01:00
Arnaud Ringenbach 61ec6a5a99 Force non-cancellable session verification when needed (account migration / interrupted authentication) 2022-03-09 11:45:03 +01:00
Andy Uhnak 17fcd6acd4 Break retain cycle between split controller and indicator presenters 2022-03-09 09:50:56 +00:00
Arnaud Ringenbach 4c5ae7e4da Add cancellable property to secureBackup/recovery coordinators 2022-03-09 10:41:48 +01:00
Arnaud Ringenbach 1c11fc7243 Add cancellable property to secureBackup/recovery view controllers 2022-03-09 10:41:27 +01:00
Arnaud Ringenbach e66395fb59 Set keyPreSharingStrategy on handleAppState 2022-03-09 10:41:06 +01:00
Arnaud Ringenbach 3325c5341d Update WellKnown & HomeserverConfiguration for mandatory backup 2022-03-09 10:40:33 +01:00
Andy Uhnak d1fb2bf389 Replace user indicator presenting view controller with context 2022-03-09 09:11:47 +00:00
ismailgulek 8fc01d95d4 Merge branch 'develop' into ismail/5749_thread_notifications 2022-03-08 21:18:59 +03:00
ismailgulek b63ccddc45 Open & reply to thread only if threads enabled 2022-03-08 17:09:29 +03:00
Gil Eluard 84ed6d9051 Merge branch 'develop' into gil/SP1_space_creation 2022-03-08 13:19:38 +01:00
Anderas 0f07173112 Merge pull request #5767 from vector-im/andy/5752_missing_spinner
Use split controller's top navigation controller to present toasts
2022-03-08 11:30:52 +00:00
Andy Uhnak 32bbe6180b Update indicator after ipad layout change 2022-03-08 10:40:01 +00:00
Gil Eluard cdd66146d8 Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
#	Riot/Modules/Room/RoomViewController.m
#	Riot/Modules/Room/Settings/RoomSettingsViewController.h
#	Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
2022-03-08 11:23:55 +01:00
ismailgulek 067c42c67b Navigate to thread from notification 2022-03-08 12:58:13 +03:00
Gil Eluard acf7d0de13 Instrument missing screen metrics (#5764)
* Instrument missing screen metrics

- Done
2022-03-08 10:13:46 +01:00
Andy Uhnak 180ec5ab85 Use split controller's top navigation controller to present toasts 2022-03-08 08:34:45 +00:00
Arnaud Ringenbach cfeae5bc64 Rename profile as userAvatarAndName 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach fb95e6fd78 Remove duplicated roomScreenUseOnlyLatestProfiles setting test 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach 1f59ed74e7 Revamp refreshProfiles as setRoomState 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach 4eafe7fd9a Rename dataSource2 parameters and handle target profiles 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach 91d3411326 Handle use only latest profile live refreshes 2022-03-07 13:45:02 +01:00
Arnaud Ringenbach a6ed656107 Use only latest profiles in the timeline (labs) 2022-03-07 13:45:02 +01:00
Gil Eluard cf015c4ef2 selection impossible when filtering in add room screen #5757 (#5758)
- Fixed
- Other minor code / UI tweaks
2022-03-07 12:25:50 +01:00
Andy Uhnak 1cebb4ba0d Use new activity indicators on all tabs 2022-03-04 16:51:15 +00:00
Gil Eluard 59038e18c1 Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Config/BuildSettings.swift
#	Riot/Generated/Strings.swift
#	Riot/Modules/Home/HomeViewController.m
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
2022-03-04 13:38:18 +01:00
Gil Eluard 0fcebfa145 Merge branch 'gil/SP1_space_creation' of github.com:vector-im/element-ios into gil/SP1_space_creation 2022-03-04 13:06:27 +01:00
Gil Eluard 3347354216 SP4: space settings (#5730)
* SP4: Space Settings

- Space settings screen implemented
- No space upgrade available as per Element web
- Need more insights for the space address field
- Added settings live update
- Added local alias implementation
2022-03-04 12:53:42 +01:00
Doug 4d01740ce3 Remove unused NSBundle extension methods.
Fix compile errors and remove duplicate strings after rebase.
2022-03-03 10:04:20 +00:00
Doug 86c2b4ebb5 Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
Doug e9fbc9eede Merge MatrixKit strings into Vector strings. 2022-03-03 09:34:54 +00:00
Weblate 67fd7da9be Merge branch 'origin/develop' into Weblate. 2022-03-02 15:18:11 +00:00
Jozef Gaal e92c993877 Translated using Weblate (Slovak)
Currently translated at 99.7% (441 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sk/
2022-03-02 15:18:00 +00:00
LinAGKar bb48aabfbe Translated using Weblate (Swedish)
Currently translated at 100.0% (442 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sv/
2022-03-02 15:18:00 +00:00
Doug 19f383ed9b Fix emptyView never being shown in RecentsViewController. 2022-03-02 11:43:18 +00:00
Andy Uhnak fb022ff6b0 Enable home and room user indicators 2022-03-01 15:50:24 +00:00
Stefan Ceriu 03874a0f92 Removed unnecessary and cropped room info avatar shadow. 2022-03-01 16:43:46 +02:00
ismailgulek d61891f2d3 Change font for message body if required 2022-03-01 16:48:33 +03:00
ismailgulek 28bba39507 Add string parameter to fontForEvent method 2022-03-01 16:43:23 +03:00
Anderas fda6ba2862 Merge pull request #5690 from vector-im/andy/5603_room_indicators
Room activity indicators
2022-03-01 13:08:29 +00:00
ismailgulek 0f043fd357 Merge pull request #5709 from vector-im/ismail/5365_thread_analytics
Threads: Analytics
2022-03-01 15:23:47 +03:00
SBiOSoftWhare e19a11d6c9 Merge pull request #5711 from vector-im/steve/bubbles_refacto
Timeline: Use appropriate class name for Swift cells.
2022-03-01 12:51:30 +01:00