93f70e9ed5
Apply patch from https://github.com/daadu/receive_intent/pull/29
analysis / package-analysis (push) Has been cancelled
2024-09-15 02:48:54 +02:00
Harsh Bhikadia
f7d1f35712
chore(release): bump to v0.2.5
2023-12-28 18:32:07 +05:30
Harsh Bhikadia
670f5470fb
fix(android): upgrade to gradle 8.2
2023-12-28 18:30:54 +05:30
Derrick Gibelyou
7884309ec5
feat: add namespace directive for gradle 8.0 compatibility ( #25 )
...
* Add namespace directive for gradle 8.0 compatibility
* Check before adding namespace
* Replace jcenter with mavenCentral
Gradle 7 gives the following warning:
The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.5/userguide/upgrading_version_6.html#jcenter_deprecation
at build_25a2ym3sea7y143gert29dq0p$_run_closure1$_closure2.doCall(/home/derrick/.pub-cache/hosted/pub.dev/receive_intent-0.2.4/android/build.gradle:8)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
The link states:
The jcenter() convenience method is now deprecated
JFrog announced the sunset of the JCenter repository in February 2021. Many Gradle builds rely on JCenter for project dependencies.
No new packages or versions are published to JCenter, but JFrog says they will keep JCenter running in a read-only state indefinitely. We recommend that you consider using mavenCentral(), google() or a private maven repository instead.
Gradle emits a deprecation warning when jcenter() is used as a repository and this method is scheduled to be removed in Gradle 8.0.
---------
Co-authored-by: Derrick Gibelyou <derrick@ourdatamine.com>
2023-12-28 18:17:35 +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
Harsh Bhikadia
8b8e8fc6ef
chore(contrib): added GeertJohan for coding
2023-05-20 22:18:31 +05:30
Harsh Bhikadia
70e3615e08
chore(realease): bump to v0.2.4
2023-05-20 22:16:15 +05:30
Harsh Bhikadia
744f499a67
fix(example): migrate to null-safety
2023-05-20 22:12:40 +05:30
Geert-Johan Riemer
6f3f0ef295
feat: added support for ByteArrays ( #19 )
2023-05-20 22:05:15 +05:30
Harsh Bhikadia
5950356e8d
chore(release): bump to v0.2.3
2022-10-21 11:41:49 +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
Harsh Bhikadia
a7c38a7004
chore(release): bump to v0.2.2
2022-08-28 22:34:18 +05:30
Harsh Bhikadia
cd23797fd1
docs(readme): fix badge links
2022-08-28 22:27:08 +05:30
Harsh Bhikadia
2b1a420fbd
docs: some API docs
2022-07-21 11:42:34 +05:30
Harsh Bhikadia
dec10b2a83
chore: added proper lints and fixed some warnings
...
- reapplied plugin template
2022-07-20 11:35:17 +05:30
Harsh Bhikadia
f5b0e34a3b
chore(release): bump to v0.2.1
2022-07-20 11:26:28 +05:30
eric-nextsense
f4b1c3e197
fix(android): update android tools versions ( #12 )
2022-07-20 11:20:32 +05:30
Harsh Bhikadia
03090c2046
chore(release): bump to v0.2.0
2022-02-04 16:59:31 +05:30
Harsh Bhikadia
a553c1ee53
Merge remote-tracking branch 'origin/master'
2022-02-04 16:53:22 +05:30
Harsh Bhikadia
22e2efebe3
fix(example): showing proper info for "streamed" intent
2022-02-04 16:53:00 +05:30
Chris Tomlinson
1aa0f00345
Allow receipt of intents with no action ( #9 )
2022-02-04 12:19:36 +05:30
Harsh Bhikadia
798c7cac03
chore(release): bump to v0.1.6
2021-12-08 16:13:16 +05:30
Harsh Bhikadia
e38c55c077
chore(contrib): added TheLastGimbus for code
2021-12-08 16:07:09 +05:30
Harsh Bhikadia
6b69603b7c
Merge pull request #4 from KanarekApp/to-string
...
Implement toString nicely
2021-10-24 18:24:37 +05:30
TheLastGimbus
4a7bc30f10
Implement toString nicely
2021-10-23 19:38:48 +02:00
Harsh Bhikadia
46d650265d
bump to v0.1.5
2021-06-20 13:14:57 +05:30
Harsh Bhikadia
05a1c3db09
fix: handleIntent
: null check added for Intent.categories
2021-06-20 12:58:46 +05:30
Harsh Bhikadia
ad5fd028ad
fix(example): import fix, hide Action
in flutter
package
2021-06-20 12:53:12 +05:30
Harsh Bhikadia
1373ba9344
fix: typo
2021-06-18 17:59:03 +05:30
Harsh Bhikadia
eaed2a610f
bump to v0.1.4
2021-06-18 17:57:59 +05:30
Harsh Bhikadia
a5d4e95c2b
Merge branch 'master' of https://github.com/daadu/receive_intent
2021-06-18 17:56:32 +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
6f572b38cd
ci(analysis): upgraded analyzer action to v3
2021-05-13 10:37:56 +05:30
Harsh Bhikadia
8eedb63f7b
doc(readme): typo fix
2021-05-13 10:36:38 +05:30
Harsh Bhikadia
22894b380a
bump to v0.1.3
2021-05-09 12:32:40 +05:30
Harsh Bhikadia
ce9e7b418b
docs(reame) minor:
2021-05-09 12:27:25 +05:30
Harsh Bhikadia
bcea22a277
doc(readme): minor
2021-05-09 12:24:44 +05:30
Harsh Bhikadia
51f978c840
doc(readme): added Getting Started section
2021-05-09 12:20:44 +05:30
Harsh Bhikadia
bbe177a744
feat: added result constant
...
add `kActivityResultOk` and `kActivityResultCanceled` constant
2021-05-09 11:45:35 +05:30
Harsh Bhikadia
3cfba600b2
doc(readme): added all-contributors
2021-05-09 11:00:53 +05:30
Harsh Bhikadia
3a5d7dfde4
pub: removed documentation
key from pubspec.yaml
2021-05-08 21:10:23 +05:30
Harsh Bhikadia
c69e43613e
bump to v0.1.2
2021-05-08 21:07:55 +05:30
Harsh Bhikadia
2b65df220d
Merge remote-tracking branch 'origin/master'
2021-05-08 21:05:19 +05:30
Harsh Bhikadia
48f09832c8
tool(git): gitignore .idea/
dir
2021-05-08 21:05:13 +05:30
Harsh Bhikadia
11d5ef846a
refactor!(ios): removed iOS support
2021-05-08 21:04:39 +05:30
Harsh Bhikadia
51259472a8
[reademe] added "Share Intent" usecase
2021-04-27 11:50:39 +05:30
Harsh Bhikadia
b692d6339e
bump to v0.1.1
2021-04-26 22:29:57 +05:30
Harsh Bhikadia
b85fcb0512
[readme] minor
2021-04-25 21:28:59 +05:30
Harsh Bhikadia
14c5a06856
[readme] minor
2021-04-25 16:24:47 +05:30
Harsh Bhikadia
57f474e5fa
[readme] minor
2021-04-25 16:01:20 +05:30