From f00a0367cfc5b1d01371cc884515a0be3cc051e5 Mon Sep 17 00:00:00 2001 From: Sadwhy <99601717+Sadwhy@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:12:30 +0600 Subject: [PATCH 1/3] Fixed md3 switches in sub/dub (#165) * Fixed md3 switches in sub/dub * :) --- .github/workflows/beta.yml | 2 +- app/src/main/res/layout/item_anime_watch.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 14e28c5e..e6b3672c 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -54,7 +54,7 @@ jobs: shell: bash run: | contentbody=$( jq -Rsa . <<< "${{ github.event.head_commit.message }}" ) - curl -F "payload_json={\"content\":\" Debug-Build **${{ env.VERSION }}**\n\n${contentbody:1:-1}\"}" -F "dantotsu_debug=@app/build/outputs/apk/debug/app-debug.apk" ${{ secrets.DISCORD_WEBHOOK }} + curl -F "payload_json={\"content\":\" Debug-Build: <@719439449423085569> **${{ env.VERSION }}**\n\n${contentbody:1:-1}\"}" -F "dantotsu_debug=@app/build/outputs/apk/debug/app-debug.apk" ${{ secrets.DISCORD_WEBHOOK }} - name: Delete Old Pre-Releases id: delete-pre-releases diff --git a/app/src/main/res/layout/item_anime_watch.xml b/app/src/main/res/layout/item_anime_watch.xml index 3bd9d0fc..1c84d6c6 100644 --- a/app/src/main/res/layout/item_anime_watch.xml +++ b/app/src/main/res/layout/item_anime_watch.xml @@ -153,7 +153,7 @@ android:orientation="horizontal" android:visibility="gone"> - - \ No newline at end of file + From a0949c4e3632a4dc04da91d62453dcba9d0cb5cd Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:34:09 -0600 Subject: [PATCH 2/3] no --- app/src/main/res/layout/item_anime_watch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_anime_watch.xml b/app/src/main/res/layout/item_anime_watch.xml index 1c84d6c6..94611789 100644 --- a/app/src/main/res/layout/item_anime_watch.xml +++ b/app/src/main/res/layout/item_anime_watch.xml @@ -153,7 +153,7 @@ android:orientation="horizontal" android:visibility="gone"> - Date: Mon, 29 Jan 2024 13:37:13 +0530 Subject: [PATCH 3/3] fix switch color --- app/src/main/res/layout/item_anime_watch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_anime_watch.xml b/app/src/main/res/layout/item_anime_watch.xml index 94611789..173d77a9 100644 --- a/app/src/main/res/layout/item_anime_watch.xml +++ b/app/src/main/res/layout/item_anime_watch.xml @@ -161,7 +161,7 @@ android:padding="12dp" app:cornerRadius="0dp" app:showText="false" - app:thumbTint="@color/button_switch_track" /> + app:useMaterialThemeColors="true" />