Commit graph

16 commits

Author SHA1 Message Date
93f70e9ed5 Apply patch from https://github.com/daadu/receive_intent/pull/29
Some checks failed
analysis / package-analysis (push) Has been cancelled
2024-09-15 02:48:54 +02:00
Harsh Bhikadia
670f5470fb fix(android): upgrade to gradle 8.2 2023-12-28 18:30:54 +05:30
eric-nextsense
8578cc28ce
Gradle 8.2.0 compatibility (#26)
* Add namespace for AGP 8 compatibility

* Update kotlin version
2023-12-21 11:12:40 +05:30
Geert-Johan Riemer
6f3f0ef295
feat: added support for ByteArrays (#19) 2023-05-20 22:05:15 +05:30
Tanay Neotia
c5a7a93e5b
fix: encode URI and ArrayList in JSON data (#14)
* Encode URI in JSON data

* Support ArrayList encoding
2022-10-21 11:37:56 +05:30
eric-nextsense
f4b1c3e197
fix(android): update android tools versions (#12) 2022-07-20 11:20:32 +05:30
Harsh Bhikadia
05a1c3db09 fix: handleIntent: null check added for Intent.categories 2021-06-20 12:58:46 +05:30
Harsh Bhikadia
1f74c72b44 fix: convert intent.categories to List
`Intent.categories` is `Set` but is not supported by "fluter/dart"
2021-06-18 17:56:12 +05:30
Harsh Bhikadia
a5541aa248 - [Intent] renamed ReceivedIntent -> Intent
- [ReceiveIntent] renamed `giveResult` -> `setResult`
- [ReceiveIntentPlugin] removed `intentToMap`, in favour of creating it inside `handleIntent`
2021-04-25 09:20:20 +05:30
Harsh Bhikadia
07f81ea602 - [giveResult] not sending data param if null
- [Utils] `getApplicationSignature`: returning `SHA-256` signature instead of `SHA`
- [Utils] `jsonToBundle`: changed approach
2021-04-24 23:38:30 +05:30
Harsh Bhikadia
61ca0ffb41 typo fix 2021-04-24 21:38:42 +05:30
Harsh Bhikadia
004189b425 [giveResult] added shouldFinish param and integrated 2021-04-24 21:29:33 +05:30
Harsh Bhikadia
b369590279 minor 2021-04-23 18:52:15 +05:30
Harsh Bhikadia
5e109bed8f mapping fixes 2021-04-23 18:45:30 +05:30
Harsh Bhikadia
ed77c100f0 initial working functionality
- `pupsec`: added `>=2.12.0` constraints to `environment.sdk`
- `ReceivedIntent`: added
- `ReceiveIntent`: `getInitialIntent`, `receivedIntentStream` and `giveResult` added
- `example`: simple working example added
- `ReceiveIntentPlugin`: handling `getInitialIntent` and `giveResult` methods and sending "newIntent" events
2021-04-23 14:06:07 +05:30
Harsh Bhikadia
c1edf13ee3 [genesis] initial plugin from project-template 2021-04-23 10:45:26 +05:30