[UNTIL-19514] Print engine epson ios support - #56
Merged
Conversation
Implement full Epson printer discovery on iOS using the ePOS2 SDK: - EpsonPrinterDiscovery.ios.kt: callbackFlow-based discovery using Epos2Discovery with Epos2FilterOption (all ports, printer type). Dispatches start() to Main thread, references delegate in awaitClose to prevent GC, maps device info to ExternalPrinter model - MainViewController: LaunchedEffect-based discovery flow collection with discoveryStatus state (Idle/Discovering/Error), flowOn(IO) for background work with Main-thread Compose state updates - PrinterLayout: discoveryStatus parameter showing search progress - Info.plist: NSBluetoothAlwaysUsageDescription, NSLocalNetworkUsageDescription, NSBonjourServices, UISupportedExternalAccessoryProtocols for Bluetooth/LAN/USB printer discovery permissions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add Gradle task to auto-download Epson ePOS SDK xcframework on first iOS build, eliminating manual setup steps - Consolidate SDK config into EpsonSdk object with centralized version, repo URL, and architecture slice constants - DRY up iOS target configuration with configureEpsonInterop() extension - Move EpsonServiceProviderTest from instrumented to unit test with proper null-guard coverage - Update nativeInterop README with auto-download instructions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ekar/task/UNTIL-19514/print-engine-epson-ios-support
…ekar/task/UNTIL-19514/print-engine-epson-ios-support # Conflicts: # print-plugins/epson/build.gradle.kts # print-plugins/epson/src/androidUnitTest/kotlin/de/tillhub/printengine/epson/EpsonServiceProviderTest.kt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SloInfinity
approved these changes
Mar 20, 2026
djordjeh
approved these changes
Mar 20, 2026
djordjeh
merged commit Mar 25, 2026
af739ee
into
shekar/task/UNTIL-19417/print-engine-kmp-3.0.5
1 check passed
djordjeh
deleted the
shekar/task/UNTIL-19514/print-engine-epson-ios-support
branch
March 25, 2026 14:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.