David Langley
947290b6a7
Add first refresh token implementation pass. Account credential persistence and NotificationService handling.
2021-12-09 17:28:56 +00:00
SBiOSoftWhare
d4e8d9400f
Merge develop into steve/5020_matrixkit_merge
2021-11-30 16:16:52 +01:00
SBiOSoftWhare
e8d4af46d2
Update all Objective-C MatrixKit imports to handle new location.
2021-11-30 16:09:53 +01:00
SBiOSoftWhare
90627cdb4a
Remove MatrixKit import from Swift files.
2021-11-29 17:50:30 +01:00
SBiOSoftWhare
9f3017b77c
Remove unnecessary MatrixKit imports.
2021-11-29 17:45:35 +01:00
David Langley
0e43b2ac04
Update Riot/Managers/PushNotification/PushNotificationService.m
...
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com >
2021-11-26 14:57:58 +00:00
David Langley
907a61765f
Restore the pushkit token after login/logout when configuring PushKit
2021-11-26 12:52:40 +00:00
Doug
6dd471045f
Merge branch 'master' into develop
...
# Conflicts:
# Podfile.lock
# Riot/Modules/Room/RoomViewController.m
2021-11-17 17:36:44 +00:00
Stefan Ceriu
ba9c40cf2d
vector-im/element-ios/issues/5114 - Poll creation screen
...
- added input toolbar poll creation action.
- reordered input toolbar actions as per designs.
- added multiline text field and extracted common components.
2021-11-11 11:24:28 +02:00
Phl-Pro
31a99e2e09
Merge branch 'develop' into phlpro/4722_objc_headers
2021-11-05 14:41:36 +01:00
SBiOSoftWhare
b2934662b7
Merge branch 'hotfix/1.6.7' into hotfix/1.6.7_2
2021-11-03 17:22:21 +01:00
Gil Eluard
8d1cb8d47e
Set Show All Rooms to true by default #5076
2021-11-02 07:00:12 +01:00
SBiOSoftWhare
360b2745c3
Weakify strong reference delegates.
2021-10-29 12:23:06 +02:00
Philippe Loriaux
216924165d
Improve the Obj-C Generated Interface Header Name definition
2021-10-26 17:42:33 +02:00
Doug
c2a69f8ec0
Address Steve's comments.
2021-10-20 19:29:23 +01:00
Doug
53de9aef28
Use footers for app and discovery information.
...
Remove Invite Friends button from settings.
Reorganise Advanced and Other settings.
Rename Other to About.
2021-10-20 17:40:39 +01:00
ismailgulek
40fad95939
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-19 16:40:34 +03:00
ismailgulek
f8c024672d
Introduce RiotSettings.showAllRoomsInHomeSpace and adapt changes in filter options
2021-10-19 16:36:43 +03:00
Stefan Ceriu
967987f807
vector-im/element-ios/issues/5009 - Refactored share extension and started using the shared code directly in the main application.
2021-10-18 16:40:48 +03:00
ismailgulek
d6a3a35f18
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-15 12:07:21 +03:00
Doug
098d0fdeff
Re-enable link detection in clearStore instead of via NotificationCenter.
2021-10-14 14:24:01 +01:00
Doug
7b141a5db8
Add observer to re-enable link detection when signing out of an account.
2021-10-13 16:01:19 +01:00
Doug
cc9b47f4b5
Use MXError and MXHTTPOperation where possible.
2021-10-13 14:51:50 +01:00
Doug
ef572d42fe
Stop requesting URL previews if the feature has been disabled on the homeserver.
2021-10-13 12:51:15 +01:00
ismailgulek
1eb62fb392
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-12 11:49:55 +03:00
ismailgulek
890540e349
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-08 16:59:25 +03:00
Doug
8c9c69586f
Merge remote-tracking branch 'origin/develop' into doug/4484_contacts_access
...
# Conflicts:
# Riot/Modules/ServiceTerms/Modal/ServiceTermsModalCoordinatorBridgePresenter.swift
2021-10-08 11:45:43 +01:00
Doug
cfc2ce48db
Track an analytics value on accept/decline of an identity server.
2021-10-05 17:19:19 +01:00
ismailgulek
f5f773e7d9
Merge branch 'develop' into ismail/4384_room_summary_store
2021-10-05 13:48:25 +03:00
manuroe
0500f703b2
i18n: Standardise casing of identity server and integration manager.
2021-10-01 11:51:30 +01:00
Doug
1c4b09b813
Merge branch 'develop' into doug/4484_contacts_access
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
# Riot/Generated/Strings.swift
# Riot/Modules/Application/LegacyAppDelegate.m
# Riot/Modules/Settings/SettingsViewController.m
2021-09-30 11:14:02 +01:00
ismailgulek
cc46decec2
Merge branch 'develop' into ismail/4384_room_summary_store
2021-09-30 12:35:46 +03:00
Stefan Ceriu
92c2a9488f
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-09-30 09:40:12 +03:00
Stefan Ceriu
8b80b3f4c7
vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.
2021-09-30 09:40:12 +03:00
Doug
f5802395f5
Merge pull request #4924 from vector-im/doug/4896_url_previews_string_whitespace
...
Use attributed string whitespace for URL previews.
2021-09-29 16:18:31 +01:00
Doug
8959759c2d
Conform URLPreviewData to MXKURLPreviewDataProtocol.
2021-09-29 12:12:25 +01:00
Doug
bf84540b39
Check whether URL previews should be shown in a single location.
...
Reset all cell data when this setting is changed to force a refresh.
Rename `hasClosedPreview(from:)` to `shouldShowPreview(for:)` for clarity and potentially adding more rules at a later date.
2021-09-29 11:39:11 +01:00
ismailgulek
05d71297b5
Merge branch 'develop' into ismail/4384_room_summary_store
2021-09-28 17:30:39 +03:00
Gil Eluard
019b21d805
App may not start in 1.6.0 #4919
...
- Update after review
2021-09-28 15:22:30 +02:00
Gil Eluard
287121511d
App may not start in 1.6.0 #4919
...
- Update after review
2021-09-28 14:45:34 +02:00
Gil Eluard
990def5c22
App may not start in 1.6.0 #4919
...
- Fixed
2021-09-28 13:07:10 +02:00
ismailgulek
dae19f8823
Post a notification when RiotSettings updated
2021-09-23 16:55:00 +03:00
Gil Eluard
3c0a4c0633
Merge branch 'develop' into spaces
...
# Conflicts:
# Riot/Assets/en.lproj/Vector.strings
2021-09-22 15:39:06 +02:00
Gil Eluard
ca83d8258f
Merge branch 'develop' into spaces
2021-09-20 10:18:01 +02:00
David Langley
a94969403c
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4781_swiftui_template_examples
2021-09-20 08:50:38 +01:00
Doug
6a92f89feb
Enable URL Previews by default and remove from Labs.
2021-09-16 17:51:56 +01:00
David Langley
d189c4d618
Merge branch 'develop' of https://github.com/vector-im/element-ios into langleyd/4781_swiftui_template_examples
2021-09-15 14:33:05 +01: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
Stefan Ceriu
62cdb29331
Revert "Revert " #4693 - Drop iOS 11 support.""
2021-09-14 11:41:36 +03:00