Commit graph

15824 commits

Author SHA1 Message Date
Linerly
fa92543771 Translated using Weblate (Indonesian)
Currently translated at 100.0% (2046 of 2046 strings)

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

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-06-14 08:46:10 +00:00
Ihor Hordiichuk
16917ad103 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2046 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2022-06-14 08:46:08 +00:00
Weblate
2e375f32d7 Merge branch 'origin/develop' into Weblate. 2022-06-13 09:14:49 +00:00
ismailgulek
10f250d7cd
Merge pull request #6262 from vector-im/ismail/6175_signout_from_all 2022-06-13 10:52:19 +03:00
ismailgulek
e77fb6d048
Remove sensitive data from logs 2022-06-13 00:16:06 +03:00
ismailgulek
8f1eb8fd99
Update strings 2022-06-13 00:15:53 +03:00
ismailgulek
44d54710ed
Fix tests 2022-06-10 18:33:50 +03:00
aringenbach
2103f1aa63 Fix reply to usernames containing HTML escape characters 2022-06-10 17:31:34 +02:00
ismailgulek
1d78262f80
Add password validator to change password coordinator 2022-06-10 18:06:41 +03:00
ismailgulek
4a4c15aed2
Create PasswordValidator 2022-06-10 18:06:21 +03:00
ismailgulek
dae0ac5ace
Fix some of the PR remarks 2022-06-10 14:28:00 +03:00
Gil Eluard
5d3e42ba06
Room preview unexpectedly triggering within the room (#6255)
* Room preview unexpectedly triggering within the room

- The room creation modal is now triggered only when the user taps the room name label
- Also fix empty room creation modal view
2022-06-10 10:41:37 +02:00
Doug
1e450e6c94
Update labels and confetti presentation in new flow. (#6260)
* Update the background of the Celebration screen
2022-06-10 08:17:30 +01:00
ismailgulek
952a84bc98
Merge branch 'develop' into ismail/6175_signout_from_all 2022-06-09 20:38:34 +03:00
ismailgulek
fc6bc07876
Add changelog 2022-06-09 20:27:02 +03:00
ismailgulek
d8f24e9e23
Use change password screen in settings 2022-06-09 20:26:19 +03:00
ismailgulek
aa4e4dafdb
Create bridge presenter for change password coordinator 2022-06-09 20:25:56 +03:00
ismailgulek
1778608d95
Create change password screen 2022-06-09 20:25:36 +03:00
ismailgulek
54b7333665
Make change password api async 2022-06-09 20:25:03 +03:00
ismailgulek
812dffe5eb
Merge pull request #6257 from vector-im/ismail/6181_auth_soft_logout 2022-06-09 18:58:34 +03:00
Doug
85db782d31
Add support for account deactivation over SSO. (#6252) 2022-06-09 16:03:47 +01:00
ismailgulek
bcb92887f3
Fix latest PR comments 2022-06-09 17:36:52 +03:00
ismailgulek
29fa0eb10a
Add logoutDevices parameter to MXKAccount 2022-06-09 17:23:25 +03:00
ismailgulek
2da380cad1
Merge branch 'develop' into ismail/6181_auth_soft_logout 2022-06-09 15:46:29 +03:00
ismailgulek
cb11690ec3
Fix navigation after clear data 2022-06-09 15:46:04 +03:00
ismailgulek
3a0fc75724
Add clear data confirmation popup 2022-06-09 15:34:04 +03:00
ismailgulek
d89ef07376
Use softLogoutCredentials in AuthenticationService, fix blank screen before soft logout 2022-06-09 14:21:13 +03:00
ismailgulek
8e11dd46a8
Fix PR remarks 2022-06-09 13:22:50 +03:00
Doug
6dbe8657ff Add an unrecognised certificate alert to the new authentication flow. 2022-06-09 09:37:57 +01:00
ismailgulek
e0e7cec43e
Add changelog 2022-06-08 17:41:42 +03:00
ismailgulek
34aa7021b9
Show recover encryption keys message according to key backup requirement 2022-06-08 17:39:51 +03:00
ismailgulek
cfe9a82bf0
Add device_id to fallback url after soft logout 2022-06-08 17:23:21 +03:00
ismailgulek
9f59a7bf9d
Add resetOthers parameter to session creator method 2022-06-08 17:22:47 +03:00
ismailgulek
0dffdcf646
Display soft logout screen from authentication coordinator 2022-06-08 16:01:00 +03:00
ismailgulek
a3ed048a31
Implement soft logout screen 2022-06-08 16:00:25 +03:00
ismailgulek
162b2bb6ce
Pass soft logout credentials on coordinator initialization 2022-06-08 15:59:52 +03:00
Stefan Ceriu
fbbbbc0b79 Fixes vector-im/element-ios/issues/6241 - Prevent random crashes when tapping links. Avoid displaying the confirmation alert for plain text ones. 2022-06-08 14:09:43 +03:00
Stefan Ceriu
c91c0d8ba9 Fixes vector-im/element-ios/issues/6095 - Random square home screen room avatars. 2022-06-08 13:26:08 +03:00
Stefan Ceriu
9026c6f1a8 Mention the security fix in the Pin screen fix changelog entry. 2022-06-08 11:51:48 +03:00
aringenbach
fb7a34fcf0
Merge pull request #6251 from vector-im/aringenbach/remove_edit_mode_flag_fix_roomstate_crash
Remove render edit flag and fix a nil room state crash
2022-06-08 09:38:28 +02:00
Stefan Ceriu
dcebfaf7d3 Prevent the Pin entry screen from being overlapped by other views 2022-06-08 09:56:29 +03:00
aringenbach
c3f22097a3 Remove old comment 2022-06-08 08:54:29 +02:00
ismailgulek
81eeecc6cd
Merge branch 'develop' into ismail/6181_auth_soft_logout 2022-06-07 23:54:54 +03:00
vikdevelop
84a72c1355 Translated using Weblate (Czech)
Currently translated at 30.0% (615 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/cs/
2022-06-07 18:32:43 +00:00
Szimszon
ab40b70025 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2046 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-06-07 18:32:15 +00:00
Johan Smits
e22208c08e Translated using Weblate (Dutch)
Currently translated at 100.0% (2046 of 2046 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
2022-06-07 18:32:13 +00:00
ismailgulek
ceae4a455d
Merge pull request #6250 from vector-im/ismail/6180_support_prov_links 2022-06-07 20:54:14 +03:00
ismailgulek
fc29e4be51
Fix PR remarks 2022-06-07 19:48:26 +03:00
ismailgulek
083296fdd8
Create classes for soft logout screen 2022-06-07 19:22:24 +03:00