mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #209 from usetrmnl/version-bump-2.4.2
Prepare release 2.4.2
This commit is contained in:
@@ -42,8 +42,8 @@ android {
|
||||
// ⚠️ App versioning update is required in multiple places.
|
||||
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
|
||||
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
|
||||
versionCode = 27
|
||||
versionName = "2.4.1"
|
||||
versionCode = 28
|
||||
versionName = "2.4.2"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
- Updated to the latest version (2.4.2)
|
||||
- Fixed app icon using correct TRMNL brand color
|
||||
@@ -14,7 +14,7 @@ Utility app to display TRMNL screens on any Android device
|
||||
|
||||
FULL DESCRIPTION (Max 4000 characters)
|
||||
--------------------------------------------------------------------------------
|
||||
TRMNL serves as a digital display for TRMNL e-ink devices and BYOS installations. The app connects to the TRMNL or BYOS API, fetches display data, and shows it on Android devices. It can function both as a mirror for existing TRMNL devices or as a standalone TRMNL display connected directly to BYOS servers.
|
||||
TRMNL serves as a digital display for TRMNL e-ink devices and BYOS installations. The app connects to the TRMNL or BYOS API, fetches display data, and shows it on Android devices. It can function both as a mirror for existing TRMNL devices or as a standalone TRMNL display connected directly to a Bring-Your-Own-Server (BYOS).
|
||||
|
||||
> ⚠️ Note: TRMNL app currently requires device API key for non-BYOS based devices. TRMNL device must have a developer edition or BYOD license to enable device API key.
|
||||
|
||||
@@ -25,7 +25,7 @@ Key Features:
|
||||
• Manual refresh capabilities and option to load next playlist image
|
||||
• Support for custom server URLs for BYOS installations
|
||||
• Refresh history logging for tracking & validation
|
||||
• Support for standard TRMNL, BYOD (Bring Your Own Device), and BYOS (Bring Your Own Server) configurations
|
||||
• Support for standard TRMNL, BYOD (Bring-Your-Own-Device), and BYOS (Bring-Your-Own-Server) configurations
|
||||
|
||||
The app requires a valid access token or device MAC address to connect to TRMNL services. You can obtain this through:
|
||||
• Owning a TRMNL device with the developer edition add-on
|
||||
@@ -93,7 +93,7 @@ WHAT'S NEW (Release Notes)
|
||||
TRMNL is now officially available! Transform your Android device into a smart display for TRMNL e-ink devices and BYOS installations.
|
||||
|
||||
✨ What's New:
|
||||
• Connect to TRMNL/BYOS servers with API tokens
|
||||
• Connect to TRMNL/BYOS server with API tokens
|
||||
• Automatic periodic image refresh
|
||||
• Manual refresh and playlist navigation
|
||||
• Custom server URL support for BYOS
|
||||
|
||||
@@ -16,9 +16,9 @@ Repo: https://github.com/usetrmnl/trmnl-android.git
|
||||
Binaries: https://github.com/usetrmnl/trmnl-android/releases/download/v%v/trmnl-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 2.4.1
|
||||
versionCode: 27
|
||||
commit: v2.4.1
|
||||
- versionName: 2.4.2
|
||||
versionCode: 28
|
||||
commit: v2.4.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
@@ -27,5 +27,5 @@ AllowedAPKSigningKeys: 209b92f5bb0144237251a10fc3ebb53a1117e3dfeb406997bfd6b07f6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.1
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 2.4.2
|
||||
CurrentVersionCode: 28
|
||||
|
||||
Reference in New Issue
Block a user