Erisu
6dcb757e51
chore(asf): update git notification settings
2020-04-22 13:42:50 +09:00
Niklas Merz
c5e359dfc2
Update CONTRIBUTING.md
2020-04-13 14:32:56 +02:00
Norman Breau
f9c8119768
chore(release): 3.0.0-dev ( #184 )
2020-04-11 22:32: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
Tim Brust
7f48d65100
chore(npm): improve ignore list ( #183 )
2020-03-27 13:56:14 +00:00
Tim Brust
01e69a8863
ci: updates Node.js versions ( #182 )
2020-03-27 13:24:04 +00: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
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
i-need-to-tell-you-something
5f6614c3c1
docs(README): Clarify StatusBarStyle ( #160 )
2019-10-19 16:13:24 +02:00
Jan Piotrowski
eb9e106510
ci(appveyor): replace node 6 with node 12
2019-07-04 13:46:36 +02:00
Jan Piotrowski
9703774c6c
ci(travis): upgrade to node 8
2019-07-03 10:28:03 +02:00
Jan Piotrowski
86d60a91b4
chore(release): 2.4.4-dev
2019-06-19 16:50:46 +02:00
Jan Piotrowski
d456212b4c
chore(release): 2.4.3 (version string)
2019-06-19 16:48:56 +02:00
Jan Piotrowski
5290c2e294
chore(release): release notes for 2.4.3
2019-06-19 16:48:56 +02:00
Jan Piotrowski
14b151370e
Merge branch 'master' of https://github.com/apache/cordova-plugin-statusbar
2019-06-19 16:44:38 +02:00
Jan Piotrowski
fade76bfee
chore(types): remove version from types
2019-06-19 16:43:56 +02:00
Jan Piotrowski
288bd719e0
chore: fix github issues link
2019-06-19 16:43:44 +02:00
Jan Piotrowski
8dacefad29
docs: remove outdated translations
2019-06-19 16:43:26 +02:00
Jan Piotrowski
84081deb75
build: add .npmignore
to remove unneeded files from npm package
2019-06-19 16:41:16 +02:00
Jan Piotrowski
da6c2a8c9d
build: add .gitattributes
to force LF (instead of possible CRLF on Windows)
2019-06-19 16:41:03 +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
a538bfed64
ci(travis): Update Travis CI configuration for new paramedic ( #139 )
...
* Update Travis CI configuration for new paramedic
* remove wrong ADDITIONAL_TESTS_DIR
* Update .travis.yml
2019-06-18 17:27:52 +02:00
Tim Brust
003fa61030
feat: update typings ( #132 )
...
This is part of [apache/cordova#39 ](https://github.com/apache/cordova/issues/39 )
2019-05-07 11:24:12 +02:00
Tim Brust
a07612a299
chore: drop Node.js v4 support ( #124 )
...
This is a BREAKING CHANGE.
<!--
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
is intended as a quick reference, for complete details please see our Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
n/a - development
### What does this PR do?
Drop Node.js v4 support and bumps the CI images to Node.js v6
### What testing has been done on this change?
TravisCI and Appveyor test results.
### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html ) in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
- [ ] Added automated test coverage as appropriate for this change.
2019-02-21 10:57:31 +01:00
Jan Piotrowski
727eea3f5c
Add or update GitHub pull request and issue template
2019-02-11 18:40:35 +01:00
Jan Piotrowski
adcee9f66f
remove JIRA link
2018-10-04 01:17:08 +02:00
Jan Piotrowski
c8a13b8da9
also accept terms for android sdk android-27
2018-10-01 12:57:02 +02:00
Gearóid
23944d11f6
Merge pull request #100 from travisdahl/patch-1
...
More detailed explanation on how to implement a partially transparent statusbar on Android
2018-09-07 14:11:18 +09: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
Jan Piotrowski
053a90249a
Merge pull request #97 from Menardi/Menardi-patch-1
...
Add Android overlay support to README
2018-07-18 11:18:31 +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
Steve Gill
b8e0b01888
Set VERSION to 2.4.3-dev (via coho)
2018-04-12 17:16:16 -07:00
Steve Gill
fbc4862dbd
CB-14030 Updated version and RELEASENOTES.md for release 2.4.2 (via coho)
2018-04-12 17:06:22 -07:00
jcesarmobile
4c1507b525
Merge pull request #95 from jcesarmobile/CB-12679
...
CB-12679: Remove Permissions section
2018-01-12 10:55:33 +01:00
Julio César
62e8a187c1
CB-12679: Remove Permissions section
2018-01-11 23:13:12 +01:00
jcesarmobile
e3138a9f08
Merge pull request #94 from jcesarmobile/CB-13754
...
CB-13754: Add build-tools-26.0.2 to travis
2018-01-10 23:45:04 +01:00
Julio César
f1407e7ae5
CB-13754: Add build-tools-26.0.2 to travis
2018-01-10 00:19:36 +01:00
jcesarmobile
70a421bd25
Fix release notes ( #93 )
2017-12-30 00:55:27 -05:00
Simon MacDonald
bca70c21e9
Set VERSION to 2.4.2-dev (via coho)
2017-12-27 19:13:50 -05:00
Simon MacDonald
4988b6fec3
CB-13714 Updated version and RELEASENOTES.md for release 2.4.1 (via coho)
2017-12-27 19:13:36 -05:00
jcesarmobile
8da38f5075
CB-13712 (iOS): fix overlaysWebView reset on rotation ( #92 )
2017-12-27 10:43:58 -05:00
Steve Gill
6352d80a96
Set VERSION to 2.4.1-dev (via coho)
2017-12-15 17:26:45 -08:00
Steve Gill
caf2ae6605
CB-13681 Updated version and RELEASENOTES.md for release 2.4.0 (via coho)
2017-12-15 17:25:13 -08:00
Steve Gill
3d614115b8
Merge pull request #91 from jcesarmobile/CB-13623
...
CB-13623 (iOS): Remove iOS 6-7 code
2017-12-15 16:29:02 -08:00
Julio César
9a976a9744
CB-13623 (iOS): Remove iOS 6-7 code
2017-12-01 00:30:35 +01:00