From 3a5d65a2292b888cf7bede5258abe83b6671ddf7 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Fri, 2 May 2025 17:51:33 -0400 Subject: [PATCH 1/3] [ADDED] IJ Idea icon for the project --- .idea/icon.svg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .idea/icon.svg diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 0000000..a725b48 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + From 1a353c5f5cda4ff0a7004e4f560756984b06d0a8 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Fri, 2 May 2025 18:59:51 -0400 Subject: [PATCH 2/3] [MINOR] Version update --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2a55f9..d3d83b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] activityCompose = "1.10.1" # https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive -adaptive = "1.2.0-alpha03" +adaptive = "1.2.0-alpha04" agp = "8.9.1" anvil = "0.4.1" circuit = "0.27.1" From cbd3ccee0e796fd79e391ff46749fffc47443468 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Fri, 2 May 2025 19:03:39 -0400 Subject: [PATCH 3/3] [UPDATE] Github action artifact to match app name * https://github.com/usetrmnl/trmnl-android/pull/12 --- .github/workflows/android-release.yml | 11 ++++++++--- README.md | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index e553386..06940e8 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -3,6 +3,11 @@ name: Android Release Build # Workflow that builds release APK each time code changes. # This allows developers and testers to easily download the latest release APK. # This is also useful to download the APK and add to to the GitHub release. +# +# See: +# - https://github.com/usetrmnl/trmnl-android/tree/main/keystore +# - https://github.com/usetrmnl/trmnl-android/blob/main/app/build.gradle.kts#L44-L55 + on: push: @@ -38,11 +43,11 @@ jobs: - name: Rename APK run: | mkdir -p artifact - cp app/build/outputs/apk/release/app-release.apk artifact/trmnl-display-v${{ steps.version.outputs.VERSION }}.apk + cp app/build/outputs/apk/release/app-release.apk artifact/trmnl-mirror-v${{ steps.version.outputs.VERSION }}.apk - name: Upload Release APK uses: actions/upload-artifact@v4 with: - name: trmnl-display-app - path: artifact/trmnl-display-v${{ steps.version.outputs.VERSION }}.apk + name: trmnl-mirror-app + path: artifact/trmnl-mirror-v${{ steps.version.outputs.VERSION }}.apk retention-days: 7 diff --git a/README.md b/README.md index 4a6c6f8..d9ac54b 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,4 @@ The app uses a modern Android architecture with the following components: ## Related References 📖 * https://usetrmnl.com/ * https://usetrmnl.com/integrations -* https://github.com/usetrmnl/trmnl-display +* https://github.com/usetrmnl/