Stefan Ceriu
625b9902d8
Fixes #4970 - Fixed unintentional voice message drafts on automatically cancelled recordings.
2021-10-08 16:28:42 +03:00
Weblate
799a4c1fc0
Merge branch 'origin/develop' into Weblate.
2021-10-08 13:15:50 +00:00
Stefan Ceriu
f988fadaf0
Fixes #4935 - Enable voice message scrubbing pan gesture only after long press.
2021-10-08 14:18:53 +03:00
Doug
15b3f82faa
Merge pull request #4957 from vector-im/doug/4955_contacts_permissions_analytics
...
Add an analytics value of accept/decline of identity server terms.
2021-10-08 10:59:08 +01:00
Stefan Ceriu
715d1382ed
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-10-08 11:33:13 +03:00
LinAGKar
7e94bda898
Translated using Weblate (Swedish)
...
Currently translated at 98.3% (1294 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
2021-10-07 12:25:34 +00:00
Gil Eluard
6bf9683e6a
Fix performance issues with Spaces on very large accounts #4898
...
- Support optional `MXSpace.room` property
2021-10-07 08:48:41 +02:00
Gil Eluard
b7da17925d
Fix performance issues with Spaces on very large accounts #4898
...
- Support optional `MXSpace.room` property
2021-10-07 08:46:19 +02:00
Gil Eluard
cf910b0f91
Fix performance issues with Spaces on very large accounts #4898
...
- Listen to `MXSpaceNotificationCounter` to update the notification badge
2021-10-07 07:16:15 +02:00
Gil Eluard
f4317e9b0d
Fix performance issues with Spaces on very large accounts #4898
...
- Listen to `MXSpaceNotificationCounter` to update the notification badge
2021-10-06 22:06:00 +02:00
Ihor Hordiichuk
1a46a3cc1e
Translated using Weblate (Ukrainian)
...
Currently translated at 55.3% (729 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2021-10-06 11:25:47 +00:00
Argyropus
8022894e35
Translated using Weblate (Korean)
...
Currently translated at 61.8% (814 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ko/
2021-10-06 11:25:40 +00:00
Thibault Martin
1909ba14d5
Translated using Weblate (French)
...
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/fr/
2021-10-06 11:25:37 +00:00
artevaeckt
a6e0f5560d
Translated using Weblate (German)
...
Currently translated at 99.8% (1314 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2021-10-06 11:25:33 +00:00
Doug
a50027e76d
Track an analytics value on accept/decline of an identity server.
2021-10-05 17:19:19 +01:00
Ihor Hordiichuk
439d3b9c57
Translated using Weblate (Ukrainian)
...
Currently translated at 48.7% (641 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2021-10-02 00:25:40 +00:00
libexus
d26ad51a8f
Translated using Weblate (German)
...
Currently translated at 99.8% (1314 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2021-10-02 00:25:33 +00:00
artevaeckt
2af18d5781
Translated using Weblate (German)
...
Currently translated at 99.8% (1314 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2021-10-02 00:25:32 +00:00
jelv
e40d5b0bab
Translated using Weblate (Dutch)
...
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/nl/
2021-10-02 00:25:32 +00:00
manuroe
dff3da0b35
i18n: Standardise casing of identity server and integration manager.
2021-10-01 11:51:30 +01:00
manuroe
0507b4dc6e
RecentsDataSource: Memory leak in [RecentsDataSource dataSource:didStateChange:]
2021-10-01 11:34:39 +01:00
manuroe
08ce35c4c5
Merge branch 'master' into develop
2021-09-30 23:51:17 +01:00
Gil Eluard
14e3880972
Spaces still visible after logging in with another account #4916
...
- fixed after AvatarViewData rework
2021-09-30 10:45:20 +02:00
Stefan Ceriu
010178f397
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-09-30 09:40:12 +03:00
Stefan Ceriu
04bc95a85c
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
e3f396ccd8
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
83db774313
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
a0af63131f
Conform URLPreviewData to MXKURLPreviewDataProtocol.
2021-09-29 12:12:25 +01:00
Doug
0764252138
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
f790d3dcae
Add invalidateLayout to RoomBubbleCellData.
2021-09-29 10:36:35 +01:00
SBiOSoftWhare
1b35ced721
AvatarViewData: Make mediaManager property optional.
2021-09-29 11:28:13 +02:00
libexus
3a05f62612
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
251c257fb4
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
Weblate
41b9e6b76c
Merge branch 'origin/develop' into Weblate.
2021-09-28 16:00:15 +00:00
Szimszon
5d206f1811
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
41135e59f6
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
694dcfc891
App may not start in 1.6.0 #4919
...
- Update after review
2021-09-28 15:22:30 +02:00
Gil Eluard
7d90125309
App may not start in 1.6.0 #4919
...
- Update after review
2021-09-28 14:45:34 +02:00
Gil Eluard
4e31cd588d
App may not start in 1.6.0 #4919
...
- Fixed
2021-09-28 13:07:10 +02:00
lvre
a3dd82570e
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
e1911f9802
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
c992d5ee33
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
Doug
2887fd27ef
Use bubbleComponentWithLinkForEventId: in RoomDataSource.
2021-09-27 18:43:53 +01:00
Doug
6745fe48f4
Move URL preview properties from RoomBubbleCellData in MXKRoomBubbleComponent.
...
Stop breaking up the bubble data for links now that vertical whitespace is added.
2021-09-27 18:15:48 +01:00
Doug
63e86bea1c
Merge branch 'develop' into doug/4896_url_previews_string_whitespace
2021-09-27 14:44:17 +01:00
Gil Eluard
a63973c3ad
Spaces still visible after logging in with another account #4916
2021-09-27 12:51:28 +02:00
Priit Jõerüüt
7f37815ae0
Translated using Weblate (Estonian)
...
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/et/
2021-09-26 18:25:48 +00:00
Ihor Hordiichuk
d649dcb5e0
Translated using Weblate (Ukrainian)
...
Currently translated at 42.5% (560 of 1316 strings)
Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2021-09-26 18:25:45 +00:00
lvre
a88fbd693a
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-26 18:25:44 +00:00
Besnik Bleta
235c0c1b85
Translated using Weblate (Albanian)
...
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/sq/
2021-09-26 18:25:41 +00:00