Commit Graph

74 Commits

Author SHA1 Message Date
Nathan Kerr 4d98947310 Add fix for moveToForeground. Requires new permission for Android 10 2020-06-08 12:19:04 -07:00
Menardi 53f3278722 Merged in Menardi/cordova-plugin-run-in-background/android_optimization (pull request #2)
Add more Android battery optimisation functions

- Go to Battery Optimization settings screen
- Add function to check if battery optimization is enabled or not
2019-08-21 20:18:23 +00:00
Menardi 0da2006f7c Merged in Menardi/cordova-plugin-run-in-background/visibility (pull request #1)
Add ability to set Android notification visibility
2019-08-20 15:40:21 +00:00
Nathan Kerr a3063aed68 Add information about battery optimizations 2019-07-31 18:48:02 +00:00
Nathan Kerr 5bf63c3757 Updated with instructions on how to install. 2019-07-30 19:19:44 +00:00
Nathan Kerr 79e8150d3e Option to turn off notification timer
Android notifications have a "how long ago was this notification set" timer.

Now there's an option to turn that off (the default is true, so it's shown, matching current behavior).
2019-02-04 13:57:06 -08:00
Nathan Kerr 32de5cb848 Add Android-specific options
Now the app can:
-Set the channel name and description
-Set the notification subtext
-Add a "Close" action to the notification, along with customizing the action text and icon

Fixed bugs:
-Icon is never used if it's in "drawable" rather than "mipmap"
-Used "Compat" library to make backwards compatibility easier
2019-02-04 11:18:34 -08:00
Stephan Kristyn 7285bec9e0 fix for fatal crash on app open (#315)
* bugfix for WKWebViewEngine app crash

* fixing package.json

* fixing package.json

* reverting package.json for pull request

* reverting package.json for pull request
2018-01-09 20:47:49 +01:00
imchrg 73621dc910 Fix incorrect method. (#295) 2017-07-05 11:17:22 +02:00
Ibby Hadeed 609ba41ae0 fix typo (#256) 2017-03-27 10:38:21 +02:00
Sebastián Katzer 0f94708c7a Add wakeUp and unlock functions 2017-02-10 13:10:46 +01:00
Sebastián Katzer 131df973fb Detect screen status 2017-02-06 16:09:28 +01:00
Sebastián Katzer b7a911a974 Fix app freeze on iOS using wkwebview-engine 2017-02-02 15:22:12 +01:00
Sebastián Katzer 974d6c4e2a Release v0.7.1 2017-01-30 12:08:53 +01:00
Sebastián Katzer 18fc64fddb Allow app from being excluded from recent list 2017-01-29 11:19:08 +01:00
Sebastián Katzer c2fedef6d2 Fix wrong event name in sample 2017-01-28 00:15:53 +01:00
Sebastián Katzer 916a46b69b Add codebeat badge button 2017-01-27 12:49:48 +01:00
Sebastián Katzer 0db148518e Add support for the browser platform 2017-01-27 12:30:52 +01:00
Sebastián Katzer fc49b48d14 Update readme to be up-to-date 2017-01-26 14:54:32 +01:00
Sebastián Katzer e4ae47505b Move default values to constants 2017-01-23 10:12:42 +01:00
Sebastián Katzer 009854bb22 Support for Amazon FireOS 2017-01-23 10:08:05 +01:00
Sebastián Katzer cbe2ab16f2 Update changelog 2017-01-18 16:52:23 +01:00
Sebastián Katzer 1768b025ce Update copyright 2017-01-01 22:40:41 +01:00
Sebastián Katzer 8d165cdf3a Merge pull request #126 from mdailor/add-windows-10
Added Windows 10 support
2016-09-23 15:19:45 +02:00
Sebastián Katzer 578ba9f686 Merge pull request #94 from Menardi/Android-Improvements
Android improvements
2016-08-16 13:20:23 +02:00
Sebastián Katzer b22e372305 Merge pull request #109 from colonelchlorine/master
Typo adjustment on "backgroundMode.enable"
2016-08-15 19:56:44 +02:00
Sebastián Katzer 39eb2c5e64 Added npm badge button 2016-02-29 09:58:39 +01:00
Sebastián Katzer 6107572349 Changed plugin ID 2016-02-29 09:55:07 +01:00
Mike Dailor ffdd29d55a Added Windows 10 support 2015-11-25 11:24:11 -05:00
colonelchlorine fa81d473e6 Typo adjustment on "backgroundMode.enable" 2015-08-30 08:59:46 -04:00
Gearóid Moroney cd1fb46dcc Added customisable notification icon for Android 2015-06-04 10:59:11 +01:00
Gearóid Moroney cec56db33c Added extra settings for Lollipop devices
Two settings have been added:
- Notification visibility - allows the notification to be made visible on a
secure lock screen
- Color - used to set the color of the notification circle that contains the
icon
2015-06-03 18:18:15 +01:00
Sebastián Katzer 6d0b48461b Update README.md 2015-03-05 23:53:15 +01:00
Sebastián Katzer 9c0f7d29bc Resolve possibly dependency conflict 2015-03-03 15:05:16 +01:00
Sebastián Katzer d65bb5141f Update README.md 2015-01-01 18:33:45 +01:00
Sebastián Katzer 90331acb1e Release version 0.6.3 2015-01-01 18:30:20 +01:00
Sebastián Katzer 270abbff02 Add silent mode for Android
Fixes issue #39 and #48
2015-01-01 17:24:37 +01:00
Sebastián Katzer 0b9854e1bc Release version 0.6.2 2014-12-14 15:42:13 +01:00
Sebastián Katzer c4a1a412d1 Wrong default values for `isEnabled` and `isActive` 2014-12-14 15:41:04 +01:00
Sebastián Katzer 63b78aa109 Release version 0.6.1 2014-12-14 14:32:10 +01:00
Sebastián Katzer 1c98058aea Fix link 2014-12-14 14:29:10 +01:00
Sebastián Katzer 14e2eb1f43 Fix links 2014-12-14 14:27:14 +01:00
Sebastián Katzer 8f2c75321c New method `isActive` to receive if mode is active 2014-12-14 14:23:57 +01:00
Sebastián Katzer fc6e6cf51d Receive if the background mode is enabled 2014-12-14 13:52:38 +01:00
Sebastián Katzer cbed556154 Set default settings through `setDefaults` 2014-12-14 13:38:36 +01:00
Sebastián Katzer 3c7a674708 Update README.md 2014-12-14 01:13:58 +01:00
Sebastián Katzer c20c90c1ec Replace sound file 2014-12-14 00:57:22 +01:00
Sebastián Katzer a472777304 Specify supported platform versions 2014-12-14 00:20:43 +01:00
Sebastián Katzer 5fa96556ae Onactivate, ondeactivate & onfailure callbacks 2014-12-14 00:04:12 +01:00
Sebastián Katzer 5e1b60d363 Update README.md 2014-11-23 13:06:00 +01:00