Commit Graph

113 Commits

Author SHA1 Message Date
Jesse MacFadyen 77ce75d4dd Merge branch 'master' of https://github.com/pbakondy/cordova-plugin-statusbar 2015-06-17 12:33:17 -07:00
Jesse MacFadyen a345f376b9 add auto-tests for basic api 2015-06-16 17:15:00 -07:00
Gillardo 8e1e88a30a CB-9180 Add correct supported check for Windows 8.1 desktop
If you called show or hide, you would get an "object has no method"
error as getViewStatusBar would return null.. This closes #25
2015-06-15 10:10:56 -07:00
Victor Sosa 47fef8450c CB-9128 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar 2015-06-12 09:42:43 -05:00
Raymond Camden f9ec3c09c3 fix npm md issue 2015-06-02 11:04:14 -05:00
Peter Bakondy e8c448100c fix warning message
This change is fix for the following warning message at startup:

W/CordovaPlugin( 6470): Attempted to send a second callback for ID:
StatusBar1091036409
W/CordovaPlugin( 6470): Result was: "Invalid action"
2015-04-20 16:39:10 +02:00
Steve Gill 2b3935af31 CB-8858 Incremented plugin version. 2015-04-15 16:00:22 -07:00
Steve Gill 261f9576fe CB-8858 Updated version in package.json for release 1.0.0 1.0.0 r1.0.0 2015-04-15 15:50:47 -07:00
Steve Gill 7c59f7dac6 Revert "CB-8858 Incremented plugin version."
This reverts commit 18e33cafc7.
2015-04-15 14:31:13 -07:00
Steve Gill 18e33cafc7 CB-8858 Incremented plugin version. 2015-04-15 13:55:47 -07:00
Steve Gill aa07a30c3c CB-8858 Updated version and RELEASENOTES.md for release 1.0.0 2015-04-15 11:06:38 -07:00
Steve Gill 07c18077e5 CB-8746 gave plugin major version bump 2015-04-09 17:04:26 -07:00
Steve Gill a4298897b3 CB-8683 changed plugin-id to pacakge-name 2015-04-01 16:44:02 -07:00
Steve Gill 2d25d2ec4c CB-8653 properly updated translated docs to use new id 2015-03-31 16:06:02 -07:00
Steve Gill 56f038efc4 CB-8653 updated translated docs to use new id 2015-03-31 10:53:33 -07:00
Jesse MacFadyen ad786647ff Use TRAVIS_BUILD_DIR, install paramedic by npm 2015-03-24 23:44:27 -07:00
Steve Gill c55bbcc153 CB-8653 Updated Readme 2015-03-13 19:43:44 -07:00
Jesse MacFadyen bf17f43973 Merge branch 'master' of https://github.com/EddyVerbruggen/cordova-plugin-statusbar 2015-03-03 17:28:50 -08:00
Jesse MacFadyen 29b42dd93e CB-8575 Integrate TravisCI 2015-03-02 17:46:03 -08:00
EddyVerbruggen 7f135a46e1 - Use StatusBarBackgroundColor instead of AndroidStatusBarBackgroundColor, and added a quirk to the readme. 2015-02-28 08:59:47 +01:00
EddyVerbruggen 84ee94cb41 - Add support for StatusBar.backgroundColorByHexString (and StatusBar.backgroundColorByName) on Android 5 and up 2015-02-27 22:35:30 +01:00
Victor Sosa b492b1f4b0 CB-8438 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar 2015-02-27 12:53:05 -06:00
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
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