20 Commits

Author SHA1 Message Date
daserge bf7869cec7 CB-10683 Fix wrong StatusBar.isVisible initial value on Windows 2016-02-24 10:32:46 +03:00
daserge 8a3f9edb9d CB-10636 Add JSHint for plugins 2016-02-24 10:28:04 +03:00
Shazron Abdullah a96226a074 CB-8010 - Statusbar colour does not change to orange 2014-11-19 16:24:12 -08:00
Jesse MacFadyen 251e904492 rejiggered some stuff around 2014-11-12 14:53:44 -08:00
daserge a6344f14f9 CB-7986 Add cordova-plugin-statusbar support for Windows Phone 8.1
Added Windows Phone 8.1 support
Updated the documentation
2014-11-10 22:20:42 +03:00
Brad Berger 95f8de0852 Update statusbar.js
Fixed typo
2014-07-21 09:44:23 +02:00
Brad Berger d9a8528c8b Update backgroundColorByHexString function
The implementation when `hexString.length == 4` was a bit off. The current version either doesn't actually use the `split` variable, so that variable could be removed, or used in place accessing the string characters as they are now. Opted for the former in this case, though it doesn't really matter.

Since the length is always going to be a number, also changed to `===` instead, as well as updated the check for `#` at the beginning of the string. Since it's always looking for the `#` tat the beginning `charAt(0)` seems to be a better fit.
2014-07-21 09:42:44 +02:00
Andrew Grieve be8a3e5947 ios: Use a persistent callbackId instead of calling sendJs 2014-07-14 22:56:42 -04:00
Andrey Kurdyumov a6a4cf473b CB-6314 - Add StatusBar.isVisible support to Android 2014-03-19 18:18:56 -07:00
Jesse MacFadyen bdbaf12959 cleaned up js, removed unused requires, removed unused 'new' object function and defined directly 2014-03-12 12:17:04 -07:00
Jesse MacFadyen 20da4198f9 Store updated value of isVisible when we call show/hide. Use callback to set initial isVisible value for _ready 2014-03-11 15:22:54 -07:00
Jesse MacFadyen 7b648411cd support shorthand css color values like #F3D and sanity check for leading octothorp 2014-03-11 14:23:13 -07:00
Jesse MacFadyen 83cc8464e1 moved named color resolving to JS so platforms can just worry about hex values 2014-03-06 17:40:01 -08:00
Shazron Abdullah 7e42f7db49 Added show() and hide() to StatusBar API 2013-10-14 16:47:38 -07:00
Shazron Abdullah c2f13fe231 Implement StatusBar.isVisible 2013-10-07 17:53:04 -07:00
Shazron Abdullah 4be7bcc826 Removed statusBar prefix from StatusBar plugin API 2013-10-07 17:20:36 -07:00
Shazron Abdullah 058c6b71cc Added ability to set statusbar background color by hex string. 2013-10-06 01:18:06 -07:00
Shazron Abdullah da275b579f Added statusbar background, including API to change its background color 2013-10-06 00:47:33 -07:00
Shazron Abdullah 2e15c9c025 Incorrect js for statusbar plugin 2013-10-06 00:39:36 -07:00
Shazron Abdullah 512a1388c6 Added statusbar plugin.
This controls whether the statusbar overlays the webview in iOS 7, as well as allows changing of the statusbar styles.
2013-10-04 18:03:18 -07:00