Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/0.16.8/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed Oct 20, 2021
2 parents 633f562 + 9492962 commit ce3dee0
Show file tree
Hide file tree
Showing 44 changed files with 1,167 additions and 376 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## Changes in 0.16.8 (2021-10-20)

✨ Features

- M10.4.1 Home space data filtering ([#4570](https://github.com/vector-im/element-ios/issues/4570))

🙌 Improvements

- Upgrade MatrixSDK version ([v0.20.8](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.8)).
- MXKRecentCellDataStoring: New initializer & `roomIdentifier` and `avatarUrl` properties. ([#4384](https://github.com/vector-im/element-ios/issues/4384))
- MXKContactManager: The contacts manager will no longer present a prompt for contacts access for you. This should be done elsewhere. ([#4484](https://github.com/vector-im/element-ios/issues/4484))

🐛 Bugfixes

- MXKRoomInputToolbarView: Fix crash when pasting images backed by NSData (such as WebP from Safari). ([#2076](https://github.com/vector-im/element-ios/issues/2076))
- MXKContactManager: Add an MXSession parameter to validateSyncLocalContactsState and call from MXKAccount. ([#4989](https://github.com/vector-im/element-ios/issues/4989))

⚠️ API Changes

- MXKRecentsDataSource & MXKSessionRecentsDataSource: Remove `markAllAsRead` methods. ([#4384](https://github.com/vector-im/element-ios/issues/4384))
- MXKAccount: Remove unused showDecryptedContentInNotifications property. ([#4519](https://github.com/vector-im/element-ios/issues/4519))


## Changes in 0.16.7 (2021-10-13)

🙌 Improvements
Expand Down
4 changes: 2 additions & 2 deletions MatrixKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixKit"
s.version = "0.16.7"
s.version = "0.16.8"
s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK."

s.description = <<-DESC
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|

s.swift_version = '5.0'

s.dependency 'MatrixSDK', "= 0.20.7"
s.dependency 'MatrixSDK', "= 0.20.8"
s.dependency 'HPGrowingTextView', '~> 1.1'
s.dependency 'libPhoneNumber-iOS', '~> 0.9.13'
s.dependency 'DTCoreText', '~> 1.6.25'
Expand Down
2 changes: 2 additions & 0 deletions MatrixKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
8878281C260C85BB00429B35 /* MXKEventFormatter+Tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MXKEventFormatter+Tests.h"; sourceTree = "<group>"; };
8C751E43C4D87B309065E3C8 /* Pods-MatrixKitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MatrixKitTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-MatrixKitTests/Pods-MatrixKitTests.release.xcconfig"; sourceTree = "<group>"; };
9135FFD826DE8EFD000E6D84 /* NSString+MatrixKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSString+MatrixKit.swift"; sourceTree = "<group>"; };
915B171C27105C5700225111 /* MXKAnalyticsConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MXKAnalyticsConstants.h; sourceTree = "<group>"; };
918DAB9E26E622BF00CE20A9 /* NSAttributedString+MatrixKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+MatrixKit.swift"; sourceTree = "<group>"; };
91FE762A27047EB700E035D9 /* MXKURLPreviewDataProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MXKURLPreviewDataProtocol.h; sourceTree = "<group>"; };
92663A6A1EF6E5B3005FB712 /* MXKSoundPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MXKSoundPlayer.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1060,6 +1061,7 @@
32BA86B421538B35008F277E /* EventFormatter */,
F02D21471B7109950002DE01 /* MXKConstants.h */,
F02D21481B7109950002DE01 /* MXKConstants.m */,
915B171C27105C5700225111 /* MXKAnalyticsConstants.h */,
F0F148C41AB31240005F5D4A /* MXKTools.h */,
F0F148C51AB31240005F5D4A /* MXKTools.m */,
F0F535BC1ACD748E00B603F8 /* MXKResponderRageShaking.h */,
Expand Down
30 changes: 23 additions & 7 deletions MatrixKit/Assets/MatrixKitAssets.bundle/es.lproj/MatrixKit.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"login_server_url_placeholder" = "URL (p.ej. https://matrix.org)";
"login_home_server_title" = "Servidor Local:";
"login_home_server_info" = "Tu servidor local almacena todas tus conversaciones y los datos de tu cuenta";
"login_identity_server_title" = "URL de Servidor de Identidades:";
"login_identity_server_title" = "URL de servidor de identidad:";
"login_identity_server_info" = "Matrix proporciona servidores de identidades para rastrear qué correos electrónicos, etc. pertenecen a qué IDs de Matrix. Actualmente solo existe https://matrix.org.";
"login_user_id_placeholder" = "ID de Matrix (p.ej. @juan:matrix.org o juan)";
"login_password_placeholder" = "Contraseña";
Expand Down Expand Up @@ -82,7 +82,7 @@
"notice_event_redacted_by" = " por %@";
"notice_event_redacted_reason" = " [motivo: %@]";
"notice_profile_change_redacted" = "%@ actualizó su perfil %@";
"notice_room_created" = "%@ creó la sala";
"notice_room_created" = "%@ ha creado y configurado la sala.";
"notice_room_join_rule" = "La regla para unirse es: %@";
"notice_room_power_level_intro" = "El nivel de permisos de los miembros de la sala es:";
"notice_room_power_level_acting_requirement" = "Los niveles de permisos mínimos que un usuario debe tener antes de actuar son:";
Expand Down Expand Up @@ -184,7 +184,7 @@
// Room
"room_please_select" = "Por favor selecciona una sala";
"room_error_join_failed_title" = "No se pudo unir a la sala";
"room_error_join_failed_empty_room" = "Actualmente no es posible volver a unirse a una sala vacía.";
"room_error_join_failed_empty_room" = "Ahora mismo no es posible volver a unirse a una sala vacía.";
"room_error_name_edition_not_authorized" = "No estás autorizado a editar el nombre de esta sala";
"room_error_topic_edition_not_authorized" = "No estás autorizado a editar el tema de esta sala";
"room_error_cannot_load_timeline" = "No se pudo cargar la línea de tiempo";
Expand All @@ -204,10 +204,10 @@
"room_member_power_level_prompt" = "No podrás deshacer este cambio porque estás promoviendo al usuario para tener el mismo nivel de autoridad que tú.\n¿Estás seguro?";
// Attachment
"attachment_size_prompt" = "Quieres enviar como:";
"attachment_original" = "Tamaño Real: %@";
"attachment_small" = "Pequeño: %@";
"attachment_medium" = "Mediano: %@";
"attachment_large" = "Grande: %@";
"attachment_original" = "Tamaño real: %@";
"attachment_small" = "Pequeño (~%@)";
"attachment_medium" = "Mediano (~%@)";
"attachment_large" = "Grande (~%@)";
"attachment_cancel_download" = "¿Cancelar la descarga?";
"attachment_cancel_upload" = "¿Cancelar la subida?";
"attachment_multiselection_size_prompt" = "Quieres enviar imágenes como:";
Expand Down Expand Up @@ -381,3 +381,19 @@
"device_details_rename_prompt_title" = "Nombre de Sesión";
"account_error_push_not_allowed" = "No se permite notificaciones";
"notice_room_third_party_revoked_invite" = "%@ revocó la invitación para %@ de unirse a la sala";
"attachment_size_prompt_message" = "Puedes desactivar esto en ajustes.";
"attachment_size_prompt_title" = "Confirma el tamaño para enviar";
"message_reply_to_sender_sent_a_voice_message" = "ha enviado un mensaje de voz.";
"room_left_for_dm" = "Te has salido";
"room_displayname_all_other_members_left" = "%@ (ha salido)";
"notice_room_join_rule_public_by_you_for_dm" = "Has hecho esta conversación pública.";
"notice_room_join_rule_public_by_you" = "Has hecho la sala pública.";
"notice_room_join_rule_public_for_dm" = "%@ ha hecho esta conversación pública.";
"notice_room_join_rule_public" = "%@ ha hecho pública la sala.";
"notice_room_join_rule_invite_by_you" = "Has hecho que solo se pueda unir a la sala por invitación.";
"notice_room_name_removed_for_dm" = "%@ ha quitado el nombre";
"notice_room_created_for_dm" = "%@ se ha unido.";
"notice_room_join_rule_invite_for_dm" = "%@ ha hecho que solo sea posible unirse por invitación.";
// New
"notice_room_join_rule_invite" = "%@ ha hecho que la sala solo sea accesible por invitación.";
"resume_call" = "Volver a la llamada";
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,9 @@
"attachment_size_prompt_message" = "Seadistustest saad määrata, et see funktsionaalsus pole kasutusel.";
"attachment_size_prompt_title" = "Saatmiseks kinnita meedia suurus";
"room_displayname_all_other_participants_left" = "%@ (lahkus(id))";
"auth_reset_password_error_not_found" = "Pole leitav";
"auth_reset_password_error_unauthorized" = "Tegevus pole lubatud";
"auth_username_in_use" = "Selline kasutajanimi on juba olemas";
"auth_invalid_user_name" = "Vigane kasutajanimi";
"rename" = "Muuda nime";
"room_displayname_all_other_members_left" = "%@ (lahkus(id))";
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,6 @@
"attachment_small_with_resolution" = "Petit %@ (~%@)";
"attachment_size_prompt_message" = "Vous pouvez désactiver ceci dans les paramètres.";
"attachment_size_prompt_title" = "Préciser la taille pour l’envoi";
"auth_username_in_use" = "";
"auth_invalid_user_name" = "Nom d’utilisateur invalide";
"rename" = "Renommer";
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"login_email_placeholder" = "E-mail cím";
"login_prompt_email_token" = "Kérlek add meg az e-mail érvényesítő kódot:";
"login_error_title" = "A bejelentkezés sikertelen";
"login_error_no_login_flow" = "Nem sikerült letölteni az azonosítási információkat erről a Saját szerverről";
"login_error_do_not_support_login_flows" = "Jelenleg nem támogatunk egyetlen bejelentkezési sémát sem azok közül amit a Saját szerver ismer";
"login_error_no_login_flow" = "Nem sikerült letölteni az azonosítási információkat erről a saját szerverről";
"login_error_do_not_support_login_flows" = "Jelenleg nem támogatunk egyetlen bejelentkezési sémát sem azok közül amit a saját szerver ismer";
"login_error_registration_is_not_supported" = "A regisztráció jelenleg nem támogatott";
"login_error_forbidden" = "Érvénytelen felhasználói név/jelszó";
"login_error_unknown_token" = "A megadott hozzáférési kód nem ismert";
Expand Down Expand Up @@ -471,3 +471,9 @@
"attachment_size_prompt_message" = "Ezt a beállításokban kikapcsolhatod.";
"attachment_size_prompt_title" = "Méret megerősítése küldéshez";
"room_displayname_all_other_participants_left" = "%@ (Bal)";
"auth_reset_password_error_not_found" = "Nem található";
"auth_reset_password_error_unauthorized" = "Nem engedélyezett";
"auth_username_in_use" = "A felhasználónév foglalt";
"auth_invalid_user_name" = "Érvénytelen felhasználónév";
"rename" = "Átnevez";
"room_displayname_all_other_members_left" = "%@ (Bal)";
Loading

0 comments on commit ce3dee0

Please sign in to comment.