Commit Graph

89 Commits

Author SHA1 Message Date
Лампуша
3116a13cec Update README.md 2018-03-10 14:36:26 +03:00
Лампуша
9dcc759440 Update MANUALLY_INSTALL.md
fix id to: com.lampa.startapp.startapp
2016-11-12 00:46:00 +03:00
Лампуша
eb64287721 Merge pull request #53 from raymondelferink/master
Added new method go() to allow opening of non-whitelisted apps in iOS
2016-08-11 17:53:28 +03: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
lampaa
e482360f05 Update README.md 2016-05-30 16:11:00 +03:00
Roman
3c869f7730 updates 2016-05-30 16:01:54 +03:00
lampaa
c1ed81dad4 Update MANUALLY_INSTALL.md 2016-05-30 14:43:37 +03:00
lampaa
555e76e5c6 Create HISTORY.md 2016-05-30 14:43:11 +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
Raymond Elferink
cecbb1e821 introduce 'go' method for iOS to launch app without calling canOpenURL for unwhitelisted custom schemes 2016-05-20 10:21:27 +02:00
lampaa
116ad62b6d Merge pull request #52 from calclavia/master
Fixed setPackage call for LaunchIntent
0.1.5
2016-05-20 11:05:08 +03: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
Лампуша
0d1999df9e update EXTRA_TEXT 0.1.4 2016-04-05 14:43:18 +03:00
Лампуша
75010e070c add manually 2016-04-05 14:40:28 +03:00
Лампуша
9c28c942e4 update tests 2016-04-05 14:40:28 +03:00
lampaa
37d629d1d8 Update MANUALLY_INSTALL.md 2016-04-05 14:39:24 +03:00
Лампуша
5353de95f9 replace new function to eval 2016-04-05 14:26:54 +03:00
Лампуша
b46bc097b4 update files 2016-04-05 14:13:45 +03:00
lampaa
5cd6e1cd34 upload new documentation version 0.1.0 2016-04-05 14:05:55 +03:00
Лампуша
d983868004 update doc 2016-04-05 14:01:17 +03:00
lampaa
4ed12ab18e upload new documentation version 0.1.0 2016-04-05 14:00:16 +03:00
lampaa
d2b86e3fa9 upload new documentation version 0.1.0 2016-04-05 14:00:03 +03:00
lampaa
303b74673a upload new documentation version 0.1.0 2016-04-05 13:59:42 +03:00
Лампуша
4e8656d37a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2016-04-05 13:57:42 +03:00
Лампуша
1e40cae725 upload new version 0.1.0
added test scripts
2016-04-05 13:56:12 +03:00
lampaa
562075b0ba Updated README.md 2016-04-05 13:55:15 +03:00
lampaa
0371b5908a Updated README.md 2016-04-05 13:54:10 +03:00
lampaa
63a44a0f74 Updated README.md 2016-04-05 13:52:27 +03:00
lampaa
6348b1be6b add manually installation 2016-03-24 11:29:30 +03:00
lampaa
bcda114078 Update README.md 2015-12-25 13:08:40 +03:00
Roman
84a51a0911 update version
0.0.6
2015-12-07 17:45:17 +03:00
Roman
bd3144f60e upd bugs 2015-12-07 17:41:39 +03:00
lampaa
834d34e2a0 Update README.md 2015-12-07 17:40:24 +03:00
lampaa
3078022492 Update README.md 2015-12-07 17:26:27 +03:00
lampaa
24b3bbfe09 Update README.md 2015-12-07 17:13:08 +03:00
lampaa
3613fcb590 update check information 2015-12-07 17:10:44 +03:00
Roman
f155d6389a update plugin
add package, type, intent date uri
2015-12-07 16:38:14 +03:00
lampaa
eda045ab92 Update README.md 2015-12-07 16:35:43 +03:00
lampaa
bb53a6c23e update readme, add types 2015-12-07 16:35:07 +03:00
lampaa
10680f230f add whatsapp example 2015-12-07 16:19:20 +03:00
Лампуша
957b29f5ce Update package.json 2015-09-09 11:50:17 +03:00
Лампуша
6e499a78aa Merge pull request #19 from kraihn/master
Add package.json for npmjs.org registry
2015-08-31 17:57:37 +03:00
Jared Dickson
ae2aa63285 Add package.json for npmjs.org registry 2015-08-31 10:53:06 -04:00
Лампуша
370fba8b0a Update startApp.java
change bug tracker
2015-07-06 11:22:04 +03:00
Лампуша
35a95cf7a8 Update README.md 2015-02-09 10:51:26 +03:00
Лампуша
cb6b8436ad add individual actions 2015-02-09 10:45:38 +03:00
Лампуша
562cc89f9f Update LICENSE.md 2015-02-04 10:26:17 +03:00
Лампуша
86ddab61ef Create LICENSE.md 2015-02-04 10:25:23 +03:00
Лампуша
a0470cea23 Update README.md 2015-01-20 12:52:40 +03:00