Commit Graph

192 Commits

Author SHA1 Message Date
Ian Clelland 50febd81ba CB-6452 Actually added RELEASENOTES.md for release 0.1.5 0.1.5 r0.1.5 2014-04-17 11:06:11 -04:00
Ian Clelland d9c9f0bc6d CB-6452 Updated version and RELEASENOTES.md for release 0.1.5 2014-04-17 10:53:20 -04:00
Ian Clelland 004b085349 CB-6460: Update license headers 2014-04-16 16:22:26 -04:00
Andrey Kurdyumov 6ada08af4d CB-6316 Added README.md which point to the new location for docs 2014-03-20 14:04:42 +06:00
Andrey Kurdyumov cbee196f1d CB-6316 Added license header to the documentation. Added README.md which point to the new location for docs 2014-03-20 14:03:01 +06:00
Andrey Kurdyumov 563c71978a CB-6316 Moved StatusBar plugin documentation to docs folder 2014-03-20 13:55:57 +06: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 3d5ed0a4f1 calling styleDefault and styleLightContent should only affect text color 2014-03-12 12:00:11 -07:00
Jesse MacFadyen fa8aa9869d lightContent always sets BG to black, default always sets BG to white 2014-03-11 15:24:18 -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 d7498d31ed Added Windows Phone support 2014-03-11 14:25:15 -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
Ryan Willoughby a4d6320c37 CB-6187 - If you Show and Hide the StatusBar - it will expand the screen-size by ~20 pixels + don't resize the webview on hide if statusbar overlays it 2014-03-06 15:38:49 -08:00
Ryan Willoughby 69c1aee5ce CB-6186 - Statusbar problems in Landscape Mode iOS 7 2014-03-06 15:37:08 -08:00
Shazron Abdullah 3055b675a8 Incremented version for StatusBar to 0.1.4 (some Android support) 2014-02-25 23:10:35 -08:00
Andrey Kurdyumov 4883d17f14 Updated docs to include support for Android 2014-02-25 09:59:17 -08:00
Andrey Kurdyumov 9509848776 Created statusbar version of plugin for Android 2014-02-25 09:59:11 -08:00
Shazron Abdullah c94025e4dc Updated StatusBar docs for instructions on how to hide it at app startup. 2014-02-18 21:16:13 -08:00
Shazron Abdullah 378d688833 Updated StatusBar docs for config.xml preferences. 2014-02-18 15:38:42 -08:00
Andrew Grieve ebe7939402 statusbar - Load JS on iOS only
Fixes unknown exec() on startup for other platforms
2014-02-03 23:38:32 -05:00
Shazron Abdullah 0ab29280dd Update statusbar version to 0.1.3 2013-11-22 12:23:35 -08:00
Shazron Abdullah fee10a1334 CB-5389 - iOS - Status Bar plugin issues with orientation 2013-11-22 12:18:34 -08:00
Shazron Abdullah 062dfceb29 CB-5431 - Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation
Note that this has been tested and works on iPad only, and Universal. On iPhone only while on iPad, there is a black area where the status bar is (bug in statusBarBackgroundView positioning)
2013-11-18 17:20:37 -08:00
Shazron Abdullah 94afc08b1c Updated StatusBar plugin version to 0.1.2 2013-10-15 14:13:33 -07:00
Shazron Abdullah 9c9a8ba983 StatusBar - remove dependence of UIViewControllerBasedStatusBarAppearance Info.plist key 2013-10-15 14:12:55 -07:00
Shazron Abdullah ea57d604f5 Increment StatusBar plugin version to 0.1.1 2013-10-15 07:58:20 -07:00
Shazron Abdullah 6dd6e4a0b5 Updated StatusBar docs for show and hide API 2013-10-15 07:57:20 -07: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 b61eaae310 Fixed statusbar background view not auto-resizing on landscape. 2013-10-07 16:51:36 -07:00
Shazron Abdullah e9414a4ab6 Add StatusBar plugin docs. 2013-10-07 16:30:33 -07:00
Shazron Abdullah ec5fa951df Match statusbar style to default background color of #000000 2013-10-07 16:30:16 -07:00
Shazron Abdullah 4ddd82446a Add <info> section to the statusbar plugin.xml 2013-10-07 15:26:24 -07:00
Shazron Abdullah c42b57e4dc Removed StatusBarStyle. iOS users should just use the UIStatusBarStyle key in Info.plist 2013-10-07 15:23:55 -07:00
Shazron Abdullah 690de48214 Added statusbar preferences to plugin.xml
Removed Info.plist section in plugin xml due to crash: https://issues.apache.org/jira/browse/CB-5012
2013-10-07 15:13:32 -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