Commit graph

13157 commits

Author SHA1 Message Date
Doug
50d9952c08 Small tweaks plus changelog entry.
Use the new generated localisation strings. Add comments.

Address feedback from PR review.
2021-10-01 16:16:26 +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
ismailgulek
0c2efd8687
Add suggested rooms fetcher 2021-09-30 16:01:26 +03:00
ismailgulek
52a4d6ecd6
Refactor recent cell data 2021-09-30 16:00:52 +03:00
Doug
b9dc5d6eca 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
ad9d712c8a
Fix merge conflict 2021-09-30 12:43:49 +03:00
ismailgulek
129eb9553c
Merge branch 'develop' into ismail/4384_room_summary_store 2021-09-30 12:35:46 +03: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
7a46bb4dc1 Add an image for the integration manager to ServiceTermsModalScreenViewController. 2021-09-29 17:40:37 +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
ismailgulek
4015b82ee3
Add spaces option 2021-09-29 15:10:41 +03: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
libexus
dab27e186c Translated using Weblate (German)
Currently translated at 99.7% (1313 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2021-09-28 16:41:49 +00:00
artevaeckt
428785d884 Translated using Weblate (German)
Currently translated at 99.7% (1313 of 1316 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2021-09-28 16:41:48 +00: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
ismailgulek
bc1d0d7172
Merge branch 'develop' into ismail/4384_room_summary_store 2021-09-28 17:30:39 +03: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