Commit graph

11092 commits

Author SHA1 Message Date
langleyd
40bf968720 Add more helpful message when trying to start DM with a user that does not exist (#224). 2021-06-09 14:57:40 +01:00
manuroe
ce9a49f358
Merge pull request #4408 from vector-im/manu/fix_ci_matrixkit_version
GH Actions: Make sure we use the latest version of MatrixKit
2021-06-09 09:32:04 +02:00
Stefan Ceriu
f3f3e971d2
Integrate FLEX (#4394)
Set up FLEX for debug builds under a 2 finger double tap anywhere on the screen.
2021-06-09 09:58:22 +03:00
manuroe
a6b4007d58 Git ignore bundler vendor folder 2021-06-09 08:36:57 +02:00
manuroe
dc0febc066 GH Actions: Make sure we use the latest version of MatrixKit
We use a local version of the MatrixKit podspec, MatrixKit.edited.podspec. This creates an issue in the computation of Podfile.lock. MatrixKit is not associated to a commit. `pod install` will be happy with its marketing version. It will not try to update if this marketing version matches with the one in the cache.

So delete the MatrixKit pod cache.

Generated Podfile.lock:
```
...
EXTERNAL SOURCES:
  MatrixKit:
    :podspec: MatrixKit.edited.podspec
  MatrixSDK:
    :branch: manu/test_ci_2
    :git: https://github.com/matrix-org/matrix-ios-sdk.git

CHECKOUT OPTIONS:
  MatrixSDK:
    :commit: 32614df19df3ef43e77f25a06ddb0b04e910f90b
    :git: https://github.com/matrix-org/matrix-ios-sdk.git
...
```
2021-06-09 08:35:14 +02:00
manuroe
613bfe8942
Merge pull request #4402 from vector-im/manu/after_1_4_1_hotfix
Prepare for new sprint after the 1.4.1 hotfix release
2021-06-08 13:56:18 +02:00
manuroe
fad2a61eb0 Prepare for new sprint after the 1.4.1 hotfix release
I applied manually what the release script does like in f4e28ce478
2021-06-08 12:11:07 +02:00
ismailgulek
688191b49a
Merge pull request #4388 from vector-im/element_4360_additions
Create Room Last Message Encryption Keys
2021-06-07 19:29:27 +03:00
SBiOSoftWhare
ebe536ba78
Merge pull request #4396 from vector-im/element_4395
UserSessionsService: Fix room lists lost after a reset cache
2021-06-07 17:17:10 +02:00
SBiOSoftWhare
2b761a201d MasterTabBarController: Add sanity checks when add or remove a session. Fix runtime issue with Xcode 12.5 and NSArray mismatch type with Swift (see https://forums.swift.org/t/objective-c-interoperability-type-mismatch/12464 for more information). 2021-06-07 16:20:49 +02:00
SBiOSoftWhare
20943bb0b2 MasterTabBarController: Force type of Matrix session arrays. 2021-06-07 15:24:51 +02:00
SBiOSoftWhare
1477015c56 Update changes 2021-06-07 12:17:13 +02:00
SBiOSoftWhare
3950242f1b AppCoordinator: Handle user session removal on clear cache. 2021-06-07 12:12:00 +02:00
SBiOSoftWhare
0558280183 UserSessionsService: Add possibility to remove a user session from the associated Matrix session. 2021-06-07 12:09:37 +02:00
ismailgulek
1e56846742
Update CHANGES.rst 2021-06-03 15:51:47 +03:00
ismailgulek
187b08c3f0
Create keys for room last message data type 2021-06-03 15:48:01 +03:00
ismailgulek
a3cf0f3abf
Merge pull request #4369 from vector-im/element_4360
MXRoomSummary: Refactor Last Message Properties
2021-06-03 14:40:52 +03:00
ismailgulek
adc158f417
Merge branch 'develop' into element_4360 2021-06-03 14:40:33 +03:00
ismailgulek
e77a40f489
Merge pull request #4381 from vector-im/element_4377
Fix Crash When Changing App Language
2021-06-03 14:23:12 +03:00
ismailgulek
e1d6aaafd1
Update CHANGES.rst 2021-06-03 13:21:58 +03:00
ismailgulek
f07b76c030
Do not show the settings screen again while session closed 2021-06-03 13:21:01 +03:00
manuroe
f4e28ce478 Prepare for new sprint 2021-06-03 11:40:45 +02:00
manuroe
22049e3358 Merge branch 'master' into develop 2021-06-03 11:40:42 +02:00
manuroe
6d3ab0b32a Merge branch 'release/1.4.0/master' 2021-06-03 11:40:34 +02:00
manuroe
825e628988 finish version++ 2021-06-03 11:40:34 +02:00
manuroe
8d81cfd884
Merge pull request #4380 from vector-im/release/1.4.0/release
Release 1.4.0
2021-06-03 11:39:55 +02:00
manuroe
3af3109499 Fix Podfile.lock 2021-06-03 11:16:53 +02:00
manuroe
2a61f52050 version++ 2021-06-03 11:02:26 +02:00
manuroe
d7eb19edb5
Merge pull request #4379 from vector-im/manu/more_languages
Translations: Enable Esperanto, Portuguese (Brazil), Kabyle, Norwegia…
2021-06-03 10:41:03 +02:00
Stefan Ceriu
f7a8163947
Adopt consolidated logging mechanism (#4370)
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
ismailgulek
251336ac55
Update CHANGES.rst 2021-06-03 10:42:00 +03:00
ismailgulek
00a96db1bc
Merge branch 'develop' into element_4360 2021-06-03 10:40:39 +03:00
manuroe
47a419ca00 Sort translation files in alphabetical order 2021-06-02 17:27:30 +02:00
manuroe
cdc6f4d28f Translations: Enable Esperanto, Portuguese (Brazil), Kabyle, Norwegian Bokmål (nb), Swedish, Japanese and Welsh. 2021-06-02 17:16:53 +02:00
Element Translate Bot
7b9a2deb93
Translated using Weblate (Finnish) (#4373)
Currently translated at 100.0% (6 of 6 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/fi/

Co-authored-by: Ville Ranki <ville.ranki@iki.fi>
Co-authored-by: Weblate <noreply@weblate.org>
2021-06-02 16:23:08 +02:00
Element Translate Bot
3f75464a92
Translations update from Weblate (#4372)
* Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.8% (788 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.8% (788 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.8% (789 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.9% (790 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.9% (790 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 65.0% (791 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 65.0% (791 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 65.2% (794 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 65.2% (794 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 65.2% (794 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 65.6% (798 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 66.0% (803 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 66.0% (803 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 66.4% (808 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 66.4% (808 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 66.4% (808 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 67.3% (819 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 67.5% (821 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 67.5% (821 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 67.5% (821 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 68.0% (827 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 68.0% (827 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 68.0% (828 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 68.4% (832 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 68.4% (832 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 68.5% (833 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 69.1% (841 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 69.1% (841 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 69.1% (841 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 69.3% (843 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 69.3% (843 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 70.5% (858 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 70.5% (858 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 71.5% (870 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 71.5% (870 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 71.5% (870 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.0% (876 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.0% (876 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.4% (881 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.4% (881 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.7% (885 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.7% (885 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.8% (886 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 72.8% (886 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 73.4% (893 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 73.4% (893 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 73.5% (894 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 73.5% (894 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 74.2% (903 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 74.2% (903 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 74.9% (911 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 74.9% (911 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 75.0% (912 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 75.0% (912 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 75.1% (914 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 75.1% (914 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 76.6% (932 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 76.6% (932 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 77.6% (944 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 77.6% (944 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 77.7% (945 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 77.7% (945 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.2% (952 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.2% (952 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.3% (953 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.3% (953 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.4% (954 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.4% (954 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.5% (955 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.8% (959 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.8% (959 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.9% (960 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 78.9% (960 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 79.6% (968 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 79.6% (968 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.1% (987 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.1% (987 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.2% (988 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.2% (988 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.3% (989 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.3% (989 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.4% (991 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.4% (991 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.6% (993 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.6% (993 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.7% (994 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.7% (994 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.8% (995 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 81.8% (995 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.0% (998 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.0% (998 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.2% (1000 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.2% (1000 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.5% (1004 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.5% (1004 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.7% (1006 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.7% (1006 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.8% (1008 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.8% (1008 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.9% (1009 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 82.9% (1009 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Dutch)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/

* Translated using Weblate (German)

Currently translated at 99.0% (1205 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/

* Translated using Weblate (French)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/

* Translated using Weblate (Italian)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/

* Translated using Weblate (Polish)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pl/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 83.7% (1019 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 83.7% (1019 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Estonian)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/

* Translated using Weblate (Arabic)

Currently translated at 11.8% (144 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.1% (1023 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.1% (1023 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.5% (1028 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.5% (1028 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.7% (1030 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.7% (1030 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.8% (1032 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 84.8% (1032 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.0% (1034 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.0% (1034 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.2% (1037 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.2% (1037 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.4% (1039 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.8% (1044 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 85.8% (1044 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.2% (1049 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.5% (1052 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.5% (1052 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.7% (1055 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.7% (1055 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.8% (1056 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.8% (1056 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.9% (1057 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.9% (1057 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.0% (1058 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.0% (1058 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.3% (1062 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.3% (1062 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.5% (1064 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.5% (1064 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.5% (1065 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.5% (1065 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.7% (1067 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.7% (1067 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.8% (1068 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.8% (1068 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 88.1% (1072 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 88.1% (1072 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.0% (1083 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.0% (1083 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.1% (1084 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.1% (1084 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.2% (1085 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.2% (1085 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.7% (1091 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.7% (1091 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.8% (1092 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.8% (1092 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.8% (1093 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 89.8% (1093 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.1% (1096 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.1% (1096 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.2% (1097 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.2% (1097 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.2% (1098 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.2% (1098 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.3% (1099 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.3% (1099 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.9% (1106 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.9% (1106 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.1% (1108 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.1% (1108 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.2% (1109 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.2% (1109 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.5% (1113 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.6% (1114 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.6% (1115 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.6% (1115 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.7% (1116 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.7% (1116 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 91.8% (1117 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.0% (1119 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.0% (1119 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.1% (1120 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.1% (1120 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.1% (1121 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.1% (1121 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.4% (1124 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.7% (1128 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.7% (1128 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.7% (1128 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.9% (1130 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 92.9% (1130 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 93.5% (1138 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 93.5% (1138 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 93.8% (1141 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 93.8% (1141 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 93.9% (1142 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 93.9% (1142 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 94.6% (1151 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 94.8% (1153 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 94.8% (1153 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 94.8% (1153 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 95.2% (1158 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 95.4% (1161 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 95.4% (1161 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.2% (1170 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.2% (1171 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.2% (1171 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.7% (1177 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.7% (1177 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.8% (1178 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.9% (1179 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.9% (1179 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.2% (1183 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.2% (1183 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.5% (1186 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.5% (1186 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.6% (1187 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.6% (1188 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 97.6% (1188 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.0% (1192 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.0% (1192 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.1% (1193 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.1% (1194 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.3% (1196 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.4% (1197 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.6% (1200 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Norwegian Bokmål)

Currently translated at 98.6% (1200 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nb_NO/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 89.9% (1094 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/

* Translated using Weblate (German)

Currently translated at 99.1% (1206 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/

* Translated using Weblate (Swedish)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/

* Translated using Weblate (German)

Currently translated at 99.3% (1208 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/

* Translated using Weblate (German)

Currently translated at 99.5% (1210 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/

* Translated using Weblate (German)

Currently translated at 99.5% (1210 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/

* Translated using Weblate (French)

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/

* Translated using Weblate (Albanian)

Currently translated at 99.6% (1212 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1216 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hans/

* Translated using Weblate (Arabic)

Currently translated at 16.2% (198 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ar/

* Translated using Weblate (Ukrainian)

Currently translated at 22.9% (279 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/

* Translated using Weblate (Esperanto)

Currently translated at 99.8% (1214 of 1216 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/eo/

Co-authored-by: Tove Virata Bråthen <tvb@rosberg.com>
Co-authored-by: Thor Arne Johansen <tajcon@gmail.com>
Co-authored-by: Elise Cox <ekc@rosberg.com>
Co-authored-by: jelv <post@jelv.nl>
Co-authored-by: libexus <Asterixeins324@gmail.com>
Co-authored-by: Thibault Martin <mail@thibaultmart.in>
Co-authored-by: Szimszon <github@oregpreshaz.eu>
Co-authored-by: random <dictionary@tutamail.com>
Co-authored-by: Bartosz <barpaw@gmail.com>
Co-authored-by: Priit Jõerüüt <riot@joeruut.com>
Co-authored-by: zer0-x <1rn0kmrwo@relay.firefox.com>
Co-authored-by: sr093906 <spice2wolf@gmail.com>
Co-authored-by: Fred <coding@use.startmail.com>
Co-authored-by: LinAGKar <linus.kardell@gmail.com>
Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Co-authored-by: Percy <scvoet@gmail.com>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Tirifto <tirifto@posteo.cz>
Co-authored-by: Weblate <noreply@weblate.org>
2021-06-02 16:22:43 +02:00
Element Translate Bot
23c1c11d81
Translations update from Weblate (#4371)
* Translated using Weblate (German)

Currently translated at 100.0% (35 of 35 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/de/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (35 of 35 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hans/

Co-authored-by: libexus <Asterixeins324@gmail.com>
Co-authored-by: sr093906 <spice2wolf@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
2021-06-02 16:21:42 +02:00
ismailgulek
5ccf4a4737
Use new comparator 2021-06-02 14:31:34 +03:00
ismailgulek
c51e51d564
Revert "Use new apis"
This reverts commit 31587a0c3e.
2021-06-02 13:59:15 +03:00
ismailgulek
77192d20db
Merge branch 'develop' into element_4360 2021-06-01 17:57:38 +03:00
ismailgulek
7811eacac7
Update CHANGES.rst 2021-06-01 17:57:04 +03:00
ismailgulek
31587a0c3e
Use new apis 2021-06-01 17:54:49 +03:00
ismailgulek
9981e1218b
Merge pull request #4367 from vector-im/fix_switch_tint_colors
Use tintColor for UISwitch classes
2021-06-01 17:26:59 +03:00
ismailgulek
662bd96648
Update onTintColor 2021-06-01 17:24:17 +03:00
ismailgulek
993c74e773
Change onTintColor 2021-06-01 17:22:45 +03:00
ismailgulek
58ce8da129
Use tintColor for switches 2021-06-01 17:11:05 +03:00
SBiOSoftWhare
b4f8f4f5ef
Merge pull request #4354 from vector-im/tabbarcoordinator_fix
TabBarCoordinator: Avoid to add Matrix session several times to MasterTabBarController
2021-05-28 16:45:28 +02:00
SBiOSoftWhare
e44272f99c TabBarCoordinator: Update MasterTabBarController according to new UserSessionsService behavior. 2021-05-28 12:48:04 +02:00
SBiOSoftWhare
0d6f0a34f1 UserSessionsService: Improve add and removal UserSession. Wait for valid Matrix session state before adding a UserSession. 2021-05-28 12:46:48 +02:00
SBiOSoftWhare
008b5d4d38 UserSession: Now use let non nil property for the MXSession. 2021-05-28 12:44:37 +02:00