eisenhorn13
d36fb0ae14
Match Double type in string extras
2020-07-19 01:50:42 +03:00
Edmundas Rakauskas
762f90505c
reverting whitespace changes to match original repo
2020-01-21 14:02:30 +02:00
Edmundas Rakauskas
517780153f
prevents crash if onActivityResult receive intent argument as null
2020-01-21 13:23:06 +02:00
Dragas
2306551f87
fixes a typo
2019-03-05 14:28:16 +02:00
Dragas
40ddc4bb8e
fixes an issue where intent field would be interpretted as action field
2019-03-05 14:10:37 +02:00
lampaa
9537dc9816
add support java 1.6
2018-06-01 10:51:02 +03:00
lampaa
4b5245b6b1
update hashmap
2018-05-28 17:11:14 +03:00
lampaa
d2464f4b05
update plugin for 1.7 java and new version 6.1.3
2018-05-24 11:29:41 +03:00
lampaa
866a89d371
6.1.1
2018-05-18 18:01:57 +03:00
lampaa
86ac3cf48d
update broadcast hashmap
2018-05-18 18:00:41 +03:00
lampaa
62ead0386b
upd
...
update noParse value
2018-05-16 16:14:28 +03:00
lampaa
b41e64026a
updates 6.1.0
...
Add full support activityForResult, sendBroadcast and RegisterReceiver.
Add types of extras.
2018-05-16 15:45:28 +03:00
inu1255
f3265fc2bd
android N surport
2018-04-29 19:55:22 +08:00
Raymond Elferink
5f52bdd60c
Merge lampa/master
2016-07-16 18:35:19 +02:00
Raymond Elferink
f6d78e192d
tiny fix
2016-07-16 18:35:04 +02:00
Roman
3c869f7730
updates
2016-05-30 16:01:54 +03:00
Raymond Elferink
d78ae595a6
introduce 'go' method for iOS to launch app without calling canOpenURL for unwhitelisted custom schemes
2016-05-20 14:44:53 +02:00
Calclavia
594940d4f6
Fixed setPackage call for LaunchIntent
...
I tested the startapp plugin for Android, but it never worked properly with Instagram (opening a user profile). The problem was that it opens Instagram in Android, but never opens the user's profile page. I discovered that by making this change, it fixes the issue.
```
Intent insta = new Intent(, uri);
insta.setAction(Intent.ACTION_VIEW);
insta.setData(Uri.parse("http://instagram.com/_u/someUsername "));
insta.setPackage("com.instagram.android");
cordova.getActivity().startActivity(insta);
```
2016-04-11 16:44:11 -07:00
Лампуша
1e40cae725
upload new version 0.1.0
...
added test scripts
2016-04-05 13:56:12 +03:00
Roman
bd3144f60e
upd bugs
2015-12-07 17:41:39 +03:00
Roman
f155d6389a
update plugin
...
add package, type, intent date uri
2015-12-07 16:38:14 +03:00
Лампуша
370fba8b0a
Update startApp.java
...
change bug tracker
2015-07-06 11:22:04 +03:00
Лампуша
cb6b8436ad
add individual actions
2015-02-09 10:45:38 +03:00
Roman
bfd1908ea0
Merge remote-tracking branch 'origin/master'
2015-01-20 12:45:38 +03:00
Roman
c5de38ad1d
upload new version
2014-12-18 11:49:06 +03:00
Лампуша
e369dbe929
upload new version
2014-03-23 14:54:09 +04:00
Лампуша
bc4d8682f9
Update startApp.java
2014-01-19 07:12:01 -08:00
Лампуша
8662ff3521
Update startApp.java
2013-09-26 05:55:23 -07:00
Лампуша
b21208ac24
Update startApp.java
2013-09-26 05:55:10 -07:00
Roman
a820bdff45
update plugin and readme
2013-09-26 15:46:49 +04:00
Roman
a5e83bf775
upload plugin (phonegap 3.0.0)
2013-09-26 15:42:14 +04:00