SBiOSoftWhare
1306e29eca
Add power level localizable strings.
2020-04-08 12:33:28 +02:00
SBiOSoftWhare
fe1449ac20
RoomPowerLevel: Add dedicated file and convenient init.
2020-04-08 12:32:36 +02:00
Marco Festini
6b0d39c41f
Declined calls now properly reset call view controller
...
Signed-off-by: Marco Festini <marco.festini@awesome-technologies.de >
2020-04-08 04:05:57 +02:00
random
675a136b7f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (935 of 935 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-04-06 10:27:41 +00:00
Jonathan
3e302f2706
Translated using Weblate (German)
...
Currently translated at 98.8% (924 of 935 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2020-04-06 10:27:40 +00:00
Kévin C
fe4422da2a
Translated using Weblate (French)
...
Currently translated at 100.0% (935 of 935 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-04-06 10:27:39 +00:00
Slavi Pantaleev
e250aa3cb3
Translated using Weblate (Bulgarian)
...
Currently translated at 89.8% (840 of 935 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/bg/
2020-04-06 10:27:38 +00:00
Besnik Bleta
2d4260670b
Translated using Weblate (Albanian)
...
Currently translated at 99.6% (931 of 935 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/sq/
2020-04-06 10:27:37 +00:00
Slavi Pantaleev
7a0dbb45c1
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/bg/
2020-04-05 08:27:32 +00:00
Weblate
e82465e106
Merge branch 'origin/develop' into Weblate.
2020-04-03 15:42:29 +00:00
Jonathan
4cc8dd3eef
Translated using Weblate (German)
...
Currently translated at 98.3% (915 of 931 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/de/
2020-04-03 15:42:28 +00:00
Weblate
3a0c7c5765
Merge branch 'origin/develop' into Weblate.
2020-04-03 15:42:27 +00:00
Weblate
dbcaa17eac
Merge branch 'origin/develop' into Weblate.
2020-04-03 15:42:27 +00:00
SBiOSoftWhare
82000d218f
Merge pull request #3061 from vector-im/riot_3003
...
Cross-signing: Complete security at the end of sign in process
2020-04-03 17:42:22 +02:00
SBiOSoftWhare
c217c65b52
Update changes
2020-04-03 17:08:10 +02:00
SBiOSoftWhare
33ee067ce0
AppDelegate: Centralize modal presentation code. Listen to new key verification request only for current session. Prevent new key verification request alert to be presented twice.
2020-04-03 16:33:56 +02:00
SBiOSoftWhare
9e0ff123a4
AuthenticationViewController: Handle complete security screen presentation.
2020-04-03 16:30:06 +02:00
SBiOSoftWhare
77b8f5b435
UserVerificationCoordinator: Update with new KeyVerificationCoordinator init.
2020-04-03 16:28:35 +02:00
SBiOSoftWhare
4d44c96232
KeyVerificationCoordinatorBridgePresenter: Handle complete security screen.
2020-04-03 16:27:10 +02:00
SBiOSoftWhare
cc000a699b
KeyVerificationCoordinator: Refactor and add a single init with a KeyVerificationFlow enum parameter.
2020-04-03 16:23:32 +02:00
SBiOSoftWhare
72842eeb5f
Implement complete security screen.
2020-04-03 15:55:53 +02:00
Weblate
c6dbb652bd
Merge branch 'origin/develop' into Weblate.
2020-04-01 16:03:44 +00:00
Weblate
217de27deb
Merge branch 'origin/develop' into Weblate.
2020-04-01 16:03:44 +00:00
Weblate
66344d03de
Merge branch 'origin/develop' into Weblate.
2020-04-01 16:03:44 +00:00
manuroe
27ddf4786d
Fix CHANGES
2020-04-01 18:03:36 +02:00
Weblate
6e68c00f86
Merge branch 'origin/develop' into Weblate.
2020-04-01 15:58:04 +00:00
Weblate
c3b75b91b6
Merge branch 'origin/develop' into Weblate.
2020-04-01 15:58:04 +00:00
Weblate
c60781bba6
Merge branch 'origin/develop' into Weblate.
2020-04-01 15:58:04 +00:00
manuroe
e88a9073c6
Merge branch 'hotfix/v0.10.5'
2020-04-01 17:56:25 +02:00
manuroe
bf3cc76c31
Merge branch 'hotfix/v0.10.5' into develop
2020-04-01 17:56:25 +02:00
manuroe
3a33816016
Fix merge conflict
2020-04-01 17:56:12 +02:00
manuroe
e9d86a1a4e
version++
2020-04-01 17:51:38 +02:00
Mark Schulte
b137db33e5
Update CHANGES.rst
...
Signed-off-by: Mark Schulte <schultetwin@gmail.com >
2020-04-01 17:49:26 +02:00
Mark Schulte
8f22df89f0
AuthFallback: Stay in Riot App
...
When doing a SAML based SSO via Gsuite, I must click a link
specifying that I trust this app. That link will break me
out of the SSO sign-in process, and open up safari.
To fix address this, I've removed the feature that opens links in
safari.
Signed-off-by: Mark Schulte <schultetwin@gmail.com >
2020-04-01 17:49:17 +02:00
manuroe
9c56437a39
Push notifications: Avoid any automatic deactivation
...
vector-im/riot-ios#3017
2020-04-01 17:35:28 +02:00
manuroe
cee4793d22
Fix crash due to malformed widget
2020-04-01 17:34:35 +02:00
Chris Moos
263ceb4256
Fix issue with joining public rooms with no guest access.
...
This fixes #2888 .
Signed-off-by: Chris Moos <chris@chrismoos.com >
2020-04-01 17:31:31 +02:00
Weblate
6a51551b9a
Merge branch 'origin/develop' into Weblate.
2020-04-01 13:57:51 +00:00
Imre Kristoffer Eilertsen
fa2b913b1f
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 40.3% (375 of 931 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/nb_NO/
2020-04-01 13:57:51 +00:00
Weblate
79a4259dd0
Merge branch 'origin/develop' into Weblate.
2020-04-01 13:57:36 +00:00
Osoitz
2e9df9ca21
Translated using Weblate (Basque)
...
Currently translated at 100.0% (931 of 931 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/eu/
2020-04-01 13:57:36 +00:00
Weblate
9840214e99
Merge branch 'origin/develop' into Weblate.
2020-04-01 13:57:35 +00:00
manuroe
8037a2da06
Merge pull request #3039 from schultetwin/dont_exit_app_for_sso
...
AuthFallback: Stay in Riot App
2020-04-01 15:57:31 +02:00
Imre Kristoffer Eilertsen
a35767dba3
Added translation using Weblate (Norwegian Bokmål)
2020-04-01 01:42:33 +00:00
random
fe44e06e20
Translated using Weblate (Italian)
...
Currently translated at 100.0% (931 of 931 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/it/
2020-03-31 10:27:25 +00:00
Kévin C
eba17c3183
Translated using Weblate (French)
...
Currently translated at 100.0% (931 of 931 strings)
Translation: Riot iOS/Riot iOS
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios/fr/
2020-03-31 10:27:24 +00:00
Weblate
6ad3732edd
Merge branch 'origin/develop' into Weblate.
2020-03-30 08:04:48 +00:00
Weblate
0337def057
Merge branch 'origin/develop' into Weblate.
2020-03-30 08:04:48 +00:00
Weblate
b04a1515d9
Merge branch 'origin/develop' into Weblate.
2020-03-30 08:04:48 +00:00
SBiOSoftWhare
4fe3f8e53b
Merge pull request #3052 from vector-im/riot_2918
...
Cross-Signing: Detect and expose new sign-ins
2020-03-30 10:04:43 +02:00