Commit Graph

114 Commits

Author SHA1 Message Date
Romain Le Quellec 6081f71935 fix typo 2018-06-29 17:52:46 +02:00
lampaa 9537dc9816 add support java 1.6 2018-06-01 10:51:02 +03:00
lampaa 8da23d0d69 Merge branch 'master' of https://github.com/lampaa/com.lampa.startapp 2018-05-28 17:11:47 +03:00
lampaa 4b5245b6b1 update hashmap 2018-05-28 17:11:14 +03:00
Лампуша 90fbef7244 Update README.md 2018-05-25 10:04:33 +03:00
lampaa f3ac68a15c Merge branch 'master' of https://github.com/lampaa/com.lampa.startapp 2018-05-24 20:49:55 +03:00
lampaa 4a455614b0 6.1.4 2018-05-24 20:49:53 +03:00
Лампуша 652dfdc398 Update README.md 2018-05-24 18:43:59 +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 4348c5aba3 upd ver 2018-05-21 14:14:41 +03:00
lampaa 9d7012188f upd ver 2018-05-21 14:12:53 +03:00
lampaa c34e64c6fe update plugin.xml 2018-05-21 14:12:39 +03:00
lampaa 866a89d371 6.1.1 2018-05-18 18:01:57 +03:00
lampaa b0b7827410 Merge branch 'master' of https://github.com/lampaa/com.lampa.startapp 2018-05-18 18:00:44 +03:00
lampaa 86ac3cf48d update broadcast hashmap 2018-05-18 18:00:41 +03:00
Лампуша 5774e69055 Update README.md 2018-05-17 15:15:20 +03:00
Лампуша ff122b7708 Update README.md 2018-05-17 12:43:51 +03:00
Лампуша 3c76c0083c Delete npm-debug.log 2018-05-16 17:28:02 +03:00
Лампуша 743d3e9b59 Delete HISTORY.md 2018-05-16 17:27:49 +03:00
lampaa 11051b159a update package 2018-05-16 17:09:41 +03:00
Лампуша 650c039415 Update README.md 2018-05-16 16:23:59 +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
Лампуша 42fa26a8fb Merge pull request #101 from inu1255/master
android N surport
2018-05-03 09:44:32 +03:00
inu1255 f3265fc2bd android N surport 2018-04-29 19:55:22 +08:00
Лампуша 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