37 Commits

Author SHA1 Message Date
4d1ef5870f 删除onPause,onResume,解决切换后台只有第一次显示toast的问题。 2024-04-02 17:49:47 +08:00
Tom Burger
4399bed9e1 fix the crash for API 30 2021-11-09 15:12:20 +01:00
EddyVerbruggen
82f72d2da7 duration does not seem to accept values on "show" and "showWithOptions"methods (Android 8.0) #117 2018-11-11 17:39:04 +01:00
EddyVerbruggen
440ea5bded Toast not shown in Honor 8XS #120 2018-11-10 20:40:18 +01:00
EddyVerbruggen
8869b81749 Remove show toast method call from cancel timer to ensure that toast show is called only once. #118 2018-08-22 09:37:36 +02:00
Patrick Frisch
9757e2c04c Remove show toast method call from cancel timer to ensure that toast show is called only once. 2018-08-21 16:46:09 +02:00
ElNinjaGaiden
0b76cb8811 Minor bug fix 2016-05-31 11:25:10 -06:00
ElNinjaGaiden
b3e3d8b858 Merge with EddyVerbruggen/master 2016-05-31 11:20:24 -06:00
EddyVerbruggen
b5adb0da91 #80 Receiving a callback when a Toast is tapped not trigger in Android 2016-05-23 09:19:38 +02:00
EddyVerbruggen
11bcf9b14d #86 Is there anyway to get a significantly larger font on IOS and Android? - center align on Android as well 2016-05-22 19:09:57 +02:00
EddyVerbruggen
dc6c537125 #86 Is there anyway to get a significantly larger font on IOS and Android? 2016-04-28 19:52:33 +02:00
EddyVerbruggen
fe1aed17e3 #59 Add specific duration of the toast 2016-03-17 21:23:19 +01:00
ElNinjaGaiden
566f6f7392 Changes to support hide notification with data on android devices
-Since android toasts does not support any kind of listener or callback
when the toast hides, the solutions is kind of a hack but it works.
2016-03-04 11:26:00 -06:00
ElNinjaGaiden
9b9365d9da Changes to send same parameters to success callback when the toast hides automatically - no tap 2016-03-04 09:24:55 -06:00
Sino
369ab363b9 fixed naming, id and import 2016-02-16 22:53:43 +01:00
Sino
6ba778dd22 option to set the text color of the toast 2016-02-16 17:00:52 +01:00
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
6ee16e9e7d #60 Is it possible to change the android theme? 2015-11-29 21:00:46 +01: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@gmail.com
2cb29b217a #36 control the vertical position (added Android support) 2015-06-11 19:39:49 +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
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
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
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
EddyVerbruggen
cbdd1027b4 finalised Android impl 2014-01-25 13:57:19 +01:00
EddyVerbruggen
f5ab4e7baf further impl Android 2014-01-25 13:52:59 +01:00
EddyVerbruggen
d70e04d70b implemented Toast params from JS 2014-01-25 13:22:40 +01:00
EddyVerbruggen
167bf038cb initial import 2014-01-25 10:46:46 +01:00