From afbea45fd05877ee6e128557073582abddd9a96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 10 May 2023 10:23:49 +0200 Subject: [PATCH 01/11] MOBILE-4270 travis: Update travis xcode version --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0cd12911..ed465252f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ - $HOME/.android/build-cache + - $HOME/Library/Caches/Homebrew before_install: - nvm install @@ -34,8 +35,7 @@ script: jobs: include: - - stage: build - name: "Build Android" + - name: "Build Android" if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank) language: android android: @@ -63,13 +63,14 @@ jobs: - libsecret-1-dev - php5-cli - php5-common - - stage: build - name: "Build iOS" + - name: "Build iOS" language: node_js if: env(BUILD_IOS) = 1 AND (env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)) os: osx - osx_image: xcode13.1 + osx_image: xcode14.2 addons: homebrew: packages: - jq + before_cache: + - brew cleanup From 9f850816be8d7fb8a3b8ee2dfd6d1efa6a9bddea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 10 May 2023 11:22:12 +0200 Subject: [PATCH 02/11] MOBILE-4270 editor: Update lang strings to match TinyMCE --- scripts/langindex.json | 14 +++++++------- .../core-editor-rich-text-editor.html | 2 +- src/core/features/editor/lang.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/langindex.json b/scripts/langindex.json index 4f883c941..be036f607 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1692,20 +1692,20 @@ "core.downloading": "local_moodlemobileapp", "core.edit": "moodle", "core.editor.autosavesucceeded": "editor_atto", - "core.editor.bold": "atto_bold/pluginname", + "core.editor.bold": "editor", "core.editor.clear": "atto_clear/pluginname", "core.editor.h3": "atto_title", "core.editor.h4": "atto_title", "core.editor.h5": "atto_title", "core.editor.hidetoolbar": "local_moodlemobileapp", - "core.editor.italic": "atto_italic/pluginname", - "core.editor.orderedlist": "atto_orderedlist/pluginname", - "core.editor.p": "atto_title", - "core.editor.strike": "atto_strike/pluginname", + "core.editor.italic": "editor", + "core.editor.orderedlist": "editor", + "core.editor.p": "editor_tinymce/advanced:paragraph", + "core.editor.strikethrough": "editor", "core.editor.textrecovered": "editor_atto", "core.editor.toggle": "local_moodlemobileapp", - "core.editor.underline": "atto_underline/pluginname", - "core.editor.unorderedlist": "atto_unorderedlist/pluginname", + "core.editor.underline": "editor", + "core.editor.unorderedlist": "editor", "core.emptysplit": "local_moodlemobileapp", "core.endingtime": "local_moodlemobileapp", "core.endonesteptour": "tool_usertours", diff --git a/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html b/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html index acddfb540..2d260dbd3 100644 --- a/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html +++ b/src/core/features/editor/components/rich-text-editor/core-editor-rich-text-editor.html @@ -45,7 +45,7 @@ -