Skip to content
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

Check modifications made in the PerFact fork #1

Open
wants to merge 57 commits into
base: master
Choose a base branch
from

Conversation

jan-jockusch
Copy link
Member

No description provided.

robwatt and others added 30 commits June 21, 2018 17:07
Fix for issue #51: onIntent() does not function on 1st restore from b…
Allow plugin to load when cordova loads
Handle bundles in sendResult
Removed casting to support Ionic Capacitor
…'s DataWedge is expecting PLUGIN_CONFIG to be specified as an ArrayList but there is no way of differentiating between an Array and an ArrayList. This is a workaround but there must be a better way of specifying whether [{}] maps to putParcelableArray or putParcelableArrayList
Additional field "chooser" in StartActivity and StartActivityForResult forces application selection dialog. It may be useful for ACTION_SEND intent. The string value of the field is used as a chooser dialog title.
Ex: window.plugins.intentShim.startActivity(
            {
                action: window.plugins.intentShim.ACTION_SEND,
                type: 'text/*',
                extras: {
                    "android.intent.extra.TEXT": artworkUrl,
                },
                chooser: "Select application to share",
            }
        );
Option to force application chooser when share
added Intent.EXTRA_KEY_EVENT support
update support libraries to androidx sources
darryncampbell and others added 27 commits November 21, 2019 07:56
Incompatible with apps using AndroidX
Revert "Incompatible with apps using AndroidX"
Revert "Revert "Incompatible with apps using AndroidX""
Adding hook to add androidx support in gradle.properties
The sendResult() function is used in the example app (https://github.com/darryncampbell/plugin-intent-api-exerciser/blob/master/www/js/index.js), but is not documented in the readme file. The example is taken from the sample app.
Document the sendResult() function
Cordova throws an error `"Wrong type of parameter callback"` when the `callback` parameter is not provided. See #96 (comment)
Fix documentation of sendResult() function
Use proper URI for android xmlns
…vers

Support registering multiple BroadcastReciever elements
Added the ability to add class instances to intents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.