Release v0.1.1#39
Merged
Merged
Conversation
chore: sync main back to develop (v1.0.0 fix)
Added simulation mode for working without device
Changed simulation mode is auto detect
* feat: migrate AT/SysEx protocol from Dart to Rust FFI Replace hand-written Dart AT command encoding/parsing and SysEx framing with FFI calls to the hexaTuneProto Rust library (v0.1.0). - Add lib/src/core/proto/ with FFI-backed ATCommand, ATResponse, ProtoService singleton, and Dart FFI binding - Bundle native libraries: Android .so (3 ABIs) + iOS xcframework - Update device.dart, device_service.dart, layout.dart imports - Replace SysEx.extractSysexPayload() + parseATResponse() with extractAndParseATResponse() using FFI pipeline - Delete old lib/src/core/at/at.dart and lib/src/core/sysex/sysex.dart - Add ffi ^2.1.0 dependency to pubspec.yaml Public API (ATCommand factories, ATResponse getters) is unchanged — no modifications needed in UI or service layer method signatures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: set JDK 21 for Gradle and update desugar_jdk_libs - Add org.gradle.java.home=/usr/lib/jvm/java-21-openjdk to gradle.properties (system default JDK 25 is not supported by Gradle 8.12) - Update desugar_jdk_libs from 2.0.4 to 2.1.4 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Release v0.1.1
Changes