From 18a538be87a363eea26c442153731c9c8c3ae33a Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sat, 31 Jan 2026 16:57:03 -0500 Subject: [PATCH] docs: Update remaining usetrmnl.com references to trmnl.com Complete the domain migration by updating the remaining 7 references: - README.md: Related references links - TrmnlUserApiService.kt: Example URL in updateDevice docs - google_play_description.txt: Learn more link and changelog - project-resources/google-play/google_play_description.txt: Same updates All usetrmnl.com references have now been migrated to trmnl.com Related to #240 --- README.md | 4 ++-- .../java/ink/trmnl/android/network/TrmnlUserApiService.kt | 2 +- fastlane/metadata/android/en-US/google_play_description.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85a0333..4649b2f 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on how to get started an --- ## Related References 📖 -* https://usetrmnl.com/ -* https://usetrmnl.com/integrations +* https://trmnl.com/ +* https://trmnl.com/integrations * https://github.com/usetrmnl/ diff --git a/app/src/main/java/ink/trmnl/android/network/TrmnlUserApiService.kt b/app/src/main/java/ink/trmnl/android/network/TrmnlUserApiService.kt index e6a2efc..dadba14 100644 --- a/app/src/main/java/ink/trmnl/android/network/TrmnlUserApiService.kt +++ b/app/src/main/java/ink/trmnl/android/network/TrmnlUserApiService.kt @@ -92,7 +92,7 @@ interface TrmnlUserApiService { * * **Authentication:** Requires Bearer token with user-level Account API key * - * @param fullApiUrl The complete API URL to call (e.g., "https://usetrmnl.com/api/devices/1") + * @param fullApiUrl The complete API URL to call (e.g., "https://trmnl.com/api/devices/1") * @param accessToken The bearer authentication token (format: "Bearer your_api_key") * @param updateRequest The device update request containing the fields to update * @return An [ApiResult] containing [TrmnlDeviceResponse] with the updated device data diff --git a/fastlane/metadata/android/en-US/google_play_description.txt b/fastlane/metadata/android/en-US/google_play_description.txt index 50afb8d..f4cb535 100644 --- a/fastlane/metadata/android/en-US/google_play_description.txt +++ b/fastlane/metadata/android/en-US/google_play_description.txt @@ -102,13 +102,13 @@ TRMNL is now officially available! Transform your Android device into a smart di 📱 Requirements: • TRMNL device with developer edition, BYOD subscription, or BYOS installation -Learn more at https://usetrmnl.com +Learn more at https://trmnl.com 🎉 Version 2.1.0 - Reliability & Performance Update 🐛 Bug Fixes: -• Fixed API connectivity with updated usetrmnl.com domain +• Fixed API connectivity with updated trmnl.com domain • Fixed HTTP 429 rate limit handling with smart retry logic • Fixed playlist auto-advance for proper content cycling • Added confirmation dialog to prevent accidental log deletion