fix(outsystems-wrapper): Allow legacy clobber in new methods - #13
Merged
OS-pedrogustavobilro merged 1 commit intoAug 28, 2026
Merged
Conversation
OS-pedrogustavobilro
marked this pull request as ready for review
August 18, 2026 13:42
OS-pedrogustavobilro
requested review from
a team,
OS-ruimoreiramendes,
alexgerardojacinto,
andredestro,
markemer and
theproducer
and removed request for
a team and
OS-ruimoreiramendes
August 18, 2026 13:42
Collaborator
Author
|
Since the OutSystems Plugin release with this change has already been done, I'll be merging this PR |
OS-pedrogustavobilro
deleted the
fix/RMET-5287/legacy-clobber-in-new-methods
branch
August 28, 2026 10:49
capacitor-bot
pushed a commit
that referenced
this pull request
Aug 28, 2026
## [1.0.7](1.0.6...1.0.7) (2026-08-28) ### Bug Fixes * **outsystems-wrapper:** Allow legacy clobber in new methods ([#13](#13)) ([1f4166f](1f4166f))
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.
Description
Improves the File Viewer plugin to work better with OTA scenarios where a native app with the old Cordova Plugin, prior to this PR, was not able to work with the new client actions available in this repo, only the deprecated ones. This is possible for this plugin because the API and inner behavior are identical, just needs some minor adjustments in the wrapper to work.
Context
References: https://outsystemsrd.atlassian.net/browse/RMET-5287
I shall open a similar PR for File Transfer if my testing goes well. For File Plugin I shall not because the old and new APIs differ too much for it to be possible.
Type of changes
Platforms affected
Tests
You do not need to test if you don't want to.
But if you do want to test -> Test with this specific application that has the old cordova File Viewer Plugin installed, but with this updated OutSystems wrapper so that you may test that the non-deprecated client actions work with the old plugin (whereas they didn't before). Click "Test File Viewer Current methods" and "Test File Viewer DEPRECATED methods" to test specific file viewer functionality; to test with local files, go back to home and scroll down to "temporary files", click that and you'll be able to write local files that you can then open with File Viewer Plugin.
You must build this application from source: