Skip to content

Commit

Permalink
Merge branch 'release/1.10.3/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Feb 21, 2023
2 parents aaadcc7 + 86ba5ac commit 9fdecfb
Show file tree
Hide file tree
Showing 73 changed files with 843 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report for the Element iOS app
description: Report any issues that you have found with the Element app. Please [check open issues](https://github.com/vector-im/element-ios/issues) first, in case it has already been reported.
description: Report any issues that you have found with the Element app. Please check open issues first, in case it has already been reported.
labels: [T-Defect]
body:
- type: markdown
Expand Down
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Enhancement or feature request
url: https://github.com/vector-im/element-meta/discussions/categories/ideas
about: Do you have a suggestion or feature request?
- name: Element iOS Community Support
url: https://matrix.to/#/#element-ios:matrix.org
about: General Element iOS support questions can be asked in the app Matrix room
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/enhancement.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/triage-move-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,30 @@ jobs:
PROJECT_ID: "PVT_kwDOAM0swc4AArk0"
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

ex_plorers:
name: Add labelled issues to X-Plorer project
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'Team: Element X Feature')
steps:
- uses: octokit/graphql-action@v2.x
id: add_to_project
with:
headers: '{"GraphQL-Features": "projects_next_graphql"}'
query: |
mutation add_to_project($projectid:ID!,$contentid:ID!) {
addProjectV2ItemById(input: {projectId: $projectid contentId: $contentid}) {
item {
id
}
}
}
projectid: ${{ env.PROJECT_ID }}
contentid: ${{ github.event.issue.node_id }}
env:
PROJECT_ID: "PVT_kwDOAM0swc4ALoFY"
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}

ps_features1:
name: Add labelled issues to PS features team 1
runs-on: ubuntu-latest
Expand Down
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Changes in 1.10.3 (2023-02-21)

🙌 Improvements

