Fix timestamp handling in createSignedDocuments to handle empty tsaUrl case#50
Merged
gdimtsas merged 1 commit intoeu-digital-identity-wallet:release/0.3.0from Jul 3, 2025
Conversation
|
gdimtsas
approved these changes
Jul 3, 2025
bff9c5f
into
eu-digital-identity-wallet:release/0.3.0
4 checks passed
gdimtsas
pushed a commit
that referenced
this pull request
Jul 4, 2025
gdimtsas
added a commit
that referenced
this pull request
Jul 8, 2025
* Add Android Support & Podofo Integration for R5 (#43) * Add Android support with updated build configuration and manifest * Support and integrate Podofo for document processing - Introduced PodofoManager for handling document hashing and signing. - Replaced GetSignedDocuments interface with CreateSignedDocuments. - Updated dependencies and Gradle properties for Android. - Removed obsolete classes related to document signing. * Add CHANGELOG.md to document updates and improvements in R5 * Remove Logback dependency and disable Jetifier for Android compatibility * fix tests * Update minimum SDK version to 26 for Android compatibility * Update minimum SDK version to 34 for Android compatibility * chore: update minSdk to 26, Java target version, and replace toList() with stream collectors * fix: correct expiration calculation to use milliseconds for CanExpire interface * Update build script to rename the final artifact without the -fat suffix (#45) * Ensure fatAAR task runs after assemble task (#46) * Run fatAar before publishing snapshots (#47) * Add PadEs-B-T support (#48) * Implement TSA URL handling and timestamping in PodofoManager; add TimestampService for timestamp requests * Replace bundled podofo-android.aar with maven dependency * Formatting --------- Co-authored-by: hectorgat <hgat@netcompany.com> * Remove unused SCA Url (#49) * Fix timestamp handling in createSignedDocuments to handle empty tsaUrl case (#50) * Update README to clarify library's target platform and remove outdated notes (#52) * Bump eudi-podofo version to 0.1.0 --------- Co-authored-by: hectorgat <hgat@netcompany.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.



No description provided.