Commit graph

12659 commits

Author SHA1 Message Date
SBiOSoftWhare
44ad337908 UIViewController: Add convenient method to set splitViewController displayModeButtonItem if needed. 2021-10-05 10:48:52 +02:00
SBiOSoftWhare
22d8a182a0 Create ContactDetailsCoordinator. 2021-10-05 10:48:51 +02:00
SBiOSoftWhare
815106f831 Split view: Set navigationItem.leftItemsSupplementBackButton to YES for view controllers used as detail. 2021-10-05 10:48:51 +02:00
SBiOSoftWhare
a01213af82 NavigationRouter: Add convenient methods. Send local notifications when NavigationRouter stack change. 2021-10-05 10:48:51 +02:00
SBiOSoftWhare
228d4be918 Array: Add convenient remove method. 2021-10-05 10:48:51 +02:00
Doug
1c59d38c4f
Merge pull request #4940 from vector-im/doug/4939_update_pods
Update ffmpeg-kit-ios-audio, FLEX, FlowCommoniOS, Reusable and SwiftLint
2021-10-01 17:31:09 +01:00
Doug
bf48056999 Pods: Update ffmpeg-kit-ios-audio, FLEX, FlowCommoniOS, Reusable and SwiftLint. 2021-10-01 14:32:59 +01:00
manuroe
9a79fe3bd1 Merge branch 'psrpinto-fix/naming' into develop 2021-10-01 11:52:19 +01:00
manuroe
e60f92eaf8 i18n: Standardise casing of identity server and integration manager. 2021-10-01 11:51:30 +01:00
manuroe
100644c59f Merge remote-tracking branch 'origin/develop' into develop 2021-10-01 11:36:50 +01:00
manuroe
5f4ca4635b Merge branch 'Johennes-feature/recents-leak' into develop 2021-10-01 11:35:25 +01:00
manuroe
5592fd46b8 RecentsDataSource: Memory leak in [RecentsDataSource dataSource:didStateChange:] 2021-10-01 11:34:39 +01:00
Doug
8f936da129
Merge pull request #4938 from vector-im/doug/4937_element_alpha_ios15
Fix Element Alpha on iOS 15.
2021-10-01 10:34:28 +01:00
Doug
c9f9a81039
Add changelog entry. 2021-10-01 10:12:38 +01:00
Doug
178371abb4
Update alpha release to build on macOS 11. 2021-10-01 09:47:41 +01:00
manuroe
e5652357d1
Merge pull request #4921 from vector-im/manu/4920_pr_template_accessibility
Update PR template with a checkbox for accessibility and self review.
2021-10-01 09:31:37 +01:00
manuroe
9871307539 Prepare for new sprint 2021-09-30 23:51:20 +01:00
manuroe
2735166155 Merge branch 'master' into develop 2021-09-30 23:51:17 +01:00
manuroe
806d612cb3 Merge branch 'release/1.6.1/master' 2021-09-30 23:51:12 +01:00
manuroe
8efcbdf93b finish version++ 2021-09-30 23:51:12 +01:00
manuroe
a9b8560d84
Merge pull request #4936 from vector-im/release/1.6.1/release
Release 1.6.1
2021-09-30 23:47:43 +01:00
manuroe
7892e0f0d9 version++ 2021-09-30 23:26:28 +01:00
manuroe
7192318798 changelog.d: Upgrade MatrixKit version ([v0.16.4](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.4)). 2021-09-30 23:26:27 +01:00
David Langley
9a349d3ddd
Merge pull request #4859 from vector-im/langleyd/4781_swiftui_template_example2
SwiftUI Template Example 2
2021-09-30 16:36:14 +00:00
Gil Eluard
63c41b6d20
Merge pull request #4934 from vector-im/gil/4916_spaces_still_visible_after_logging_in_with_another_account_hotfix
Spaces still visible after logging in with another account
2021-09-30 15:58:42 +02:00
Gil Eluard
7b28eaa086 Spaces still visible after logging in with another account #4916
- fixed after AvatarViewData rework
2021-09-30 10:45:20 +02:00
manuroe
231202fd80
Merge pull request #4933 from vector-im/manu/4932_crosssinging_in_bg
AppDelegate: Fix a crash when backgrounding the app
2021-09-30 09:00:43 +01:00
Stefan Ceriu
2c0bf1e80f vector-im/element-ios/issues/4899 - Fixed various localization issues. 2021-09-30 09:40:12 +03:00
Stefan Ceriu
862464108b vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods. 2021-09-30 09:40:12 +03:00
manuroe
879864e295 AppDelegate: Fix a crash when backgrounding the app
By avoiding to call [MXCrossSigning refreshStateWithSuccess]  because it leads to a crash in Realm.
2021-09-29 22:02:19 +01:00
Doug
03f813c3d0
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
SBiOSoftWhare
3b537e832a
Merge pull request #4931 from vector-im/steve/4930_avatar_view_data_update
AvatarViewData: Make mediaManager optional
2021-09-29 14:01:27 +02:00
SBiOSoftWhare
ff45f74c7e Add changes 2021-09-29 13:15:29 +02:00
Doug
c3e87c5c50 Conform URLPreviewData to MXKURLPreviewDataProtocol. 2021-09-29 12:12:25 +01:00
manuroe
dd082c5ac9 Merge branch 'develop' into hotfix/1.6.0 2021-09-29 12:50:14 +02:00
manuroe
a32cc2243f Upgrade MatrixKit version (v0.16.3) 2021-09-29 12:47:31 +02:00
Doug
b4569296ac 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
Doug
4198fa096a Add invalidateLayout to RoomBubbleCellData. 2021-09-29 10:36:35 +01:00
SBiOSoftWhare
e3d649c4ea AvatarViewData: Make mediaManager property optional. 2021-09-29 11:28:13 +02:00
manuroe
47c5878225
Merge pull request #4927 from RiotTranslateBot/weblate-riot-ios-riot-ios
Translations update from Weblate
2021-09-28 18:18:08 +02:00
Weblate
c8eb155f59 Merge branch 'origin/develop' into Weblate. 2021-09-28 16:00:15 +00:00
Szimszon
976498b0de Translated using Weblate (Hungarian)
Currently translated at 100.0% (1316 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2021-09-28 16:00:06 +00:00
Nikita Epifanov
f5b1ac8a48 Translated using Weblate (Russian)
Currently translated at 99.4% (1309 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2021-09-28 16:00:02 +00:00
Gil Eluard
b0b8a06088
Merge pull request #4925 from vector-im/gil/4919_app_may_not_start_in_1.6.0
App may not start in 1.6.0
2021-09-28 15:55:35 +02:00
Gil Eluard
caa75ed042 App may not start in 1.6.0 #4919
- Update after review
2021-09-28 15:22:30 +02:00
Gil Eluard
837333024d App may not start in 1.6.0 #4919
- Update after review
2021-09-28 14:45:34 +02:00
Gil Eluard
d9f2220091 App may not start in 1.6.0 #4919
- Fixed
2021-09-28 13:07:10 +02:00
lvre
38bed6c25f Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1316 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2021-09-28 10:25:34 +00:00
random
cfc6645833 Translated using Weblate (Italian)
Currently translated at 100.0% (1316 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2021-09-28 10:25:34 +00:00
artevaeckt
c7dac1c497 Translated using Weblate (German)
Currently translated at 99.6% (1311 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2021-09-28 10:25:31 +00:00