Commit Graph

103 Commits

Author SHA1 Message Date
jcesarmobile
5a3f6bd4cc
refactor: remove hardcoded style with UIStatusBarStyleDarkContent (#261) 2023-04-26 00:47:53 +02:00
jcesarmobile
78e5992543
refactor(ios)!: Drop support of iOS 10 and older (#255) 2023-04-25 00:01:51 +02:00
エリス
d4dcd713f1
refactor(android): simplify window & activity (#249) 2022-10-05 19:01:58 +09:00
エリス
7e9db215cd
refactor(android): setStatusBarTransparent (#252) 2022-10-05 16:29:38 +09:00
エリス
f45cf99a3a
refactor(android): execute - convert if condition to switch case (#251) 2022-10-05 16:29:28 +09:00
エリス
21847d0b78
refactor(android)!: setStatusBarBackgroundColor (#250) 2022-10-05 16:29:18 +09:00
エリス
bb82db9aa9
refactor(android): refactor setStatusBarStyle (#248) 2022-10-05 16:28:59 +09:00
エリス
a86c3e6279
refactor(android): extract action & value strings as static constants (#247) 2022-10-03 09:07:11 +09:00
jcesarmobile
76b56a5be8
fix: remove deprecated windows platform (#245) 2022-09-29 13:13:16 +02:00
jcesarmobile
53ead01614
refactor(android): Remove unused code (#242) 2022-09-07 22:10:39 +02:00
jcesarmobile
1672883a7f
chore(ios): Silence/fix warnings (#228) 2022-09-07 22:08:39 +02:00
jcesarmobile
fbe33eb327
refactor!: remove deprecated methods (#229) 2022-09-05 23:20:52 +02:00
jcesarmobile
49b94aed6a
fix(android)!: styleDefault not working on new devices (#238) 2022-09-05 23:17:55 +02:00
jcesarmobile
0d35332697
fix(browser): Remove invalid proxy function (#230) 2022-07-27 01:04:40 +02:00
Tim Brust
1aaa960683
refactor(eslint): use cordova-eslint (#194) 2020-07-02 10:12:16 +00:00
Norman Breau
5332e3b667
BREAKING CHANGE!: (android) Read config.xml for statusbar overlay preference (#171)
* (android) Read config.xml for statusbar overlay preference

* Added information on the ability to use #AARRGGBB hex string format if StatusBarOverlaysWebView is true

* Added `<preference name="StatusBarOverlaysWebView" value="true" />` to the default android block for consistentency for iOS.
2020-04-11 21:12:47 -03:00
jcesarmobile
2928339611
deprecate blacktranslucent, blackopaque, styleBlackTranslucent and styleBlackOpaque (#173) 2020-03-21 13:59:48 +01:00
jcesarmobile
7d5d067f03
fix(ios): make default set black text on iOS 13 too (#169) 2019-11-17 12:55:08 +01:00
Tim Brust
217f792101
fix: remove deprecated platforms (#126)
* fix: remove deprecated platforms

* docs: use simply Windows

* fix: remove wp mentions from package.json

* fix: remove BlackBerry namespace
2019-10-24 07:54:45 +00:00
MrBullfinsh
13645b9f53 fix(iOS): Delay resizeWebView on viewWillAppear for correct statusbar height (#157) 2019-10-20 12:16:48 +02:00
jcesarmobile
8da38f5075 CB-13712 (iOS): fix overlaysWebView reset on rotation (#92) 2017-12-27 10:43:58 -05:00
Julio César
9a976a9744 CB-13623 (iOS): Remove iOS 6-7 code 2017-12-01 00:30:35 +01:00
Lu Wang
e41c06334e Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar 2017-10-25 11:00:51 -07:00
Julio Cesar Sanchez Hernandez
c45331b955 CB-13476 (iOS): handle double size statusbar on SDK 10 for iOS 11
This closes #90
2017-10-21 00:05:08 +02:00
Julio César
cdc9295b30 CB-13394 (iOS): fix iPhone X StatusBar rendering in landscape
This closes #89 and closes #88
2017-10-20 12:04:38 +02:00
Joe Bowser
b03a8313ef Merge branch 'CB-11858' of github.com:urmx/cordova-plugin-statusbar
This closes #78
2017-10-12 13:25:12 -07:00
jcesarmobile
fff289c0b8 CB-13311: (iOS) Statusbar does not overlay correctly on iPhone X
This closes #87
2017-09-22 20:21:33 +02:00
Lu Wang
b204d2747d Add preference for native scroll to top
- As described in https://issues.apache.org/jira/browse/CB-13124
2017-07-26 17:48:37 -07:00
Max Ruman
3d8cff14bd Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar 2017-06-22 23:02:36 +02:00
imgx64
92fff60cc7 CB-12812: (browser) Fix statusbar plugin with browser platform 2017-06-07 08:16:32 +03:00
Andrea Lazzarotto
3f552ed734 CB-10879: Enable overlaysWebView on Android API 21+
This closes #77

This patch enables devices running Android API 21+ to have the status bar overlaying the WebView, i.e. `StatusBar.overlaysWebView(true)`. It lets any Android version call `StatusBar.overlaysWebView(false)` to disable the overlay, which is actually the default behavior on that platform.
2017-04-25 12:05:23 -07:00
Max Ruman
dd879140c4 CB-11858: (android) Add StatusBarStyle feature support for Android M+ 2017-04-21 12:55:58 +02:00
olln3
916cccc2c0 CB-12188 Status Bar is not changing in some specific android phone (Red MI 3s Prime)
This closes #76
2017-02-22 16:46:55 -08:00
Julio César
fa57e92c55 CB-12196 (iOS) fix Status Bar Not Hiding
This closes #74
2016-12-29 00:01:19 +01:00
Julio César
a120ba1a1f CB-12141 (ios) fix white app screen after camera overlay shown on iPad
This closes #73
2016-12-16 00:44:09 +01:00
Jonathan Li
6bfc749f84 CB-10288 statusbar plugin interaction with iOS multitasking
This closes #62
2016-11-13 23:14:11 +01:00
Julio Cesar Sanchez Hernandez
b7dc5ef7cb CB-10158 (ios) fix StatusBar issue when recovering from fullscreen video
This closes #70
2016-10-30 17:48:37 +01:00
Julio César
2c036c9c91 CB-11191: Statusbar plugin causing issues with webview size
This closes #65
2016-10-29 00:10:20 +02:00
Julio César
1d1ac928a8 Removed duplicate code 2016-09-01 20:12:20 +02:00
Gosha Arinich
554e65e60f Handle extended status bar on iOS
This closes #55
2016-09-01 20:01:42 +02:00
Simon MacDonald
f2c49454da Plugin uses Android Log class and not Cordova LOG class 2016-08-22 16:52:13 -04:00
Julio César
86cfafeaf9 CB-11287: (ios) - fix webview resize after modal on iPhones 2016-07-05 00:12:20 +02:00
Julio César
8159e1b307 CB-11485 fix resize on rotation with popover 2016-07-04 21:20:33 +02:00
Vladimir Kotikov
cfce729912 CB-11197 Keep status bar hidden when keyboard pops up
This closes #59
2016-05-24 10:44:00 +03:00
Jesse MacFadyen
b448166624 patched missing _ready method, and changed the way the proxy is installed 2016-05-16 18:01:34 -07:00
daserge
16ff9b449f CB-11018 Fix statusbar with inappbrowser causing incorrect orientation on iOS8 2016-04-05 17:39:36 +03:00
daserge
244eb717fd CB-10884 Inappbrowser breaks UI while Screen orientation changes from landscape to portrait on iOS 2016-03-29 16:49:29 +03:00
Julio César
7ca3552224 Fix for CB-10752 status bar overlays the webview on iOS 6 in some cases
We don’t allow the statusbar to overlay the webview on iOS 6, but in
some cases it happens. This changes avoid it.
2016-03-06 11:55:49 +01:00
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