Commit Graph

50 Commits

Author SHA1 Message Date
jcesarmobile
76b56a5be8
fix: remove deprecated windows platform (#245) 2022-09-29 13:13:16 +02:00
jcesarmobile
fbe33eb327
refactor!: remove deprecated methods (#229) 2022-09-05 23:20:52 +02:00
エリス
3ebae213df
ci: add action-badge (#220) 2021-09-25 01:04:49 +09:00
エリス
eb2da5d7e9
ci: remove travis & appveyor (#219) 2021-09-25 00:08:22 +09:00
Norman Breau
35279c36c7
Removed iOS 7+ (#190)
doc: 7+ suggested we supported iOS 7 which we don't. We can instead just generically mention iOS.
2020-06-25 15:15:15 -03: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
Kyle Kirby
24d5f278d0 Update README.md (#168)
Add an iOS Quirks section #166
2019-11-17 12:58:53 +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
i-need-to-tell-you-something
5f6614c3c1 docs(README): Clarify StatusBarStyle (#160) 2019-10-19 16:13:24 +02:00
Norman Breau
33e410a29a docs: Improved documentation and removed text that implies iOS only (#130) 2019-06-19 16:26:26 +02:00
Jan Piotrowski
adcee9f66f
remove JIRA link 2018-10-04 01:17:08 +02:00
Travis Dahl
9b5baa2cf9
Add link to explain hexadecimal ARGB values 2018-08-31 17:51:35 -07:00
Travis Dahl
5b77cae78c
Alpha example doesn't match description
if I understand this correctly, "you can also specify values as #AARRGGBB, where AA is an alpha value." The alpha in this example would be 33% right?
2018-08-10 22:46:11 -07:00
Jan Piotrowski
ecf8ccd164
remove second title headline 2018-07-18 11:32:36 +02:00
Gearoid M
e0256b2f74 Add Android overlay support to README
Also removed most references to iOS 7 which imply it is a very new version
2018-06-22 12:03:55 +09:00
Julio César
62e8a187c1 CB-12679: Remove Permissions section 2018-01-11 23:13:12 +01:00
Lu Wang
e41c06334e Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar 2017-10-25 11:00:51 -07: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
Jan Piotrowski
70468157c5 Fix issue tracker link - closes #82 2017-07-27 13:47:24 -07: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
Alexander Sorokin
2cd86e63ac CB-12991: (CI) Updated CI badges 2017-07-07 11:38:40 +03:00
Max Ruman
3d8cff14bd Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar 2017-06-22 23:02:36 +02:00
Alexander Sorokin
ecf61e7800 CB-12622 Added Android 6.0 build badge to README 2017-04-26 16:34:23 +03:00
Max Ruman
dd879140c4 CB-11858: (android) Add StatusBarStyle feature support for Android M+ 2017-04-21 12:55:58 +02:00
Alexander Sorokin
a204f69ffe CB-12363 Added build badges for iOS 9.3 and 10.0 2017-01-18 13:38:21 +03:00
Alexander Sorokin
59101557b7 CB-12230 Removed Windows 8.1 build badges 2016-12-09 13:56:46 +03:00
Julio Cesar Sanchez Hernandez
086234b881 CB-10341 ios, document statusTap event
This closes #69
2016-10-30 17:46:36 +01:00
Vladimir Kotikov
f8873fd481 Add badges for paramedic builds on Jenkins 2016-06-10 12:13:59 +03:00
Dmitry Blotsky
259cdb65ef CB-10996 Adding front matter to README.md 2016-04-22 19:35:51 -07:00
daserge
8a3f9edb9d CB-10636 Add JSHint for plugins 2016-02-24 10:28:04 +03:00
Julien Bouquillon
baefe6d109 add JIRA issue tracker link 2015-09-18 12:53:30 -07:00
Jesse MacFadyen
1dfc83d57d remove travis-ci 2015-07-07 18:00:25 -07:00
Jesse MacFadyen
5ac69e4962 Added verbose install text for users on < cordova 5.0, This closes #23 2015-06-17 12:56:24 -07:00
Jesse MacFadyen
e2cea32ab4 Fix merge. This closes #20 2015-06-17 12:48:29 -07:00
Raymond Camden
f9ec3c09c3 fix npm md issue 2015-06-02 11:04:14 -05:00
Steve Gill
c55bbcc153 CB-8653 Updated Readme 2015-03-13 19:43:44 -07:00
Jesse MacFadyen
29b42dd93e CB-8575 Integrate TravisCI 2015-03-02 17:46:03 -08: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
Andrey Kurdyumov
4883d17f14 Updated docs to include support for Android 2014-02-25 09:59:17 -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
Shazron Abdullah
9c9a8ba983 StatusBar - remove dependence of UIViewControllerBasedStatusBarAppearance Info.plist key 2013-10-15 14:12:55 -07:00
Shazron Abdullah
6dd6e4a0b5 Updated StatusBar docs for show and hide API 2013-10-15 07:57:20 -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
e9414a4ab6 Add StatusBar plugin docs. 2013-10-07 16:30:33 -07:00