- Polls: add fallback text for poll ended events. ([#7353](https://github.com/vector-im/element-ios/pull/7353))
- Push Rules: Apply push rules client side for encrypted rooms, hiding in case of dont_notify action ([#7356](https://github.com/vector-im/element-ios/pull/7356))
- Map Views: Show own location in map views ([#7361](https://github.com/vector-im/element-ios/pull/7361))
- Do not reset device keys if migrating to CryptoSDK ([#7369](https://github.com/vector-im/element-ios/pull/7369))
- Labs: Rich Text Editor: Update to version 1.1.1 ([#7370](https://github.com/vector-im/element-ios/pull/7370))
- Updates to protocol used for Sign in with QR code. ([#7372](https://github.com/vector-im/element-ios/pull/7372))
- Upgrade MatrixSDK version ([v0.25.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.25.2)).

🐛 Bugfixes

- A voice message is now replayable. ([#7217](https://github.com/vector-im/element-ios/issues/7217))
- Fix an issue where a voice message recording was failing. ([#7325](https://github.com/vector-im/element-ios/issues/7325))
- Fix an issue where a voice message disappears after being sent. ([#7326](https://github.com/vector-im/element-ios/issues/7326))


## Changes in 1.10.2 (2023-02-10)

🐛 Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions Config/AppVersion.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
//

// Version
MARKETING_VERSION = 1.10.2
CURRENT_PROJECT_VERSION = 1.10.2
MARKETING_VERSION = 1.10.3
CURRENT_PROJECT_VERSION = 1.10.3
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use_frameworks!
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
#
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
$matrixSDKVersion = '= 0.25.1'
$matrixSDKVersion = '= 0.25.2'
# $matrixSDKVersion = :local
# $matrixSDKVersion = { :branch => 'develop'}
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ PODS:
- LoggerAPI (1.9.200):
- Logging (~> 1.1)
- Logging (1.4.0)
- MatrixSDK (0.25.1):
- MatrixSDK/Core (= 0.25.1)
- MatrixSDK/Core (0.25.1):
- MatrixSDK (0.25.2):
- MatrixSDK/Core (= 0.25.2)
- MatrixSDK/Core (0.25.2):
- AFNetworking (~> 4.0.0)
- GZIP (~> 1.3.0)
- libbase58 (~> 0.1.4)
- MatrixSDKCrypto (= 0.2.0)
- OLMKit (~> 3.2.5)
- Realm (= 10.27.0)
- SwiftyBeaver (= 1.9.5)
- MatrixSDK/JingleCallStack (0.25.1):
- MatrixSDK/JingleCallStack (0.25.2):
- JitsiMeetSDK (= 5.0.2)
- MatrixSDK/Core
- MatrixSDKCrypto (0.2.0)
Expand Down Expand Up @@ -102,8 +102,8 @@ DEPENDENCIES:
- KeychainAccess (~> 4.2.2)
- KTCenterFlowLayout (~> 1.3.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.25.1)
- MatrixSDK/JingleCallStack (= 0.25.1)
- MatrixSDK (= 0.25.2)
- MatrixSDK/JingleCallStack (= 0.25.2)
- OLMKit
- PostHog (~> 1.4.4)
- ReadMoreTextView (~> 3.0.1)
Expand Down Expand Up @@ -196,7 +196,7 @@ SPEC CHECKSUMS:
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MatrixSDK: 823c5c2ef8b8a769c30fa62e1be8ec801e6312e7
MatrixSDK: 354274127d163af37bdc55093ab96deea1be6a40
MatrixSDKCrypto: e1ef22aae76b5a6f030ace21a47be83864f4ff44
OLMKit: da115f16582e47626616874e20f7bb92222c7a51
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
Expand All @@ -217,6 +217,6 @@ SPEC CHECKSUMS:
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb

PODFILE CHECKSUM: becc7a1d080df477982664af957cdc02ff843c56
PODFILE CHECKSUM: 20544e99d9acfdfbc4bf98b21d20c1496b9d6fe9

COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
"state" : {
"revision" : "3f72aeab7d7e04b52ff3f735ab79a75993f97ef2",
"version" : "0.22.0"
"revision" : "addf90f3e2a6ab46bd2b2febe117d9cddb646e7d",
"version" : "1.1.1"
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion Riot/Assets/de.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2734,4 +2734,5 @@
"wysiwyg_composer_format_action_un_indent" = "Einrückung verringern";
"wysiwyg_composer_format_action_indent" = "Einrückung erhöhen";
"settings_push_rules_error" = "Ein Fehler ist während der Aktualisierung deiner Benachrichtigungseinstellungen aufgetreten. Bitte versuche die Option erneut umzuschalten.";
"poll_history_detail_view_in_timeline" = "Umfrage in Verlauf anzeigen";
"poll_history_detail_view_in_timeline" = "Umfrage im Verlauf anzeigen";
"authentication_qr_login_failure_device_not_supported" = "Die Verbindung mit diesem Gerät wird nicht unterstützt.";
1 change: 1 addition & 0 deletions Riot/Assets/en.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
"authentication_qr_login_loading_signed_in" = "You are now signed in on your other device.";

"authentication_qr_login_failure_title" = "Linking failed";
"authentication_qr_login_failure_device_not_supported" = "Linking with this device is not supported.";
"authentication_qr_login_failure_invalid_qr" = "QR code is invalid.";
"authentication_qr_login_failure_request_denied" = "The request was denied on the other device.";
"authentication_qr_login_failure_request_timed_out" = "The linking wasn’t completed in the required time.";
Expand Down
1 change: 1 addition & 0 deletions Riot/Assets/et.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2673,3 +2673,4 @@
"wysiwyg_composer_format_action_indent" = "Suurenda taandrida";
"settings_push_rules_error" = "Teavituste eelistuste muutmisel tekkis viga. Palun proovi sama valikut uuesti sisse/välja lülitada.";
"poll_history_detail_view_in_timeline" = "Näita küsitlust ajajoonel";
"authentication_qr_login_failure_device_not_supported" = "Sidumine selle seadmega ei ole toetatud.";
10 changes: 10 additions & 0 deletions Riot/Assets/fa.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@


"NSLocationAlwaysAndWhenInUseUsageDescription" = "زمانی که شما مکان خود را با دیگران به اشتراک میگذارید، المنت برای نمایش مکانتان به آنها، به نقشه نیاز دارد.";
"NSLocationWhenInUseUsageDescription" = "زمانی که شما مکان خود را با دیگران به اشتراک میگذارید، المنت برای نمایش مکانتان به آنها، به نقشه نیاز دارد.";
"NSFaceIDUsageDescription" = "برای دسترسی به برنامه تان، از face Id استفاده میشود.";
"NSCalendarsUsageDescription" = "ملاقات های برنامه ریزی شده خود را در برنامه ببینید.";
"NSContactsUsageDescription" = "برای یافتن مخاطبانتان در ماتریکس، اینها را با سرور هویت شما به اشتراک خواهیم گذاشت.";
"NSMicrophoneUsageDescription" = "المنت برای ضبط صدا، فیلم برداری و ارسال پیام صوتی، دسترسی به میکروفون را نیاز دارد.";
"NSPhotoLibraryUsageDescription" = "برای انتخاب و آپلود تصاویر و ویدیو ها از گالری خود، اجازه دسترسی به گالری را بدهید.";
// Permissions usage explanations
"NSCameraUsageDescription" = "دوربین برای فیلم و تصویر برداری و آپلود آنها استفاده میشود.";
56 changes: 56 additions & 0 deletions Riot/Assets/fa.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1290,3 +1290,59 @@
"stop" = "توقف";
"joining" = "پیوستن";
"enable" = "فعال";
"authentication_server_selection_generic_error" = "در این آدرس سروری نیست! لطفا صحت آن را بررسی کنید.";
"authentication_server_selection_server_url" = "آدرس هوم سرور";
"authentication_server_selection_register_message" = "آدرس سرورتان چیست؟ این آدرس ذخیره سازی اطلاعات شماست";
"authentication_server_selection_register_title" = "هوم سرور خود را انتخاب کنید";
"authentication_server_selection_login_message" = "آدرس سرورتان چیست؟";
"authentication_server_selection_login_title" = "اتصال به هوم سرور";
"authentication_login_with_qr" = "ورود با QR کد";
"authentication_server_info_title_login" = "جایی که مکالماتتان قرار میگیرند";
"authentication_login_forgot_password" = "فراموشی رمز عبور";
"authentication_login_username" = "نام کاربری، ایمیل، یا شماره تلفن";
"authentication_login_title" = "خوش برگشتید!";
"authentication_server_info_title" = "جایی که مکالماتتان قرار میگیرند";
"authentication_registration_password_footer" = "باید 8 حرف یا بیشتر باشد";
/* The placeholder will show the full Matrix ID that has been entered. */
"authentication_registration_username_footer_available" = "بقیه میتوانند شما را پیدا کنند %@";
"authentication_registration_username_footer" = "نمیتوانید بعدا تغییرش دهید";
"authentication_registration_username" = "نام کاربری";

// MARK: Authentication
"authentication_registration_title" = "حسابتان را بسازید";
"onboarding_celebration_button" = "بزن بریم";
"onboarding_celebration_message" = "برای ویرایش پروفایلتان، به تنظیمات بروید";
"onboarding_celebration_title" = "خوب به نظر میرسد!";
"onboarding_avatar_accessibility_label" = "تصویر پروفایل";
"onboarding_avatar_message" = "زمان آن رسیده که به نامتان، تصویر اضافه کنید";
"onboarding_avatar_title" = "یک عکس پروفایل اضافه کنید";
"onboarding_display_name_max_length" = "نام نمایشی شما باید کمتر از 256 حرف باشد";
"onboarding_display_name_hint" = "میتواند بعدا آن را تغییر دهید";
"onboarding_display_name_placeholder" = "نام نمایشی";
"onboarding_display_name_message" = "این نام هنگام ارسال پیام ها نمایش داده میشود.";
"onboarding_display_name_title" = "یک نام نمایشی انتخاب کنید";
"onboarding_personalization_skip" = "این مرحله را رد کن";
"onboarding_personalization_save" = "ذخیره و ادامه";
"onboarding_congratulations_home_button" = "مرا به خانه ببر";
"onboarding_congratulations_personalize_button" = "شخصی سازی پروفایل";
/* The placeholder string contains the user's matrix ID */
"onboarding_congratulations_message" = "حسابتان %@ ایجاد شد";
"onboarding_congratulations_title" = "تبریک!";
"onboarding_use_case_existing_server_button" = "اتصال به سرور";
"onboarding_use_case_existing_server_message" = "دنبال اتصال به یک سرور موجود هستید؟";
"onboarding_use_case_skip_button" = "این سوال را رد کن";
/* The placeholder string contains onboarding_use_case_skip_button as a tappable action */
"onboarding_use_case_not_sure_yet" = "هنوز مطمئن نیستید؟ %@";
"onboarding_use_case_community_messaging" = "اجتماعات";
"onboarding_use_case_work_messaging" = "تیم ها";
"onboarding_use_case_personal_messaging" = "خانواده و دوستان";
"onboarding_use_case_message" = "ما به شما کمک میکنیم که متصل شوید";
"onboarding_use_case_title" = "با چه کسانی بیشتر چت میکنید؟";
"onboarding_splash_page_4_message" = "المنت برای محیط های شغلی عالی است چرا که توسط امن ترین سازمان های جهانی، استفاده میشود.";
"onboarding_splash_page_4_title_no_pun" = "ارسال پیام بین اعضای تیمتان.";
"onboarding_splash_page_3_message" = "رمزنگاری کامل بدون نیاز به شماره تلفن، بدون وجود تبلیغات و دیتاکاوی.";
"onboarding_splash_page_3_title" = "پیام رسانی امن.";
"onboarding_splash_page_2_message" = "انتخاب مکان ذخیره سازی پیام هایتان، برایتان کنترل و استقلال را از طریق اتصال به ماتریکس به ارمغان می‌آورد.";
"onboarding_splash_page_2_title" = "تحت کنترل شماست.";
"onboarding_splash_page_1_message" = "یک ارتباط امن و مستقل که سطح حریم شخصی آن دقیقا مشابه ارتباط رو در رو در منزل شماست.";
"accessibility_selected" = "انتخاب شده";
Loading

0 comments on commit 9fdecfb

Please sign in to comment.