Commit Graph

81 Commits

Author SHA1 Message Date
EddyVerbruggen
5f4a0f5636 #4 styling 2016-01-27 20:49:03 +01:00
EddyVerbruggen
ac0746b9b9 #65 Success callback not triggered when toast tapped in Android 2016-01-15 13:12:03 +01:00
EddyVerbruggen
a5cdda3ea2 #20 Click event, now with an optional data object 2015-12-08 12:32:08 +01:00
EddyVerbruggen
335f731da4 #20 Click event 2015-12-08 10:18:20 +01:00
EddyVerbruggen
ecb47ab110 #60 Is it possible to change the android theme? Compatibility with older Android versions. 2015-12-01 12:31:41 +01:00
EddyVerbruggen
f8887dc45e #60 Is it possible to change the android theme? Compatibility with older Android versions.
#61 Android exception NoSuchMethodError setTint.
2015-12-01 08:59:43 +01:00
EddyVerbruggen
273334664a #60 Is it possible to change the android theme? Version bump. 2015-11-30 09:33:28 +01:00
EddyVerbruggen
6ee16e9e7d #60 Is it possible to change the android theme? 2015-11-29 21:00:46 +01:00
EddyVerbruggen
03320113b4 #42 toast not showing on top of InAppBrowser on iOS
#55 Again/Still? Toast won't show in front of InAppBrowser on iOS
2015-09-29 22:36:48 +02:00
Eddy Verbruggen
5634e1d84c typo 2015-09-26 08:05:18 +02:00
EddyVerbruggen
2add9bef7b Cordova id change & version bump 2015-08-27 16:34:49 +02:00
EddyVerbruggen
c252764372 #41 npm prep (name was taken) 2015-08-04 22:17:28 +02:00
EddyVerbruggen
ba7c60f324 #41 npm prep 2015-08-04 22:09:57 +02:00
EddyVerbruggen
eed523111b bump 2015-08-04 22:07:13 +02:00
EddyVerbruggen
e0420e0aef bump 2015-08-04 22:06:46 +02:00
Eddy Verbruggen
8c10bcaec5 Merge pull request #45 from martinoss/android-fix-blurry-toast
Fix blurry toast on Android 5, resolves #44
2015-08-04 21:39:56 +02:00
Martin Oss
5d9aa4f187 Fix blurry toast on Android 5, resolves EddyVerbruggen/Toast-PhoneGap-Plugin#44 2015-08-04 21:09:29 +02:00
EddyVerbruggen
50290d83de #37 Support landscape mode on iOS 7 2015-06-19 12:28:29 +02:00
eddyverbruggen@gmail.com
3d0b2927ae #36 control the vertical position (added WP support) 2015-06-11 19:43:27 +02:00
eddyverbruggen@gmail.com
2cb29b217a #36 control the vertical position (added Android support) 2015-06-11 19:39:49 +02:00
eddyverbruggen@gmail.com
6208c60449 #36 control the vertical position 2015-06-11 19:31:10 +02:00
EddyVerbruggen
39dd68c7c0 #35 Close toast when app is suspended or closed: lastly, added WP8 (fix) 2015-05-21 22:15:44 +02:00
EddyVerbruggen
d175358f36 #35 Close toast when app is suspended or closed: lastly, added WP8 2015-05-21 21:37:41 +02:00
EddyVerbruggen
9c269fc9ba #35 Close toast when app is suspended or closed: documentation 2015-05-21 21:31:18 +02:00
EddyVerbruggen
5eb202fd54 #36 iOS: top toast a little lower, bottom toast a bit higher 2015-05-21 21:25:21 +02:00
EddyVerbruggen
7ada5fbaa7 #35 Close toast when app is suspended or closed: added hide() function, for iOS and Android only for now 2015-05-21 21:24:03 +02:00
EddyVerbruggen
4593549f41 #35 Close toast when app is suspended or closed: added hide() function, for Android only for now 2015-05-21 21:04:37 +02:00
eddyverbruggen@gmail.com
69f1fbaa80 #4 test updates 2015-04-22 22:24:10 +02:00
Eddy Verbruggen
be56435c26 Merge pull request #33 from Telerik-Verified-Plugins/master
New JS API
2015-04-22 22:04:07 +02:00
eddyverbruggen@gmail.com
3e65a71ce6 #4 Upgrading the JS API to prepare for custom options (no additional options yet, this is a change to make that possible in the future) 2015-04-22 22:02:16 +02:00
eddyverbruggen@gmail.com
6d4c052a12 #4 Upgrading the JS API to prepare for custom options (no additional options yet, this is a change to make that possible in the future) 2015-04-22 21:51:38 +02:00
eddyverbruggen@gmail.com
75819ee95e Toasts are now show on top of an InAppBrowser window (iOS). 2015-04-22 20:37:30 +02:00
Eddy Verbruggen
780f6f534b Merge pull request #27 from taroquu/master
Added support for blackberry 10
2015-02-19 21:29:22 +01:00
Martin Cassidy
eba877b5d7 Added support for blackberry 10 2015-02-10 18:19:59 +00:00
EddyVerbruggen
bd2cb63e52 #26 Crosswalk compatibility 2015-02-04 11:53:32 +01:00
EddyVerbruggen
cd65647841 #23 Notifications while app is suspended 2015-01-13 16:04:58 +01:00
EddyVerbruggen
23e5029f89 #23 Notifications while app is suspended 2015-01-13 13:48:17 +01:00
EddyVerbruggen
2fdfde7a1a #18 - fixed cordova 3.6.0 deprecation warnings, so we're ready for Cordova 4.x 2014-09-27 15:41:53 +02:00
EddyVerbruggen
b9700455c7 #13 - works great, thanks! 2014-08-14 12:09:44 +02:00
Eddy Verbruggen
218832b269 Merge pull request #13 from mrichie/master
prevent multiple Toast overlaps in iOS - testing it now
2014-08-14 11:55:41 +02:00
Richie
654dccb05a prevent multiple Toast overlaps in ios 2014-08-14 11:19:16 +08:00
Eddy Verbruggen
e6c1c89f14 Proper error handling for invalid params in WP8 2014-07-20 15:04:18 +02:00
Eddy Verbruggen
8f92ce22eb Merge pull request #12 from Telerik-Verified-Plugins/master
Fixed tests
2014-07-16 20:20:21 +02:00
EddyVerbruggen
ea932b3f85 Merge branch 'master' of https://github.com/Telerik-Verified-Plugins/Toast-PhoneGap-Plugin 2014-07-13 10:00:27 +02:00
Eddy Verbruggen
daba1f21cd On Android a Toast was shown when an invalid option was passed. Trivial issue. 2014-07-13 09:58:05 +02:00
Eddy Verbruggen
fe7b0db69c Update tests.js 2014-07-12 21:08:28 +02:00
Eddy Verbruggen
388979b909 Added banner for the Verified Plugins Marketplace 2014-07-12 20:52:01 +02:00
Eddy Verbruggen
7b606b5956 Merge pull request #11 from EddyVerbruggen/cdvtest
Added Cordova tests
2014-07-12 20:50:35 +02:00
Eddy Verbruggen
91d06c6dd8 Update tests.js 2014-07-12 20:49:48 +02:00
Eddy Verbruggen
489d71aadc Update tests.js 2014-07-11 23:51:42 +02:00