-
Notifications
You must be signed in to change notification settings - Fork 2
Release: 1.4.0 #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release: 1.4.0 #74
Conversation
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
Since ViewPumpAppCompatDeledate allows to pass a context wrapping method, we use this functionality to avoid double wrapping the delegate. TxContextWrappingDelegate2 and TxContextWrappingDelegateJava2 are no longer needed. TxNative#wrap() has a check to avoid double wrapping. Documentation corrections.
According to Android's documentation https://developer.android.com/guide/topics/resources/string-resource#escaping_quotes new lines are preserved within the quoted region. This behavior is now added. Unit tests are also improved.
Petrakeas/improve xml parser
We want to ignore strings that reference other strings. However, our previous rules did not allow for some legitimate usage of the "@" or escaped "\@" character. This is now improved. To improve the checks, the xml text prion the un-escaping had to be exposed. This resulted to a small refactoring.
Improve handling of "@"
The SDK can now wrap the application context. Sample app, readme and documentation have been updated. In the readme, we still propose to initialize the SDK in the `onCreate()` method. Introduced: `TxNative#isInitialized()`
Updated actions/upload-artifact: v3 to v4
Wrap application context
Bump version to 1.4.0
We were using OSSRH to publish the librari to Maven but it has reached its enf of life: https://central.sonatype.org/news/20250326_ossrh_sunset/ We updated the Gradle Nexus Publish Plugin according to the following: https://github.com/gradle-nexus/publish-plugin?tab=readme-ov-file#publishing-to-maven-central-via-sonatype-central https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration Also updated readme.html
Maven Central publishing update
SerafeimMarg
approved these changes
Sep 22, 2025
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.
Merged Pull Requests:
#63 : Petrakeas/improve xml parser
#64 : Improve handling of "@"
#66 : Wrap application context
#67 : Bump version to 1.4.0
#69 : Maven Central publishing update
#73 : Remove space