Commit Graph

192 Commits

Author SHA1 Message Date
EddyVerbruggen 43c8c15bf4 Allow setting the statusbar backgroundcolor on Android 2015-02-27 10:29:39 +01:00
Steve Gill dff669ece8 CB-8538 Added package.json file 2015-02-25 00:57:45 -08:00
Andrew Grieve 566ecc7923 CB-8429 Incremented plugin version. 2015-02-04 20:54:03 -05:00
Andrew Grieve 5feffc9314 CB-8429 Updated version and RELEASENOTES.md for release 0.1.10 0.1.10 r0.1.10 2015-02-04 20:12:45 -05:00
Andrew Grieve cad3a13c37 CB-8351 Use argumentForIndex rather than NSArray extension 2015-01-23 09:49:21 -05:00
Connor Pearson 607e5d66ad update docs for StatusBarBackgroundColor
The default value is no longer black. (CB-7486)
2015-01-07 19:55:34 -05:00
Steve Gill eb119e7180 CB-8110 Incremented plugin version. 2014-12-02 16:08:50 -08:00
Steve Gill e445123e4c CB-8110 Updated version and RELEASENOTES.md for release 0.1.9 0.1.9 r0.1.9 2014-12-02 16:07:02 -08:00
Andrew Grieve 3bc16d942b Fix onload attribute within <feature> to be a <param>
This syntax worked on iOS, but not Android.
2014-11-27 14:51:49 -05:00
Shazron Abdullah a96226a074 CB-8010 - Statusbar colour does not change to orange 2014-11-19 16:24:12 -08:00
Jesse MacFadyen c89fdd4617 added checks for running on windows when StatusBar is NOT available 2014-11-12 18:04:38 -08:00
Jesse MacFadyen 251e904492 rejiggered some stuff around 2014-11-12 14:53:44 -08:00
Jesse MacFadyen 7bc7c326c8 Renamed to proxy 2014-11-12 14:53:06 -08:00
Jesse MacFadyen 83978519ad Merge branch 'CB-7986' of https://github.com/MSOpenTech/cordova-plugin-statusbar 2014-11-12 14:27:13 -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
Josh Soref 8685564ec1 CB-7977 Mention deviceready in plugin docs 2014-11-06 17:34:03 -05:00
Josh Soref 1e9d588101 CB-7979 Each plugin doc should have a ## Installation section 2014-11-06 17:33:46 -05:00
Josh Soref f1c76226e1 Inserting leading space after # for consistency 2014-11-06 17:13:34 -05:00
Shazron Abdullah 5658e7548c CB-7549 - (Re-fix) [StatusBar][iOS 8] Landscape issue (closes #15) 2014-10-06 14:43:12 -07:00
Victor Sosa 33674fffd3 CB-7700 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar 2014-10-02 18:13:25 -05:00
Marcel Kinard 68d5508539 CB-7571 Bump version of nested plugin to match parent plugin 2014-09-17 16:27:18 -04:00
Marcel Kinard 6481e0fc8a CB-7571 Incremented plugin version. 2014-09-17 15:35:02 -04:00
Marcel Kinard 6cce513237 CB-7571 Updated version and RELEASENOTES.md for release 0.1.8 0.1.8 r0.1.8 2014-09-17 15:27:44 -04:00
twomz 921daccd2c CB-7549 - [StatusBar][iOS 8] Landscape issue
When starting an app in landscape mode in ios 8 and then calling StatusBar.overlaysWebView(false), the screen would be pushed down all the way.  Changing the orientation did not fix the issue, leaving the page pushed down the width of the device.

We found that excluding the changes above in ios 8 fixed the issue, although it's possible that this is hiding a landscape orientation bug in ios 8 that may get fixed later.

Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-09-16 16:40:15 -07:00
SayreBlades 61024e50b3 CB-7486 - Remove StatusBarBackgroundColor intial preference (black background) so background will be initially transparent
This should not be a default ios setting:
<preference name="StatusBarBackgroundColor" value="#000000" />
It makes it impossible to unset the initial background color (for transparent backgrounds).  Instead just have the default as no background color (which will effectively be transparent), and then allow users to override that with a desired color.

Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-09-15 15:58:34 -07:00
Edna Morales 03fbd9dedf Merge renamed tests dir 2014-08-13 13:27:10 -04:00
Jesse MacFadyen d109b7ade7 Merge branch 'CB-7195' of https://github.com/stacic/cordova-plugin-statusbar 2014-08-07 13:40:41 -07:00
Steven Gill c4638c8583 CB-7244 Incremented plugin version. 2014-08-06 19:24:29 -07:00
Steven Gill 2ba62cb92c CB-7244 Updated version and RELEASENOTES.md for release 0.1.7 0.1.7 r0.1.7 2014-08-06 18:58:24 -07:00
Staci Cooper 32fca02faa Renamed test dir, added nested plugin.xml 2014-08-01 16:39:12 -04:00
Lisa Seacat DeLuca df64e5b154 CB-7249cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar 2014-08-01 16:24:33 -04:00
Edna Morales 0d52e1bf10 added documentation for manual tests, moved background color test below overlay test 2014-07-29 11:53:53 -04:00
Staci Cooper 83697e52ef CB-7195 ported statusbar tests to framework 2014-07-24 15:40:31 -04:00
Andrew Grieve ad834b573a Add LICENSE and NOTICE 2014-07-24 15:37:43 -04: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
Tiancheng Zhu f0031ca2b4 CB-6626 ios: Add a JS event for tapping on statusbar
close #4
2014-07-14 22:56:21 -04:00
Tiancheng Zhu 6552bddfd1 ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview 2014-07-14 22:56:06 -04:00
Lisa Seacat DeLuca ccb465f807 CB-6127lisa7cordova-plugin-consolecordova-plugin-statusbar documentation translation: cordova-plugin-statusbar 2014-07-07 15:28:30 -04:00
Andrew Grieve 92a4eaeab5 android: Fix StatusBar.initialize() not running on UI thread 2014-06-24 12:18:07 -04:00
Steven Gill d2f8b0b0a5 CB-6877 Incremented plugin version. 2014-06-05 13:40:50 -07:00
Steven Gill 11195658af CB-6877 Updated version and RELEASENOTES.md for release 0.1.6 0.1.6 r0.1.6 2014-06-05 13:39:43 -07:00
pelish8 55575f5409 CB-6783 - added StatusBarStyle config preference, updated docs (closes #9)
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-06-02 15:32:36 -07:00
Marcel Kinard 4cfee575a1 CB-6812 Add license 2014-05-30 11:38:18 -04:00
Marcel Kinard 29f119154e CB-6491 add CONTRIBUTING.md 2014-04-30 09:35:25 -04:00
Jesse MacFadyen 80203f655b CB-6264 minor formatting issue 2014-04-25 15:49:54 -07:00
Jesse MacFadyen 949b15eb09 Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation 2014-04-25 15:27:03 -07:00
Darryl Pogue 0b0e9d8fc5 CB-6513 - Statusbar plugin for Android is not compiling
Signed-off-by: Shazron Abdullah <shazron@apache.org>
2014-04-24 14:00:06 -07:00
Ian Clelland b2e42925e4 CB-6452 Incremented plugin version on dev branch. 2014-04-17 11:16:03 -04:00