Commit graph

3584 commits

Author SHA1 Message Date
David Langley
ef3e76b94b add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
Priit Jõerüüt
b5fdb65926 Translated using Weblate (Estonian)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-10-01 07:32:54 +00:00
ismailgulek
26665fdc81
New session manager labs flag (PSG-792) (#6780)
* Add new session manager labs flag

* Add labs flag for client information feature

* Add changelog
2022-09-30 15:45:20 +03:00
ismailgulek
2f689f4557
Extended device info (PSG-772) (#6766) 2022-09-29 15:07:10 +03:00
Andy Uhnak
6c358b2da4 Merge branch 'master' into develop 2022-09-28 18:03:37 +01:00
Andy Uhnak
2029aa5fb9 Decorate events decrypted with untrusted sessions 2022-09-28 17:04:45 +01:00
Stefan Ceriu
c21f39c961 Implemented PSG-680 - Sessions overview security recommendations
- remove uppercased strings from localizables
- moved inactivity computation to the service
2022-09-28 15:36:11 +03:00
Jozef Gaal
5de49efec2 Translated using Weblate (Slovak)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sk/
2022-09-27 18:33:20 +00:00
Linerly
4333bbe6a0 Translated using Weblate (Indonesian)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
2022-09-27 18:33:15 +00:00
Ihor Hordiichuk
2da513b074 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2022-09-27 18:33:12 +00:00
lvre
248f81ef4e Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2022-09-27 18:33:08 +00:00
random
0199fa95d3 Translated using Weblate (Italian)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2022-09-27 18:33:04 +00:00
Szimszon
a2af90a77e Translated using Weblate (Hungarian)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-09-27 18:33:00 +00:00
Kaede
1a7871252b Translated using Weblate (Japanese)
Currently translated at 69.6% (1530 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ja/
2022-09-27 18:32:56 +00:00
Vri
939ff33dd0 Translated using Weblate (German)
Currently translated at 100.0% (2198 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-09-27 18:32:54 +00:00
Aleksandrs Proskurins
0a51f9237d
Merge pull request #6764 from vector-im/aleksandrs/6753_dm_session_overview
Device manager: Session overview screen.
2022-09-27 16:33:01 +03:00
Aleksandrs Proskurins
68b2bda33c Added translation strings 2022-09-26 16:58:02 +03:00
Johannes Marbach
a7720ad9ce Add entry in third_party_licences.html 2022-09-26 12:02:54 +02:00
Kaede
95c04b2edc Translated using Weblate (Japanese)
Currently translated at 69.0% (1518 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ja/
2022-09-25 22:52:41 +00:00
oksya8and8
e7a0fc4d62 Translated using Weblate (Japanese)
Currently translated at 69.0% (1518 of 2198 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ja/
2022-09-25 22:52:29 +00:00
ismailgulek
fbf78b421e
Release 1.9.6 (#6747)
* Device manager: add user sessions overview current session strings.

* Create UserSessionCardView to display session informations.

* UserSessionsOverview: Handle current session section view.

* Prepare for new sprint

* Dismiss the launching screen when clearing cache.

* Fix crash when previewing a room.

* Fix typo in empty state

* Code review fixes

* Update swift-ogg and add changelog

* Fix crash on logout from too much wrong pin codes

* Update changelog to original issue

* Disable unnecessary network breadcrumbs in Sentry

* Changelog

* Fix login crash on Xcode 14 builds

Fixes #6722

* Put the session creator on the main actor instead.

This covers all login and registration options.

* Only disable the composer if the room is yet to be created.

* Add missing source views for iPad.

* New App Layout: fixed rooms list doesn't update after log out and log into another account

* New layout: Fixed low priority rooms titles obscured by bottom bar when side scrolling

* Fix replied event content parsing for nested replies

* Fixed failed to join room (was not legal room)

* Timeline composer layout loop fix (#6743)

* Publish suitable view height for user suggestions

* Update container view height

* Add changelog

* Fix user suggestions layout for pre iOS 16

* version++

Co-authored-by: SBiOSoftWhare <steveb@matrix.org>
Co-authored-by: Doug <douglase@element.io>
Co-authored-by: Germain Souquet <germain@souquet.com>
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
Co-authored-by: Aleksandrs Proskurins <paleksandrs@gmail.com>
Co-authored-by: David Langley <langley.dave@gmail.com>
Co-authored-by: aringenbach <arnaudr@element.io>
Co-authored-by: aringenbach <80891108+aringenbach@users.noreply.github.com>
Co-authored-by: Andy Uhnak <andyuhnak@gmail.com>
Co-authored-by: Johannes Marbach <johannesm@element.io>
Co-authored-by: Gil Eluard <gile@element.io>
Co-authored-by: Gil Eluard <gil.eluard@gmail.com>
Co-authored-by: gulekismail <ismailgulek0@gmail.com>
2022-09-20 13:45:49 +03:00
Aleksandrs Proskurins
d77dd5034e Added translation strings 2022-09-19 10:26:42 +03:00
Aleksandrs Proskurins
f17f56b5b0
Merge pull request #6696 from vector-im/steve/6694_dm_overview_current_session
Device manager: User sessions overview - Current session section (PSG-670)
2022-09-14 13:08:42 +03:00
Germain Souquet
26ccb27814 Fix typo in empty state 2022-09-14 08:42:14 +01:00
Doug
b02834ad77
Merge pull request #6672 from vector-im/steve/6656_dm_overview_other_sessions
Device manager: User sessions overview - Other sessions section read only (PSG-667)
2022-09-12 11:39:55 +01:00
ismailgulek
59c3907dfe
Merge pull request #6699 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Translations update from Weblate
2022-09-09 10:34:58 +03:00
Weblate
ba8425c40b Merge branch 'origin/develop' into Weblate. 2022-09-09 07:29:07 +00:00
Thibault Martin
aff2d1b2e1 Translated using Weblate (French)
Currently translated at 99.9% (2178 of 2180 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
2022-09-09 06:24:33 +00:00
SBiOSoftWhare
f7b0a29c01 Device manager: add user sessions overview current session strings. 2022-09-08 19:53:53 +02:00
Przemysław Romanik
9b8f488b0a Translated using Weblate (Polish)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/pl/
2022-09-08 08:32:42 +00:00
Thibault Martin
8aac971494 Translated using Weblate (French)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/fr/
2022-09-08 08:32:42 +00:00
SBiOSoftWhare
09939ec5b7 Strings: Add comment for user session name format. 2022-09-07 14:10:41 +02:00
Weblate
c3e42088e9 Merge branch 'origin/develop' into Weblate. 2022-09-07 11:22:35 +00:00
Przemysław Romanik
365862135b Translated using Weblate (Polish)
Currently translated at 99.9% (2176 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pl/
2022-09-07 11:22:29 +00:00
Yoan Pintas
e56981b296
Start DM on first message (#6367)
Start DM on first message

Co-authored-by: Philippe Loriaux <philippel@element.io>
2022-09-06 14:33:32 +02:00
Szimszon
0c60e1f381 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-09-05 19:32:46 +00:00
Gil Eluard
b7c8659fb3 Updated empty states as per latest design update 2022-09-05 16:06:31 +02:00
SBiOSoftWhare
3d72602b94 User sessions overview: Add strings. 2022-09-05 12:08:27 +02:00
SBiOSoftWhare
3e5650dada Device manager: Add assets. 2022-09-05 10:35:13 +02:00
SBiOSoftWhare
2598fad996 Device manager: Add strings. 2022-09-05 10:34:10 +02:00
Linerly
eac589a5b8 Translated using Weblate (Indonesian)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
2022-09-04 15:32:42 +00:00
csett86
72e84bf27b Translated using Weblate (German)
Currently translated at 99.4% (2165 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-09-02 15:32:44 +00:00
jucktnich
486be156b2 Translated using Weblate (German)
Currently translated at 99.4% (2165 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-09-02 15:32:43 +00:00
Jost Alemann
bb4f44b282 Translated using Weblate (German)
Currently translated at 98.4% (2145 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-09-01 14:30:25 +00:00
csett86
25c42ca8b3 Translated using Weblate (German)
Currently translated at 98.4% (2145 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-09-01 14:30:24 +00:00
jucktnich
affec2c51a Translated using Weblate (German)
Currently translated at 98.4% (2145 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-09-01 14:30:23 +00:00
Thibault Martin
6df5972f8c Translated using Weblate (French)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
2022-08-31 15:32:47 +00:00
Johan Smits
8a35160a32 Translated using Weblate (Dutch)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
2022-08-30 10:32:46 +00:00
Johan Smits
9138b31892 Translated using Weblate (Dutch)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/nl/
2022-08-30 10:32:39 +00:00
Gil Eluard
5e29f57da9 Added Labs flag for the new App Layout 2022-08-29 14:59:09 +02:00
Linerly
ac64b8366e Translated using Weblate (Indonesian)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
2022-08-29 04:32:47 +00:00
phardyle
0962f7c7c6 Translated using Weblate (Chinese (Simplified))
Currently translated at 86.7% (1890 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-08-29 04:32:43 +00:00
Linerly
d91e834c7b Translated using Weblate (Indonesian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/id/
2022-08-29 03:32:39 +00:00
phardyle
911cc888c8 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/zh_Hans/
2022-08-29 03:32:39 +00:00
Jozef Gaal
ff1c5e2233 Translated using Weblate (Slovak)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sk/
2022-08-26 11:33:10 +00:00
Mohamed
cd600443cb Translated using Weblate (Arabic)
Currently translated at 40.9% (892 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
2022-08-26 11:33:06 +00:00
Priit Jõerüüt
dd2c74b5f0 Translated using Weblate (Estonian)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-08-26 11:33:00 +00:00
Ihor Hordiichuk
b4ca52e01c Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2022-08-26 11:32:56 +00:00
lvre
7d4bbebb79 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2022-08-26 11:32:52 +00:00
random
22563ad6e5 Translated using Weblate (Italian)
Currently translated at 100.0% (2178 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2022-08-26 11:32:47 +00:00
phardyle
fe1a4861ec Translated using Weblate (Chinese (Simplified))
Currently translated at 85.1% (1854 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-08-26 11:32:44 +00:00
jucktnich
9ce46df49d Translated using Weblate (German)
Currently translated at 97.6% (2126 of 2178 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-08-26 11:32:43 +00:00
Jozef Gaal
b7250b6370 Translated using Weblate (Slovak)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/sk/
2022-08-26 11:32:39 +00:00
Mohamed
b04495fc0b Translated using Weblate (Arabic)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/ar/
2022-08-26 11:32:39 +00:00
Priit Jõerüüt
9833481b0a Translated using Weblate (Estonian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/et/
2022-08-26 11:32:39 +00:00
Ihor Hordiichuk
e6e5ffe615 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/uk/
2022-08-26 11:32:39 +00:00
lvre
d058e12e65 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/pt_BR/
2022-08-26 11:32:38 +00:00
random
f0f3a642b8 Translated using Weblate (Italian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/it/
2022-08-26 11:32:38 +00:00
Szimszon
17aee72d77 Translated using Weblate (Hungarian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/hu/
2022-08-26 11:32:38 +00:00
jucktnich
a2d09d5cb4 Translated using Weblate (German)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/de/
2022-08-26 11:32:38 +00:00
Gil Eluard
5e47a6f07c App Layout: Onboarding screen, missing image for page 2
Fixed
2022-08-24 18:52:10 +02:00
Stefan Ceriu
025857eb65 Fix invalid translation: 'room_invite_to_space_option_detail' does not include argument(s) at 2 (string_has_missing_arguments) 2022-08-24 13:09:58 +03:00
Mohamed
cef1fb46a9 Translated using Weblate (Arabic)
Currently translated at 39.5% (852 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/
2022-08-24 12:52:39 +03:00
iaiz
3db90c1c56 Translated using Weblate (Spanish)
Currently translated at 99.4% (2141 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/es/
2022-08-24 12:52:39 +03:00
phardyle
f80c077b9c Translated using Weblate (Chinese (Simplified))
Currently translated at 85.6% (1843 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-08-24 12:52:39 +03:00
Linerly
7c9d39056c Translated using Weblate (Indonesian)
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
2022-08-24 12:52:39 +03:00
lvre
4057b7e687 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2022-08-24 12:52:39 +03:00
Jozef Gaal
f82fed9259 Translated using Weblate (Slovak)
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sk/
2022-08-24 12:52:39 +03:00
Priit Jõerüüt
a0dc8faac4 Translated using Weblate (Estonian)
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-08-24 12:52:39 +03:00
Ihor Hordiichuk
5181c67666 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2022-08-24 12:52:39 +03:00
random
a684a64dd1 Translated using Weblate (Italian)
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2022-08-24 12:52:39 +03:00
Szimszon
8f948e7156 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2152 of 2152 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-08-24 12:52:39 +03:00
phardyle
743cd691c7 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-24 12:52:39 +03:00
Gil Eluard
010fd1b495 Merge branch 'develop' into gil/6608-App_Layout-last_UI_tweaks_before_RC
# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
#	Riot/Generated/Strings.swift
2022-08-23 21:16:48 +02:00
Gil Eluard
de291a5954
Merge pull request #6613 from vector-im/gil/6607-App_Layout-Release_Experience
App Layout: Release experience
2022-08-23 21:06:22 +02:00
Gil Eluard
e0ddd021a9 App Layout: last UI tweaks before RC 2022-08-23 20:50:12 +02:00
Gil Eluard
d71f6be74d App Layout: Release Experience
- Update after code / design review
2022-08-23 16:25:52 +02:00
Gil Eluard
3bf9879d35 App Layout: Release Experience
- First iteration before final design
2022-08-23 11:20:46 +02:00
SBiOSoftWhare
20b8b11609 Merge branch 'develop' into steve/6585_session_mgmt_empty_screen 2022-08-23 09:45:09 +02:00
Gil Eluard
c119602c3c
Merge pull request #6601 from vector-im/gil/6599-Space_invites_in_the_bottom_sheet
App Layout: space invites in the bottom sheet
2022-08-22 17:49:33 +02:00
SBiOSoftWhare
9fef6310d1 Device manager: Add new strings. 2022-08-22 17:41:36 +02:00
Gil Eluard
a0af669ddb App Layout: added space invites in space bottom sheet
- UI tweaks
2022-08-22 13:42:37 +02:00
Gil Eluard
9e8fe7e520 New App Layout: added suppport for room invites in the all chats screen 2022-08-22 13:00:34 +02:00
Gil Eluard
72689b8fb5 New App Layout: Added missing empty states in room list and space bottom sheet 2022-08-19 17:12:33 +02:00
Gil Eluard
bb506f8dd3 App Layout: Context Menus
- Updated avatar menu
2022-08-18 16:34:04 +02:00
Gil Eluard
32ea5613f6 App Layout: Context Menus
- Fixed
2022-08-18 16:15:47 +02:00
Doug
ac7a9f9c05 Merge branch 'master' into develop 2022-08-12 10:32:17 +01:00
Doug
c03da8cdd9 Update camera, contacts and photos usage strings for App Store review. 2022-08-11 16:40:22 +01:00
Doug
4c25d1f351 Merge branch 'master' into develop 2022-08-10 16:39:09 +01:00
Doug
f45d0035cc Update the contacts permission string. 2022-08-10 11:57:41 +01:00
Doug
5f21b5c103 Fix build errors. 2022-08-09 15:04:54 +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
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
Gil Eluard
a809185407
Implement new space selector bottom sheet (#6518)
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02: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
SBiOSoftWhare
c9e916b909
Merge pull request #6499 from vector-im/steve/6493_lls_tile_server_error
Location sharing: Render fallback UI when tile server unavailable (PSG-606)
2022-08-02 17:42:50 +02:00
Gil Eluard
55d7c22124
Delight edit layout experiment (#6384)
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
SBiOSoftWhare
a619b7e197 Map loading error: Use svg image instead of png. 2022-08-02 17:14:16 +02:00
random
bfb773005b Translated using Weblate (Italian)
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/it/
2022-08-02 13:32:54 +00:00
Nui Harime
598bdced22 Translated using Weblate (Russian)
Currently translated at 87.7% (1866 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2022-08-02 13:32:52 +00:00
phardyle
fcaaca25ba Translated using Weblate (Chinese (Simplified))
Currently translated at 84.9% (1805 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-08-02 13:32:52 +00:00
Jost Alemann
d691054f28 Translated using Weblate (German)
Currently translated at 98.6% (2098 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-08-02 13:32:50 +00:00
SBiOSoftWhare
bf740b6f8d Add map error loading string. 2022-08-01 12:39:16 +02:00
SBiOSoftWhare
e01017fc49 Add location map error icon. 2022-08-01 12:38:33 +02:00
Jozef Gaal
b796ff2610 Translated using Weblate (Slovak)
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/sk/
2022-07-31 10:33:14 +00:00
Linerly
ef9b4bb1bd Translated using Weblate (Indonesian)
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/id/
2022-07-31 10:33:12 +00:00
Priit Jõerüüt
3fb0d409f3 Translated using Weblate (Estonian)
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/et/
2022-07-31 10:33:11 +00:00
Bartosz
355abc0beb Translated using Weblate (Polish)
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/pl/
2022-07-31 10:33:05 +00:00
Besnik Bleta
491dc134b8 Translated using Weblate (Albanian)
Currently translated at 99.8% (2123 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
2022-07-31 10:33:03 +00:00
AnnaKuznietsovaua
0839eadeb0 Translated using Weblate (Russian)
Currently translated at 87.7% (1865 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2022-07-31 10:32:52 +00:00
iaiz
3c9148c907 Translated using Weblate (Spanish)
Currently translated at 98.9% (2103 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/es/
2022-07-31 10:32:36 +00:00
phardyle
260ed174f6 Translated using Weblate (Chinese (Simplified))
Currently translated at 84.1% (1790 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-07-31 10:32:33 +00:00
Johan Smits
bcca441713 Translated using Weblate (Dutch)
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/nl/
2022-07-31 10:32:31 +00:00
phardyle
dd35d7543b Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (49 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hans/
2022-07-28 10:32:28 +00:00
Weblate
13a5e31bac Merge branch 'origin/develop' into Weblate. 2022-07-26 13:43:26 +00:00
Ismail Gulek
3f300f0104 Translated using Weblate (Swedish)
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/sv/
2022-07-26 13:43:20 +00:00
Ihor Hordiichuk
0d73ac4971 Translated using Weblate (Ukrainian)
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/uk/
2022-07-26 13:43:18 +00:00
phardyle
67751b2e29 Translated using Weblate (Chinese (Simplified))
Currently translated at 83.4% (1775 of 2126 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-07-26 13:43:15 +00:00
ismailgulek
95835c7a97
Merge pull request #6484 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Translations update from Weblate
2022-07-26 16:25:58 +03:00
ismailgulek
d367c1741d
Merge pull request #6483 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Translations update from Weblate
2022-07-26 16:25:47 +03:00
c1bebff3
a1814d6242 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (49 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hans/
2022-07-26 13:22:25 +00:00
phardyle
3313bfa49c Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (49 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hans/
2022-07-26 13:22:25 +00:00
Weblate
85b9a3d416 Merge branch 'origin/develop' into Weblate. 2022-07-26 13:22:18 +00:00
Weblate
33405f694a Merge branch 'origin/develop' into Weblate. 2022-07-26 13:21:17 +00:00
phardyle
edd3e1daea Translated using Weblate (Chinese (Simplified))
Currently translated at 83.6% (1774 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/
2022-07-26 13:21:16 +00:00
phardyle
9b6e166638 Translated using Weblate (Chinese (Traditional))
Currently translated at 46.5% (988 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hant/
2022-07-26 13:21:15 +00:00
LinAGKar
6493029f25 Translated using Weblate (Swedish)
Currently translated at 100.0% (2122 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
2022-07-26 13:21:14 +00:00
Thibault Martin
277269dd4b Translated using Weblate (French)
Currently translated at 99.7% (2116 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
2022-07-26 13:21:02 +00:00
AnnaKuznietsovaua
6fb7706193 Translated using Weblate (Russian)
Currently translated at 81.5% (1730 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2022-07-26 13:20:44 +00:00
Jorge Martin Espinosa
d79d5f8265 Translated using Weblate (Spanish)
Currently translated at 98.3% (2088 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/es/
2022-07-26 13:20:42 +00:00
Johannes Marbach
243cff29e0 Translated using Weblate (German)
Currently translated at 90.8% (1928 of 2122 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-07-26 13:20:36 +00:00
phardyle
65a2dd7d17 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/zh_Hans/
2022-07-26 12:32:27 +00:00