Merge remote-tracking branch 'origin/develop' into misc/cjs/create-join-design-feedback

This commit is contained in:
Chris Smith
2023-06-05 09:23:33 +01:00
64 changed files with 122 additions and 131 deletions

View File

@@ -9,7 +9,7 @@ env:
jobs:
record:
name: Record screenshots on branch ${{ inputs.param_branch }}
name: Record screenshots on branch ${{ github.ref_name }}
runs-on: ubuntu-latest
steps:
@@ -22,6 +22,11 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
# Add gradle cache, this should speed up the process
- name: Configure gradle
uses: gradle/gradle-build-action@v2.4.2
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Record screenshots
run: "./.github/workflows/scripts/recordScreenshots.sh"
env:

View File

@@ -26,27 +26,12 @@ if [[ -z ${GITHUB_REPOSITORY} ]]; then
exit 1
fi
if [[ -z ${GITHUB_REF_NAME} ]]; then
echo "Missing GITHUB_REF_NAME variable"
exit 1
fi
git config user.name "ElementBot"
git config user.email "benoitm+elementbot@element.io"
echo "Git status"
git status
echo "Fetching..."
git fetch --all
echo "Checkout origin/$GITHUB_REF_NAME"
git checkout "origin/$GITHUB_REF_NAME"
echo "Record screenshots"
./gradlew recordPaparazziDebug --stacktrace -PpreDexEnable=false --max-workers 4 --warn
echo "Committing changes"
git config user.name "ElementBot"
git config user.email "benoitm+elementbot@element.io"
git add -A
git commit -m "Update screenshots"

View File

@@ -222,6 +222,7 @@ koverMerged {
excludes += "io.element.android.libraries.matrix.api.timeline.item.event.EventSendState$*"
excludes += "io.element.android.libraries.matrix.api.room.RoomMembershipState*"
excludes += "io.element.android.libraries.push.impl.notifications.NotificationState*"
excludes += "io.element.android.features.messages.impl.media.local.pdf.PdfViewerState"
}
bound {
minValue = 90

View File

@@ -36,7 +36,7 @@ test_core = "1.5.0"
#other
coil = "2.4.0"
datetime = "0.4.0"
serialization_json = "1.5.0"
serialization_json = "1.5.1"
showkase = "1.0.0-beta18"
jsoup = "1.16.1"
appyx = "1.2.0"
@@ -51,7 +51,7 @@ anvil = "2.4.6"
# quality
detekt = "1.23.0"
dependencygraph = "0.10"
dependencygraph = "0.12"
[libraries]
# Project