Commit graph

16721 commits

Author SHA1 Message Date
Doug
982fb523ca
Merge pull request #6551 from vector-im/doug/6549-contacts-permissions
Update the contacts permission string.
2022-08-10 14:24:20 +01:00
Doug
f45d0035cc Update the contacts permission string. 2022-08-10 11:57:41 +01:00
Doug
988acf26b8 Fix potential crash when dismissing an image. 2022-08-10 11:48:00 +01:00
Doug
33a7c27c0b Remove flairs and related groups. 2022-08-09 15:04:54 +01:00
Doug
5f21b5c103 Fix build errors. 2022-08-09 15:04:54 +01:00
Doug
4572e7c480 Remove all types related to Groups 2022-08-09 15:04:54 +01:00
Doug
f7ba2094d4 Prepare for new sprint 2022-08-09 14:20:37 +01:00
Doug
523ea30f92 Merge branch 'master' into develop 2022-08-09 14:20:35 +01:00
Doug
8c169707ba Merge branch 'release/1.8.25/master' 2022-08-09 14:20:30 +01:00
Doug
04e0360acb finish version++ 2022-08-09 14:20:30 +01:00
Doug
35ce7ccea6
Merge pull request #6546 from vector-im/release/1.8.25/release
Release 1.8.25
2022-08-09 14:18:51 +01:00
Doug
7a166cbcc7
Merge branch 'release/1.8.25/master' into release/1.8.25/release 2022-08-09 12:16:55 +01:00
Doug
032bf6f1c7 version++ 2022-08-09 12:04:47 +01:00
Doug
b2ca70dc95 changelog.d: Upgrade MatrixSDK version ([v0.23.14](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.14)). 2022-08-09 12:04:47 +01:00
Doug
6ce1a0d014
Merge pull request #6544 from RiotTranslateBot/weblate-riot-ios-riot-ios
Translations update from Weblate
2022-08-09 12:02:19 +01:00
Doug
928144988f
Merge pull request #6545 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Translations update from Weblate
2022-08-09 11:48:46 +01:00
Johannes Marbach
fcfdaa933b
Merge pull request #6543 from vector-im/johannes/revert-voice-message-max-length
Revert maximum voice message recording length back to 2m (PSG-662)
2022-08-09 12:46:37 +02:00
Doug
df8b9e5ebf Translated using Weblate (Russian)
Currently translated at 86.7% (1866 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2022-08-09 10:06:52 +00:00
Doug
25b7768bfb Translated using Weblate (Chinese (Simplified))
Currently translated at 83.8% (1805 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-08-09 10:06:51 +00:00
Weblate
c85cc5495e Merge branch 'origin/develop' into Weblate. 2022-08-09 09:03:54 +00:00
Weblate
d6aabafafa Merge branch 'origin/develop' into Weblate. 2022-08-09 09:01:14 +00:00
Figurant16
5521bea6fd Translated using Weblate (French)
Currently translated at 100.0% (2126 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
2022-08-09 09:01:06 +00:00
jucktnich
ea3f5db8e5 Translated using Weblate (German)
Currently translated at 98.7% (2100 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-08-09 09:01:03 +00:00
Vri
f878b57268 Translated using Weblate (German)
Currently translated at 98.7% (2100 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-08-09 09:01:03 +00:00
Johannes Marbach
67a5dfddfe Revert "Merge pull request #6529 from vector-im/feature/voice-message-max-length"
This reverts commit f92bda4e88, reversing
changes made to b7713043b1.
2022-08-09 10:24:03 +02:00
SBiOSoftWhare
36b4a35164
Merge pull request #6542 from vector-im/steve/lls_debug_beacon_info
RoomBubbleCellData: Add logs to track missing beacon info summary associated to a start beacon info
2022-08-09 10:01:02 +02:00
Doug
16cc569b84 Replace error alert with server selection screen in startFlow. 2022-08-09 08:54:31 +01:00
Doug
90ecedbd22 Use the default homeserver when starting a new auth flow.
And override this when a provisioning link has been set.
2022-08-09 08:54:31 +01:00
SBiOSoftWhare
649178bba8 RoomBubbleCellData: Add logs to track missing beacon info summary associated to a start beacon info. 2022-08-08 15:33:18 +02:00
Doug
4ca11c19ce
Fix unarchiving of the widget manager config. (#6541) 2022-08-05 19:31:41 +01:00
Gil Eluard
2b4f81fb82
The theme defined in the application is not applied to all UI components (#6532)
* The theme defined in the application is not applied to all UI components
2022-08-05 15:00:22 +02:00
Gil Eluard
c82ce52a7c
Some UI tweaks for New App Layout (#6535)
* Some UI tweaks for New App Layout
2022-08-05 14:58:48 +02:00
Gil Eluard
da27091d8b
Conditionally hide room list tabs (#6533)
* Conditionally hide room list tabs
2022-08-05 14:56:19 +02:00
Gil Eluard
a809185407
Implement new space selector bottom sheet (#6518)
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02:00
Milton Moura
6cb076badb
Fixes a glitch when dismissing a GIF in the media attachment viewer (#6475) (#6476)
* Fixed a glitch in media viewer when dismissing a GIF: the WebView which shows the animation would show in the background while the transition interaction occurred

* adding the changelog entry

Signed-off-by: Milton Moura <miltonmoura@gmail.com>
2022-08-05 11:01:31 +01:00
Doug
c2204fdcef Fix a race condition when sending multiple images. 2022-08-05 08:29:30 +01:00
lvre
9657f217db Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2126 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2022-08-05 03:32:34 +00:00
notramo
492cbc19e5 Translated using Weblate (Hungarian)
Currently translated at 99.8% (2122 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-08-05 03:32:32 +00:00
Doug
4580bf1857 Update the ReCaptcha icon. 2022-08-04 17:35:32 +01:00
Doug
513250317f Don't show personalisation after registering with a generic SSO provider. 2022-08-04 17:35:16 +01:00
Johannes Marbach
f92bda4e88
Merge pull request #6529 from vector-im/feature/voice-message-max-length
Increase max length of voice messages to 15m (PSG-662)
2022-08-04 17:26:53 +02:00
Doug
b7713043b1
Fix an infinite loop when tapping an unjoined room alias. (#6522)
* Fix a crash in universal link handling.
* Fix an infinite loop when tapping an unjoined room alias.
2022-08-04 15:41:50 +01:00
Johannes Marbach
463335b842 Add changelog
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-08-04 13:33:45 +02:00
Johannes Marbach
b9c83581f1 Increase max length of voice messages to 15m (PSG-662)
Relates to: vector-im/element-ios#5415

Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-08-04 13:30:19 +02:00
Doug
9ab59b5c6a Move the attachment nav bar into a container. 2022-08-03 16:32:29 +01:00
SBiOSoftWhare
ce1ea08727
Merge pull request #6520 from vector-im/steve/lls_refacto
Location sharing: Improve file organisation
2022-08-03 14:21:33 +02:00
SBiOSoftWhare
145bb89cb4 Fix RiotSwiftUI targets. 2022-08-03 11:47:17 +02:00
SBiOSoftWhare
a7d57edf27 ShareToMapsAppActivity: Fix imports. 2022-08-03 11:46:54 +02:00
SBiOSoftWhare
5d9f423ea8 Move RoomTimelineLocationView to appropriate folder. 2022-08-03 11:08:25 +02:00
SBiOSoftWhare
32ac9cf549 Move location sharing classes in dedicated folders. 2022-08-03 10:53:51 +02:00